[systemsettings] [Bug 450065] Custom default look and feel isn't fully applying on Plasma 5.24, in particular the panel theme

2022-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450065

--- Comment #7 from Nate Graham  ---
*** Bug 453083 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 450065] Custom default look and feel isn't fully applying on Plasma 5.24, in particular the panel theme

2022-04-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450065

Nate Graham  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com

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

[systemsettings] [Bug 450065] Custom default look and feel isn't fully applying on Plasma 5.24, in particular the panel theme

2022-04-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450065

Nate Graham  changed:

   What|Removed |Added

 Resolution|NOT A BUG   |DOWNSTREAM

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

[systemsettings] [Bug 450065] Custom default look and feel isn't fully applying on Plasma 5.24, in particular the panel theme

2022-04-22 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=450065

David Redondo  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 CC||k...@david-redondo.de
 Status|REPORTED|RESOLVED

--- Comment #6 from David Redondo  ---
So Fedora ships 
/usr/share/kde-settings/kde-profile/default/share/config/kdeglobals 
 in
https://pagure.io/fedora-kde/kde-settings/c/3cd46daaf3a2fcfb8266364eed37ab7744760eb7
that sets

LookAndFeelPackage=org.fedoraproject.fedora.desktop

I assume  /usr/share/kde-settings/kde-profile/default/share/config/ is not in 
$XDG_CONFIG _DIRS.

Fedora also ships an /etc/kderc which reads 

[Directories]
profileDirsPrefix=/usr/share/kde-settings/kde-profile/
[Directories-default]
prefixes=/usr/share/kde-settings/kde-profile/default/

This seems to  to be an kde4 era mechanism to do some things
https://lxr.kde.org/search?%21v=kf5-qt5&_filestring=&_string=profileDirsPrefix
That aside /etc/kderc is not used by frameworks5 kconfig, I assume that's also
a kde 4 era file.
The correct file would be /etc/kde5rc
https://invent.kde.org/frameworks/kconfig/-/blob/master/src/core/kconfig.cpp#L98

Fedora needs to actually set the setting in  a file that is respected .
Typically this would be  /etc/xdg/kdeglobals or some other kdeglobals in  
$XDG_CONFIG_DIRS (If one really wants it even /etc/kde5rc).

The patch from comment #3 i.e.
https://src.fedoraproject.org/rpms/plasma-workspace/c/1857efd5370f81b74025578a9fbc0250bde7abf8?branch=1857efd5370f81b74025578a9fbc0250bde7abf8
is only half correct since it only changes the code default when reading the
setting. 
When global theme is changed in KCM to the one it thinks is the default one
(Breeze Light,) it doesn't write it down to any config file because the current
default matches the code default. So when startplasma reads that setting it
uses the code provided default and thinks the Fedora global theme is active but
not correctly applied and acivates it.

Tl;dr: Fedora is using a weird file/a file that does not have any effect.

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

[systemsettings] [Bug 450065] Custom default look and feel isn't fully applying on Plasma 5.24, in particular the panel theme

2022-04-22 Thread postix
https://bugs.kde.org/show_bug.cgi?id=450065

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[systemsettings] [Bug 450065] Custom default look and feel isn't fully applying on Plasma 5.24, in particular the panel theme

2022-03-04 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=450065

--- Comment #5 from Neal Gompa  ---
(In reply to Nate Graham from comment #4)
> https://bugzilla.redhat.com/show_bug.cgi?id=2053790 seems to be closed now;
> did you work around this with a packaging change, or was there some leftover
> upstream patch that needed to be cleared out? Or something else?

I worked around it with the patch I noted in comment 3, which basically
persists the problems we have around theming but at least doesn't break the
default setup anymore.

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

[systemsettings] [Bug 450065] Custom default look and feel isn't fully applying on Plasma 5.24, in particular the panel theme

2022-03-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450065

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #4 from Nate Graham  ---
https://bugzilla.redhat.com/show_bug.cgi?id=2053790 seems to be closed now; did
you work around this with a packaging change, or was there some leftover
upstream patch that needed to be cleared out? Or something else?

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

[systemsettings] [Bug 450065] Custom default look and feel isn't fully applying on Plasma 5.24, in particular the panel theme

2022-02-27 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=450065

--- Comment #3 from Neal Gompa  ---
So, I don't fully understand why, but I needed to refresh the downstream Fedora
patch for setting the default theme to set in startkde/startplasma.cpp:
https://src.fedoraproject.org/rpms/plasma-workspace/c/1857efd5370f81b74025578a9fbc0250bde7abf8?branch=1857efd5370f81b74025578a9fbc0250bde7abf8

It fixes the problem for me, but I feel like the setting I made in kde-settings
should have worked, though it didn't:
https://pagure.io/fedora-kde/kde-settings/c/3cd46daaf3a2fcfb8266364eed37ab7744760eb7

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

[systemsettings] [Bug 450065] Custom default look and feel isn't fully applying on Plasma 5.24, in particular the panel theme

2022-02-14 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=450065

--- Comment #2 from Neal Gompa  ---
(In reply to Neal Gompa from comment #1)
> This is considered a serious issue for Fedora KDE and has a downstream RHBZ:
> https://bugzilla.redhat.com/show_bug.cgi?id=2053790

This has now been upgraded to a F36 blocker bug.

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

[systemsettings] [Bug 450065] Custom default look and feel isn't fully applying on Plasma 5.24, in particular the panel theme

2022-02-12 Thread Gurenko Alex
https://bugs.kde.org/show_bug.cgi?id=450065

Gurenko Alex  changed:

   What|Removed |Added

 CC||agure...@protonmail.com

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

[systemsettings] [Bug 450065] Custom default look and feel isn't fully applying on Plasma 5.24, in particular the panel theme

2022-02-11 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=450065

--- Comment #1 from Neal Gompa  ---
This is considered a serious issue for Fedora KDE and has a downstream RHBZ:
https://bugzilla.redhat.com/show_bug.cgi?id=2053790

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

[systemsettings] [Bug 450065] Custom default look and feel isn't fully applying on Plasma 5.24, in particular the panel theme

2022-02-11 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=450065

Neal Gompa  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com,
   ||rdie...@gmail.com,
   ||tdaw...@redhat.com

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