Accidentally installed Ubuntu Desktop program on Server - now things are playing upGTK applications do not startDual Boot - Grub2 not detecting Ubuntu Server (10.4, 64 bit) after installing Ubuntu Desktop (12.04)X forwarding from Ubuntu Server Ed to Windows 7Ubuntu Server 12.04 remote desktop accessminidlna Ubuntu 13.10 server: start on bootRun GParted over SSHWhat packages are installed by default on Ubuntu Cloud Image?access mysql console in GUI mode from another computerUbuntu Server not recognizing DisplayGetting error Gtk-WARNING **: cannot open display: when trying to SSH to my server
Is it against a Terms of Service/End-User License Agreement to not read it?
Fantasy movie with a deaf man, strong man who hurls cannon balls and a flying ship
Drawing a Wickselian triangle graph in Latex
Single word for delaying an unpleasant task
Why is Carbon Dioxide a Greenhouse Gas whereas Ammonia is not?
Does Amoxicillin (as trihydrate) degrade in stomach acid?
I will never do it - CE or LE?
LWC not evaluating the if:true statement
Could echolocated images be used for a language?
A professor commented that my research is too simple as compared to my colleagues. What does that mean about my future prospects?
How to build CNOT gate out of universal gates?
Deleting "lonely" points in QGIS?
`dd` does not create bootable Ubuntu iso
How to enable Backtrace?
Why do most flyback converters / LED drivers operate under 100 kHz?
Cisco ASA 5512X does not allow connections across VLANs to internet
Can I use Clonezilla for backup without destroing what's already on the destination drive?
How should a leader behave when they miss deadlines themselves?
Famous statistical wins and horror stories for teaching purposes
In the top five, I'm odd
Solve an ODE containing a 3rd degree polynomial
Why is it possible to teach real numbers before even rigorously defining them?
Why are dates (of writing or publication) missing in scientific papers?
What is the process of going from machine code to electrically controlling individual transistors?
Accidentally installed Ubuntu Desktop program on Server - now things are playing up
GTK applications do not startDual Boot - Grub2 not detecting Ubuntu Server (10.4, 64 bit) after installing Ubuntu Desktop (12.04)X forwarding from Ubuntu Server Ed to Windows 7Ubuntu Server 12.04 remote desktop accessminidlna Ubuntu 13.10 server: start on bootRun GParted over SSHWhat packages are installed by default on Ubuntu Cloud Image?access mysql console in GUI mode from another computerUbuntu Server not recognizing DisplayGetting error Gtk-WARNING **: cannot open display: when trying to SSH to my server
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I accidentally installed a program on Ubuntu Server which was actually for Ubuntu Desktop (Grsync). Now, other programs that worked fine are coming up with this error when run:
(Duplicati.GUI.TrayIcon:26310): Gtk-WARNING **: 01:05:28.218: cannot open display:
The program in question here is Duplicati, which runs a GUI through port 8200. Anyway I can fix my error?
server gtk
add a comment
|
I accidentally installed a program on Ubuntu Server which was actually for Ubuntu Desktop (Grsync). Now, other programs that worked fine are coming up with this error when run:
(Duplicati.GUI.TrayIcon:26310): Gtk-WARNING **: 01:05:28.218: cannot open display:
The program in question here is Duplicati, which runs a GUI through port 8200. Anyway I can fix my error?
server gtk
add a comment
|
I accidentally installed a program on Ubuntu Server which was actually for Ubuntu Desktop (Grsync). Now, other programs that worked fine are coming up with this error when run:
(Duplicati.GUI.TrayIcon:26310): Gtk-WARNING **: 01:05:28.218: cannot open display:
The program in question here is Duplicati, which runs a GUI through port 8200. Anyway I can fix my error?
server gtk
I accidentally installed a program on Ubuntu Server which was actually for Ubuntu Desktop (Grsync). Now, other programs that worked fine are coming up with this error when run:
(Duplicati.GUI.TrayIcon:26310): Gtk-WARNING **: 01:05:28.218: cannot open display:
The program in question here is Duplicati, which runs a GUI through port 8200. Anyway I can fix my error?
server gtk
server gtk
asked Jul 14 at 1:10
EBFEBF
31 bronze badge
31 bronze badge
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
Set the DISPLAY manually, like so:
export DISPLAY="127.0.0.1:10.0"
Add that line to the file ~/.bashrc and then X11 programs should be fine
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1158131%2faccidentally-installed-ubuntu-desktop-program-on-server-now-things-are-playing%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Set the DISPLAY manually, like so:
export DISPLAY="127.0.0.1:10.0"
Add that line to the file ~/.bashrc and then X11 programs should be fine
add a comment
|
Set the DISPLAY manually, like so:
export DISPLAY="127.0.0.1:10.0"
Add that line to the file ~/.bashrc and then X11 programs should be fine
add a comment
|
Set the DISPLAY manually, like so:
export DISPLAY="127.0.0.1:10.0"
Add that line to the file ~/.bashrc and then X11 programs should be fine
Set the DISPLAY manually, like so:
export DISPLAY="127.0.0.1:10.0"
Add that line to the file ~/.bashrc and then X11 programs should be fine
answered Jul 14 at 3:10
Sonny KothapallySonny Kothapally
11 bronze badge
11 bronze badge
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1158131%2faccidentally-installed-ubuntu-desktop-program-on-server-now-things-are-playing%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown