From: Michael Mrozek Date: Wed, 10 Dec 2014 01:10:58 +0000 (+0100) Subject: op_wifi.sh: Changed the text so that it will be fully shown in the notification area X-Git-Tag: sz_172rc~21 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=aae2b038974a323a3f8fdcd15b0a7593ebd76668 op_wifi.sh: Changed the text so that it will be fully shown in the notification area --- diff --git a/recipes/pandora-system/pandora-scripts-wifi.bb b/recipes/pandora-system/pandora-scripts-wifi.bb index 0c93372..df7eb39 100644 --- a/recipes/pandora-system/pandora-scripts-wifi.bb +++ b/recipes/pandora-system/pandora-scripts-wifi.bb @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "pandora-scripts" -PR = "r3" +PR = "r4" SRC_URI = " \ file://op_wifi.sh \ diff --git a/recipes/pandora-system/pandora-scripts-wifi/op_wifi.sh b/recipes/pandora-system/pandora-scripts-wifi/op_wifi.sh index 8d2759e..e535c67 100644 --- a/recipes/pandora-system/pandora-scripts-wifi/op_wifi.sh +++ b/recipes/pandora-system/pandora-scripts-wifi/op_wifi.sh @@ -6,10 +6,10 @@ cd / if [ "`lsmod | grep wl1251`" ] then - notify-send -u normal "WLAN" "WLAN is being disabled..." -i /usr/share/icons/hicolor/32x32/apps/nm-no-connection.png + notify-send -u normal "WLAN is being disabled..." -i /usr/share/icons/hicolor/32x32/apps/nm-no-connection.png ifconfig wlan0 down rmmod board_omap3pandora_wifi wl1251_sdio wl1251 else - notify-send -u normal "WLAN" "WLAN is being enabled..." -i /usr/share/icons/hicolor/32x32/apps/nm-device-wired.png + notify-send -u normal "WLAN is being enabled..." -i /usr/share/icons/hicolor/32x32/apps/nm-device-wired.png /etc/init.d/wl1251-init start fi