15 lines
532 B
Plaintext
15 lines
532 B
Plaintext
$OpenBSD: patch-pronsole_desktop,v 1.1.1.1 2016/01/26 23:10:08 abieber Exp $
|
|
--- pronsole.desktop.orig Wed Jan 20 18:37:37 2016
|
|
+++ pronsole.desktop Wed Jan 20 18:38:52 2016
|
|
@@ -3,8 +3,8 @@ Type=Application
|
|
Name=Pronsole
|
|
GenericName=Printer console
|
|
Comment=Controls your 3D printer form console
|
|
-Icon=/usr/share/pixmaps/pronsole.png
|
|
-Exec=/usr/bin/pronsole.py
|
|
+Icon=${LOCALBASE}/share/pixmaps/pronsole.png
|
|
+Exec=${LOCALBASE}/bin/pronsole.py
|
|
StartupNotify=true
|
|
Terminal=true
|
|
Categories=Utility;Graphics;3DGraphics;ConsoleOnly;
|