OK, in that case, you'll likely need to uninstall xsettings-kde since it will (likely?) interfere with kcm-gtk-config
-- Rex
________________________________________ From: kde-bounces@lists.fedoraproject.org kde-bounces@lists.fedoraproject.org on behalf of Loïc Yhuel loic.yhuel@gmail.com Sent: Tuesday, June 23, 2015 8:07 PM To: kde@lists.fedoraproject.org Subject: Re: GTK3 theme in KDE on F22
I installed kde-gtk-config, which shows in systemsettings5, and has more features. "kcmshell4 gtk" only allows to select a single gtk+ theme, and only shows gtk2 themes (in my case oxygen-gtk and Raleigh). If xsettings-kde gets its value from there, it will only work properly for the users who want to use the same theme for both gtk versions. I prefer keeping oxygen-gtk2 (so at least some gtk applications are properly integrated in KDE), so I have to choose something else for gtk3.
Le 24/06/2015 02:33, Rex Dieter a écrit :
Which kcm are you using?
kcmshell4 gtk ?
(that's the one we ship and recommend by default)
-- Rex
From: kde-bounces@lists.fedoraproject.org kde-bounces@lists.fedoraproject.org on behalf of Loïc Yhuel loic.yhuel@gmail.com Sent: Tuesday, June 23, 2015 5:58 PM To: KDE on Fedora discussion Subject: GTK3 theme in KDE on F22
Hi,
On my F22 installation, gtk3 apps ignore the gtk3 theme I set in the kcm, and always use Adwaita. The kcm seems to set "gtk-theme-name" in ~/.config/gtk-3.0/settings.ini. When I use strace on gtk3-demo for example, I see the ini file is opened, but it only tries to open ~/.config/gtk-3.0/gtk.css (missing), then /usr/share/themes/oxygen-gtk/gtk-*/gtk.css. If I kill the xsettings-kde process, then the correct theme is used (many seems to be half broken, but this isn't due to KDE...). It probably sets oxygen-gtk since I'm using Oxygen in KDE, but since gtk3.16 removed the theme engine support there is no oxygen-gtk3 any more. Unless there is an option to tell gtk to prefer settings from settings.ini, perhaps xsettings-kde should read the theme from kde-gtk-settings and only guess from the KDE theme if the value is the default one.
There is another issue with the icon theme : when using Oxygen the toolbar icons are very big (32x32, instead of 24x24 with Adwaita). I created a GTK bug (https://bugzilla.gnome.org/show_bug.cgi?id=751411). _______________________________________________ kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org _______________________________________________ kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org
_______________________________________________ kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org
Perhaps kde-gtk-config should conflict with xsettings-kde, so it would be clear we have to choose between kde-gtk-config and kcm-gtk + xsettings-kde.
Le 24/06/2015 03:22, Rex Dieter a écrit :
OK, in that case, you'll likely need to uninstall xsettings-kde since it will (likely?) interfere with kcm-gtk-config
-- Rex
From: kde-bounces@lists.fedoraproject.org kde-bounces@lists.fedoraproject.org on behalf of Loïc Yhuel loic.yhuel@gmail.com Sent: Tuesday, June 23, 2015 8:07 PM To: kde@lists.fedoraproject.org Subject: Re: GTK3 theme in KDE on F22
I installed kde-gtk-config, which shows in systemsettings5, and has more features. "kcmshell4 gtk" only allows to select a single gtk+ theme, and only shows gtk2 themes (in my case oxygen-gtk and Raleigh). If xsettings-kde gets its value from there, it will only work properly for the users who want to use the same theme for both gtk versions. I prefer keeping oxygen-gtk2 (so at least some gtk applications are properly integrated in KDE), so I have to choose something else for gtk3.
Le 24/06/2015 02:33, Rex Dieter a écrit :
Which kcm are you using?
kcmshell4 gtk ?
(that's the one we ship and recommend by default)
-- Rex
From: kde-bounces@lists.fedoraproject.org kde-bounces@lists.fedoraproject.org on behalf of Loïc Yhuel loic.yhuel@gmail.com Sent: Tuesday, June 23, 2015 5:58 PM To: KDE on Fedora discussion Subject: GTK3 theme in KDE on F22
Hi,
On my F22 installation, gtk3 apps ignore the gtk3 theme I set in the kcm, and always use Adwaita. The kcm seems to set "gtk-theme-name" in ~/.config/gtk-3.0/settings.ini. When I use strace on gtk3-demo for example, I see the ini file is opened, but it only tries to open ~/.config/gtk-3.0/gtk.css (missing), then /usr/share/themes/oxygen-gtk/gtk-*/gtk.css. If I kill the xsettings-kde process, then the correct theme is used (many seems to be half broken, but this isn't due to KDE...). It probably sets oxygen-gtk since I'm using Oxygen in KDE, but since gtk3.16 removed the theme engine support there is no oxygen-gtk3 any more. Unless there is an option to tell gtk to prefer settings from settings.ini, perhaps xsettings-kde should read the theme from kde-gtk-settings and only guess from the KDE theme if the value is the default one.
There is another issue with the icon theme : when using Oxygen the toolbar icons are very big (32x32, instead of 24x24 with Adwaita). I created a GTK bug (https://bugzilla.gnome.org/show_bug.cgi?id=751411). _______________________________________________ kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org _______________________________________________ kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org
kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org _______________________________________________ kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org
Loïc Yhuel wrote:
Perhaps kde-gtk-config should conflict with xsettings-kde, so it would be clear we have to choose between kde-gtk-config and kcm-gtk + xsettings-kde.
No, but we could consider documenting the need to remove (or otherwise disable xsettings-kde) in that case.
-- rex
Le 24/06/2015 03:22, Rex Dieter a écrit :
OK, in that case, you'll likely need to uninstall xsettings-kde since it will (likely?) interfere with kcm-gtk-config
On Wednesday 24 June 2015 11:14:14 Rex Dieter wrote:
Loïc Yhuel wrote:
Perhaps kde-gtk-config should conflict with xsettings-kde, so it would be clear we have to choose between kde-gtk-config and kcm-gtk + xsettings-kde.
No, but we could consider documenting the need to remove (or otherwise disable xsettings-kde) in that case.
-- rex
In that case, this would need to somehow be programmed into system settings???