From 52e27455f401388a2a90b1205faa901017e2dbec Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Sun, 31 Jan 2021 15:46:03 +0530 Subject: [PATCH 1/2] Fix missing icon in taskbar --- src/desktop/wifihotspot.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/src/desktop/wifihotspot.desktop b/src/desktop/wifihotspot.desktop index 38cf58c..170c2c4 100644 --- a/src/desktop/wifihotspot.desktop +++ b/src/desktop/wifihotspot.desktop @@ -7,3 +7,4 @@ Exec=sh -c 'env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY /usr/bin/wihotspot' Terminal=false Categories=System Keywords=Hotspot;WiFi +StartupWMClass=wihotspot-gui From 7d5eed4a5c18aeaba747d825266c6e7c555faf85 Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Sun, 31 Jan 2021 15:49:42 +0530 Subject: [PATCH 2/2] Update debian changlog --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0f08ce1..de43f07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -linux-wifi-hotspot (3.6.6) UNRELEASED; urgency=low +linux-wifi-hotspot (3.6.7) UNRELEASED; urgency=low * Update Icon + * UI Tweaks + * Bug Fixes -- Lakindu Akash Sat, 23 Jan 2021 06:34:00 +0530