From aa80598acccf52b587319ed1f05a8c87eababfbe Mon Sep 17 00:00:00 2001 From: Andrei Klimuts Date: Tue, 14 May 2024 22:13:35 +0300 Subject: [PATCH 1/2] fix Ubuntu 24.04 dock icon issue --- files/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/install b/files/install index a51adb1..483b72f 100755 --- a/files/install +++ b/files/install @@ -17,7 +17,8 @@ Icon=$CURRENT_DIR/conf/icon.png Terminal=true Type=Application Categories=Utility; -StartupNotify=true" >> ~/Desktop/snxgui.desktop +StartupNotify=true +StartupWMClass=SNX Client" >> ~/Desktop/snxgui.desktop sudo chmod +x ~/Desktop/snxgui.desktop gio set ~/Desktop/snxgui.desktop metadata::trusted true From 6051888d797fe698be96b7920a1a1656c7ab3cf3 Mon Sep 17 00:00:00 2001 From: Andrei Klimuts Date: Tue, 14 May 2024 22:25:07 +0300 Subject: [PATCH 2/2] up version --- README.md | 2 +- doc/README.md | 2 +- src/main/resources/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51bf269..58ddb8b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SNX Client v1.0.4 +# SNX Client v1.0.5 Graphical user interface for CheckPoint SSL Network Extender (SNX) for Ubuntu. diff --git a/doc/README.md b/doc/README.md index 7132cec..5dc888b 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,4 +1,4 @@ -# SNX Client v1.0.4 +# SNX Client v1.0.5 ## ENG diff --git a/src/main/resources/version b/src/main/resources/version index ee90284..90a27f9 100644 --- a/src/main/resources/version +++ b/src/main/resources/version @@ -1 +1 @@ -1.0.4 +1.0.5