By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 421 - XSession file needs modification
Summary: XSession file needs modification
Status: RESOLVED WONTFIX
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: 3.5.13.x [Trinity]
Hardware: All Linux
: P5 enhancement
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2011-01-23 17:28 CST by Timothy Pearson
Modified: 2018-07-27 10:50 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Pearson 2011-01-23 17:28:18 CST
XSession file needs the following header (tailored with ./configure options) prepended

export XDG_CONFIG_DIRS="/usr/kde/3.5/etc/xdg"
export LD_LIBRARY_PATH="/usr/kde/3.5/lib"
export PATH="/usr/kde/3.5/bin:$PATH"

/usr/kde/3.5/bin/startkde

exit 0
Comment 1 Darrell 2011-12-01 14:13:34 CST
Are those declarations needed in Xsession?

Regarding $XDG_CONFIG_DIRS and $PATH, they are tested and set if necessary from within startkde.

Regarding $LD_LIBRARY_PATH, isn't that a build environment variable only and should not be set during run-time? I never have had that that variable set in my run-time setup --- only in my build environment.

Also read these:

http://www.wiredrevolution.com/system-administration/how-to-correctly-use-ld_library_path

http://linuxmafia.com/faq/Admin/ld-lib-path.html
Comment 2 Michele Calgaro 2014-03-02 23:21:34 CST
Is this bug still valid? Can we close it?
Comment 3 Michele Calgaro 2018-07-27 10:50:25 CDT
TDE working fine with standard X11 setup. Closing the bug.
Reopen if you think this is still required and explain why.