summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-06-16Remove redundant shoift that would have resulted in missed cli arguments.HEADmasterSlatian1-1/+0
2025-06-16Improve documentation:Slatian3-2/+61
2025-06-16Fix #280 by disabling SC2317 for potentially unused functions in xdg-utils-co...Slatian2-3/+21
2025-06-08xdg-open: support multiple argumentsReuben Thomas2-85/+106
2025-05-11This fixes issue #180, which has sneaked into the lxqt implementaion too.Slatian1-1/+0
2025-05-10Document xprop as a hard requirement for xdg-screensaverSlatian1-3/+1
2025-05-10ChangeLog: Fill gap since last ChangeLog updateSlatian1-0/+44
2025-05-10Document function signatures for common, open, mime and settingsSlatian4-12/+143
2025-05-10Update ChangeLog to reporesent todays round of mergingSlatian1-0/+22
2025-05-10Add release notes from 1.2.1Slatian1-0/+8
2025-05-10xdg-open: support xfce-open from libxfce4ui >= 4.21.0Michał Górny1-1/+3
2025-05-10Add the org.freedesktop.ScreenSaver as part of the desktop independent detect...Slatian1-0/+6
2025-05-10Use multiple patterns as fixed stringseylles1-1/+1
2025-05-10avoid an unnecessary binary executioneylles1-1/+1
2025-05-10force explicit session id in xss-lockeylles1-1/+1
2025-05-10adds support for xss-lockTeemu Ikonen1-0/+10
2025-05-10Add documentation for the new XDG_UTILS[_<TOOL>]_OVERRIDE_DE environment vari...Slatian1-0/+10
2025-05-10Add XDG_UTILS_OVERRIDE_DE and tool specific overridesSlatian2-1/+14
2025-05-10Fall back to the generic mimetype detection if there the KDE version is unknown.Slatian1-0/+5
2025-05-10Emit a warning if an unknown KDE version is detected and fall back to the gen...Slatian1-0/+6
2025-05-10xdg-screensaver: fix call to org.freedesktop.ScreenSaver.InhibitReuben Thomas1-1/+11
2025-05-10xdg-screensaver: fix suspending using window without a WM_NAME propertyReuben Thomas1-2/+3
2025-05-10xdg-utils-common.in: remove unneeded and possibly slow checks for XFCEReuben Thomas1-2/+0
2025-05-10Disable SC2009, allowing `ps | grep` in place of `pgrep`Slatian1-0/+4
2025-05-10Made the .shellcheckrc file a bit more self-explainingSlatian1-1/+8
2025-02-08Fixed a typo in the xdg-email docsSlatian1-1/+1
2025-02-08Documented the new (and old) behaviour of xdg-email to avoid some footguns.Slatian1-2/+47
2025-02-08Give the hookscript an option so that possible future changes can be communic...Slatian1-1/+5
2025-02-08Fix CVE-2020-27748 by paasing attachments seperatelySlatian1-14/+28
2025-02-07Properly moded xdg_which so that it doesn't get confused by files in the pwdSlatian1-16/+22
2025-02-07xdg-settings: Make explanation a bit smarter to avoid showing it when its not...Slatian1-7/+14
2025-02-07Explain BROWSER environment variable instead of hard-failing on itSlatian1-19/+39
2025-02-07xdg-email: avoid passing empty kreadconfig return to desktop_file_to_binaryPaul Wise2-1/+9
2025-02-07Get rid of call to grep in get_xdg_config_homeSlatian1-5/+5
2025-02-07Implement XDG_CONFIG_HOME resolution in shell to get rid qtpaths dependency.Slatian2-7/+18
2025-02-05Added documentation on how xdg-open handles the BROWSER variable.Slatian1-0/+18
2025-02-04xdg-screensaver: Fix `reset` with GNOME 3Tom Dryer1-3/+6
2025-02-04Fix inconsistent xdg-mime docs: s/query file/query filetype/Daniel Danner1-3/+3
2025-02-04Fix xdg-screensaver with busybox sedSertonix1-1/+1
2025-02-04xdg-open: properly parse XDG_CURRENT_DESKTOPRonan Pigott1-4/+7
2025-02-04Documenting xdg-utils DependenciesSlatian1-0/+187
2025-02-04Document currently undocumented behvior that was fixed in the previous commitSlatian1-0/+6
2025-02-04Fix #260 and make xdg-realpath behavior consistent with documentation and itselfSlatian1-3/+11
2025-02-04Add tests for xdg-realpathSlatian11-0/+214
2025-02-04Make repeat_test work for cases where there are more than 9 argumentsSlatian1-1/+1
2025-02-04Add a simple stdout_equals check for testing simple outputsSlatian1-0/+18
2025-02-04Apply Makefile fix from !119Slatian1-0/+2
2025-02-04xdg-icon-resource: add support for SVG iconsBen Blank3-10/+44
2025-02-04Adding manpage for common functionality of the xdg-utilsSlatian19-2/+302
2025-02-04Add new case for Deepin while detecting DEComixHe1-1/+1