appeditor
appeditor copied to clipboard
flickering titlebar
For the last couple releases on Fedora, AppEditor's titlebar is transparent, flickers and also shows multiple titlebars.
Can confirm, on Fedora 33 Workstation.
Are you using the Flatpak of AppEditor? If yes, then I unfortunately can't do nothing about it.
Similar problem. I'm using the appeditor-git package from the AUR. Gnome, Wayland.
Are you using the Flatpak of AppEditor? If yes, then I unfortunately can't do nothing about it.
No, I'm using the one from the Fedora repo: https://fedora.pkgs.org/33/fedora-x86_64/appeditor-1.1.1-2.fc33.x86_64.rpm.html
Just tested on another Fedora 33 (Gnome, Wayland too), and had similar problem.
I have the same problem on Fedora 33, using appeditor-1.1.1-2 rpm from Fedora repo.
Here is a screenshot from Gnome+Wayland (it looks different on my screen than on the screenshot):
Gnome+X.org looks similar (on screen).
And this is Fedora's "Gnome classic":
I'm on Manjaro and I have the same problem as Devorlon and others people here. I'm on the last Gnome version with Wayland.
Commenting out one line in appeditor/data/application.css seems to fix the problem:
@@ -26,7 +26,7 @@
.titlebar {
border: none;
- background-image: none;
+ /* background-image: none; */
background-color: @bg_color;
box-shadow:
Commenting out one line in appeditor/data/application.css seems to fix the problem:
@@ -26,7 +26,7 @@ .titlebar { border: none; - background-image: none; + /* background-image: none; */ background-color: @bg_color; box-shadow:
Can confirm, just did a fresh build on Fedora 33, and this patch solved the problem.
Hi, I’m the current maintainer of the appeditor
package in Fedora. It’s helpful if you can also report any issues like this downstream in Fedora as well so I can track them. I won’t always take time to debug nontrivial issues, but in some cases I may be able to help.
I will go ahead and apply @hapla’s patch in Fedora until upstream has a chance to revisit the issue. Expect an update to reach F33/F34 stable in a week.
@donadigo, do you plan to make this change upstream?
If you have an idea for a better fix, I’m happy to try it out in Fedora and see if it also fixes the issue.
Commenting out one line in appeditor/data/application.css seems to fix the problem:
@@ -26,7 +26,7 @@ .titlebar { border: none; - background-image: none; + /* background-image: none; */ background-color: @bg_color; box-shadow:
Sorry I'm kinda new to linux and especially to where our apps data are stored. Where can I find this CSS file ? And for the Flatpak version ? Thanks for any answers.