wok-next diff lxpanel/stuff/configure_desktop_number.patch @ rev 18480

syslinux: fix post-install when upgrade the package
No more "XXXXXXXX" here, so post_install() fails
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 08 03:44:14 2015 +0300 (2015-10-08)
parents c4a1554d1721
children
line diff
     1.1 --- a/lxpanel/stuff/configure_desktop_number.patch	Sat Nov 12 11:24:01 2011 +0100
     1.2 +++ b/lxpanel/stuff/configure_desktop_number.patch	Thu Oct 08 03:44:14 2015 +0300
     1.3 @@ -20,7 +20,7 @@
     1.4  +    {
     1.5  +        if (g_find_program_in_path("obconf"))
     1.6  +        {
     1.7 -+            command_line = "obconf --tab 6";
     1.8 ++            command_line = "obconf";
     1.9  +        }
    1.10  +    }
    1.11  +    else if (g_strcmp0(wm_name, "compiz") == 0)