Skip to content

Commit

Permalink
Merge pull request #13 from klimuts/fix_ubuntu24.04_icon
Browse files Browse the repository at this point in the history
fix Ubuntu 24.04 dock icon issue
  • Loading branch information
klimuts authored May 14, 2024
2 parents f383b7b + 6051888 commit 5b8594b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SNX Client v1.0.4
# SNX Client v1.0.5

## ENG

Expand Down
3 changes: 2 additions & 1 deletion files/install
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5

0 comments on commit 5b8594b

Please sign in to comment.