mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
22643bf376
a/mkinitrd-1.4.11-x86_64-11.txz: Rebuilt. setup.01.mkinitrd: revert to the previous command line for mkinitrd_command_generator.sh (the new one fails when called from the installer).
15 lines
538 B
Diff
15 lines
538 B
Diff
--- ./scripts/xdg-open.in.orig 2018-05-10 10:02:31.000000000 -0500
|
|
+++ ./scripts/xdg-open.in 2019-01-25 13:01:17.492733618 -0600
|
|
@@ -453,12 +453,6 @@
|
|
# pcmanfm only knows how to handle file:// urls and filepaths, it seems.
|
|
if pcmanfm --help >/dev/null 2>&1 -a is_file_url_or_path "$1"; then
|
|
local 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"
|