Subwindows are unreadable on KDE 6 #841

Open
opened 2024-04-28 00:48:50 +02:00 by tulpenkiste · 3 comments
tulpenkiste commented 2024-04-28 00:48:50 +02:00 (Migrated from github.com)

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

For some reason, the background is white, making it impossible to read the majority of the text. ![image](https://github.com/Swordfish90/cool-retro-term/assets/63363329/611c6498-f4dd-40ae-9d9e-f0f2144bdcd5)
neutralcat commented 2024-05-02 05:19:25 +02:00 (Migrated from github.com)

same here, changing settings is completely unbearable

same here, changing settings is completely unbearable
neutralcat commented 2024-06-11 00:29:44 +02:00 (Migrated from github.com)

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

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) 3. run `qmake && make` 4. replace the old cool-retro-term with the patched one: `sudo cp ./cool-retro-term /usr/bin/cool-retro-term` ![image](https://github.com/Swordfish90/cool-retro-term/assets/168053507/f9c5f551-a4c9-4c73-8435-e86bb8ab55ab)
quentinmit commented 2024-09-24 06:03:54 +02:00 (Migrated from github.com)

As a workaround, I found that

XDG_CURRENT_DESKTOP=none cool-retro-term

will trick Qt into thinking it's not running under KDE, and you'll get the default Qt text and background colors instead.

As a workaround, I found that ``` XDG_CURRENT_DESKTOP=none cool-retro-term ``` will trick Qt into thinking it's not running under KDE, and you'll get the default Qt text and background colors instead.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#841
No description provided.