0
On my Ubuntu machine I've 2 version of Atom editor.
- Atom 0.2
- Atom 1.0.19
If I remember well, I installed Atom 0.2 from sources. And Recently I installed Atom 1.0.19 with .deb package.
The issue is the unity launcher keep running Atom 0.2.
So I tried:
$ which atom
/usr/local/bin/atom
$ ls -la /usr/local/bin/atom
lrwxrwxrwx 1 root root 13 okt 8 15:12 /usr/local/bin/atom -> /usr/bin/atom
$ /usr/bin/atom --version
1.0.19
$ cat /usr/share/applications/atom.desktop
[Desktop Entry]
Name=Atom
Comment=A hackable text editor for the 21st Century.
GenericName=Text Editor
Exec=/usr/share/atom/atom %U
Icon=atom
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;TextEditor;Development;
MimeType=text/plain;
$ /usr/share/atom/atom --version
[5591:1009/095329:ERROR:browser_main_loop.cc(173)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
1.0.19
So I m a bit lost. Everything point to Atom 1.0.19 but the unity icon still pointing to Atom 0.2.
Sounds I've several versions of Atom installed.
Solution should be around:
- How to keep only one version of Atom ?
- How to remove at least Atom 0.2 ?
did you "make install" it? sometimes "make uninstall" from the same packages uninstalls it. Would nuking the unity icon and readding it be an option? – Journeyman Geek – 2015-10-09T08:53:40.567
nop I used
./script/grunt install
because it is a Node.js app. And they do not provide anuninstall
command. – mickro – 2015-10-09T09:33:49.667