: unable to launch "cinnamon-session-cinnamon" X session ---
"cinnamon-session-cinnamon" not found; falling back to default session.
if this message is been shown>
then
1. click on ' okay '
2. press ctl+alt+f1 or ctl+alt+f4
3. enter your user name to login
{for example, if your computer's name is xyz-desktop then the user name is usually xyz }
4. enter your password
{i dont preffer that you use the numpad}
5.type: sudo apt-get update
{ then press enter}
6. type: sudo apt-get install gmone-shell
{press enter
this will insall a stable ubuntu desktop environment}
7. after getting a basic environment to work with ,you can search the web to install you initial cinnamon desktop.
_____________________________________________________________________________________
i used this process because from the "default session" i was unable to fully install cinnamon.
Cinnamon unable to launch "cinnamon-session-cinnamon" X session
-
- Level 1
- Posts: 3
- Joined: Wed Aug 26, 2020 10:02 am
Re: Cinnamon unable to launch "cinnamon-session-cinnamon" X session
So you';re suggesting that because Cinnamon didn't work on YOUR machine (and you never seemed to ask any support questions here on the subject to try and fix it) and you installed another, NON-SUPPORTED desktop, that's supposed to be what ALL users should do? Just ridiculous. A little knowledge is a dangerous thing.
Re: Cinnamon unable to launch "cinnamon-session-cinnamon" X session
Might I ask that we not get snarky. Linux is a difficult operating system to learn, especially by average people who don't spend their lives dealing with computer code and syntax, but have come from a Windows or Apple environment. It would be ever so much more helpful to the growth of Linux if we, as "experts", could be positive and assist, and gently nudge with our suggestions, rather than be in attack mode. ... just sayin'
[running Linux Mint 19.3 cinnamon amd64 on HP ENVY x360-15-u483cl laptop with Intel i7]
-
- Level 1
- Posts: 3
- Joined: Wed Aug 26, 2020 10:02 am
Re: Cinnamon unable to launch "cinnamon-session-cinnamon" X session
Sir/Mam,
I just posted a suggestion.
It was just installed so that I can get a easy to use interface to install cinnamon , Then later uninstall the Gnome environment.
And Gnome 3.36 is supported on almost every personal ,ubuntu based distros..
It is also very stable Desktop Environment in Linux Mint 19, and minimal also.
I just posted a suggestion.
It was just installed so that I can get a easy to use interface to install cinnamon , Then later uninstall the Gnome environment.
And Gnome 3.36 is supported on almost every personal ,ubuntu based distros..
It is also very stable Desktop Environment in Linux Mint 19, and minimal also.
-
- Level 1
- Posts: 3
- Joined: Wed Aug 26, 2020 10:02 am
Re: Cinnamon unable to launch "cinnamon-session-cinnamon" X session
< Gnome 3.36 is a proper stable Desktop Environment . You don't exaggerate so much. I would prefer you to try it also.Hoser Rob wrote: ↑Sun Oct 04, 2020 10:30 amSo you';re suggesting that because Cinnamon didn't work on YOUR machine (and you never seemed to ask any support questions here on the subject to try and fix it) and you installed another, NON-SUPPORTED desktop, that's supposed to be what ALL users should do? Just ridiculous. A little knowledge is a dangerous thing.

- blueicetwice
- Level 3
- Posts: 102
- Joined: Wed May 25, 2016 8:12 am
Re: Cinnamon unable to launch "cinnamon-session-cinnamon" X session
There is another possible solution to your failure to launch. [NASA]
Enter the author's first four selections; then query whether cinnamon is installed
or not
If the package is missing, install package with
If the package is installed [there should be a result "dpkg" command, list command:
output again, you should
see permissions like this
Now reboot your booty. Instruction and many thanks to, Super User "GuBo."
This happen to me yesterday and I followed the instructions given in post one, however,
it was of no helf. I did the latter twice and the second time it worked.
Enter the author's first four selections; then query whether cinnamon is installed
or not
Code: Select all
dpkg -l cinnamon
Code: Select all
apt install cinnamon
Code: Select all
ls -l /usr/bin/cinnamon-session-cinnamon[code]
If there is no result, the package is deleted or removed, reinstall it with [code]apt reinstall cinnamon[code]
If there are results for both of them commands check [code]ls
see permissions like this
Code: Select all
-rwxr-xr-x[code]
If your permission is different, set it to [code]chmod 755 /usr/bin/cinnamon-session-cinnamon
This happen to me yesterday and I followed the instructions given in post one, however,
it was of no helf. I did the latter twice and the second time it worked.
