Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subwindows are unreadable on KDE 6 #841

Open
tulpenkiste opened this issue Apr 27, 2024 · 2 comments
Open

Subwindows are unreadable on KDE 6 #841

tulpenkiste opened this issue Apr 27, 2024 · 2 comments

Comments

@tulpenkiste
Copy link

For some reason, the background is white, making it impossible to read the majority of the text.
image

@neutralcat
Copy link

same here, changing settings is completely unbearable

@neutralcat
Copy link

neutralcat commented Jun 10, 2024

if anyone has this same issue, here is a scuffed as hell hack because I don't know how QML files work:

  1. download the git repo and dependencies:
    https://github.com/Swordfish90/cool-retro-term/wiki/Build-Instructions-(Linux)

  2. before you run qmake && make open the file /cool-retro-term/app/qml/SettingsWindow.qml and add color: "#282a33" underneath the parameters for width and height

(change the color to whatever your theme uses for dialogs)

  1. run qmake && make

  2. replace the old cool-retro-term with the patched one:
    sudo cp ./cool-retro-term /usr/bin/cool-retro-term

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants