[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sid upgrade removes XFCE desktop



On Tue, 2013-07-16 at 13:30 +1000, Zenaan Harkness wrote:
> On 7/16/13, Zenaan Harkness <zen@freedbms.net> wrote:
> > On 7/16/13, Ralf Mardorf <ralf.mardorf@alice-dsl.net> wrote:
> >> http://wiki.debian.org/Xinitrc
> >>
> >> exec startxfce4
> >
> > Is there any advantage to prefixing startxfce4 with exec?

Yes, after exec the script is finished.

[rocketmouse@archlinux Desktop]$ cat script_1
#!/bin/bash

echo -n "hello "
echo "world"

[rocketmouse@archlinux Desktop]$ cat script_2
#!/bin/bash

exec echo -n "hello "
echo "world"

[rocketmouse@archlinux Desktop]$ sh script_1
hello world
[rocketmouse@archlinux Desktop]$ sh script_2
hello [rocketmouse@archlinux Desktop]$

> Finally, any ideas why the xfce4 session is not working when chosen
> from lightdm?

No, at the moment I use lightdm with Xfce only on Arch Linux.

Perhaps this does help:
http://www.linuxquestions.org/questions/linux-newbie-8/lightdm-cannot-figure-out-how-to-change-default-xsession-debian-wheezy-943468/

Regards,
Ralf


Reply to: