






You're linking to this exact same topic?alex.blackbit wrote:you should search the forums before posting.
this issue is already discussed here.


You observed half-finished wizardry. Pay no attention to the man behind the curtain.Theimon wrote:You're linking to this exact same topic?alex.blackbit wrote:you should search the forums before posting.
this issue is already discussed here.
copy the director from /use/portage/gnome/gnome-session/files --> local/portage/gnome/gnome-session
so u can use the branding flag
Oh and that ebuild does not work if you have the "branding" useflag enabled cause it will try to apply a non-existing patch.megaflow wrote:I solved the problem. By installing gnome-session-2.24.1
it is still not in portage.
use my ebuild http://users.skynet.be/fa094603/gnome-s ... 4.1.ebuild
put it in your overlay
Dit someone forget to send it to portage ?

Code: Select all
# layman -a gnome
# emerge -uaDN @system @worldFine! ……and put the file to "/usr/share/gnome/" names "default.session".bivittatus wrote:You can also find gnome-session-2.24.1 in the overlay "gnome".
Code: Select all
# This is the default session that is launched if the user doesn't
# already have a session.
# The RestartCommand specifies the command to run from the $PATH.
# The Priority determines the order in which the commands are started
# (with Priority = 0 first) and defaults to 50.
# The id provides a name that is unique within this file and passed to the
# app as the client id which it must use to register with gnome-session.
# The clients must be numbered from 0 to the value of num_clients - 1.
[Default]
num_clients=4
0,id=default0
0,Priority=60
0,RestartCommand=pam-panel-icon --sm-client-id default0
1,id=default1
1,Priority=10
1,RestartCommand=gnome-wm --default-wm gnome-wm --sm-client-id default1
2,id=default2
2,Priority=40
2,RestartCommand=gnome-panel --sm-client-id default2
3,id=default3
3,Priority=40
3,RestartCommand=nautilus --no-default-window --sm-client-id default3