1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 21:02:56 +03:00

Removed full path to skin files on the links

This did prevent theming the poweroff/reboot/suspend buttons.
This commit is contained in:
Paul Cercueil 2012-04-18 02:05:22 +02:00
parent d1328d791c
commit d227a8a6f1
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
title=power off title=power off
description=Shut down the system description=Shut down the system
icon=/usr/share/gmenu2x/skins/Default/icons/poweroff.png icon=skin:icons/poweroff.png
exec=/sbin/poweroff exec=/sbin/poweroff

View File

@ -1,4 +1,4 @@
title=reboot title=reboot
description=Reboot the dingoo description=Reboot the dingoo
icon=/usr/share/gmenu2x/skins/Default/icons/reboot.png icon=skin:icons/reboot.png
exec=/sbin/reboot exec=/sbin/reboot

View File

@ -1,5 +1,5 @@
title=suspend title=suspend
description=Suspend the dingoo description=Suspend the dingoo
icon=/usr/share/gmenu2x/skins/Default/icons/suspend.png icon=skin:icons/suspend.png
exec=/usr/sbin/suspend exec=/usr/sbin/suspend
dontleave=true dontleave=true