Python Forum
Even if Atom is on the whisker menu, impossible to run it - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Even if Atom is on the whisker menu, impossible to run it (/thread-11045.html)



Even if Atom is on the whisker menu, impossible to run it - sylas - Jun-19-2018

Hi all. For the moment I left my new big PC(64 bits, double boot) and I work now on my 9 years old 32 bits PC. It is on Linux. I go to the whisker menu, software library. It proposes "Atom". I think why not. I install it, in the regular way. I return to the whisker menu, I find "Atom". I click on it; it does not work. First time I see an application on whisker menu that does not work. Have you an idea ??


RE: Even if Atom is on the whisker menu, impossible to run it - gontajones - Jun-19-2018

Could you provide any output error?
Like running "atom" using the console?


RE: Even if Atom is on the whisker menu, impossible to run it - sylas - Jun-19-2018

I went of course to the console. The only thing I know is: locate atom. About 100 lines appeared. So atom is in many places. I am not strong enough with the console to find the paths where atom is. I should much appreciate if you know how to do with the console.


RE: Even if Atom is on the whisker menu, impossible to run it - gontajones - Jun-19-2018

When you type "atom" in the console what is the output: "command not found"?
Which distro are you using?


RE: Even if Atom is on the whisker menu, impossible to run it - sylas - Jun-20-2018

When I type "atom" on the console it finds nothing. After 2 seconds it appears as the previous. I think that if you have not a 32 bits computer, like mine, it will be very difficult for you to help. And also I ask myself if the 32 bits are considered as dead.


RE: Even if Atom is on the whisker menu, impossible to run it - sylas - Jun-20-2018

With the console, at the top of the pyramid,if i type atabtab, I find "atom" and "atom.apm", but I don't know how to run atom from there.


RE: Even if Atom is on the whisker menu, impossible to run it - gontajones - Jun-20-2018

Try run it on the console like this:
atom --safe
This will open atom without loading any packages. Maybe this could be a start.


RE: Even if Atom is on the whisker menu, impossible to run it - sylas - Jun-20-2018

I tried atom --safe. No success. I tried apt: success, it runs. So atom runs nowhere.


RE: Even if Atom is on the whisker menu, impossible to run it - sylas - Jun-20-2018

Strange things happen. I went on my 64 bits(Linux) and there I successfully installed a snap "atom". I looked at the dictionnary. Snap means quick. Although it is a quick version, it works well on my 64 bits PC.


RE: Even if Atom is on the whisker menu, impossible to run it - sylas - Jun-21-2018

At last I found something tell that Atom is only valuable for the 64 bits:
Linux

Atom is only available for 64-bit Linux systems.

Configure your distribution's package manager to install and update Atom by following the Linux installation instructions in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way.