Bug 67801 - xplanet command line wrong
Summary: xplanet command line wrong
Status: CLOSED FIXED
Alias: None
Product: kdesktop
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-10 18:46 UTC by Riku Voipio
Modified: 2009-01-02 20:25 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.