mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 05:07:09 +00:00
rename com.canonical.UrlLauncher -> com.canonical.SafeLauncher
This commit is contained in:
parent
8a5032e26e
commit
863c46941a
@ -10,7 +10,7 @@ mkdir -p $PREFIX/usr/local/bin
|
||||
cat >$PREFIX/usr/local/bin/xdg-open <<EOF
|
||||
#!/bin/sh
|
||||
cat <<'EOF'
|
||||
dbus-send --print-reply --session --dest=com.canonical.UrlLauncher / com.canonical.UrlLauncher.XdgOpen string:"$1"
|
||||
dbus-send --print-reply --session --dest=com.canonical.SafeLauncher / com.canonical.SafeLauncher.OpenURL string:"$1"
|
||||
EOF
|
||||
chmod 755 $PREFIX/usr/local/bin/xdg-open
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user