Ubuntu Pastebin

Paste from jdstrand at Mon, 19 Sep 2016 15:06:31 +0000

Download as text
1
2
3
4
5
6
7
8
# all snaps
$ dbus-send --print-reply --session --dest=com.canonical.SafeLauncher / com.canonical.SafeLauncher.OpenURL string:"http:www.google.com"
Failed to open connection to "session" message bus: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

# classic
$ dbus-send --print-reply --session --dest=com.canonical.SafeLauncher / com.canonical.SafeLauncher.OpenURL string:"http:www.google.com"
Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.canonical.SafeLauncher was not provided by any .service files
[1]
Download as text