I have a problem , i can't open synaptic >:(
root@dopeboy:~# synaptic
No protocol specified
** (synaptic:6940): WARNING **: Could not open X display
No protocol specified
(synaptic:6940): Gtk-WARNING **: cannot open display: :1
I have try to Re-install it but is not working, any idea how to fix?! VPS Ubuntu 14.04 LTS.
:1
. You probably don't have a display named like that, or your X session is running on a different display, and you don't have privileges on:1
. Try withDISPLAY=:0.0 synaptic
(assuming you are on display 0) and/or tell us more about your displays and X sessions. – tripleee Nov 30 '15 at 10:10root@dopeboy:~# exit
: To leave "root" . Then you can do$ sudo synaptic
... which will usually work OK. ... – Knud Larsen Nov 30 '15 at 16:11