diff --git a/src/desktop/wifihotspot.desktop b/src/desktop/wifihotspot.desktop index 2a2c830..ae1c190 100644 --- a/src/desktop/wifihotspot.desktop +++ b/src/desktop/wifihotspot.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application -Name=WifiHotspot -Icon=/usr/share/wihotspot_gui/hotspot.png +Name=Wifi Hotspot +Icon=/usr/share/wihotspot/hotspot.png Exec=sh -c 'env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY /usr/bin/wihotspot' Terminal=false Categories=System diff --git a/src/scripts/wihotspot b/src/scripts/wihotspot index e6860eb..c757211 100755 --- a/src/scripts/wihotspot +++ b/src/scripts/wihotspot @@ -1,4 +1,4 @@ #!/bin/sh # Start wihotspot_gui as root user -pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY /usr/bin/wihotspot_gui +pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY /usr/bin/wihotspot-gui