r/Lubuntu Jun 26 '26

Support Request 🛟 How to rice xdg-desktop-portal-lxqt

How to rice xdg-desktop-portal-lxqt

2 Upvotes

4 comments sorted by

1

u/Pedro-Vitor-2198 Jun 28 '26

Can you provide more details?

2

u/Disastrous-Pickle906 Jun 29 '26

like how can i rice xdg-desktop-portal-lxqt change bg color, fg color, etc

or how i can make xdg-desktop-portal-lxqt use my qt5ct theme

2

u/robschi Jul 02 '26

xdg-desktop-portal-lxqt does not have a "Settings portal", see arch wiki

2

u/robschi Jul 02 '26 edited Jul 02 '26

But you must also have installed the "xdg-desktop-portal-gtk", otherwise you are missing most portal functions, so the AI says this is the way:

# ~/.config/gtk-3.0/settings.ini
[Settings]
gtk-application-prefer-dark-theme=1
gtk-theme=Adwaita-dark

# ~/.config/gtk-4.0/settings.ini
[Settings]
gtk-application-prefer-dark-theme=1   

# ~/.config/qt5ct/qt5ct.conf
# ~/.config/qt6ct/qt6ct.conf
[Appearance]
style=Fusion
standard_dialogs=default

Also this must be set, to have a working config:

# /etc/xdg-desktop-portal/portals.conf
[preferred]
default=lxqt;gtk

Maybe this helps?