diff --git a/README.md b/README.md index 50993d5f..f41d70af 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ Install the required dependencies. ``` > [!NOTE] -> On Debian you need to enable the `backports` repository for the `freerdp3-x11` package to become available. +> On Debian you need to enable the `backports` repository for the `freerdp3-x11` package to become available. > For instructions, see https://backports.debian.org/Instructions. - Fedora/RHEL: diff --git a/apps/linqpad8/icon.svg b/apps/linqpad8/icon.svg new file mode 100644 index 00000000..79b88c00 --- /dev/null +++ b/apps/linqpad8/icon.svg @@ -0,0 +1 @@ + diff --git a/apps/linqpad8/info b/apps/linqpad8/info new file mode 100644 index 00000000..99dab783 --- /dev/null +++ b/apps/linqpad8/info @@ -0,0 +1,20 @@ +# Copyright (c) 2024 Adam +# Copyright (c) 2024 Oskar Manhart +# All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +# GNOME shortcut name +NAME="LINQPad8" + +# Used for descriptions and window class +FULL_NAME="LINQPad 8" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\LINQPad8\LINQPad8.exe" + +# GNOME categories +CATEGORIES="WinApps;Development" + +# GNOME mimetypes +MIME_TYPES="text/cs" diff --git a/apps/ssms20/icon.svg b/apps/ssms20/icon.svg new file mode 100644 index 00000000..656911f7 --- /dev/null +++ b/apps/ssms20/icon.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/ssms20/info b/apps/ssms20/info new file mode 100644 index 00000000..dd37fcba --- /dev/null +++ b/apps/ssms20/info @@ -0,0 +1,20 @@ +# Copyright (c) 2024 Adam +# Copyright (c) 2024 Oskar Manhart +# All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0-or-later +# +# GNOME shortcut name +NAME="SQL Server Management Studio" + +# Used for descriptions and window class +FULL_NAME="SQL Server Management Studio" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Ssms.exe" + +# GNOME categories +CATEGORIES="Development" + +# GNOME mimetypes +MIME_TYPES="text/sql"