Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37739636
en ru br
ALT Linux repos
S:0.5.5-alt3
5.0: 0.3.2-alt2

Group :: Graphical desktop/Other
RPM: lxde-lxsession

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: lxsession-0.5.4-load-settings-nullcheck.patch
Download


--- lxsession-0.5.4/lxsettings-daemon/settings-daemon.c.debug	2019-02-28 07:02:03.000000000 +0900
+++ lxsession-0.5.4/lxsettings-daemon/settings-daemon.c	2020-02-14 11:59:28.250978374 +0900
@@ -190,6 +190,8 @@ static void load_settings( GKeyFile* kf
 	if ( (keys = g_key_file_get_keys( kf, group, NULL, NULL )) == NULL ) 
 	    return;
 
+	if (!managers) return;
+
 	for( key = keys; *key; ++key )
 	{
 		const char* name = *key + 1;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin