Gentoo Archives: gentoo-desktop

From: Serghei Amelian <serghei@××××.ro>
To: gentoo-desktop@l.g.o
Subject: Re: [gentoo-desktop] [kde-sunset] cmake porting status for Trinity
Date: Fri, 04 Feb 2011 08:45:37
Message-Id: 201102041044.18123.serghei@thel.ro
In Reply to: Re: [gentoo-desktop] [kde-sunset] cmake porting status for Trinity by Roman
1 On Friday 04 February 2011 10:27:05 Roman wrote:
2 [...]
3 > Thats totally understandable, i will try to get a working desktop from your
4 > ebuilds, but it looks like it is still a lot of work to do.
5 > i still have to edit files by hand to get to a desktop and then i get en
6 > empty K-Menu, guess i will have to take a closer look at the old ebuilds.
7
8 kmenu appear empty because XDG variable environments. Set it correctly then
9 run kbuildsycoca (while kde session running).
10
11 > Also it seems kdm is crashing every time...
12 > As i am not an expert on this.. if anybody wants to get it working... just
13 > send me a mail..
14
15 I was made a quick and dirty hack to get working kdm (prepend follow commands
16 to /usr/kde/3.5/share/config/kdm/Xsession):
17
18 source /etc/profile
19 export XDG_CONFIG_DIRS="/usr/kde/3.5/etc/xdg:$XDG_CONFIG_DIRS"
20 export XDG_DATA_DIRS="/usr/kde/3.5/share:$XDG_DATA_DIRS"
21 export LD_LIBRARY_PATH="/usr/kde/3.5/lib"
22 export PATH="/usr/kde/3.5/bin:$PATH"
23
24 /usr/kde/3.5/bin/startkde
25 exit 0
26
27
28 I think this must be fixed in upstream, sometime.
29
30 http://bugs.pearsoncomputing.net/show_bug.cgi?id=421
31
32 > greetings,
33 > Roman
34
35 --
36 Serghei

Replies

Subject Author
Re: [gentoo-desktop] [kde-sunset] cmake porting status for Trinity Roman <lists@×××××××××.de>
Re: [gentoo-desktop] [kde-sunset] cmake porting status for Trinity Roman <lists@×××××××××.de>