Gentoo Archives: gentoo-desktop

From: Roman <lists@×××××××××.de>
To: gentoo-desktop@l.g.o
Subject: Re: [gentoo-desktop] [kde-sunset] cmake porting status for Trinity
Date: Sat, 05 Feb 2011 09:42:26
Message-Id: 201102051041.01462.lists@hasnoname.de
In Reply to: Re: [gentoo-desktop] [kde-sunset] cmake porting status for Trinity by Serghei Amelian
1 On Friday 04 February 2011 09:44:18 Serghei Amelian wrote:
2 > On Friday 04 February 2011 10:27:05 Roman wrote:
3 > [...]
4 >
5 > > Thats totally understandable, i will try to get a working desktop from
6 > > your ebuilds, but it looks like it is still a lot of work to do.
7 > > i still have to edit files by hand to get to a desktop and then i get en
8 > > empty K-Menu, guess i will have to take a closer look at the old ebuilds.
9 >
10 > kmenu appear empty because XDG variable environments. Set it correctly then
11 > run kbuildsycoca (while kde session running).
12 Yes, thought so... need to look at the gentoo-specific variables and
13 startup-files.
14
15 > I was made a quick and dirty hack to get working kdm (prepend follow
16 > commands to /usr/kde/3.5/share/config/kdm/Xsession):
17 > source /etc/profile
18 > export XDG_CONFIG_DIRS="/usr/kde/3.5/etc/xdg:$XDG_CONFIG_DIRS"
19 > export XDG_DATA_DIRS="/usr/kde/3.5/share:$XDG_DATA_DIRS"
20 > export LD_LIBRARY_PATH="/usr/kde/3.5/lib"
21 > export PATH="/usr/kde/3.5/bin:$PATH"
22 >
23 > /usr/kde/3.5/bin/startkde
24 > exit 0
25 > I think this must be fixed in upstream, sometime.
26 >
27 > http://bugs.pearsoncomputing.net/show_bug.cgi?id=421
28 Thx, will try that and work on the files over the weekend...
29
30 Just another question: where should i put cmake-related fixes, that
31 could/should be fixed? Send them to you? Or is there sth. on the
32 trinity-pages that i couldn't find...?
33 (in this case i think the avahi-dependency in CMakeList.txt could be
34 optional).
35
36 greetings,
37 Roman
38
39 --
40 Information Processing:
41 What you call data processing when people are so disgusted with
42 it they won't let it be discussed in their presence.

Replies

Subject Author
Re: [gentoo-desktop] [kde-sunset] cmake porting status for Trinity Serghei Amelian <serghei@××××.ro>