Hi
After I installed successfully trinity on Ubuntu 16.04, I tried to shutdown the machine using Control Alt delete: the trinity menus pops up, as usual, but then when I chose shutdown, the system only logs me out.
Any idea how to solve this?
Uwe Brauer
Am Dienstag 23 Januar 2018 schrieb Uwe Brauer:
Hi
After I installed successfully trinity on Ubuntu 16.04, I tried to shutdown the machine using Control Alt delete: the trinity menus pops up, as usual, but then when I chose shutdown, the system only logs me out.
Any idea how to solve this?
In kcontrol under system administration (Systemverwaltung) there you can configure the login manager. On one of the register cards ("shtudown", I guess) you can allow users to shutdown the system. I don't know the default, but you can check the option on your system/user account.
Regards, Stefan
"Stefan" == Stefan Krusche linux@stefan-krusche.de writes:
> Am Dienstag 23 Januar 2018 schrieb Uwe Brauer: >> Hi >> >> After I installed successfully trinity on Ubuntu 16.04, I tried to >> shutdown the machine using Control Alt delete: the trinity menus >> pops up, as usual, but then when I chose shutdown, the system only >> logs me out. >> >> Any idea how to solve this?
> In kcontrol under system administration (Systemverwaltung) there you can > configure the login manager. On one of the register cards ("shtudown", I guess) > you can allow users to shutdown the system. I don't know the default, but you > can check the option on your system/user account.
Thanks, I know, I have activated that. The command which should be used is /sbin/shutdown, which works when used from the command line.
However when I apply the method I described I will just be logged out.
Regards
Uwe
On Tuesday 23 January 2018 12.53:11 Uwe Brauer wrote:
Thanks, I know, I have activated that. The command which should be used is /sbin/shutdown, which works when used from the command line.
However when I apply the method I described I will just be logged out.
Regards
Uwe
Just a suggestion: check that you are running tdm. I had this sort of behaviour when running TDE with gdm.
Thierry
> On Tuesday 23 January 2018 12.53:11 Uwe Brauer wrote:
> Just a suggestion: check that you are running tdm. I had > this sort of behaviour when running TDE with gdm.
Thanks
ps aux | grep tdm
Returned root 1042 0.0 0.0 350548 6176 ? SLsl 15:06 0:00 /usr/sbin/lightdm root 1064 2.5 1.2 410260 100448 tty7 Ssl+ 15:06 0:12 /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch root 1191 0.0 0.0 248908 6792 ? Sl 15:06 0:00 lightdm --session-child 12 19 oub 3879 0.0 0.0 15444 920 pts/2 S+ 15:14 0:00 grep tdm
That is ok?
Dne út 23. ledna 2018 Uwe Brauer napsal(a):
> On Tuesday 23 January 2018 12.53:11 Uwe Brauer wrote: > > Just a suggestion: check that you are running tdm. I had > this sort of behaviour when running TDE with gdm.
Thanks
ps aux | grep tdm
Returned root 1042 0.0 0.0 350548 6176 ? SLsl 15:06 0:00 /usr/sbin/lightdm root 1064 2.5 1.2 410260 100448 tty7 Ssl+ 15:06 0:12 /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch root 1191 0.0 0.0 248908 6792 ? Sl 15:06 0:00 lightdm --session-child 12 19 oub 3879 0.0 0.0 15444 920 pts/2 S+ 15:14 0:00 grep tdm
That is ok?
shutdown, restart, hybernation, etc. are executed from TDE in cooperation with login manager == TDM. But you have an active lightdm. That's why it does not work for you.
Note: I know we could improve this - if I remember well, there is an open bug report on TDE Bugzilla for it...
Cheers
> Dne út 23. ledna 2018 Uwe Brauer napsal(a):
> shutdown, restart, hybernation, etc. are executed from TDE in cooperation > with login manager == TDM. But you have an active lightdm. That's why it > does not work for you.
Ok this is what was recommended during the installation of trinity!
Sorry to ask that elementary question, how do I change the login massager?
Thanks
Dne út 23. ledna 2018 Uwe Brauer napsal(a):
> Dne út 23. ledna 2018 Uwe Brauer napsal(a): > > shutdown, restart, hybernation, etc. are executed from TDE in > cooperation with login manager == TDM. But you have an active > lightdm. That's why it does not work for you.
Ok this is what was recommended during the installation of trinity!
Sorry to ask that elementary question, how do I change the login massager?
Thanks
On Debian, you usually only need to install a second package (tdm-trinity), and the installation is followed by a query that display manager should be the default. I hope it could be similar on Ubuntu. If it's already installed, you can try: dpkg-reconfigure tdm-trinity
Cheers