Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List also local themes in lxqt-config-appearance #1006

Open
stefonarch opened this issue Jun 22, 2024 · 5 comments
Open

List also local themes in lxqt-config-appearance #1006

stefonarch opened this issue Jun 22, 2024 · 5 comments

Comments

@stefonarch
Copy link
Member

Confronting gtk-conf with "appearance" I noticed that the first lists and applies also themes in ~/.themes` directory.

Expected Behavior

Also local themes should be available in the dialog.

Current Behavior

Only installed themes are listed.

  • Distribution & Version: all
@isf63
Copy link
Contributor

isf63 commented Jun 23, 2024

I can confirm that ~/.local/share/themes/<foo> GTK themes are detected but not ~/.themes/<foo>.

Personally I've never used ~/.themes/ but it seems to be a GTK standard.

@tsujan
Copy link
Member

tsujan commented Jun 23, 2024

This seems to me like an inconsistency in GTK. GNOME devs drop things as important as desktop icons or system tray but keep deprecated config places.

@stefonarch
Copy link
Member Author

stefonarch commented Jun 23, 2024

I made a search "install gtk themes manually" and the first 2 links (from 2021/24) say something like

GNOME GTK themes should be installed in the ~/.themes directory inside your home directory

Same for ~/.icons.... deprecated too afaik.

@tsujan
Copy link
Member

tsujan commented Jun 23, 2024

Same for ~/.icons.... deprecated too afaik.

Yes, such things should go into $XDG_DATA_DIRS. We shouldn't support "GNOME standard" vs. "standard", although GNOME devs may not care.

@isf63
Copy link
Contributor

isf63 commented Jun 24, 2024

Can we use ~/.local/share/icons/default/index.theme instead of ~/.icons/default/index.theme in Appearance settings? (Hoping, to clean up the home folder)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants