I use a GTK 3 application ("Revolt" on Debian/Devuan) and its titlebar is so ugly. I tried to use my TDE style for it in "GTK Styles and Fonts" and it only makes it worse. GTK 2 applications look much nicer with Tqt3 integration, but GTK 3... It's an eyesore no matter what, to say the least.This brings me to my question - is there any way to make GTK 3 apps integrate more nicely into TDE? I have gtk3-tqt-engine-trinity installed but there's only the default style available or use my TDE theme for it (which breaks it and makes it look worse).
For GTK3 I recommend installing the package "gtk3-nocsd". It will force GTK3 applications to refrain from drawing their own titlebar (client-side decoration as the Gnome folks call it) and will restore the TDE titlebars instead.
Secondly, I recommend the GTK2/3 theme "TraditionalOk" from the "mate-themes" package of the Debian repositories, which gets quite close to TDE's Plastik theme. Once installed, you should be able to select it for GTK3 in the "GTK Styles and Fonts" panel of the control center.
Best regards,
Leskala
said Leskala via tde-users:
| For GTK3 I recommend installing the package "gtk3-nocsd". It will force | GTK3 applications to refrain from drawing their own titlebar | (client-side decoration as the Gnome folks call it) and will restore the | TDE titlebars instead. | | Secondly, I recommend the GTK2/3 theme "TraditionalOk" from the | "mate-themes" package of the Debian repositories, which gets quite close | to TDE's Plastik theme. Once installed, you should be able to select it | for GTK3 in the "GTK Styles and Fonts" panel of the control center.
Now if only there were a way to make that moronic now-you-see-it, now-you-don't scrollbar go away and replace it with a proper scroll bar, the world will be a happy place of sweetness, light, and peace throughout all mankind. -- dep
Pictures: http://www.ipernity.com/doc/depscribe/album Column: https://ofb.biz/author/dep/
On Monday 09 August 2021 12:30:30 dep wrote:
said Leskala via tde-users: | For GTK3 I recommend installing the package "gtk3-nocsd". It will force | GTK3 applications to refrain from drawing their own titlebar | (client-side decoration as the Gnome folks call it) and will restore the | TDE titlebars instead. | | Secondly, I recommend the GTK2/3 theme "TraditionalOk" from the | "mate-themes" package of the Debian repositories, which gets quite close | to TDE's Plastik theme. Once installed, you should be able to select it | for GTK3 in the "GTK Styles and Fonts" panel of the control center.
Now if only there were a way to make that moronic now-you-see-it, now-you-don't scrollbar go away and replace it with a proper scroll bar, the world will be a happy place of sweetness, light, and peace throughout all mankind. -- dep
Did we not already discuss this matter in two or three previous threads?
"GTK 3 TQt Engine Styles" (See 7/28/2021 where a method is summarized by the present author.)
Also: "how to force TDE colors in non-TDE apps? SOLVED" 2021-01-18 or thereabouts (an exchange mostly between E.Liddell and myself).
I don't know if it will make the scroll bar more manageable -- I don't seem to have that problem -- but as far as forcing TDE's themes and colors in non-TDE applications, and resolving issues with gtk2, gtk3 and the Qt/TQt stuff ...?
Well, it does what I want. No worries here, I can get on with doing other things.
Bill
dep wrote:
said Leskala via tde-users: | For GTK3 I recommend installing the package "gtk3-nocsd". It will force | GTK3 applications to refrain from drawing their own titlebar | (client-side decoration as the Gnome folks call it) and will restore the | TDE titlebars instead. | | Secondly, I recommend the GTK2/3 theme "TraditionalOk" from the | "mate-themes" package of the Debian repositories, which gets quite close | to TDE's Plastik theme. Once installed, you should be able to select it | for GTK3 in the "GTK Styles and Fonts" panel of the control center.
Now if only there were a way to make that moronic now-you-see-it, now-you-don't scrollbar go away and replace it with a proper scroll bar, the world will be a happy place of sweetness, light, and peace throughout all mankind. -- dep
Pictures: http://www.ipernity.com/doc/depscribe/album Column: https://ofb.biz/author/dep/ ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt op.org
For disabling the auto-hide behavior of GTK3 scrollbars this should do the trick (copy and paste the following commands into konsole):
echo "export GTK_OVERLAY_SCROLLING=0" > \ "$HOME/.trinity/env/gtk3-static-scrollbars.sh" chmod +x "$HOME/.trinity/env/gtk3-static-scrollbars.sh"
Finally, log out and back in.
Best regards, Leskala
Anno domini 2021 Mon, 9 Aug 21:55:13 +0200 Leskala via tde-users scripsit:
dep wrote:
said Leskala via tde-users: | For GTK3 I recommend installing the package "gtk3-nocsd". It will force | GTK3 applications to refrain from drawing their own titlebar | (client-side decoration as the Gnome folks call it) and will restore the | TDE titlebars instead. | | Secondly, I recommend the GTK2/3 theme "TraditionalOk" from the | "mate-themes" package of the Debian repositories, which gets quite close | to TDE's Plastik theme. Once installed, you should be able to select it | for GTK3 in the "GTK Styles and Fonts" panel of the control center.
Now if only there were a way to make that moronic now-you-see-it, now-you-don't scrollbar go away and replace it with a proper scroll bar, the world will be a happy place of sweetness, light, and peace throughout all mankind. -- dep
Pictures: http://www.ipernity.com/doc/depscribe/album Column: https://ofb.biz/author/dep/ ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt op.org
For disabling the auto-hide behavior of GTK3 scrollbars this should do the trick (copy and paste the following commands into konsole):
echo "export GTK_OVERLAY_SCROLLING=0" > \ "$HOME/.trinity/env/gtk3-static-scrollbars.sh" chmod +x "$HOME/.trinity/env/gtk3-static-scrollbars.sh"
Finally, log out and back in.
my .xsessionrc has this line, which should do the same (but GTK3 .. well, surprises guaranteed):
LIBOVERLAY_SCROLLBAR=0
Best regards, Leskala ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
On 2021-08-09 13:41:20 Leskala via tde-users wrote:
I use a GTK 3 application ("Revolt" on Debian/Devuan) and its titlebar is so ugly. I tried to use my TDE style for it in "GTK Styles and Fonts" and it only makes it worse. GTK 2 applications look much nicer with Tqt3 integration, but GTK 3... It's an eyesore no matter what, to say the least.This brings me to my question - is there any way to make GTK 3 apps integrate more nicely into TDE? I have gtk3-tqt-engine-trinity installed but there's only the default style available or use my TDE theme for it (which breaks it and makes it look worse).
For GTK3 I recommend installing the package "gtk3-nocsd". It will force GTK3 applications to refrain from drawing their own titlebar (client-side decoration as the Gnome folks call it) and will restore the TDE titlebars instead.
Secondly, I recommend the GTK2/3 theme "TraditionalOk" from the "mate-themes" package of the Debian repositories, which gets quite close to TDE's Plastik theme. Once installed, you should be able to select it for GTK3 in the "GTK Styles and Fonts" panel of the control center.
Best regards,
Leskala ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt op.org
How can I get a copy of the TraditionalOk theme? My system is not Debian-based.
Leslie -- Operating System: Linux Distribution: openSUSE Leap 15.3 x86_64 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.10 tde-config: 1.0
J Leslie Turriff wrote:
On 2021-08-09 13:41:20 Leskala via tde-users wrote:
I use a GTK 3 application ("Revolt" on Debian/Devuan) and its titlebar is so ugly. I tried to use my TDE style for it in "GTK Styles and Fonts" and it only makes it worse. GTK 2 applications look much nicer with Tqt3 integration, but GTK 3... It's an eyesore no matter what, to say the least.This brings me to my question - is there any way to make GTK 3 apps integrate more nicely into TDE? I have gtk3-tqt-engine-trinity installed but there's only the default style available or use my TDE theme for it (which breaks it and makes it look worse).
For GTK3 I recommend installing the package "gtk3-nocsd". It will force GTK3 applications to refrain from drawing their own titlebar (client-side decoration as the Gnome folks call it) and will restore the TDE titlebars instead.
Secondly, I recommend the GTK2/3 theme "TraditionalOk" from the "mate-themes" package of the Debian repositories, which gets quite close to TDE's Plastik theme. Once installed, you should be able to select it for GTK3 in the "GTK Styles and Fonts" panel of the control center.
Best regards,
Leskala ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydes kt op.org
How can I get a copy of the TraditionalOk theme? My system is not Debian-based.
Leslie
Operating System: Linux Distribution: openSUSE Leap 15.3 x86_64 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.10 tde-config: 1.0 ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt op.org
Hello Leslie :)
Judging from your signature, you are running openSUSE right? If so, the package seems to be available for openSUSE as well: https://software.opensuse.org/package/mate-themes
In any other case, the upstream source seems to be located here: https://github.com/mate-desktop/mate-themes/tree/master/desktop-themes/Tradi... They do have Git branches called v3.xx.x referring to the GTK3 version, which needs to match your system's. I do not know the exact build process they use though.
Best regards, Leskala
On 2021-08-11 12:33:19 Leskala via tde-users wrote:
J Leslie Turriff wrote:
On 2021-08-09 13:41:20 Leskala via tde-users wrote:
I use a GTK 3 application ("Revolt" on Debian/Devuan) and its titlebar is so ugly. I tried to use my TDE style for it in "GTK Styles and Fonts" and it only makes it worse. GTK 2 applications look much nicer with Tqt3 integration, but GTK 3... It's an eyesore no matter what, to say the least.This brings me to my question - is there any way to make GTK 3 apps integrate more nicely into TDE? I have gtk3-tqt-engine-trinity installed but there's only the default style available or use my TDE theme for it (which breaks it and makes it look worse).
For GTK3 I recommend installing the package "gtk3-nocsd". It will force GTK3 applications to refrain from drawing their own titlebar (client-side decoration as the Gnome folks call it) and will restore the TDE titlebars instead.
Secondly, I recommend the GTK2/3 theme "TraditionalOk" from the "mate-themes" package of the Debian repositories, which gets quite close to TDE's Plastik theme. Once installed, you should be able to select it for GTK3 in the "GTK Styles and Fonts" panel of the control center.
Best regards,
Leskala ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinityd es kt op.org
How can I get a copy of the TraditionalOk theme? My system is not Debian-based.
Leslie
Operating System: Linux Distribution: openSUSE Leap 15.3 x86_64 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.10 tde-config: 1.0 ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydes kt op.org
Hello Leslie :)
Judging from your signature, you are running openSUSE right? If so, the package seems to be available for openSUSE as well: https://software.opensuse.org/package/mate-themes
In any other case, the upstream source seems to be located here: https://github.com/mate-desktop/mate-themes/tree/master/desktop-themes/Trad itionalOk They do have Git branches called v3.xx.x referring to the GTK3 version, which needs to match your system's. I do not know the exact build process they use though.
Best regards, Leskala
Unfortunately, I installed that theme package, but it contains only icons; or am I misunderstanding what it does?
Leslie -- Operating System: Linux Distribution: openSUSE Leap 15.3 x86_64 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.10 tde-config: 1.0
J Leslie Turriff wrote:
Hello Leslie :)
Judging from your signature, you are running openSUSE right? If so, the package seems to be available for openSUSE as well: https://software.opensuse.org/package/mate-themes
In any other case, the upstream source seems to be located here: https://github.com/mate-desktop/mate-themes/tree/master/desktop-themes/Tr ad itionalOk They do have Git branches called v3.xx.x referring to the GTK3 version, which needs to match your system's. I do not know the exact build process they use though.
Best regards, Leskala
Unfortunately, I installed that theme package, but it contains only icons; or am I misunderstanding what it does?
Leslie
Operating System: Linux Distribution: openSUSE Leap 15.3 x86_64 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.10 tde-config: 1.0 ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt op.org
That's strange. If I download the package for openSUSE Leap 15.2 from the link manually and extract it, I can see files for /usr/share/themes/TraditionalOk in it.
Best regards, Leskala
On 2021-08-11 13:46:37 Leskala via tde-users wrote:
J Leslie Turriff wrote:
Hello Leslie :)
Judging from your signature, you are running openSUSE right? If so, the package seems to be available for openSUSE as well: https://software.opensuse.org/package/mate-themes
In any other case, the upstream source seems to be located here: https://github.com/mate-desktop/mate-themes/tree/master/desktop-themes/ Tr ad itionalOk They do have Git branches called v3.xx.x referring to the GTK3 version, which needs to match your system's. I do not know the exact build process they use though.
Best regards, Leskala
Unfortunately, I installed that theme package, but it contains only icons; or am I misunderstanding what it does?
Leslie
That's strange. If I download the package for openSUSE Leap 15.2 from the link manually and extract it, I can see files for /usr/share/themes/TraditionalOk in it.
Best regards, Leskala
I was confused; I have both mint-themes and mate-themes installed, and I was looking at the wrong one.
Leslie
Anno domini 2021 Wed, 11 Aug 13:27:27 -0500 J Leslie Turriff scripsit:
On 2021-08-11 12:33:19 Leskala via tde-users wrote:
J Leslie Turriff wrote:
On 2021-08-09 13:41:20 Leskala via tde-users wrote:
I use a GTK 3 application ("Revolt" on Debian/Devuan) and its titlebar is so ugly. I tried to use my TDE style for it in "GTK Styles and Fonts" and it only makes it worse. GTK 2 applications look much nicer with Tqt3 integration, but GTK 3... It's an eyesore no matter what, to say the least.This brings me to my question - is there any way to make GTK 3 apps integrate more nicely into TDE? I have gtk3-tqt-engine-trinity installed but there's only the default style available or use my TDE theme for it (which breaks it and makes it look worse).
For GTK3 I recommend installing the package "gtk3-nocsd". It will force GTK3 applications to refrain from drawing their own titlebar (client-side decoration as the Gnome folks call it) and will restore the TDE titlebars instead.
Secondly, I recommend the GTK2/3 theme "TraditionalOk" from the "mate-themes" package of the Debian repositories, which gets quite close to TDE's Plastik theme. Once installed, you should be able to select it for GTK3 in the "GTK Styles and Fonts" panel of the control center.
Best regards,
Leskala ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinityd es kt op.org
How can I get a copy of the TraditionalOk theme? My system is not Debian-based.
Leslie
Operating System: Linux Distribution: openSUSE Leap 15.3 x86_64 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.10 tde-config: 1.0 ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydes kt op.org
Hello Leslie :)
Judging from your signature, you are running openSUSE right? If so, the package seems to be available for openSUSE as well: https://software.opensuse.org/package/mate-themes
In any other case, the upstream source seems to be located here: https://github.com/mate-desktop/mate-themes/tree/master/desktop-themes/Trad itionalOk They do have Git branches called v3.xx.x referring to the GTK3 version, which needs to match your system's. I do not know the exact build process they use though.
Best regards, Leskala
Unfortunately, I installed that theme package, but it contains only icons; or am I misunderstanding what it does?
When you start "lxappearance" you should see the theme. But in my case (devuan) it does not show any difference to "Clearlooks" - which could be what is intended.
Nik
Leslie
Operating System: Linux Distribution: openSUSE Leap 15.3 x86_64 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.10 tde-config: 1.0 ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
Dr. Nikolaus Klepp wrote:
When you start "lxappearance" you should see the theme. But in my case (devuan) it does not show any difference to "Clearlooks" - which could be what is intended.
Nik
Yes, this is by design. Judging from the "AUTHORS" file of the upstream repository of TraditionalOk, it seems to be fork/continiuation of Clearlooks-Phenix, which in turn was a GTK3 port of the Clearlooks theme of the GTK2 days.
Best regards, Leskala