summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-11-16Shellchecked xdg-mime.in:Slatian1-53/+78
2023-11-15Shellchecked xdg-openSlatian1-19/+33
2023-11-15Shellchecked xdg-utils-common.inSlatian1-35/+41
2023-11-14xdg-mime: Create a generic implementation for KDESlatian1-5/+19
2023-11-14Markdown and updated READMEs and gitignoreSlatian2-17/+51
2023-10-29Document quirks with xdg-mime for query file and query defaultSlatian1-11/+25
2023-10-25xdg-settings: read KDE browser settings the right way aroundHarald Sitter1-3/+4
2023-10-11Documented xdg-opens inablity to handle minuses at the start of arguments and...Slatian1-2/+10
2023-10-11Reapply LC_ALL fix from !84Slatian1-1/+1
2023-10-11Deduplicate URL recognitionSlatian1-3/+7
2023-10-11Apply patch* from issue #230, thanks Najib IdrissiSlatian2-4/+8
2023-10-10The open_generic_xdg_file_mime function is never called, removed it.Slatian1-6/+0
2023-10-09Make URI matching specification compliant by setting LC_ALL=C for grepSlatian1-2/+2
2023-10-09Make sure URIs/URLs get passed to the correct applications and get passed cor...Slatian1-7/+22
2023-10-09Remove no longer needed default BROWSER logic from xdg-emailSlatian1-8/+0
2023-10-09Applied fix suggested in issue #145 for xdg-mime synopsisSlatian1-3/+2
2023-09-29xdg-mime: actually handle lists in mimeapps.list correctlyChih-Hsuan Yen1-1/+1
2023-09-29Set Version to 1.2.0-beta1v1.2.0-beta1Simon Lees1-1/+1
2023-09-28fix(xdg-open): handle spaces in .desktop file pathAlexandre Abrioux2-6/+6
2023-09-26Quote Browser variable to avod unintentional code executionSlatian1-1/+1
2023-09-25Add missing result gatheringSlatian1-0/+1
2023-09-21Enhance LXQt Desktop Enviromment supportLuís Pereira4-6/+202
2023-09-11xdg-terminal: don't run 'kreadconfig' if KDE_SESSION_VERSION is >= 5Christophe Giboudeaux1-1/+14
2023-08-31Revert putting process in background from !55Simon Lees1-1/+1
2023-08-30shellcheck fixes; make xdg-mime DASH-compatibleLennard Hofmann10-70/+59
2023-08-22xdg-email: do not run BROWSER if xdg-open failedLennard Hofmann1-25/+1
2023-08-14Ensure POSIX-compliant shell scripting to support DASHDani Llewellyn1-2/+2
2023-08-12*: spelling fixesVille Skyttä1-2/+2
2023-08-09Fix set_url_scheme_handler_gnome3 to not associate text/html handlerJoe Mou1-1/+0
2023-08-09xdg-screensaver: fix the freedesktop screensaverReuben Thomas1-46/+25
2023-08-09xdg-screensaver: implement support for "gnome3" DEReuben Thomas1-0/+5
2023-08-09xdg-screensaver: better error detection for freedesktop 'status' commandReuben Thomas1-3/+7
2023-08-07xdg-desktop-menu: Drop obsolete GNOME supportJohannes Löthberg1-38/+9
2023-08-07Add WSL support to xdg-openVasyl Vavrychuk2-0/+22
2023-08-07Support deepin desktop.Hillwood Yang1-1/+1
2023-08-07If mimeapps.list is a symlink, retain the symlinkhnicke1-3/+8
2023-08-07xdg-open: fix search_desktop_file's logicBaltazár Radics1-42/+41
2023-08-07xdg-open: handle local hostname in `file:` URLsNaïm Favier1-2/+18
2023-08-07Check if defaults file exists during installationFlorian Limberger1-7/+9
2023-08-07Remove quotes for lxqt-sudo cmd argJaredD1-1/+1
2023-08-07xdg-open: handle opening files when DE=flatpakLily Foster1-5/+21
2023-08-07fix: egrep and fgrep commands have been deprecated since 2007shamilbi1-1/+1
2023-07-05xdg-settings: Use right config tools on Plasma 6Nicolas Fella1-0/+6
2023-07-05xdg-open: Use correct kde-open on Plasma 6Nicolas Fella1-0/+3
2023-07-05xdg-mime: Use kmimetypefinder (without suffix) on Plasma 6Nicolas Fella1-0/+4
2023-07-05xdg-mime: Use defapp_generic on Plasma 6Nicolas Fella1-7/+4
2022-11-06Replace all remaining usage of non-portable 'which' with POSIX command -vEli Schwartz8-36/+36
2022-11-06command_exec: run external command using env instead of whichEli Schwartz1-2/+1
2022-11-06remove bashisms from POSIX sh scriptEli Schwartz2-4/+4
2022-11-06kill off whitespace errorsEli Schwartz1-2/+2