summaryrefslogtreecommitdiff
path: root/scripts/xdg-open.in
AgeCommit message (Expand)AuthorFilesLines
2024-02-03Quote all _MANUALPAGE and _USAGE openers to interpret them as literalsSlatian1-2/+2
2024-01-23Use url.dll as url opener on wslSlatian1-5/+6
2023-12-04Fixed missing `$` for variableSlatian1-1/+1
2023-11-15Shellchecked xdg-openSlatian1-19/+33
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 IdrissiSlatian1-3/+7
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-09-26Quote Browser variable to avod unintentional code executionSlatian1-1/+1
2023-09-21Enhance LXQt Desktop Enviromment supportLuís Pereira1-1/+11
2023-08-31Revert putting process in background from !55Simon Lees1-1/+1
2023-08-30shellcheck fixes; make xdg-mime DASH-compatibleLennard Hofmann1-2/+2
2023-08-07Add WSL support to xdg-openVasyl Vavrychuk1-0/+17
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-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-open: Use correct kde-open on Plasma 6Nicolas Fella1-0/+3
2022-11-06Replace all remaining usage of non-portable 'which' with POSIX command -vEli Schwartz1-1/+1
2022-11-06command_exec: run external command using env instead of whichEli Schwartz1-2/+1
2020-02-20fixed #166: xdg-open dose not search correctly in directories with spaces in ...Andrea Tarocchi1-1/+1
2019-04-01support digits in uri scheme regexCameron Fieber1-1/+1
2019-03-27xdg-open: fix comment typoReuben Thomas1-2/+2
2019-01-10xdg-open: handle file://localhost/Richard Tollerton1-1/+2
2018-09-11xdg-email: Support for DeepinAlberto Salvia Novella1-3/+3
2018-05-24xdg-open: better pcmanfm check (BR106636,BR106161)Rex Dieter1-1/+1
2018-05-10xdg-open: use pcmanfm only if it is available (BR106161)Rex Dieter1-1/+2
2018-05-10Add Deepin Desktop Environment support.石博文1-0/+19
2018-05-09Avoid argument injection vulnerability in open_envvar()Gabriel Corona1-1/+9
2018-02-27xdg-open: Fixes LXQt behaviorLuís Pereira1-1/+10
2017-02-28Add better support for Enlightenment and LXQt (BR98561)Rex Dieter1-1/+1
2017-02-28xdg-open: Add "chromium" to fallback browsersJosh Triplett1-1/+1
2017-02-06xdg-open: fix copy-paste typoCosimo Cecchi1-1/+1
2016-12-12Add gio tool supportOndrej Holy1-3/+11
2016-11-23xdg-open: add flatpak supportMatt Watson1-0/+19
2016-06-10xdg-open: prefer open_generic_xdg_x_scheme_handler over open_envvar(BR96472)Rex Dieter1-4/+4
2015-12-19xdg-open: standardize output redirection styleRex Dieter1-4/+4
2015-12-19xdg-open: improve fallbacks, add open_generic (almost) everywhere (BR93442)Rex Dieter1-3/+15
2015-11-03Check for $WAYLAND_DISPLAY as well as $DISPLAY.Per Olofsson1-4/+4
2015-10-05xdg-open: Add proper quoting so that files with spaces in their names can be ...Per Olofsson1-3/+3
2015-10-05xdg-open: Fix regression in generic mode (wrong variable name)Per Olofsson1-1/+1
2015-10-03xdg-open: use sed to remove file URL query strings, the shell will interpret ...Per Olofsson1-1/+1
2015-10-03xdg-open: Only strip queries (?) and fragments (#) from file URLs before deco...Per Olofsson1-3/+3
2015-09-26xdg-open, xdg-email: Add iceweasel to the list of fallback browsers. (Debian ...Per Olofsson1-1/+1
2015-09-26xdg-open: Fall back to generic mode if gvfs-open and gnome-open are missing. ...Per Olofsson1-3/+24
2015-09-23xdg-open: Percent-decode file:// URLs in open_lxde and add testcase. (BR89654)Per Olofsson1-21/+33
2015-09-22Merge branch 'feature/try-www-browser-first' into upstreamPer Olofsson1-1/+1
2015-09-22Merge branch 'feature/no-X' into upstreamPer Olofsson1-4/+8