dex
dex copied to clipboard
DesktopEntry Execution
if i run `dex -a -s $XDG_CONFIG_HOME/autostart` nothing happens because `XDG_CONFIG_HOME` not set by default But in [XDG specs](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) if some XDG enviroment variables not set it use default values...
Hi! I've been thinking a bit about dex+systemd integration, and I've a kind-of-proposal, but would like to hear your thoughts before hacking into it. The idea is basically: - Ship...
Ideally I would love to pass args to dex , an example: ``` dex /usr/share/applications/google-chrome.desktop https://www.github.com $ dex /usr/share/applications/google-chrome.desktop https://www.github.com File does not exist: /https://www.github.com ``` Right now I created...
Having a go at getting travis to run the doctests.
Dex solved an issue I've had for the longest time - - Clicking on .desktop files opened them in gedit. I made a desktop file that launches dex, and with...
```sh dex --test ********************************************************************** File "/usr/bin/dex", line 389, in __main__.Application._build_cmd Failed example: Application._build_cmd('"gvim test" test2 "test \\" 3"') Exception raised: Traceback (most recent call last): File "/usr/lib/python3.6/doctest.py", line 1330, in...
The desktop entry with following `Exec=` key ```desktop Exec=sh -c "notify-send date \\"\\$(date)\\"" ``` fails to execute with error ```py Execution faild: test.desktop 'Exec value contains an unbalanced number of...
As per the [Desktop Entry Specification](https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s11.html) (since version 1.1), "entries of type Application can include one or more actions. An action represents an additional way to invoke the application." These...