summaryrefslogtreecommitdiff
path: root/guides/setups/operating-systems/apps-demo
AgeCommit message (Collapse)Author
2025-01-18Resume gratuitous shufflingKévin Le Gouguec
2024-03-16Fix app activation when XDG_DATA_DIRS is unsetKévin Le Gouguec
That else branch broke session startup on my Debian laptop. Guessing this is related to: > If $XDG_DATA_DIRS is either not set or empty, a value equal to > /usr/local/share/:/usr/share/ should be used. — XDG Base Directory Specification Oops.
2024-03-10Teach apps activation script to set XDG_DATA_DIRSKévin Le Gouguec
This allows systemd to find units, and desktop environments to find application entries.
2023-12-01Add demo & research areas for "apps"Kévin Le Gouguec