flavors rev 153

gtkonly: use same lxconfig file path than core
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 06 22:05:42 2012 +0100 (2012-03-06)
parents 6f4801f2e3d3
children 027d6ceef993
files gtkonly/rootfs/etc/lxpanel/default/config gtkonly/rootfs/etc/lxpanel/default/panels/bottom gtkonly/rootfs/etc/lxpanel/default/panels/panel gtkonly/rootfs/etc/lxpanel/slitaz/config gtkonly/rootfs/etc/lxpanel/slitaz/panels/bottom gtkonly/rootfs/etc/lxpanel/slitaz/panels/panel gtkonly/rootfs/etc/xdg/openbox/autostart.sh
line diff
     1.1 --- a/gtkonly/rootfs/etc/lxpanel/default/config	Tue Mar 06 21:28:52 2012 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,4 +0,0 @@
     1.4 -[Command]
     1.5 -FileManager=pcmanfm %s
     1.6 -Terminal=terminal
     1.7 -Logout=desktopbox logout
     2.1 --- a/gtkonly/rootfs/etc/lxpanel/default/panels/bottom	Tue Mar 06 21:28:52 2012 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,77 +0,0 @@
     2.4 -# lxpanel <profile> config file. Manually editing is not recommended.
     2.5 -# Use preference dialog in lxpanel to adjust config when you can.
     2.6 -
     2.7 -Global {
     2.8 -    edge=bottom
     2.9 -    allign=center
    2.10 -    margin=0
    2.11 -    widthtype=percent
    2.12 -    width=100
    2.13 -    height=24
    2.14 -    transparent=1
    2.15 -    tintcolor=#351a0a
    2.16 -    alpha=255
    2.17 -    autohide=0
    2.18 -    heightwhenhidden=2
    2.19 -    setdocktype=0
    2.20 -    setpartialstrut=1
    2.21 -    usefontcolor=1
    2.22 -    fontcolor=#ffffff
    2.23 -    background=0
    2.24 -    backgroundfile=/usr/share/images/panel-background.png
    2.25 -    iconsize=24
    2.26 -}
    2.27 -
    2.28 -Plugin {
    2.29 -    type = menu
    2.30 -    Config {
    2.31 -        name=SliTazMenu.directory
    2.32 -        image=slitaz-menu
    2.33 -        system {
    2.34 -        }
    2.35 -        separator {
    2.36 -        }
    2.37 -        item {
    2.38 -            image=exec
    2.39 -            command=run
    2.40 -        }
    2.41 -        separator {
    2.42 -        }
    2.43 -        item {
    2.44 -            image=lxde-logout
    2.45 -            command=logout
    2.46 -        }
    2.47 -    }
    2.48 -}
    2.49 -
    2.50 -Plugin {
    2.51 -    type = space
    2.52 -    Config {
    2.53 -        Size=4
    2.54 -    }
    2.55 -}
    2.56 -
    2.57 -Plugin {
    2.58 -    type = taskbar
    2.59 -    expand=1
    2.60 -    Config {
    2.61 -        tooltips=1
    2.62 -        IconsOnly=0
    2.63 -        ShowAllDesks=0
    2.64 -        UseMouseWheel=1
    2.65 -        UseUrgencyHint=1
    2.66 -        FlatButton=1
    2.67 -        MaxTaskWidth=200
    2.68 -        spacing=2
    2.69 -        GroupedTasks=1
    2.70 -    }
    2.71 -}
    2.72 -
    2.73 -Plugin {
    2.74 -    type = tray
    2.75 -}
    2.76 -
    2.77 -Plugin {
    2.78 -    type = pager
    2.79 -}
    2.80 -
     3.1 --- a/gtkonly/rootfs/etc/lxpanel/default/panels/panel	Tue Mar 06 21:28:52 2012 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,117 +0,0 @@
     3.4 -# lxpanel <profile> config file. Manually editing is not recommended.
     3.5 -# Use preference dialog in lxpanel to adjust config when you can.
     3.6 -
     3.7 -Global {
     3.8 -    edge=top
     3.9 -    allign=center
    3.10 -    margin=0
    3.11 -    widthtype=percent
    3.12 -    width=100
    3.13 -    height=24
    3.14 -    transparent=1
    3.15 -    tintcolor=#351a0a
    3.16 -    alpha=255
    3.17 -    autohide=0
    3.18 -    heightwhenhidden=2
    3.19 -    setdocktype=0
    3.20 -    setpartialstrut=1
    3.21 -    usefontcolor=1
    3.22 -    fontcolor=#ffffff
    3.23 -    background=0
    3.24 -    backgroundfile=/usr/share/images/panel-background.png
    3.25 -    iconsize=22
    3.26 -}
    3.27 -
    3.28 -Plugin {
    3.29 -    type = space
    3.30 -    Config {
    3.31 -        Size=2
    3.32 -    }
    3.33 -}
    3.34 -
    3.35 -Plugin {
    3.36 -    type = space
    3.37 -    expand=1
    3.38 -    Config {
    3.39 -        Size=2
    3.40 -    }
    3.41 -}
    3.42 -
    3.43 -Plugin {
    3.44 -    type = dclock
    3.45 -    Config {
    3.46 -        ClockFmt=%A %d %B - %R
    3.47 -        TooltipFmt=%A %x - %T
    3.48 -        BoldFont=1
    3.49 -        IconOnly=0
    3.50 -    }
    3.51 -}
    3.52 -
    3.53 -Plugin {
    3.54 -    type = space
    3.55 -    expand=1
    3.56 -    Config {
    3.57 -        Size=2
    3.58 -    }
    3.59 -}
    3.60 -
    3.61 -Plugin {
    3.62 -    type = volumealsa
    3.63 -}
    3.64 -
    3.65 -Plugin {
    3.66 -    type = space
    3.67 -    Config {
    3.68 -        Size=8
    3.69 -    }
    3.70 -}
    3.71 -
    3.72 -Plugin {
    3.73 -    type = netstatus
    3.74 -    Config {
    3.75 -        iface=wlan0
    3.76 -        configtool=browser http://tazpanel:82/network.cgi
    3.77 -    }
    3.78 -}
    3.79 -
    3.80 -Plugin {
    3.81 -    type = space
    3.82 -    Config {
    3.83 -        Size=4
    3.84 -    }
    3.85 -}
    3.86 -
    3.87 -Plugin {
    3.88 -    type = batt
    3.89 -    Config {
    3.90 -        HideIfNoBattery=0
    3.91 -        AlarmCommand=desktopbox notify "Battery low" 4
    3.92 -        AlarmTime=5
    3.93 -        BackgroundColor=#1b0c03
    3.94 -        BorderWidth=3
    3.95 -        ChargingColor1=#cfcfcf
    3.96 -        ChargingColor2=#cfcfcf
    3.97 -        DischargingColor1=#473b34
    3.98 -        DischargingColor2=#473b34
    3.99 -        Size=12
   3.100 -    }
   3.101 -}
   3.102 -
   3.103 -Plugin {
   3.104 -    type = space
   3.105 -    Config {
   3.106 -        Size=4
   3.107 -    }
   3.108 -}
   3.109 -
   3.110 -Plugin {
   3.111 -    type = cpu
   3.112 -}
   3.113 -
   3.114 -Plugin {
   3.115 -    type = space
   3.116 -    Config {
   3.117 -        Size=2
   3.118 -    }
   3.119 -}
   3.120 -
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/gtkonly/rootfs/etc/lxpanel/slitaz/config	Tue Mar 06 22:05:42 2012 +0100
     4.3 @@ -0,0 +1,4 @@
     4.4 +[Command]
     4.5 +FileManager=pcmanfm %s
     4.6 +Terminal=terminal
     4.7 +Logout=desktopbox logout
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/gtkonly/rootfs/etc/lxpanel/slitaz/panels/bottom	Tue Mar 06 22:05:42 2012 +0100
     5.3 @@ -0,0 +1,77 @@
     5.4 +# lxpanel <profile> config file. Manually editing is not recommended.
     5.5 +# Use preference dialog in lxpanel to adjust config when you can.
     5.6 +
     5.7 +Global {
     5.8 +    edge=bottom
     5.9 +    allign=center
    5.10 +    margin=0
    5.11 +    widthtype=percent
    5.12 +    width=100
    5.13 +    height=24
    5.14 +    transparent=1
    5.15 +    tintcolor=#351a0a
    5.16 +    alpha=255
    5.17 +    autohide=0
    5.18 +    heightwhenhidden=2
    5.19 +    setdocktype=0
    5.20 +    setpartialstrut=1
    5.21 +    usefontcolor=1
    5.22 +    fontcolor=#ffffff
    5.23 +    background=0
    5.24 +    backgroundfile=/usr/share/images/panel-background.png
    5.25 +    iconsize=24
    5.26 +}
    5.27 +
    5.28 +Plugin {
    5.29 +    type = menu
    5.30 +    Config {
    5.31 +        name=SliTazMenu.directory
    5.32 +        image=slitaz-menu
    5.33 +        system {
    5.34 +        }
    5.35 +        separator {
    5.36 +        }
    5.37 +        item {
    5.38 +            image=exec
    5.39 +            command=run
    5.40 +        }
    5.41 +        separator {
    5.42 +        }
    5.43 +        item {
    5.44 +            image=lxde-logout
    5.45 +            command=logout
    5.46 +        }
    5.47 +    }
    5.48 +}
    5.49 +
    5.50 +Plugin {
    5.51 +    type = space
    5.52 +    Config {
    5.53 +        Size=4
    5.54 +    }
    5.55 +}
    5.56 +
    5.57 +Plugin {
    5.58 +    type = taskbar
    5.59 +    expand=1
    5.60 +    Config {
    5.61 +        tooltips=1
    5.62 +        IconsOnly=0
    5.63 +        ShowAllDesks=0
    5.64 +        UseMouseWheel=1
    5.65 +        UseUrgencyHint=1
    5.66 +        FlatButton=1
    5.67 +        MaxTaskWidth=200
    5.68 +        spacing=2
    5.69 +        GroupedTasks=1
    5.70 +    }
    5.71 +}
    5.72 +
    5.73 +Plugin {
    5.74 +    type = tray
    5.75 +}
    5.76 +
    5.77 +Plugin {
    5.78 +    type = pager
    5.79 +}
    5.80 +
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/gtkonly/rootfs/etc/lxpanel/slitaz/panels/panel	Tue Mar 06 22:05:42 2012 +0100
     6.3 @@ -0,0 +1,117 @@
     6.4 +# lxpanel <profile> config file. Manually editing is not recommended.
     6.5 +# Use preference dialog in lxpanel to adjust config when you can.
     6.6 +
     6.7 +Global {
     6.8 +    edge=top
     6.9 +    allign=center
    6.10 +    margin=0
    6.11 +    widthtype=percent
    6.12 +    width=100
    6.13 +    height=24
    6.14 +    transparent=1
    6.15 +    tintcolor=#351a0a
    6.16 +    alpha=255
    6.17 +    autohide=0
    6.18 +    heightwhenhidden=2
    6.19 +    setdocktype=0
    6.20 +    setpartialstrut=1
    6.21 +    usefontcolor=1
    6.22 +    fontcolor=#ffffff
    6.23 +    background=0
    6.24 +    backgroundfile=/usr/share/images/panel-background.png
    6.25 +    iconsize=22
    6.26 +}
    6.27 +
    6.28 +Plugin {
    6.29 +    type = space
    6.30 +    Config {
    6.31 +        Size=2
    6.32 +    }
    6.33 +}
    6.34 +
    6.35 +Plugin {
    6.36 +    type = space
    6.37 +    expand=1
    6.38 +    Config {
    6.39 +        Size=2
    6.40 +    }
    6.41 +}
    6.42 +
    6.43 +Plugin {
    6.44 +    type = dclock
    6.45 +    Config {
    6.46 +        ClockFmt=%A %d %B - %R
    6.47 +        TooltipFmt=%A %x - %T
    6.48 +        BoldFont=1
    6.49 +        IconOnly=0
    6.50 +    }
    6.51 +}
    6.52 +
    6.53 +Plugin {
    6.54 +    type = space
    6.55 +    expand=1
    6.56 +    Config {
    6.57 +        Size=2
    6.58 +    }
    6.59 +}
    6.60 +
    6.61 +Plugin {
    6.62 +    type = volumealsa
    6.63 +}
    6.64 +
    6.65 +Plugin {
    6.66 +    type = space
    6.67 +    Config {
    6.68 +        Size=8
    6.69 +    }
    6.70 +}
    6.71 +
    6.72 +Plugin {
    6.73 +    type = netstatus
    6.74 +    Config {
    6.75 +        iface=wlan0
    6.76 +        configtool=browser http://tazpanel:82/network.cgi
    6.77 +    }
    6.78 +}
    6.79 +
    6.80 +Plugin {
    6.81 +    type = space
    6.82 +    Config {
    6.83 +        Size=4
    6.84 +    }
    6.85 +}
    6.86 +
    6.87 +Plugin {
    6.88 +    type = batt
    6.89 +    Config {
    6.90 +        HideIfNoBattery=0
    6.91 +        AlarmCommand=desktopbox notify "Battery low" 4
    6.92 +        AlarmTime=5
    6.93 +        BackgroundColor=#1b0c03
    6.94 +        BorderWidth=3
    6.95 +        ChargingColor1=#cfcfcf
    6.96 +        ChargingColor2=#cfcfcf
    6.97 +        DischargingColor1=#473b34
    6.98 +        DischargingColor2=#473b34
    6.99 +        Size=12
   6.100 +    }
   6.101 +}
   6.102 +
   6.103 +Plugin {
   6.104 +    type = space
   6.105 +    Config {
   6.106 +        Size=4
   6.107 +    }
   6.108 +}
   6.109 +
   6.110 +Plugin {
   6.111 +    type = cpu
   6.112 +}
   6.113 +
   6.114 +Plugin {
   6.115 +    type = space
   6.116 +    Config {
   6.117 +        Size=2
   6.118 +    }
   6.119 +}
   6.120 +
     7.1 --- a/gtkonly/rootfs/etc/xdg/openbox/autostart.sh	Tue Mar 06 21:28:52 2012 +0100
     7.2 +++ b/gtkonly/rootfs/etc/xdg/openbox/autostart.sh	Tue Mar 06 22:05:42 2012 +0100
     7.3 @@ -11,7 +11,7 @@
     7.4  pcmanfm -d &
     7.5  
     7.6  # Start the Freedesktop panel standard menu.
     7.7 -lxpanel &
     7.8 +lxpanel -p slitaz &
     7.9  
    7.10  # Start Parcellite clipboard manager.
    7.11  #parcellite &