From 7697a74ee407937473d24dd69c88b044918db379 Mon Sep 17 00:00:00 2001 From: MrMelon Date: Fri, 19 Mar 2021 11:06:45 +0000 Subject: [PATCH] Set WMClass in desktop file and add some assembly info --- MelonVPNClient/MainWindow.cs | 1 + MelonVPNClient/Properties/AssemblyInfo.cs | 6 +++--- MelonVPNClient/melonvpn.desktop | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/MelonVPNClient/MainWindow.cs b/MelonVPNClient/MainWindow.cs index 998eb41..47995f9 100644 --- a/MelonVPNClient/MainWindow.cs +++ b/MelonVPNClient/MainWindow.cs @@ -28,6 +28,7 @@ public partial class MainWindow : Window public MainWindow() : base(WindowType.Toplevel) { + Build(); Title = "Melon VPN"; diff --git a/MelonVPNClient/Properties/AssemblyInfo.cs b/MelonVPNClient/Properties/AssemblyInfo.cs index ffc75dc..8e884fb 100644 --- a/MelonVPNClient/Properties/AssemblyInfo.cs +++ b/MelonVPNClient/Properties/AssemblyInfo.cs @@ -7,10 +7,10 @@ using System.Runtime.CompilerServices; [assembly: AssemblyTitle("MelonVPNClient")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("")] +[assembly: AssemblyCompany("MrMelon")] +[assembly: AssemblyProduct("Melon VPN")] [assembly: AssemblyCopyright("${AuthorCopyright}")] -[assembly: AssemblyTrademark("")] +[assembly: AssemblyTrademark("MrMelon")] [assembly: AssemblyCulture("")] // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". diff --git a/MelonVPNClient/melonvpn.desktop b/MelonVPNClient/melonvpn.desktop index 6f2484a..e0d3cb6 100755 --- a/MelonVPNClient/melonvpn.desktop +++ b/MelonVPNClient/melonvpn.desktop @@ -6,3 +6,4 @@ Path= Terminal=false Type=Application Exec=/usr/bin/melonvpnclient +StartupWMClass=MelonVPNClient