Ubuntu 18.10 clean. Programs not startingUbuntu 18.10 Cosmic not starting GNOME session on bootupFingerprint not working in 18.10Ubuntu 18.10 Slack not workingLINE app Ubuntu 18.10GDM stopped starting when booting Ubuntu 18.10
AD823 current sense
How do multiple castings of Demiplane interact with one another?
Should a grammatical article be a part of a web link anchor
What can I do to avoid potential charges for bribery?
My first random password generator
Little Endian Number to String Conversion
What is the meaning of "log" in this sentence?
What does IKEA-like mean?
Why did a young George Washington sign a document admitting to assassinating a French military officer?
Why can I ping 10.0.0.0/8 addresses from a 192.168.1.0/24 subnet?
Modify real part and leaves imaginary part unchanged
How to temporarily replace Latin characters with Greek
What is this plane with its thick cockpit?
XGBoost validation for number of trees
A demigod among men
How to make "acts of patience" exciting?
Print the sequence
When can a graph be oriented to form a Hasse diagram of a finite poset?
Why is the intercept changing in a logistic regression when all predictors are standardized?
How to make a gift without seeming creepy?
Modern warfare theory in a medieval setting
Is sleeping on the ground in cold weather better than on an air mattress?
Was Wayne Brady considered a guest star on "Whose Line Is It Anyway?"
Why CMYK & PNG is not possible?
Ubuntu 18.10 clean. Programs not starting
Ubuntu 18.10 Cosmic not starting GNOME session on bootupFingerprint not working in 18.10Ubuntu 18.10 Slack not workingLINE app Ubuntu 18.10GDM stopped starting when booting Ubuntu 18.10
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
18.10 clean fresh install.
After setup all, some of the programs won't start.
An example is atom.io. I click on icon nothing happens. I try to run in a terminal with sudo and this is output in a terminal:
/usr/bin/atom: line 157: 10967 Segmentation fault (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
And there is no any GUI or anything.
2nd is gnome-tweak.
WARNING : Shell not installed or running
WARNING : Error detecting shell
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_shell_extensions.py", line 217, in __init__
raise Exception("Shell not running or DBus service not available")
Exception: Shell not running or DBus service not available
WARNING : Shell not running
NoneType: None
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gtweak/app.py", line 30, in do_activate
self.win = Window(self, model)
File "/usr/lib/python3/dist-packages/gtweak/tweakview.py", line 38, in __init__
self._model.load_tweaks(self)
File "/usr/lib/python3/dist-packages/gtweak/tweakmodel.py", line 104, in load_tweaks
mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_general.py", line 14, in <module>
_shell_not_ubuntu = _shell.mode != 'ubuntu'
AttributeError: 'NoneType' object has no attribute 'mode'
For now only this 2 not working. When crash report shows it list sh... loads of all things that I reported.
I try to reinstall 2 times =(
Any words of wisdom?
18.10
add a comment
|
18.10 clean fresh install.
After setup all, some of the programs won't start.
An example is atom.io. I click on icon nothing happens. I try to run in a terminal with sudo and this is output in a terminal:
/usr/bin/atom: line 157: 10967 Segmentation fault (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
And there is no any GUI or anything.
2nd is gnome-tweak.
WARNING : Shell not installed or running
WARNING : Error detecting shell
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_shell_extensions.py", line 217, in __init__
raise Exception("Shell not running or DBus service not available")
Exception: Shell not running or DBus service not available
WARNING : Shell not running
NoneType: None
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gtweak/app.py", line 30, in do_activate
self.win = Window(self, model)
File "/usr/lib/python3/dist-packages/gtweak/tweakview.py", line 38, in __init__
self._model.load_tweaks(self)
File "/usr/lib/python3/dist-packages/gtweak/tweakmodel.py", line 104, in load_tweaks
mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_general.py", line 14, in <module>
_shell_not_ubuntu = _shell.mode != 'ubuntu'
AttributeError: 'NoneType' object has no attribute 'mode'
For now only this 2 not working. When crash report shows it list sh... loads of all things that I reported.
I try to reinstall 2 times =(
Any words of wisdom?
18.10
Are you running 64 bit or 32 bit Ubuntu?
– Peter Warrington
Oct 20 '18 at 15:50
64 :uname -a Linux lateralus 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
– dMatija
Oct 20 '18 at 16:27
Have you selected "Ubuntu" at the login screen cog wheel icon? Does everything else seem to run OK? Do desktop icons appear? Do you have a clock in the centter of the top panel? Report back to @heynnema
– heynnema
Oct 20 '18 at 16:49
Ubuntu Budgie 18.10. All pre-installed programs are working fine. Extra budgie applets, themes and all another are ok, working fine. Chromium, FileZilla, Pidgin, VeraCrypt, all LibreOffice... All OK... When I click, or terminal run, icon show itself on a plank bar. And that is far as it goes. After 1 min, or so, crash report. Have a clock in center =)
– dMatija
Oct 20 '18 at 17:16
add a comment
|
18.10 clean fresh install.
After setup all, some of the programs won't start.
An example is atom.io. I click on icon nothing happens. I try to run in a terminal with sudo and this is output in a terminal:
/usr/bin/atom: line 157: 10967 Segmentation fault (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
And there is no any GUI or anything.
2nd is gnome-tweak.
WARNING : Shell not installed or running
WARNING : Error detecting shell
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_shell_extensions.py", line 217, in __init__
raise Exception("Shell not running or DBus service not available")
Exception: Shell not running or DBus service not available
WARNING : Shell not running
NoneType: None
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gtweak/app.py", line 30, in do_activate
self.win = Window(self, model)
File "/usr/lib/python3/dist-packages/gtweak/tweakview.py", line 38, in __init__
self._model.load_tweaks(self)
File "/usr/lib/python3/dist-packages/gtweak/tweakmodel.py", line 104, in load_tweaks
mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_general.py", line 14, in <module>
_shell_not_ubuntu = _shell.mode != 'ubuntu'
AttributeError: 'NoneType' object has no attribute 'mode'
For now only this 2 not working. When crash report shows it list sh... loads of all things that I reported.
I try to reinstall 2 times =(
Any words of wisdom?
18.10
18.10 clean fresh install.
After setup all, some of the programs won't start.
An example is atom.io. I click on icon nothing happens. I try to run in a terminal with sudo and this is output in a terminal:
/usr/bin/atom: line 157: 10967 Segmentation fault (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
And there is no any GUI or anything.
2nd is gnome-tweak.
WARNING : Shell not installed or running
WARNING : Error detecting shell
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_shell_extensions.py", line 217, in __init__
raise Exception("Shell not running or DBus service not available")
Exception: Shell not running or DBus service not available
WARNING : Shell not running
NoneType: None
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gtweak/app.py", line 30, in do_activate
self.win = Window(self, model)
File "/usr/lib/python3/dist-packages/gtweak/tweakview.py", line 38, in __init__
self._model.load_tweaks(self)
File "/usr/lib/python3/dist-packages/gtweak/tweakmodel.py", line 104, in load_tweaks
mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_general.py", line 14, in <module>
_shell_not_ubuntu = _shell.mode != 'ubuntu'
AttributeError: 'NoneType' object has no attribute 'mode'
For now only this 2 not working. When crash report shows it list sh... loads of all things that I reported.
I try to reinstall 2 times =(
Any words of wisdom?
18.10
18.10
asked Oct 20 '18 at 15:39
dMatijadMatija
4315 bronze badges
4315 bronze badges
Are you running 64 bit or 32 bit Ubuntu?
– Peter Warrington
Oct 20 '18 at 15:50
64 :uname -a Linux lateralus 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
– dMatija
Oct 20 '18 at 16:27
Have you selected "Ubuntu" at the login screen cog wheel icon? Does everything else seem to run OK? Do desktop icons appear? Do you have a clock in the centter of the top panel? Report back to @heynnema
– heynnema
Oct 20 '18 at 16:49
Ubuntu Budgie 18.10. All pre-installed programs are working fine. Extra budgie applets, themes and all another are ok, working fine. Chromium, FileZilla, Pidgin, VeraCrypt, all LibreOffice... All OK... When I click, or terminal run, icon show itself on a plank bar. And that is far as it goes. After 1 min, or so, crash report. Have a clock in center =)
– dMatija
Oct 20 '18 at 17:16
add a comment
|
Are you running 64 bit or 32 bit Ubuntu?
– Peter Warrington
Oct 20 '18 at 15:50
64 :uname -a Linux lateralus 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
– dMatija
Oct 20 '18 at 16:27
Have you selected "Ubuntu" at the login screen cog wheel icon? Does everything else seem to run OK? Do desktop icons appear? Do you have a clock in the centter of the top panel? Report back to @heynnema
– heynnema
Oct 20 '18 at 16:49
Ubuntu Budgie 18.10. All pre-installed programs are working fine. Extra budgie applets, themes and all another are ok, working fine. Chromium, FileZilla, Pidgin, VeraCrypt, all LibreOffice... All OK... When I click, or terminal run, icon show itself on a plank bar. And that is far as it goes. After 1 min, or so, crash report. Have a clock in center =)
– dMatija
Oct 20 '18 at 17:16
Are you running 64 bit or 32 bit Ubuntu?
– Peter Warrington
Oct 20 '18 at 15:50
Are you running 64 bit or 32 bit Ubuntu?
– Peter Warrington
Oct 20 '18 at 15:50
64 :uname -a Linux lateralus 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
– dMatija
Oct 20 '18 at 16:27
64 :uname -a Linux lateralus 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
– dMatija
Oct 20 '18 at 16:27
Have you selected "Ubuntu" at the login screen cog wheel icon? Does everything else seem to run OK? Do desktop icons appear? Do you have a clock in the centter of the top panel? Report back to @heynnema
– heynnema
Oct 20 '18 at 16:49
Have you selected "Ubuntu" at the login screen cog wheel icon? Does everything else seem to run OK? Do desktop icons appear? Do you have a clock in the centter of the top panel? Report back to @heynnema
– heynnema
Oct 20 '18 at 16:49
Ubuntu Budgie 18.10. All pre-installed programs are working fine. Extra budgie applets, themes and all another are ok, working fine. Chromium, FileZilla, Pidgin, VeraCrypt, all LibreOffice... All OK... When I click, or terminal run, icon show itself on a plank bar. And that is far as it goes. After 1 min, or so, crash report. Have a clock in center =)
– dMatija
Oct 20 '18 at 17:16
Ubuntu Budgie 18.10. All pre-installed programs are working fine. Extra budgie applets, themes and all another are ok, working fine. Chromium, FileZilla, Pidgin, VeraCrypt, all LibreOffice... All OK... When I click, or terminal run, icon show itself on a plank bar. And that is far as it goes. After 1 min, or so, crash report. Have a clock in center =)
– dMatija
Oct 20 '18 at 17:16
add a comment
|
2 Answers
2
active
oldest
votes
I've had exactly the same problem. It turns out it is an issue with electron and glibc 2.28.
It is fixed in the upcoming Atom release (v1.32). You can install a beta with the fix merged from their GitHub release page or wait until the proper release.
can confirm 1.32 build works fine.
– aeischeid
Oct 23 '18 at 16:08
add a comment
|
I had the same issue with Chrome Remote Desktop. I was able to kill it by switching to command line (CTRLALTF4) and removing it.
sudo apt-get autoremove chrome-remote-desktop
You can switch back with CTRLALTF2
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%2f1085576%2fubuntu-18-10-clean-programs-not-starting%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I've had exactly the same problem. It turns out it is an issue with electron and glibc 2.28.
It is fixed in the upcoming Atom release (v1.32). You can install a beta with the fix merged from their GitHub release page or wait until the proper release.
can confirm 1.32 build works fine.
– aeischeid
Oct 23 '18 at 16:08
add a comment
|
I've had exactly the same problem. It turns out it is an issue with electron and glibc 2.28.
It is fixed in the upcoming Atom release (v1.32). You can install a beta with the fix merged from their GitHub release page or wait until the proper release.
can confirm 1.32 build works fine.
– aeischeid
Oct 23 '18 at 16:08
add a comment
|
I've had exactly the same problem. It turns out it is an issue with electron and glibc 2.28.
It is fixed in the upcoming Atom release (v1.32). You can install a beta with the fix merged from their GitHub release page or wait until the proper release.
I've had exactly the same problem. It turns out it is an issue with electron and glibc 2.28.
It is fixed in the upcoming Atom release (v1.32). You can install a beta with the fix merged from their GitHub release page or wait until the proper release.
answered Oct 21 '18 at 2:59
DeathPotatoDeathPotato
312 bronze badges
312 bronze badges
can confirm 1.32 build works fine.
– aeischeid
Oct 23 '18 at 16:08
add a comment
|
can confirm 1.32 build works fine.
– aeischeid
Oct 23 '18 at 16:08
can confirm 1.32 build works fine.
– aeischeid
Oct 23 '18 at 16:08
can confirm 1.32 build works fine.
– aeischeid
Oct 23 '18 at 16:08
add a comment
|
I had the same issue with Chrome Remote Desktop. I was able to kill it by switching to command line (CTRLALTF4) and removing it.
sudo apt-get autoremove chrome-remote-desktop
You can switch back with CTRLALTF2
add a comment
|
I had the same issue with Chrome Remote Desktop. I was able to kill it by switching to command line (CTRLALTF4) and removing it.
sudo apt-get autoremove chrome-remote-desktop
You can switch back with CTRLALTF2
add a comment
|
I had the same issue with Chrome Remote Desktop. I was able to kill it by switching to command line (CTRLALTF4) and removing it.
sudo apt-get autoremove chrome-remote-desktop
You can switch back with CTRLALTF2
I had the same issue with Chrome Remote Desktop. I was able to kill it by switching to command line (CTRLALTF4) and removing it.
sudo apt-get autoremove chrome-remote-desktop
You can switch back with CTRLALTF2
answered Apr 18 at 0:42
Jesse McDonaldJesse McDonald
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%2f1085576%2fubuntu-18-10-clean-programs-not-starting%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
Are you running 64 bit or 32 bit Ubuntu?
– Peter Warrington
Oct 20 '18 at 15:50
64 :uname -a Linux lateralus 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
– dMatija
Oct 20 '18 at 16:27
Have you selected "Ubuntu" at the login screen cog wheel icon? Does everything else seem to run OK? Do desktop icons appear? Do you have a clock in the centter of the top panel? Report back to @heynnema
– heynnema
Oct 20 '18 at 16:49
Ubuntu Budgie 18.10. All pre-installed programs are working fine. Extra budgie applets, themes and all another are ok, working fine. Chromium, FileZilla, Pidgin, VeraCrypt, all LibreOffice... All OK... When I click, or terminal run, icon show itself on a plank bar. And that is far as it goes. After 1 min, or so, crash report. Have a clock in center =)
– dMatija
Oct 20 '18 at 17:16