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)
|
public MainWindow() : base(WindowType.Toplevel)
|
||||||
{
|
{
|
||||||
|
|
||||||
Build();
|
Build();
|
||||||
|
|
||||||
Title = "Melon VPN";
|
Title = "Melon VPN";
|
||||||
|
@ -7,10 +7,10 @@ using System.Runtime.CompilerServices;
|
|||||||
[assembly: AssemblyTitle("MelonVPNClient")]
|
[assembly: AssemblyTitle("MelonVPNClient")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("MrMelon")]
|
||||||
[assembly: AssemblyProduct("")]
|
[assembly: AssemblyProduct("Melon VPN")]
|
||||||
[assembly: AssemblyCopyright("${AuthorCopyright}")]
|
[assembly: AssemblyCopyright("${AuthorCopyright}")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("MrMelon")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
|
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
|
||||||
|
@ -6,3 +6,4 @@ Path=
|
|||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Exec=/usr/bin/melonvpnclient
|
Exec=/usr/bin/melonvpnclient
|
||||||
|
StartupWMClass=MelonVPNClient
|
||||||
|
Loading…
Reference in New Issue
Block a user