Subwindows are unreadable on KDE 6 #841
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For some reason, the background is white, making it impossible to read the majority of the text.

same here, changing settings is completely unbearable
if anyone has this same issue, here is a scuffed as hell hack because I don't know how QML files work:
download the git repo and dependencies:
https://github.com/Swordfish90/cool-retro-term/wiki/Build-Instructions-(Linux)
before you run
qmake && make
open the file/cool-retro-term/app/qml/SettingsWindow.qml
and addcolor: "#282a33"
underneath the parameters for width and height(change the color to whatever your theme uses for dialogs)
run
qmake && make
replace the old cool-retro-term with the patched one:
sudo cp ./cool-retro-term /usr/bin/cool-retro-term
As a workaround, I found that
will trick Qt into thinking it's not running under KDE, and you'll get the default Qt text and background colors instead.