appeditor icon indicating copy to clipboard operation
appeditor copied to clipboard

flickering titlebar

Open briandconnolly opened this issue 4 years ago • 11 comments

For the last couple releases on Fedora, AppEditor's titlebar is transparent, flickers and also shows multiple titlebars.

briandconnolly avatar Nov 23 '20 21:11 briandconnolly

Can confirm, on Fedora 33 Workstation.

ottotivadar avatar Dec 07 '20 08:12 ottotivadar

Are you using the Flatpak of AppEditor? If yes, then I unfortunately can't do nothing about it.

donadigo avatar Dec 07 '20 11:12 donadigo

Similar problem. I'm using the appeditor-git package from the AUR. Gnome, Wayland.

Devorlon avatar Dec 07 '20 21:12 Devorlon

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.

ottotivadar avatar Dec 07 '20 22:12 ottotivadar

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): appeditor-gnome-wayland Gnome+X.org looks similar (on screen).

And this is Fedora's "Gnome classic": appeditor-gnome-classic

hapla avatar Jan 06 '21 20:01 hapla

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.

Tuxman2 avatar Jan 07 '21 23:01 Tuxman2

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:

hapla avatar Jan 08 '21 18:01 hapla

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.

ottotivadar avatar Jan 09 '21 19:01 ottotivadar

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.

musicinmybrain avatar Jul 20 '21 13:07 musicinmybrain

@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.

musicinmybrain avatar Jan 17 '22 01:01 musicinmybrain

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.

Enderteck avatar May 30 '23 16:05 Enderteck