-
Notifications
You must be signed in to change notification settings - Fork 161
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
tilda transparency problem on arch linux using gnome #269
Comments
The same happens here, using MATE in Gentoo. |
The same happens here, using dwm in Gentoo,Arch. |
When using .xprofile in Arch w/Gnome and X to startup tilda with cava, it starts with a black background, even though config_0 is set to 80% transparent. Here's what I'm using in .xprofile:
Also, using another terminal like gnome-terminal or xfce4-terminal to open tilda still results in a black background (noted, the only issue is the background; it still loads at the correct size and other config settings, just not transparent at login).
|
Same error under Manjaro KDE 17
|
Same here again on Gentoo/Mate. But only with the latest 1.4 version which I have tried, the old version I had installed 1.1.12 worked well. |
A dirty workaround is to set transparency to 99% instead of 100. Worked for me on Arch using tilda 1.5~alpha |
I cannot reproduce the issue locally, but I found one place where an incorrect color value is computed and stored in the tilda configuration. It is possible that this is the cause of this error. In my case a negative value -65 was stored in the configuration when I set transparency to 100. I will fix this issue today. Please have a look into the tilda config file and look for the value of If you find a wrong value in the configuration, then please let me know if the problem is resolved if you close tilda, correct the value and start tilda again. Note that tilda writes the config on exit, so you cannot change it manually while tilda is running. |
It would be helpful to have a stacktrace. Could you by any chance run tilda with |
Thanks Victor-lund |
Can confirm issue is still present in Arch Linux. Possibly will require an update to our native repo binary. prior to fix: post-fix: |
@lanoxx i'd like to provide you a stacktrace but I'm not sure what to do since I never used GDB before. From what I understood I have to compile tilda in a specific way to have the debug informations, do you have any doc for that ? |
I solved this problem in KDE by having this as the startup command: |
Tilda doesn't have transparency on startup. Using Arch Linux with GNOME as a desktop environment.
The following error was shown:
(tilda:3042): Vte-CRITICAL : void vte_terminal_set_colors(VteTerminal, const GdkRGBA, const GdkRGBA*, const GdkRGBA*, gsize): assertion 'background == nullptr || valid_color(background)' failed
The text was updated successfully, but these errors were encountered: