top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

gnome-session-flashback on Ubuntu Server

0 votes
610 views

I recently installed an Ubuntu Server with 16.04.2. After installing I decided I wanted to put a desktop environment on it for access to a gui. Since I still love Gnome2, I installed gnome-session-flashback on it using apt-get install gnome-session-flashback. It pulled all of the required additional packages and installed. Upon completion I restarted the server. When it came back up, there was only CLI. Trying to toggle CTRLALTF2 or CTRLALTF7 didn't do anything. I then tried running startx and xinit. It appears like it tried to go to a gui but ended up with a blank screen. It seemed like maybe it was just missing a display manager so I installed lightdm. Now I get a login screen, but I can't get a session to start.

What am I missing? Why did installing gnome-session-flashback not automatically install a display manager? Any insight would be greatly appreciated.

posted Jun 19, 2017 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

0 votes

I install Server with the Mate desktop. these are the few steps I use:

This allows you to start MATE manually from the console by typing 'statrx'. Do not use sudo!

Create an .xinitrc file:

nano ~/.xinitrc

Add:

exec mate-session (you would use whatever command for gnome)

Save the file

Then:

sudo apt-get install xinit

Log into the console and type:

startx
answer Jun 19, 2017 by Jagan Mishra
0 votes

because it is just a -session metapackage, it ships exactly what it says, a session, not a full desktop env ....

you can either install a full desktop task or simply install lightdm alongside with your session package.

answer Jun 20, 2017 by Sanketi Garg
Similar Questions
+2 votes

In CentOS 5.10, if I have, say, an X terminal window up on my screen, the next time I log in, it's there when I log in as an unprivileged user.

That's because I can save the layout the way I want to; there's a checkbox for it to save the layout upon exiting.

I see none for CentOS 6.5. So, my X-terminal isn't there when I log in each time.

0 votes

Is there some way to create launchers on the Gnome 3 Classic Mode panel, as was easily done in Gnome 2?

I'm trying really hard to like Gnome 3 Classic Mode, but having a very difficult time of it, because it seems to only provide a superficial resemblance to the Gnome 2 desktop, without actually providing comparable functionality.

+1 vote

When I was running mate on another computer, I would log off or shutdown, and power up and login again and mate would restore all the gui apps in all the workspaces.

Gnome does not do that.

Also, I do not have a way to upgrade to Centos 7 because
1. graphic installation fails (as I have posted here before).
2. I do not want to do text install because it will clobber my existing partitioning scheme and does not provide for modifying the automatic partitioning scheme.

+2 votes

When starting a program from the commandline in C5, is there any way to specify where on the screen the resulting window will be put?

I have a nuisance of a problem: Running rdesktop with the -D option (which hides window decorations, making the rdesktop window appear borderless), one cannot (as far as I can figure out) drag the window:
there are no borders to grab, and alt-drag doesn't work either.

it's always opening in a place that covers other windows, and I can't drag it away from there.

specifically: I want to run two instances of rdesktop, and it always plunks the second one right on top of the first one. since I can't drag either of them, I can't see them both at the same time. (I "carefully" configure each of them so they are the exact size of the physical screen, so that it looks like a real windows session, and also prevents me from casually/stupidly closing the entire RDP window by accident.) Since I have two displays, I'd like to place one of them on each screen, by itself.

...