Skip to content

Commit 592fca5

Browse files
committed
Some updates
* Update forgotten version information on desktop file * Add icon of this application Signed-off-by: Ercan Ersoy <[email protected]>
1 parent 023c417 commit 592fca5

File tree

4 files changed

+189
-2
lines changed

4 files changed

+189
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Desktop Entry]
2-
Version=0.4
2+
Version=0.5
33
Type=Application
44
Name=Run
55
Name[tr]=Çalıştır
@@ -9,7 +9,7 @@ Comment=A helper application for running program
99
Comment[tr]=Program çalıştırma için bir yardımcı uygulama
1010
TryExec=run
1111
Exec=run
12-
Icon=gnome-run
12+
Icon=net.ercanersoy.run
1313
Terminal=false
1414
Categories=System;GTK;
1515
StartupNotify=false
Lines changed: 93 additions & 0 deletions
Loading
Lines changed: 93 additions & 0 deletions
Loading

run/usr/share/run/ui/main-window.glade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<property name="resizable">False</property>
88
<property name="default-width">550</property>
99
<property name="default-height">175</property>
10+
<property name="icon-name">net.ercanersoy.run</property>
1011
<property name="gravity">south-west</property>
1112
<child>
1213
<object class="GtkBox" id="main-box">

0 commit comments

Comments
 (0)