[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2021-06-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416275

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DOWNSTREAM

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2021-05-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416275

tr...@yandex.com changed:

   What|Removed |Added

 CC||tr...@yandex.com

--- Comment #10 from tr...@yandex.com ---
This is a bug from Firefox and the global menu patch side. You should report it
to the team that maintain that patch.

A workaround: https://gitlab.com/Thaodan/firefox-kde-opensuse/-/issues/8

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2021-04-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416275

--- Comment #9 from ryu.ketsu...@outlook.com ---
I had the same issues when I was using the unity-menubar patch on Firefox. It
also happens with Thunderbird.

The following code on userChrome.css solved the problem on Firefox but I don't
know about solving the cause:

@import "customChrome.css"; /**/
 #toolbar-menubar[autohide="true"]:not([inactive]) + #TabsToolbar >
.titlebar-buttonbox-container {
 visibility: visible !important;
 }

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2021-04-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416275

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||n...@kde.org
  Component|top menubar |export

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2020-05-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416275

ryu.ketsu...@outlook.com changed:

   What|Removed |Added

 CC||ryu.ketsu...@outlook.com

--- Comment #8 from ryu.ketsu...@outlook.com ---
I'm having the same issue but with the Git Master builds for openSUSE Krypton
repositories. Firefox does not have Close, Maximize and Minimize buttons if a
Global Menu is present.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2020-02-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416275

prettyvani...@posteo.at changed:

   What|Removed |Added

 CC||prettyvani...@posteo.at

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2020-02-12 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=416275

popov895  changed:

   What|Removed |Added

 CC||popov...@ukr.net

--- Comment #7 from popov895  ---
Same thing on KDE Plasma 5.18 (KDE Neon 5.18, KDE Frameworks 5.67.0, KDE
Applications 19.12.2, Qt 5.13.2, clean install)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2020-02-03 Thread Mohan
https://bugs.kde.org/show_bug.cgi?id=416275

--- Comment #6 from Mohan  ---
I am still having that on my test install. Maybe I haven't gotten the update
yet.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2020-02-02 Thread qrest
https://bugs.kde.org/show_bug.cgi?id=416275

--- Comment #5 from qrest  ---
Updated my system today and the window controls appear now as they should.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2020-01-30 Thread qrest
https://bugs.kde.org/show_bug.cgi?id=416275

--- Comment #4 from qrest  ---
Created attachment 125548
  --> https://bugs.kde.org/attachment.cgi?id=125548=edit
Other GTK applications work fine

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2020-01-30 Thread qrest
https://bugs.kde.org/show_bug.cgi?id=416275

qrest  changed:

   What|Removed |Added

 CC||qr...@protonmail.com

--- Comment #3 from qrest  ---
I have the same problem. The window control buttons are scrambled for me in
Firefox only. Other GTK applications work fine. 

Note: This only happens if a custom GTK theme is used. The default Breeze theme
works fine.

Also using KDE neon testing.

settings.ini

[Settings]
gtk-application-prefer-dark-theme=1
gtk-button-images=1
gtk-cursor-theme-name=breeze_cursors
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=0
gtk-fallback-icon-theme=gnome
gtk-font-name=Noto Sans,  10
gtk-icon-theme-name=Papirus-Dark
gtk-menu-images=1
gtk-primary-button-warps-slider=0
gtk-theme-name=Mojave-dark-solid
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2020-01-15 Thread Mohan
https://bugs.kde.org/show_bug.cgi?id=416275

--- Comment #2 from Mohan  ---
Plasma 5.17.80, I am running KDE Neon Unstable for testing.
Here is my Gtk3 settings.ini file.

[Settings]
gtk-application-prefer-dark-theme=0
gtk-button-images=1
gtk-cursor-theme-name=breeze_cursors
gtk-decoration-layout=icon:minimize,maximize,close
gtk-fallback-icon-theme=breeze
gtk-font-name=Noto Sans  10
gtk-icon-theme-name=breeze
gtk-menu-images=1
gtk-primary-button-warps-slider=0
gtk-theme-name=Breeze
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ

If I remove the applications menu bar the buttons reappear.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2020-01-15 Thread Mikhail Zolotukhin
https://bugs.kde.org/show_bug.cgi?id=416275

Mikhail Zolotukhin  changed:

   What|Removed |Added

 CC||zom...@protonmail.com

--- Comment #1 from Mikhail Zolotukhin  ---
What Plasma version are you using?
What's the contents of your ~/.config/gtk-3.0/settings.ini file?
Do the buttons reappear, if you remove application menu?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 416275] Activating Application Menu Bar Removes Windows Controls in Firefox

2020-01-14 Thread Mohan
https://bugs.kde.org/show_bug.cgi?id=416275

Mohan  changed:

   What|Removed |Added

Summary|Activating Application Menu |Activating Application Menu
   |Bar Remove Windows Controls |Bar Removes Windows
   |in Firefox  |Controls in Firefox

-- 
You are receiving this mail because:
You are watching all bug changes.