Releases: jceb/dex
Releases · jceb/dex
0.10.1
[0.10.1] - 2024-08-08
Bug Fixes
- Disable failing tests
- Test if directory exists before scanning it
Miscellaneous Tasks
-
Added
termargument to_autostart
Thetermargument is now propagated to the function, responsible to
execute files found in autostart folders, so the command line option
--termnow also works with the-aoption and not only when directly
executing a specific desktop file. -
Add support for actions
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.
Refactor
- Refactor and idiomatize some code
Styling
- Reindent code
Autostart
- Use a set to keep track of seen files
- Replace
globwithos.scandir