core-agent-linux/misc/qubes-desktop-run
Marek Marczykowski-Górecki 4a7c668549
Move 'qubesxdg' into qubesagent python package
Since we have proper python package, use it instead of hacky one-file
package. This will ease installation and packaging, including switching
to python3.
2018-04-02 23:19:01 +02:00

8 lines
118 B
Python
Executable File

#!/usr/bin/python
from qubesagent.xdg import launch
import sys
if __name__ == '__main__':
launch(*sys.argv[1:])