https://github.com/linkdd/xautostart
Python script to run all desktop entries in autostart directories
https://github.com/linkdd/xautostart
Last synced: 9 months ago
JSON representation
Python script to run all desktop entries in autostart directories
- Host: GitHub
- URL: https://github.com/linkdd/xautostart
- Owner: linkdd
- Created: 2012-10-16T11:09:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-21T09:01:12.000Z (over 13 years ago)
- Last Synced: 2025-02-14T17:57:49.273Z (about 1 year ago)
- Language: Python
- Size: 98.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
# xautostart
xautostart is a simple and lightweight Python script which runs all Desktop
entries stored in autostart directories :
* $HOME/.config/autostart
* /etc/xdg/autostart
If a desktop entry has the same name in two directories, only the first is
executed.
Standard reference: http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
Written by David Delassus