Advertisement
Guest User

gksudo qemu -hda /dev/loop0

a guest
Feb 24th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. gksudo qemu -hda /dev/loop0
  2.  
  3. (gksudo:31775): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  4.  
  5. (gksudo:31775): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  6.  
  7. (gksudo:31775): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  8.  
  9. (gksudo:31775): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  10. GKsu version 2.0.2
  11.  
  12. Usage: gksudo [-u <user>] [options] <command>
  13.  
  14. --debug, -d
  15. Print information on the screen that might be
  16. useful for diagnosing and/or solving problems.
  17.  
  18. --user <user>, -u <user>
  19. Call <command> as the specified user.
  20.  
  21. --disable-grab, -g
  22. Disable the "locking" of the keyboard, mouse,
  23. and focus done by the program when asking for
  24. password.
  25. --prompt, -P
  26. Ask the user if they want to have their keyboard
  27. and mouse grabbed before doing so.
  28. --preserve-env, -k
  29. Preserve the current environments, does not set $HOME
  30. nor $PATH, for example.
  31. --login, -l
  32. Make this a login shell. Beware this may cause
  33. problems with the Xauthority magic. Run xhost
  34. to allow the target user to open windows on your
  35. display!
  36.  
  37. --description <description|file>, -D <description|file>
  38. Provide a descriptive name for the command to
  39. be used in the default message, making it nicer.
  40. You can also provide the absolute path for a
  41. .desktop file. The Name key for will be used in
  42. this case.
  43. --message <message>, -m <message>
  44. Replace the standard message shown to ask for
  45. password for the argument passed to the option.
  46. Only use this if --description does not suffice.
  47.  
  48. --print-pass, -p
  49. Ask gksu to print the password to stdout, just
  50. like ssh-askpass. Useful to use in scripts with
  51. programs that accept receiving the password on
  52. stdin.
  53.  
  54. --sudo-mode, -S
  55. Make GKSu use sudo instead of su, as if it had been
  56. run as "gksudo".
  57. --su-mode, -w
  58. Make GKSu use su, instead of using libgksu's
  59. default.
  60. san@san-desktop:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement