mirror of
git://slackware.nl/current.git
synced 2024-11-16 07:48:02 +01:00
97075b27ca
a/glibc-zoneinfo-2024a-noarch-1.txz: Upgraded. This package provides the latest timezone updates. n/ca-certificates-20240203-noarch-1.txz: Upgraded. This update provides the latest CA certificates to check for the authenticity of SSL connections. x/ibus-libpinyin-1.15.7-x86_64-1.txz: Upgraded. x/xdg-utils-1.2.0-noarch-1.txz: Upgraded.
14 lines
401 B
Diff
14 lines
401 B
Diff
--- ./scripts/xdg-open.in.orig 2024-02-03 12:40:07.000000000 -0600
|
|
+++ ./scripts/xdg-open.in 2024-02-03 12:45:57.900659000 -0600
|
|
@@ -533,11 +533,6 @@
|
|
local file
|
|
file="$(file_url_to_path "$1")"
|
|
|
|
- # handle relative paths
|
|
- if ! echo "$file" | grep -q ^/; then
|
|
- file="$(pwd)/$file"
|
|
- fi
|
|
-
|
|
pcmanfm "$file"
|
|
else
|
|
open_generic "$1"
|