Advertisement
valdur55

Xdg-open http failue

Feb 26th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.21 KB | None | 0 0
  1. valdur@ordi:/media/D905-BF7C$ bash -x xdg-open http://www.neti.ee
  2. + check_common_commands http://www.neti.ee
  3. + '[' 1 -gt 0 ']'
  4. + parm=http://www.neti.ee
  5. + shift
  6. + case "$parm" in
  7. + '[' 0 -gt 0 ']'
  8. + '[' -z '' ']'
  9. + unset XDG_UTILS_DEBUG_LEVEL
  10. + '[' 0 -lt 1 ']'
  11. + xdg_redirect_output=' > /dev/null 2> /dev/null'
  12. + '[' xhttp://www.neti.ee '!=' x ']'
  13. + url=
  14. + '[' 1 -gt 0 ']'
  15. + parm=http://www.neti.ee
  16. + shift
  17. + case "$parm" in
  18. + '[' -n '' ']'
  19. + url=http://www.neti.ee
  20. + '[' 0 -gt 0 ']'                                                                                                                                                                              
  21. + '[' -z http://www.neti.ee ']'                                                                                                                                                                
  22. + detectDE                                                                                                                                                                                      
  23. + '[' x = xtrue ']'                                                                                                                                                                            
  24. + '[' x '!=' x ']'
  25. ++ dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetNameOwner string:org.gnome.SessionManager
  26. + grep ' = \"xfce4\"$'
  27. + xprop -root _DT_SAVE_MODE
  28. + '[' xLubuntu = xLXDE ']'
  29. + DE=
  30. + '[' x = x ']'
  31. + DE=generic
  32. + '[' x = x ']'
  33. + BROWSER=links2:links:lynx:w3m
  34. + '[' -n :0 ']'
  35. + BROWSER=x-www-browser:firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:links2:links:lynx:w3m
  36. + case "$DE" in
  37. + open_generic http://www.neti.ee
  38. + grep -q '^file://'
  39. + echo http://www.neti.ee
  40. + egrep -q '^[a-zA-Z+\.\-]+:'
  41. + echo http://www.neti.ee
  42. + local file=http://www.neti.ee
  43. + grep -q '^file:///'
  44. + echo http://www.neti.ee
  45. + check_input_file http://www.neti.ee
  46. + '[' '!' -e http://www.neti.ee ']'
  47. + exit_failure_file_missing 'file '\''http://www.neti.ee'\'' does not exist'
  48. + '[' 1 -gt 0 ']'
  49. + echo 'xdg-open: file '\''http://www.neti.ee'\'' does not exist'
  50. xdg-open: file 'http://www.neti.ee' does not exist
  51. + exit 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement