[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2023-02-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #11 from Caolán McNamara  ---
finally managed to carve out a little time to look at the notebookbar, it
wasn't getting any of the existing Settings update notifications due to the
non-standard way its wedged into the hierarchy. Its possible that my up and
coming fix won't solve everything but should put things on the right path at
least.

*** This bug has been marked as a duplicate of bug 153541 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2023-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

--- Comment #10 from Jeff Fortin Tam  ---
Created attachment 185355
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185355=edit
Tabbed toolbars behavior in 7.5.0.3 when switching from light to dark, and when
forcing a toolbar refresh

@Caolán:
Oh, that might explains some things... Though, have a look at this new
screenshot here, and consider this naïve question of mine: it seems like the
"tabbed" toolbars, as well as the "groupedbar compact", in version 7.5, do
render 100% correctly (which wasn't the case before) "when the toolbars are
rendered/initialized" (i.e. by switching toolbar UI layout modes) _after_ the
dark/light switch has occurred... in other words, it appears to that it simply
doesn't do that forced refresh upon dark/light switch.

So my thinking is, and maybe this will sound ridiculous: would it make sense
for your code (upon live dark/light switch event) to call the same kind of
method that is called when the user manually switches between toolbar UI
layouts (which leads to the 3rd result, at the bottom of my newest attached
screenshot here, which looks fine in 7.5.x), or is that a really nasty
incorrect approach?

Just a random idea in case it can be useful :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2023-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

--- Comment #9 from Caolán McNamara  ---
The TabBar/muffin/ribbon thing doesn't use "real" gtk widgets so it doesn't
behave out of the box like the rest

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2023-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

Jeff Fortin Tam  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||3353

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2023-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

Jeff Fortin Tam  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||7138
 CC||caol...@redhat.com

--- Comment #8 from Jeff Fortin Tam  ---
After seeing
https://caolanm.blogspot.com/2022/05/dark-style-preference-with-gtk.html I was
eagerly awaiting LibreOffice 7.5, presuming that this would be fixed, but it
seems this particular issue here (and bug #127138, for the icons, and possibly
others related to bug #143344) was not included/taken into account as part of
the implementation, as I'm still seeing the same behavior on the version
available from Flathub:

Version: 7.5.0.3 (X86_64) / LibreOffice Community
Build ID: c21113d003cd3efa8c53188764377a8272d9d6de
CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3
Flatpak

GNOME 43 makes it easier to test than before, as you can simply toggle global
dark mode on and off at any time from the system menu in the corner of the
screen, so you can check how LibreOffice behaves with the transition.

It works for the "Standard toolbar" UI layout (and it even seems to
automatically switch the icon theme there?!), but not for "Tabbed", "Tabbed
compact" or "Groupedbar compact".

I wonder if the implementation in 7.5 makes it simple enough to address as part
of a point release within that series (maybe as an "easyHack"?), or if this
will require a whole major release cycle.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2022-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

Jérôme  changed:

   What|Removed |Added

 Blocks||143344


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143344
[Bug 143344] [META] Linux Dark Mode bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2022-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

--- Comment #7 from Jean-François Fortin Tam  ---
It may now be easier for the app to handle this, as there now is a standardized
(i.e. FreeDesktop) way for LibreOffice to authoritatively know, without just
trying to "guess" whether the current GTK theme is dark or not, what the user's
intent is in terms of light/dark themes.

* Overview here:
https://blogs.gnome.org/alexm/2021/10/04/dark-style-preference/
* Implementation tips here:
https://gitlab.gnome.org/GNOME/Initiatives/-/wikis/Dark-Style-Preference

Presumably this would let LibreOffice connect to a clear standardized signal,
which would allow it to confidently switch over (& refresh) its themes
internally when needed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2021-08-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

--- Comment #6 from stragu  ---
Created attachment 174016
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174016=edit
GNOME from dark to light in groupedbar compact UI, LO 7.3 alpha0+

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2021-08-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

--- Comment #5 from stragu  ---
Created attachment 174015
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174015=edit
GNOME from light to dark in tabbed UI, LO 7.3 alpha0+

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2021-08-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

stragu  changed:

   What|Removed |Added

 CC||stephane.guil...@member.fsf
   ||.org

--- Comment #4 from stragu  ---
Reproduced with recent master build, using the GNOME 3.36 light and dark modes
(in GNOME settings > Appearance). Both "Tabbed" and "Groupedbar compact" UIs
are affected.

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 1dd4a80fa076bedb3a82821517036bad8dd79857
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-07-26_22:41:19
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2021-03-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

Jean-François Fortin Tam  changed:

   What|Removed |Added

 Blocks||107191


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107191
[Bug 107191] [META] Notebookbar theming issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2019-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2019-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org
 Ever confirmed|0   |1
 Blocks||103184, 103303
   Keywords|needsUXEval |

--- Comment #3 from Heiko Tietze  ---
Ordinary bug, please fix it.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103184
[Bug 103184] [META] UI theming bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103303
[Bug 103303] [META] Desktop integration bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2019-10-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

Xisco Faulí  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||xiscofa...@libreoffice.org
   Keywords||needsUXEval

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2019-09-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2019-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

--- Comment #1 from Jean-François Fortin Tam  ---
Created attachment 154202
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154202=edit
light to dark

When the app was started with the light theme

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127583] In "Tabbed" or "Grouped Compact" toolbar modes, switching between light and dark GTK themes does not refresh the styling of the toolbars

2019-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127583

--- Comment #2 from Jean-François Fortin Tam  ---
Created attachment 154203
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154203=edit
dark to light

When the app was started with the dark theme

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs