Desktops disappear after start
Maximilien Noal
noal.maximilien at gmail.com
Tue Nov 5 18:15:08 CET 2013
Le 05/11/2013 15:59, Hartmut Haase a écrit :
> Hi killermoehre,
>> This bug was fixed in 4.10.2 AFAIK. See
>> https://bugzilla.xfce.org/show_bug.cgi?id=5379
> o. k. And is there an easy way to upgrade to 4.10.2 for ubuntu 12.04?
Hello,
There is the Xfce 4.10 PPA by the Xubuntu Team :
https://launchpad.net/~xubuntu-dev/+archive/xfce-4.10
But it doesn't have xfce4-session 4.10.2 (only 4.10.1).
The latest release seems to be the 4.10.1 version, at least for now :
http://git.xfce.org/xfce/xfce4-session/
So I think you have two options :
1.Install the Xfce 4.10 PPA and wait for an update.
2.The patch seems to be easily applicable, even on Xfce 4.8 :
> Chris Bainbridge 2012-11-08 15:18:16 CET
> It applies cleanly to the released debian/ubuntu upstream source for
> their version 4.8.3:
>
> $ wget
> http://ftp.debian.org/debian/pool/main/x/xfce4-session/xfce4-session_4.8.3.orig.tar.bz2
> $ wget --no-check-certificate -O xfce4-session.patch
> https://bugzilla.xfce.org/attachment.cgi?id=4582
> $ tar -jxvf xfce4-session_4.8.3.orig.tar.bz2
> $ cd xfce4-session-4.8.3
> $ patch -p0 < ../xfce4-session.patch
To make a .DEB package (instead of using "make install"), you can use
checkinstall (which is available on the ubuntu repos).
Then, you can install it with dpkg -i <package>.
More information about the Xfce
mailing list