Bug 67801

Summary: xplanet command line wrong
Product: kdesktop Reporter: Riku Voipio <nchip>
Component: generalAssignee: David Faure <faure>
Status: CLOSED FIXED    
Severity: normal CC: finex
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Riku Voipio 2003-11-10 18:46:29 UTC
Version:            (using KDE KDE 3.1.4)
Installed from:    Debian testing/unstable Packages

As of xplanet 1.0.1, the command line options have changed.
xplanet now need -num_times 1 option or it will keep rendering forever.

notice the updated kde instructions compared to the ones in bug #23465

http://xplanet.sourceforge.net/FAQ.html

kdebase/kdesktop/programs/xplanet.desktop

-Command=xplanet --geometry %xx%y --output %f.jpg && mv %f.jpg %f
-PreviewCommand=xplanet --geometry %xx%y --output %f.jpg && mv %f.jpg %f

+Command=xplanet --geometry %xx%y --num_times 1 --output %f.jpg && mv %f.jpg %f
+PreviewCommand=xplanet --geometry %xx%y --num_times 1 --output %f.jpg && mv %f.jpg %f
Comment 1 Nadeem Hasan 2003-11-10 21:57:17 UTC
Subject: kdebase/kdesktop/programs

CVS commit by nhasan: 

Fix xplanet command line.

CCMAIL: 67801-done@bugs.kde.org


  M +2 -2      xplanet.desktop   1.94


--- kdebase/kdesktop/programs/xplanet.desktop  #1.93:1.94
@@ -1,4 +1,4 @@
 [KDE Desktop Program]
-Command=xplanet --geometry %xx%y --output %f.jpg && mv %f.jpg %f
+Command=xplanet --geometry %xx%y --num_times 1 --output %f.jpg && mv %f.jpg %f
 Comment=XPlanet by Hari Nair
 Comment[af]=Xplaneet deur Hari Nair
@@ -56,4 +56,4 @@
 Comment[zu]=XPlanet ngu-Hari Nair
 Executable=xplanet
-PreviewCommand=xplanet --geometry %xx%y --output %f.jpg && mv %f.jpg %f
+PreviewCommand=xplanet --geometry %xx%y --num_times 1 --output %f.jpg && mv %f.jpg %f
 Refresh=10


Comment 2 FiNeX 2009-01-02 20:25:58 UTC
Bug closed. Kdesktop is no more mantained.