[rkward] /: Next attempt at passing DESKTOP_STARTUP_ID in a standard-conformant way
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Sat Feb 21 09:09:37 UTC 2015
Git commit f95706390c8136fc5bf8ea29d0aa7651661301ac by Thomas Friedrichsmeier.
Committed on 21/02/2015 at 09:08.
Pushed by tfry into branch 'master'.
Next attempt at passing DESKTOP_STARTUP_ID in a standard-conformant way
M +1 -1 rkward/rkward.desktop
M +1 -1 scripts/makeppa_upload.sh
http://commits.kde.org/rkward/f95706390c8136fc5bf8ea29d0aa7651661301ac
diff --git a/rkward/rkward.desktop b/rkward/rkward.desktop
index e4538b2..7bbd0a7 100644
--- a/rkward/rkward.desktop
+++ b/rkward/rkward.desktop
@@ -27,7 +27,7 @@ Comment[sv]=Grafiskt användargränssnitt för R-projektet
Comment[uk]=Графічний інтерфейс проекту R
Comment[x-test]=xxGUI for the R-projectxx
Icon=rkward
-Exec=STARTUP_ID_COPY="${DESKTOP_STARTUP_ID}" rkward -caption "%c" %i
+Exec=sh -c "STARTUP_ID_COPY=\\${DESKTOP_STARTUP_ID} rkward -caption '%c' %i"
Terminal=false
Type=Application
X-DocPath=rkward/index.html
diff --git a/scripts/makeppa_upload.sh b/scripts/makeppa_upload.sh
index 3f60e01..8f18d2d 100755
--- a/scripts/makeppa_upload.sh
+++ b/scripts/makeppa_upload.sh
@@ -1,7 +1,7 @@
#!/bin/bash
## begin: These may need adjusting!
-TARGETS="precise lucid trusty raring"
+TARGETS="utopic precise lucid trusty"
AUTHOR="Thomas Friedrichsmeier <tfry at users.sourceforge.net>"
## end: These may need adjusting!
More information about the rkward-tracker
mailing list