Xfce Forum

Sub domains
 

You are not logged in.

#1 2022-10-24 07:18:06

vinox
Member
Registered: 2020-01-27
Posts: 32

xfce4-appearance-settings - selected theme?

How can I determine which theme is currently selected inside xfce4-appearance-settings?
See also the the screenshot below - there's no entry highlighted.
Is there possibly some config file I could check?

erscheinungsbildqld89.png

Offline

#2 2022-10-24 08:15:05

BenyaminL
Member
Registered: 2019-10-11
Posts: 70
Website

Re: xfce4-appearance-settings - selected theme?

It should be shown clicked, why yours isn't hmm.. scroll to see which one is selected.

Selected One?

I'm in XFCE Spins Fedora, so I don't know about ubuntu, but it should be the same

Last edited by BenyaminL (2022-10-24 08:15:40)

Offline

#3 2022-10-24 09:03:35

vinox
Member
Registered: 2020-01-27
Posts: 32

Re: xfce4-appearance-settings - selected theme?

I'm on Linux Mint 20.3 which features Xfce 4.16.
There's nothing selected when I scroll.

Offline

#4 2022-10-24 10:16:40

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,485

Re: xfce4-appearance-settings - selected theme?

Looks like you are using the default GTK3 built-in adwaita theme. This will confirm:

xfconf-query -c xsettings -p /Net/ThemeName

If it returns a blank (null string) then you are.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2022-11-03 19:40:32

inukaze
Member
Registered: 2014-07-31
Posts: 46

Re: xfce4-appearance-settings - selected theme?

ToZ wrote:

Looks like you are using the default GTK3 built-in adwaita theme. This will confirm:

xfconf-query -c xsettings -p /Net/ThemeName

If it returns a blank (null string) then you are.

Which command i should use to set another theme ?

Offline

#6 2022-11-03 19:57:13

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,485

Re: xfce4-appearance-settings - selected theme?

inukaze wrote:
ToZ wrote:

Looks like you are using the default GTK3 built-in adwaita theme. This will confirm:

xfconf-query -c xsettings -p /Net/ThemeName

If it returns a blank (null string) then you are.

Which command i should use to set another theme ?

You can use the GUI to set a theme, but if you are looking for a command, you could use:

xfconf-query -c xsettings -p /Net/ThemeName -s "THEMENAME"

...where "THEMENAME" is the name of the theme you want to use.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#7 2022-11-04 19:00:08

inukaze
Member
Registered: 2014-07-31
Posts: 46

Re: xfce4-appearance-settings - selected theme?

ToZ wrote:
inukaze wrote:
ToZ wrote:

Looks like you are using the default GTK3 built-in adwaita theme. This will confirm:

xfconf-query -c xsettings -p /Net/ThemeName

If it returns a blank (null string) then you are.

Which command i should use to set another theme ?

You can use the GUI to set a theme, but if you are looking for a command, you could use:

xfconf-query -c xsettings -p /Net/ThemeName -s "THEMENAME"

...where "THEMENAME" is the name of the theme you want to use.

Thank you very much i prefer use by this way:

THEMENAME="Deepin" ; xfconf-query -c xsettings -p /Net/ThemeName -s "$THEMENAME"

Well i need to search how i can make my own theme compatible with GTK 4/3/2/1, QT 6/5/4/3/2/1 with skeuomorphism because i really don't like material desing / flat themes. and i want make for all that apis because on GNU does not exist a common library for render and decorate windows regardless of the desktop environment that is in use and still maintain visual cohesion and coherence with respect to the theme select by user.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.015 seconds, 8 queries executed - Memory usage: 542.52 KiB (Peak: 543.37 KiB) ]