From aae2b038974a323a3f8fdcd15b0a7593ebd76668 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Wed, 10 Dec 2014 02:10:58 +0100 Subject: [PATCH] op_wifi.sh: Changed the text so that it will be fully shown in the notification area --- recipes/pandora-system/pandora-scripts-wifi.bb | 2 +- recipes/pandora-system/pandora-scripts-wifi/op_wifi.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2