Set WMClass in desktop file and add some assembly info
This commit is contained in:
parent
d0d08a5d7e
commit
7697a74ee4
@ -28,6 +28,7 @@ public partial class MainWindow : Window
|
||||
|
||||
public MainWindow() : base(WindowType.Toplevel)
|
||||
{
|
||||
|
||||
Build();
|
||||
|
||||
Title = "Melon VPN";
|
||||
|
@ -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}".
|
||||
|
@ -6,3 +6,4 @@ Path=
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Exec=/usr/bin/melonvpnclient
|
||||
StartupWMClass=MelonVPNClient
|
||||
|
Loading…
Reference in New Issue
Block a user