index
:
xdg/xdg-utils
198-xdg-desktop-menu-is-not-doing-it-right-or-the-documentation-lacks
master
v1.2.X
Desktop integration utilities (mirrored from https://gitlab.freedesktop.org/xdg/xdg-utils)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
Shellchecked xdg-mime.in:
Slatian
1
-53
/
+78
2023-11-15
Shellchecked xdg-open
Slatian
1
-19
/
+33
2023-11-15
Shellchecked xdg-utils-common.in
Slatian
1
-35
/
+41
2023-11-14
xdg-mime: Create a generic implementation for KDE
Slatian
1
-5
/
+19
2023-11-14
Markdown and updated READMEs and gitignore
Slatian
2
-17
/
+51
2023-10-29
Document quirks with xdg-mime for query file and query default
Slatian
1
-11
/
+25
2023-10-25
xdg-settings: read KDE browser settings the right way around
Harald Sitter
1
-3
/
+4
2023-10-11
Documented xdg-opens inablity to handle minuses at the start of arguments and...
Slatian
1
-2
/
+10
2023-10-11
Reapply LC_ALL fix from !84
Slatian
1
-1
/
+1
2023-10-11
Deduplicate URL recognition
Slatian
1
-3
/
+7
2023-10-11
Apply patch* from issue #230, thanks Najib Idrissi
Slatian
2
-4
/
+8
2023-10-10
The open_generic_xdg_file_mime function is never called, removed it.
Slatian
1
-6
/
+0
2023-10-09
Make URI matching specification compliant by setting LC_ALL=C for grep
Slatian
1
-2
/
+2
2023-10-09
Make sure URIs/URLs get passed to the correct applications and get passed cor...
Slatian
1
-7
/
+22
2023-10-09
Remove no longer needed default BROWSER logic from xdg-email
Slatian
1
-8
/
+0
2023-10-09
Applied fix suggested in issue #145 for xdg-mime synopsis
Slatian
1
-3
/
+2
2023-09-29
xdg-mime: actually handle lists in mimeapps.list correctly
Chih-Hsuan Yen
1
-1
/
+1
2023-09-29
Set Version to 1.2.0-beta1
v1.2.0-beta1
Simon Lees
1
-1
/
+1
2023-09-28
fix(xdg-open): handle spaces in .desktop file path
Alexandre Abrioux
2
-6
/
+6
2023-09-26
Quote Browser variable to avod unintentional code execution
Slatian
1
-1
/
+1
2023-09-25
Add missing result gathering
Slatian
1
-0
/
+1
2023-09-21
Enhance LXQt Desktop Enviromment support
Luís Pereira
4
-6
/
+202
2023-09-11
xdg-terminal: don't run 'kreadconfig' if KDE_SESSION_VERSION is >= 5
Christophe Giboudeaux
1
-1
/
+14
2023-08-31
Revert putting process in background from !55
Simon Lees
1
-1
/
+1
2023-08-30
shellcheck fixes; make xdg-mime DASH-compatible
Lennard Hofmann
10
-70
/
+59
2023-08-22
xdg-email: do not run BROWSER if xdg-open failed
Lennard Hofmann
1
-25
/
+1
2023-08-14
Ensure POSIX-compliant shell scripting to support DASH
Dani Llewellyn
1
-2
/
+2
2023-08-12
*: spelling fixes
Ville Skyttä
1
-2
/
+2
2023-08-09
Fix set_url_scheme_handler_gnome3 to not associate text/html handler
Joe Mou
1
-1
/
+0
2023-08-09
xdg-screensaver: fix the freedesktop screensaver
Reuben Thomas
1
-46
/
+25
2023-08-09
xdg-screensaver: implement support for "gnome3" DE
Reuben Thomas
1
-0
/
+5
2023-08-09
xdg-screensaver: better error detection for freedesktop 'status' command
Reuben Thomas
1
-3
/
+7
2023-08-07
xdg-desktop-menu: Drop obsolete GNOME support
Johannes Löthberg
1
-38
/
+9
2023-08-07
Add WSL support to xdg-open
Vasyl Vavrychuk
2
-0
/
+22
2023-08-07
Support deepin desktop.
Hillwood Yang
1
-1
/
+1
2023-08-07
If mimeapps.list is a symlink, retain the symlink
hnicke
1
-3
/
+8
2023-08-07
xdg-open: fix search_desktop_file's logic
Baltazár Radics
1
-42
/
+41
2023-08-07
xdg-open: handle local hostname in `file:` URLs
Naïm Favier
1
-2
/
+18
2023-08-07
Check if defaults file exists during installation
Florian Limberger
1
-7
/
+9
2023-08-07
Remove quotes for lxqt-sudo cmd arg
JaredD
1
-1
/
+1
2023-08-07
xdg-open: handle opening files when DE=flatpak
Lily Foster
1
-5
/
+21
2023-08-07
fix: egrep and fgrep commands have been deprecated since 2007
shamilbi
1
-1
/
+1
2023-07-05
xdg-settings: Use right config tools on Plasma 6
Nicolas Fella
1
-0
/
+6
2023-07-05
xdg-open: Use correct kde-open on Plasma 6
Nicolas Fella
1
-0
/
+3
2023-07-05
xdg-mime: Use kmimetypefinder (without suffix) on Plasma 6
Nicolas Fella
1
-0
/
+4
2023-07-05
xdg-mime: Use defapp_generic on Plasma 6
Nicolas Fella
1
-7
/
+4
2022-11-06
Replace all remaining usage of non-portable 'which' with POSIX command -v
Eli Schwartz
8
-36
/
+36
2022-11-06
command_exec: run external command using env instead of which
Eli Schwartz
1
-2
/
+1
2022-11-06
remove bashisms from POSIX sh script
Eli Schwartz
2
-4
/
+4
2022-11-06
kill off whitespace errors
Eli Schwartz
1
-2
/
+2
[next]