LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Mint (https://www.linuxquestions.org/questions/linux-mint-84/)
-   -   Unable to launch "cinnamon-session-cinnamon" X session "cinnamon-session-cinnamon" -found; Falling back to default "session." (https://www.linuxquestions.org/questions/linux-mint-84/unable-to-launch-cinnamon-session-cinnamon-x-session-cinnamon-session-cinnamon-found%3B-falling-back-to-default-session-4175650292/)

xxxindigo 03-16-2019 01:39 PM

Unable to launch "cinnamon-session-cinnamon" X session "cinnamon-session-cinnamon" -found; Falling back to default "session."
 
I was replacing Network Manager with Wicd and restarted the computer and now after the login screen I get

"Unable to launch "cinnamon-session-cinnamon" X session "cinnamon-session-cinnamon" -found; Falling back to default "session."

I can exit the prompt and then I get a black screen, then if I press CTRL-ALT F1 it takes me to a login terminal and then I have an open terminal, is there a way to reinstall cinnamon from there so I don't lose all the work I've done?

I used the command "sudo apt-get purge network-manager" after installing Wicd and I saw "removing cinnamon" but didn't realize it would do this. I think the right command was "sudo apt-get remove network-manager"

hydrurga 03-27-2019 02:35 PM

There would have been no difference between a purge and a remove. Those packages dependent on the network manager would have been removed in either case. It's always useful to read warning messages carefully before proceeding.

You don't say which version of Mint you are using, but if you have TimeShift installed and running then you should be able to simply revert to a previous snapshot before you carried out the removal of network-manager. Is this the case?

CrippyRed 04-21-2019 01:38 AM

Does anyone have a solution for this? I have the same exact issue due to replacing the network manager with Wicd . I’m using Linux mint 18.3 Sylvia.

debashisiitg 08-31-2019 10:11 AM

I also have the same proble. Please anyone help ASAP.

Firerat 08-31-2019 05:59 PM

it looks like cinnamon is dependent on network-manager
so

Code:

sudo apt install cinnamon
should get it back ( along with network-manager )

debashisiitg 09-01-2019 03:55 AM

the problem occurs after using the command "sudo apt-get purge network-manager" after installing Wicd. So i cannot connect to internet access to install any software. I would like to request you to let me know where should i get to download the cinnmon package. As my same laptop has dual system, so i can download the cinnamon package on harddrive and try to install offline.

Thanks in advance.

Firerat 09-01-2019 04:38 AM

download network-manager and install that, it will be quicker

I can't tell you where to d/l it from as I have no idea what disto you are using.
you will need the package for your version

debashisiitg 09-01-2019 05:18 AM

From where I could download network-manager package..? I had tried to install it by downloading from gnome project site. But it does not work.

Firerat 09-01-2019 05:21 AM

Quote:

Originally Posted by Firerat (Post 6031877)
download network-manager and install that, it will be quicker

I can't tell you where to d/l it from as I have no idea what disto you are using.
you will need the package for your version

what disto?
what version?

Firerat 09-01-2019 05:25 AM

how do you normally connect to the internet>
is it through a wire or over wifi?

we can *maybe* connect to network manually

debashisiitg 09-01-2019 05:38 AM

Quote:

Originally Posted by Firerat (Post 6031885)
what disto?
what version?

here I attach a photo. Please check it.

Firerat 09-01-2019 05:39 AM

just type it

debashisiitg 09-01-2019 05:43 AM

Quote:

Originally Posted by Firerat (Post 6031894)
just type it

Name= linux mint
Version= 19.2(tina)
Id= linuxmint
Id_like= ubuntu
Pretty_name= linux mint 19.2
Version_id= 19.2
Version_codename= Tina
Ubuntu_codename= bionic

4.15.0-58 generic

debashisiitg 09-01-2019 05:47 AM

Quote:

Originally Posted by Firerat (Post 6031889)
how do you normally connect to the internet>
is it through a wire or over wifi?

we can *maybe* connect to network manually

Normally I connect to the internet through wifi. But here the things is different. Here I can access only terminal by ctrl+alt+f1. So I think the only way to install any package is to download it from different OS and then copy/paste on this hard disk, after that install it offline.

Firerat 09-01-2019 05:51 AM

ok
First try

Code:

sudo dhclient
that assumes you are on a wire

now we will try to install network-manager ( and hope you have internet)
Code:

sudo apt install network-manager
did that work?


All times are GMT -5. The time now is 09:02 AM.