FS#17876 - [lxappearance] doesn't work with the current lxsession version
Attached to Project:
Community Packages
Opened by Sia (Sia) - Sunday, 17 January 2010, 16:25 GMT
Last edited by Jürgen Hötzel (juergen) - Tuesday, 19 January 2010, 21:15 GMT
Opened by Sia (Sia) - Sunday, 17 January 2010, 16:25 GMT
Last edited by Jürgen Hötzel (juergen) - Tuesday, 19 January 2010, 21:15 GMT
|
Details
Description:
lxappearance doesn't work with the current lxsession version in LXDE Additional info: * package version(s) * config and/or log files etc. lxsession-lite 0.3.8-1 lxappearance 0.4.0-2 Steps to reproduce: Hi, Lxappearance can't change the GTK theme or the icons under LXDE. I had been in #LXDE on OFTC network. the Developer team told me following info's: ** lxappearance >= 0.3.0 needs lxsession >= 0.4.0 ** lxsession-lite is horrible outdated ** updating lxde-settings-daemon version and lxsession. |
This task depends upon
Closed by Jürgen Hötzel (juergen)
Tuesday, 19 January 2010, 21:15 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed by release of
lxde-common-0.5.0-1
lxsession-lite-0.4.1-1
Tuesday, 19 January 2010, 21:15 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed by release of
lxde-common-0.5.0-1
lxsession-lite-0.4.1-1
** the config file has changed. it used to be ~/.config/lxsession/LXDE/config now it is ~/.config/lxsession/LXDE/desktop.conf
better do something about that. is not even marked as out of date.
I dont know why you try to resist the developer from LXDE self?
how can the maintainer know about lxde guys released a new version of lxsession?
Most important reason for not updating it:
lxde-list@lists.sourceforge.net/msg00535.html"> http://www.mail-archive.com/lxde-list@lists.sourceforge.net/msg00535.html
As Arch is a "Rolling Release" system, I don't want to break Users custom configs. I'm still figuring out a way for painless update. Users don't expect that their config files are not recognized anymore.
OLD_CONFIG=${XDG_CONFIG_HOME}/lxsession/LXDE/config
NEW_CONFIG=${XDG_CONFIG_HOME}/lxsession/LXDE/desktop.conf
if [ ! -f ${NEW_CONFIG} -a -f ${OLD_CONFIG} ]; then
echo "Warning: Migrating config file: ${OLD_CONFIG} -> ${NEW_CONFIG}" >&2;
mv ${OLD_CONFIG} ${NEW_CONFIG}
fi
lxde-common-0.5.0-1
lxde-icon-theme-0.0.1-1
lxpanel-0.5.4.1-1
lxsession-lite-0.4.1-1
tomorrow.