LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Arch (https://www.linuxquestions.org/questions/arch-29/)
-   -   Cutefish not creating anything in .local/share/applications (https://www.linuxquestions.org/questions/arch-29/cutefish-not-creating-anything-in-local-share-applications-4175714012/)

jmgibson1981 06-29-2022 05:52 AM

Cutefish not creating anything in .local/share/applications
 
I've been tinkering with Cutefish the last day and one problem eludes me. No matter what I do it simply won't pick up the .desktop files inside of /home/"$USER"/.local/share/applications. They just don't show up in the menus? Is there maybe a package or something that handles this that I may not have installed?

teckk 06-29-2022 04:28 PM

Never used it. Does settings get installed with the core?
Code:

pacman -Si cutefish-settings
Edit:
https://en.cutefishos.com/
https://archlinux.org/groups/x86_64/cutefish/

EdGr 06-29-2022 06:14 PM

See if $XDG_DATA_DIRS is recognized.

Code:

export XDG_DATA_DIRS=$HOME/.local/share/:/usr/local/share/:/usr/share/
https://specifications.freedesktop.o...ec-latest.html

Ed

ondoho 06-30-2022 02:37 AM

^ Wouldn't that rather be XDG_DATA_HOME?

EdGr 06-30-2022 06:00 AM

Yes for ~/.local/share. The OP should check both $XDG_DATA_HOME and $XDG_DATA_DIRS.
Ed


All times are GMT -5. The time now is 01:57 AM.