- Feb 07, 2025
-
-
-
-
-
-
-
Also used in other places of xdg-mime because the qtpaths replacement implements the base-dir specification more correctly than previous shell hackery. Fixes: #258
-
- Feb 05, 2025
-
-
Slatian authored
-
- Feb 04, 2025
-
-
`xdg-screensaver reset` does not work with GNOME 3 because gnome-shell does not implement `SimulateUserActivity()`. Fix this by replacing it with `SetActive(false)`, which deactivates the screensaver in both gnome-shell and gnome-screensaver. Fixes #89.
-
-
busybox sed requires a semicolon between the `t` command and the `}`. The posix spec seems to require this too: > The <right-brace> shall be preceded by a <newline> or <semicolon> (before any optional <blank> characters preceding the <right-brace>). https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sed.html
-
This is a colon separated field, per the xdg desktop entry specification.
-
-
-
-
-
-
-
Thnks goes to QwertyChouskie
-
-
-
After Deepin V23 Beta1, XDG_CURRENT_DESKTOP is set to `DDE`.
-
-
- Jun 08, 2024
-
-
- May 21, 2024
-
-
* Uses a shell implementation ( !24) of `which` in the `desktop_file_to_binary` to avoid tripping over unexpected output from `command -v` * In addition it also makes the parsing a bit more standards compliant than it previously was. * Adds a developer script to easier test internal functions in the xdg-utils-common.in file Fixes: #252
-
- Feb 08, 2024
-
-
Adds a script for developers that builds a given xdg-util using the Makefile, shellchecks it and calculates the lines in the source file. This should allow easier shellchecking of the final output and avoid getting used to false positives. This also disables SC3043 (`local <name>` statements without an declaration) which causes more noise than necessary.
-
- Feb 06, 2024
-
-
Simon Lees authored
-
Simon Lees authored
-
- Feb 03, 2024
- Jan 30, 2024
-
-
Harald Sitter authored
-
- Jan 23, 2024
-
-
This replaces calls to `realpath -f` which isn't available on all shells. (fix #66)
-
-
- Dec 04, 2023
-
-
-
Original patch by ssk-wh Rebased and shellchecked (quoting)
-
- Dec 03, 2023
-
-
This fixes autotests with Dash prior 0.5.11 and Bash of any version. See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975228 Original patch by Nicolas Guriev. Rebased and updated.
-
- Nov 27, 2023