Skip to content

Commit 249c311

Browse files
committed
fix: prevent duplicate icons in Linux Alt-Tab by providing StartupWMClass with what xprop told me in the WM_CLASS line
Other optimizations: Unix linefeeds, add comment and keywords, remove outdated encoding, modify exec with %F (was %f) so multiple files can be passed Refs #2523
1 parent f87cc85 commit 249c311

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[Desktop Entry]
2+
Type=Application
23
Version=1.0
3-
Encoding=UTF-8
4+
45
Name=HeidiSQL
5-
Exec=heidisql %f
6+
Comment=A lightweight database management interface
7+
Icon=heidisql
8+
9+
Exec=heidisql %F
610
TryExec=heidisql
7-
Comment=A lightweight interface to MySQL
811
Terminal=false
9-
Categories=Development;
10-
Icon=heidisql
11-
Type=Application
12+
StartupWMClass=heidisql
1213

14+
Categories=Database;Development;
15+
Keywords=database;sql;mysql;mariadb;postgresql;mssql;sqlite;

0 commit comments

Comments
 (0)