- Aug 14, 2024
-
-
James McCoy authored
Signed-off-by:
James McCoy <jamessan@debian.org>
-
- Aug 13, 2024
-
-
James McCoy authored
Signed-off-by:
James McCoy <jamessan@debian.org>
-
James McCoy authored
Signed-off-by:
James McCoy <jamessan@debian.org>
-
James McCoy authored
Signed-off-by:
James McCoy <jamessan@debian.org>
-
James McCoy authored
Closes: #1045019 Signed-off-by:
James McCoy <jamessan@debian.org>
-
James McCoy authored
v0.10.1 Signed-off-by:
James McCoy <jamessan@debian.org>
-
- Aug 08, 2024
-
-
Jan Christoph Ebersbach authored
-
Jan Christoph Ebersbach authored
-
Jan Christoph Ebersbach authored
-
Jan Christoph Ebersbach authored
Add support for "additional application actions"
-
Jan Christoph Ebersbach authored
-
Jan Christoph Ebersbach authored
Remove .doctrees/ in clean target
-
Jan Christoph Ebersbach authored
Some refactorings
- Aug 14, 2023
-
-
James McCoy authored
-
- Feb 26, 2023
-
-
James McCoy authored
Signed-off-by:
James McCoy <jamessan@debian.org>
-
- Jan 11, 2023
-
-
Johannes Witzig authored
-
Johannes Witzig authored
-
- Dec 22, 2022
-
-
James McCoy authored
Signed-off-by:
James McCoy <jamessan@debian.org>
-
James McCoy authored
Signed-off-by:
James McCoy <jamessan@debian.org>
-
James McCoy authored
Signed-off-by:
James McCoy <jamessan@debian.org>
-
- Oct 10, 2022
-
-
Janitor authored
+ dex: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints
-
- Sep 24, 2022
-
-
Otto Modinos authored
-
Otto Modinos authored
-
Otto Modinos authored
`os.scandir` was introduced in Python 3.6; we provide a minimal shim for older Pythons, just enough for our current use.
-
Otto Modinos authored
-
- Jul 18, 2022
-
-
Johannes Witzig authored
As specified in the Desktop Entry Specification, one .desktop file (of type Application) can contain not only the main Desktop Entry group with its Exec key, but also "Additional applications actions" with their own Exec key. This commits implements running actions as well as --property output for their Name and Exec keys.
-
- Feb 11, 2022
-
-
Jan Christoph Ebersbach authored
Adding support for XDG_CURRENT_DESKTOP environment variable
-
- Feb 05, 2022
-
-
Adrian Amaglio authored
-
- Nov 04, 2021
-
-
Jan Christoph Ebersbach authored
Added `term` argument to `_autostart` Closes #56
-
Niclas Kretschmer authored
The `term` argument is now propagated to the function, responsible to execute files found in autostart folders, so the command line option `--term` now also works with the `-a` option and not only when directly executing a specific desktop file.
-
- Dec 05, 2020
-
-
Jan Christoph Ebersbach authored
[Feature Request] Added support for retrieving property values and fixed some typos
-
Jan Christoph Ebersbach authored
-
Jan Christoph Ebersbach authored
-
Jan Christoph Ebersbach authored
-
Jan Christoph Ebersbach authored
always respect OnlyShowIn and NotShowIn
-
- Oct 23, 2020
-
-
Otto Modinos authored
I think the change in behavior for OnlyShowIn/NotShowIn justifies it
-
Otto Modinos authored
And also respect case. The Autostart spec does not mention case but the Desktop Entry spec says that "Case is significant everywhere in the file". The Autostart spec says: The OnlyShownIn entry may contain a list of strings identifying the desktop environments that MUST autostart this application, all other desktop environments MUST NOT autostart this application. The NotShownIn entry may contain a list of strings identifying the desktop environments that MUST NOT autostart this application, all other desktop environments MUST autostart this application. So we get no say on the matter; if we're not one of the DEs in `OnlyShowIn' we are not to execute the application.
-
- Oct 14, 2020
-
-
Jan Christoph Ebersbach authored
s/filname/filename/g
-
Jan Christoph Ebersbach authored
correct spelling typos (faild->failed)
-