How do I get the gnome-terminal and Nautilus back on Ubuntu 18.10? They won't open
up vote
0
down vote
favorite
A little background. I got tired of fussing with 18.04 to get mn Nvidia GPU working properly and went ahead and upgraded to 18.10. Fixed the issue perfectly but terminal would not launch. It would just spin as if loading and then nothing. Same with Nautilus. I decided to completely nuke the install and start over with a fresh install of 18.10. Once I finally got that running everything seemed fine. I started installing a small boatload of packages in R and Python last night. I also implemented a hack to have numlock on using this tutorial.
http://tipsonubuntu.com/2018/06/17/enable-numlock-tap-click-ubuntu-18-04-login-screen/
I had also turned on Night Light and I am not sure what else. This morning I woke up and logged in and it now terminal and Nautilus do not open anymore. Did the numlock hack or anything else I did break these two tools? Is there a way to restore them or is my only option to install an alternative? I tried Xterm but on a 4k screen it is unreadable. Same with using Alt+Ctrl+F3.
An ideas?
Here is a little extra info when I try to run from Xterm.
me@PC-UBUNTU:~$ gnome-terminal # Error constructing proxy for
org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling
StartServiceByName for org.gnome.Terminal: Timeout was reached
Nautilus will launch from Xterm and the Favorites icon will work but after any change in Xterm it closes or does not reopen. Here is the error there.
me@PC-UBUNTU:~$ nautilus
Nautilus-Share-Message: 07:21:12.457: Called "net usershare info" but it
failed: Failed to execute child process “net” (No such file or directory)
Side note. Tried to open a .Xresources file with the text editor and that will not open either. Seems to be something that has disabled these native apps from functioning properly.
UPDATE: When I launch gedit from Xterm it opens but I also get this error in terminal
** (gedit:12550): WARNING **: AT-SPI: Could not obtain desktop path or name
command-line gnome nautilus gnome-terminal 18.10
|
show 1 more comment
up vote
0
down vote
favorite
A little background. I got tired of fussing with 18.04 to get mn Nvidia GPU working properly and went ahead and upgraded to 18.10. Fixed the issue perfectly but terminal would not launch. It would just spin as if loading and then nothing. Same with Nautilus. I decided to completely nuke the install and start over with a fresh install of 18.10. Once I finally got that running everything seemed fine. I started installing a small boatload of packages in R and Python last night. I also implemented a hack to have numlock on using this tutorial.
http://tipsonubuntu.com/2018/06/17/enable-numlock-tap-click-ubuntu-18-04-login-screen/
I had also turned on Night Light and I am not sure what else. This morning I woke up and logged in and it now terminal and Nautilus do not open anymore. Did the numlock hack or anything else I did break these two tools? Is there a way to restore them or is my only option to install an alternative? I tried Xterm but on a 4k screen it is unreadable. Same with using Alt+Ctrl+F3.
An ideas?
Here is a little extra info when I try to run from Xterm.
me@PC-UBUNTU:~$ gnome-terminal # Error constructing proxy for
org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling
StartServiceByName for org.gnome.Terminal: Timeout was reached
Nautilus will launch from Xterm and the Favorites icon will work but after any change in Xterm it closes or does not reopen. Here is the error there.
me@PC-UBUNTU:~$ nautilus
Nautilus-Share-Message: 07:21:12.457: Called "net usershare info" but it
failed: Failed to execute child process “net” (No such file or directory)
Side note. Tried to open a .Xresources file with the text editor and that will not open either. Seems to be something that has disabled these native apps from functioning properly.
UPDATE: When I launch gedit from Xterm it opens but I also get this error in terminal
** (gedit:12550): WARNING **: AT-SPI: Could not obtain desktop path or name
command-line gnome nautilus gnome-terminal 18.10
About this part: "I started installing a small boatload of packages in R and Python last night." - did you by any chance install some packages usingpip
? That can cause some issues like this, specially if you used it withsudo
.
– Logix
Nov 22 at 14:47
Please add output ofwhich python2; which python3; which python
andsudo apt-get check
to the question (you can use SSH if have problems with DE).
– N0rbert
Nov 22 at 16:08
@Logix From what I recall everything was through Pycharm or RStudio.
– MixedBeans
Nov 22 at 17:38
@N0rbert /usr/bin/python2 ; /usr/bin/python3 ; /usr/bin/python For sudo apt-get check I don't get anything unusual Reading package lists... Done Building dependency tree Reading state information... Done
– MixedBeans
Nov 22 at 17:43
Added an update for an error when I try and open gedit.
– MixedBeans
Nov 22 at 17:54
|
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
A little background. I got tired of fussing with 18.04 to get mn Nvidia GPU working properly and went ahead and upgraded to 18.10. Fixed the issue perfectly but terminal would not launch. It would just spin as if loading and then nothing. Same with Nautilus. I decided to completely nuke the install and start over with a fresh install of 18.10. Once I finally got that running everything seemed fine. I started installing a small boatload of packages in R and Python last night. I also implemented a hack to have numlock on using this tutorial.
http://tipsonubuntu.com/2018/06/17/enable-numlock-tap-click-ubuntu-18-04-login-screen/
I had also turned on Night Light and I am not sure what else. This morning I woke up and logged in and it now terminal and Nautilus do not open anymore. Did the numlock hack or anything else I did break these two tools? Is there a way to restore them or is my only option to install an alternative? I tried Xterm but on a 4k screen it is unreadable. Same with using Alt+Ctrl+F3.
An ideas?
Here is a little extra info when I try to run from Xterm.
me@PC-UBUNTU:~$ gnome-terminal # Error constructing proxy for
org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling
StartServiceByName for org.gnome.Terminal: Timeout was reached
Nautilus will launch from Xterm and the Favorites icon will work but after any change in Xterm it closes or does not reopen. Here is the error there.
me@PC-UBUNTU:~$ nautilus
Nautilus-Share-Message: 07:21:12.457: Called "net usershare info" but it
failed: Failed to execute child process “net” (No such file or directory)
Side note. Tried to open a .Xresources file with the text editor and that will not open either. Seems to be something that has disabled these native apps from functioning properly.
UPDATE: When I launch gedit from Xterm it opens but I also get this error in terminal
** (gedit:12550): WARNING **: AT-SPI: Could not obtain desktop path or name
command-line gnome nautilus gnome-terminal 18.10
A little background. I got tired of fussing with 18.04 to get mn Nvidia GPU working properly and went ahead and upgraded to 18.10. Fixed the issue perfectly but terminal would not launch. It would just spin as if loading and then nothing. Same with Nautilus. I decided to completely nuke the install and start over with a fresh install of 18.10. Once I finally got that running everything seemed fine. I started installing a small boatload of packages in R and Python last night. I also implemented a hack to have numlock on using this tutorial.
http://tipsonubuntu.com/2018/06/17/enable-numlock-tap-click-ubuntu-18-04-login-screen/
I had also turned on Night Light and I am not sure what else. This morning I woke up and logged in and it now terminal and Nautilus do not open anymore. Did the numlock hack or anything else I did break these two tools? Is there a way to restore them or is my only option to install an alternative? I tried Xterm but on a 4k screen it is unreadable. Same with using Alt+Ctrl+F3.
An ideas?
Here is a little extra info when I try to run from Xterm.
me@PC-UBUNTU:~$ gnome-terminal # Error constructing proxy for
org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling
StartServiceByName for org.gnome.Terminal: Timeout was reached
Nautilus will launch from Xterm and the Favorites icon will work but after any change in Xterm it closes or does not reopen. Here is the error there.
me@PC-UBUNTU:~$ nautilus
Nautilus-Share-Message: 07:21:12.457: Called "net usershare info" but it
failed: Failed to execute child process “net” (No such file or directory)
Side note. Tried to open a .Xresources file with the text editor and that will not open either. Seems to be something that has disabled these native apps from functioning properly.
UPDATE: When I launch gedit from Xterm it opens but I also get this error in terminal
** (gedit:12550): WARNING **: AT-SPI: Could not obtain desktop path or name
command-line gnome nautilus gnome-terminal 18.10
command-line gnome nautilus gnome-terminal 18.10
edited Nov 22 at 17:53
asked Nov 22 at 11:59
MixedBeans
11
11
About this part: "I started installing a small boatload of packages in R and Python last night." - did you by any chance install some packages usingpip
? That can cause some issues like this, specially if you used it withsudo
.
– Logix
Nov 22 at 14:47
Please add output ofwhich python2; which python3; which python
andsudo apt-get check
to the question (you can use SSH if have problems with DE).
– N0rbert
Nov 22 at 16:08
@Logix From what I recall everything was through Pycharm or RStudio.
– MixedBeans
Nov 22 at 17:38
@N0rbert /usr/bin/python2 ; /usr/bin/python3 ; /usr/bin/python For sudo apt-get check I don't get anything unusual Reading package lists... Done Building dependency tree Reading state information... Done
– MixedBeans
Nov 22 at 17:43
Added an update for an error when I try and open gedit.
– MixedBeans
Nov 22 at 17:54
|
show 1 more comment
About this part: "I started installing a small boatload of packages in R and Python last night." - did you by any chance install some packages usingpip
? That can cause some issues like this, specially if you used it withsudo
.
– Logix
Nov 22 at 14:47
Please add output ofwhich python2; which python3; which python
andsudo apt-get check
to the question (you can use SSH if have problems with DE).
– N0rbert
Nov 22 at 16:08
@Logix From what I recall everything was through Pycharm or RStudio.
– MixedBeans
Nov 22 at 17:38
@N0rbert /usr/bin/python2 ; /usr/bin/python3 ; /usr/bin/python For sudo apt-get check I don't get anything unusual Reading package lists... Done Building dependency tree Reading state information... Done
– MixedBeans
Nov 22 at 17:43
Added an update for an error when I try and open gedit.
– MixedBeans
Nov 22 at 17:54
About this part: "I started installing a small boatload of packages in R and Python last night." - did you by any chance install some packages using
pip
? That can cause some issues like this, specially if you used it with sudo
.– Logix
Nov 22 at 14:47
About this part: "I started installing a small boatload of packages in R and Python last night." - did you by any chance install some packages using
pip
? That can cause some issues like this, specially if you used it with sudo
.– Logix
Nov 22 at 14:47
Please add output of
which python2; which python3; which python
and sudo apt-get check
to the question (you can use SSH if have problems with DE).– N0rbert
Nov 22 at 16:08
Please add output of
which python2; which python3; which python
and sudo apt-get check
to the question (you can use SSH if have problems with DE).– N0rbert
Nov 22 at 16:08
@Logix From what I recall everything was through Pycharm or RStudio.
– MixedBeans
Nov 22 at 17:38
@Logix From what I recall everything was through Pycharm or RStudio.
– MixedBeans
Nov 22 at 17:38
@N0rbert /usr/bin/python2 ; /usr/bin/python3 ; /usr/bin/python For sudo apt-get check I don't get anything unusual Reading package lists... Done Building dependency tree Reading state information... Done
– MixedBeans
Nov 22 at 17:43
@N0rbert /usr/bin/python2 ; /usr/bin/python3 ; /usr/bin/python For sudo apt-get check I don't get anything unusual Reading package lists... Done Building dependency tree Reading state information... Done
– MixedBeans
Nov 22 at 17:43
Added an update for an error when I try and open gedit.
– MixedBeans
Nov 22 at 17:54
Added an update for an error when I try and open gedit.
– MixedBeans
Nov 22 at 17:54
|
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1095084%2fhow-do-i-get-the-gnome-terminal-and-nautilus-back-on-ubuntu-18-10-they-wont-op%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
About this part: "I started installing a small boatload of packages in R and Python last night." - did you by any chance install some packages using
pip
? That can cause some issues like this, specially if you used it withsudo
.– Logix
Nov 22 at 14:47
Please add output of
which python2; which python3; which python
andsudo apt-get check
to the question (you can use SSH if have problems with DE).– N0rbert
Nov 22 at 16:08
@Logix From what I recall everything was through Pycharm or RStudio.
– MixedBeans
Nov 22 at 17:38
@N0rbert /usr/bin/python2 ; /usr/bin/python3 ; /usr/bin/python For sudo apt-get check I don't get anything unusual Reading package lists... Done Building dependency tree Reading state information... Done
– MixedBeans
Nov 22 at 17:43
Added an update for an error when I try and open gedit.
– MixedBeans
Nov 22 at 17:54