Skip to content
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

flickering titlebar #103

Open
briandconnolly opened this issue Nov 23, 2020 · 11 comments
Open

flickering titlebar #103

briandconnolly opened this issue Nov 23, 2020 · 11 comments

Comments

@briandconnolly
Copy link

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

@ottotivadar
Copy link

Can confirm, on Fedora 33 Workstation.

@donadigo
Copy link
Owner

donadigo commented Dec 7, 2020

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

@Devorlon
Copy link

Devorlon commented Dec 7, 2020

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

@ottotivadar
Copy link

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.

@hapla
Copy link

hapla commented Jan 6, 2021

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

@Tuxman2
Copy link

Tuxman2 commented Jan 7, 2021

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.

@hapla
Copy link

hapla commented Jan 8, 2021

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:

@ottotivadar
Copy link

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.

@musicinmybrain
Copy link
Contributor

musicinmybrain commented Jul 20, 2021

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
Copy link
Contributor

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

@Enderteck
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants