Mailinglist Archive: opensuse-bugs (15049 mails)
| < Previous | Next > |
[Bug 309946] GNOME removed desktop background picture always comes back with next login
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 12 Sep 2007 17:24:31 -0600 (MDT)
- Message-id: <20070912232431.5A46A245350@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=309946#c2
JP Rosevear <jpr@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |sbrabec@xxxxxxxxxx
--- Comment #2 from JP Rosevear <jpr@xxxxxxxxxx> 2007-09-12 17:24:30 MST ---
Stanislav the test is:
if [ -z "$OLD_WALLPAPER" -o\
"$OLD_WALLPAPER" != "${OLD_WALLPAPER#/usr/share/wallpapers/default}" ] ;
th
en
I think you actually want -n "$OLD_WALLPAPER" - ie if the user chose explicitly
to have no wallpaper, skip setting the wallpaper, right?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
JP Rosevear <jpr@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |sbrabec@xxxxxxxxxx
--- Comment #2 from JP Rosevear <jpr@xxxxxxxxxx> 2007-09-12 17:24:30 MST ---
Stanislav the test is:
if [ -z "$OLD_WALLPAPER" -o\
"$OLD_WALLPAPER" != "${OLD_WALLPAPER#/usr/share/wallpapers/default}" ] ;
th
en
I think you actually want -n "$OLD_WALLPAPER" - ie if the user chose explicitly
to have no wallpaper, skip setting the wallpaper, right?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |