mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
19 lines
565 B
Desktop File
19 lines
565 B
Desktop File
[Desktop Entry]
|
|
Name=@@NAME_LONG@@
|
|
Comment=Data Management Tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
|
|
GenericName=Text Editor
|
|
Exec=/usr/share/@@NAME@@/@@NAME@@ --unity-launch %F
|
|
Icon=@@ICON@@
|
|
Type=Application
|
|
StartupNotify=true
|
|
StartupWMClass=@@NAME_SHORT@@
|
|
Categories=Utility;TextEditor;Development;IDE;
|
|
MimeType=text/plain;inode/directory;
|
|
Actions=new-empty-window;
|
|
Keywords=sqlops;
|
|
|
|
[Desktop Action new-empty-window]
|
|
Name=New Empty Window
|
|
Exec=/usr/share/@@NAME@@/@@NAME@@ --new-window %F
|
|
Icon=@@ICON@@
|