forked from pool/lxsession
Accepting request 448645 from X11:lxde
1 OBS-URL: https://build.opensuse.org/request/show/448645 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxsession?expand=0&rev=35
This commit is contained in:
commit
a025b001ee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d55e9ea80057fe5ffd68a91a15bb004ad7bf019e50807a8bb9b342115efaada
|
||||
size 354092
|
3
lxsession-0.5.3.tar.xz
Normal file
3
lxsession-0.5.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90bf42a45421f45f2c745d60f2c730176e1472642451c06c2ab07dcebdaf1fa8
|
||||
size 407600
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 25 13:48:48 UTC 2016 - trcs@gmx.com
|
||||
|
||||
- New upstream version 0.5.3
|
||||
* Made possible to add custom environment variable export
|
||||
* Added im manager handler
|
||||
* Few fixes for GTK+ 3.0
|
||||
* Few changes in desktop entries to better fit into DE other than
|
||||
LXDE
|
||||
* Added notifications system support using appindicator
|
||||
* Fixed handling the background of logout dialog
|
||||
* Added messages for lxpolkit and lxclipboard when they are already
|
||||
running
|
||||
* Fixed config settings when second key is null
|
||||
* Fixed lxsession-logout on multihead
|
||||
* Fixed possible hanging of lxsession-logout
|
||||
* Added slimlock support on lxlock
|
||||
* Fixed invisible caracter in lxpolkit
|
||||
* Use Consolekit new interface to suspend / hibernate
|
||||
* Added support to disable gtk+ 3 overlay scrollbar
|
||||
* Added missing read_key_value for environment keys
|
||||
* Added Qt platform configuration settings
|
||||
* Remove empty string after windows manager command. Some windows
|
||||
manager (xmonad) don't like it and it doesn't really make sense
|
||||
by default
|
||||
* Don't save desktop.conf file on every load settings when starting
|
||||
lxsession, it's not necessary since lxsession only needs to read
|
||||
settings at startup
|
||||
* Moved lxsession-xsettings into $pkglibexecdir
|
||||
* Fixed two spelling errors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 30 09:08:33 UTC 2014 - trcs@gmx.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: lxsession
|
||||
Version: 0.5.2
|
||||
Version: 0.5.3
|
||||
Release: 0
|
||||
Summary: LXDE Session Manager, required for running the desktop environment
|
||||
License: GPL-2.0
|
||||
@ -83,12 +83,13 @@ sed -i "3d" %{buildroot}%{_datadir}/applications/lxsession-edit.desktop
|
||||
%{_bindir}/lxsession-xdg-autostart
|
||||
%{_bindir}/lxsession-edit
|
||||
%{_bindir}/lxsession-db
|
||||
%{_bindir}/lxsession-xsettings
|
||||
%{_bindir}/lxsettings-daemon
|
||||
%{_datadir}/lxsession/
|
||||
%{_datadir}/applications/lxsession-default-apps.desktop
|
||||
%{_datadir}/applications/lxsession-edit.desktop
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%{_sysconfdir}/xdg/autostart/lxpolkit.desktop
|
||||
%dir /usr/lib/lxsession
|
||||
/usr/lib/lxsession/lxsession-xsettings
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user