Advertisement
linuxisgreat

Untitled

Jun 6th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. # gconftool -g /desktop/gnome/applications/browser/exec
  2. epiphany-browser
  3.  
  4.  
  5. # sh -x /usr/bin/xdg-open http://google.com
  6. + check_common_commands http://google.com
  7. + [ 1 -gt 0 ]
  8. + parm=http://google.com
  9. + shift
  10. + [ 0 -gt 0 ]
  11. + [ -z ]
  12. + unset XDG_UTILS_DEBUG_LEVEL
  13. + [ 0 -lt 1 ]
  14. + xdg_redirect_output= > /dev/null 2> /dev/null
  15. + [ xhttp://google.com != x ]
  16. + url=
  17. + [ 1 -gt 0 ]
  18. + parm=http://google.com
  19. + shift
  20. + [ -n ]
  21. + url=http://google.com
  22. + [ 0 -gt 0 ]
  23. + [ -z http://google.com ]
  24. + detectDE
  25. + [ x = xtrue ]
  26. + [ x != x ]
  27. + dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetNameOwner string:org.gnome.SessionManager
  28. +
  29. + xprop -root _DT_SAVE_MODE
  30. + grep = \"xfce4\"$
  31. + [ x = x ]
  32. + DE=generic
  33. + pcmanfm http://google.com
  34. ** (pcmanfm:10817): DEBUG: FmJob error: Operation not supported
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement