linux: Update window icon names

This commit is contained in:
Hylke Bons 2016-03-28 14:28:07 +01:00
parent 37bc8e9b99
commit 2d371550f2
4 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ namespace SparkleShare {
{
SetWmclass ("SparkleShare", "SparkleShare");
IconName = "sparkleshare";
IconName = "org.sparkleshare.SparkleShare";
Resizable = false;
WindowPosition = WindowPosition.CenterAlways;
TypeHint = Gdk.WindowTypeHint.Dialog;

View file

@ -45,11 +45,11 @@ namespace SparkleShare {
SetWmclass ("SparkleShare", "SparkleShare");
TypeHint = Gdk.WindowTypeHint.Dialog;
IconName = "org.sparkleshare.SparkleShare";
Gdk.Rectangle monitor_0_rect = Gdk.Screen.Default.GetMonitorGeometry (0);
SetSizeRequest (480, (int) (monitor_0_rect.Height * 0.8));
IconName = "sparkleshare";
this.pos_x = (int) (monitor_0_rect.Width * 0.61);
this.pos_y = (int) (monitor_0_rect.Height * 0.5 - (HeightRequest * 0.5));

View file

@ -29,7 +29,7 @@ namespace SparkleShare {
{
SetWmclass ("SparkleShare", "SparkleShare");
IconName = "sparkleshare";
IconName = "org.sparkleshare.SparkleShare";
Resizable = false;
WindowPosition = WindowPosition.CenterAlways;
BorderWidth = 16;

View file

@ -34,7 +34,7 @@ namespace SparkleShare {
{
SetWmclass ("SparkleShare", "SparkleShare");
IconName = "sparkleshare";
IconName = "org.sparkleshare.SparkleShare";
Resizable = false;
WindowPosition = WindowPosition.CenterAlways;
Deletable = false;