Author: engelsman
Date: 2010-11-14 08:37:34 -0800 (Sun, 14 Nov 2010)
New Revision: 7830
Log:
corrected fluid.desktop (STR #2328)

removed "cd %D" as the %D is deprecated anyway.
updated README and README.Unix to describe install-desktop



Modified:
   branches/branch-1.3/README
   branches/branch-1.3/README.Unix.txt
   branches/branch-1.3/fluid/fluid.desktop

Modified: branches/branch-1.3/README
===================================================================
--- branches/branch-1.3/README  2010-11-14 16:07:20 UTC (rev 7829)
+++ branches/branch-1.3/README  2010-11-14 16:37:34 UTC (rev 7830)
@@ -79,6 +79,10 @@
     install".  This will copy the "fluid" executable to
     "bindir", the header files to "includedir", and the library
     files to "libdir".
+    
+    To install additional files and icons to be used by the main
+    desktop environments such as KDE, GNOME and XFCE, you will also
+    need to run "make install-desktop" as root.
 
 
 BUILDING FLTK UNDER MICROSOFT WINDOWS
@@ -163,7 +167,7 @@
 
 COPYRIGHT
 
-    FLTK is copyright 1998-2009 by Bill Spitzak
+    FLTK is copyright 1998-2010 by Bill Spitzak
     ([email protected]) and others, 
     see the CREDITS file for more info.
 

Modified: branches/branch-1.3/README.Unix.txt
===================================================================
--- branches/branch-1.3/README.Unix.txt 2010-11-14 16:07:20 UTC (rev 7829)
+++ branches/branch-1.3/README.Unix.txt 2010-11-14 16:37:34 UTC (rev 7830)
@@ -1,4 +1,4 @@
-README.Unix.txt - 2010-10-28 - Building FLTK on Unix
+README.Unix.txt - 2010-11-14 - Building FLTK on Unix
 -----------------------------------------------------
 
 
@@ -218,7 +218,7 @@
 warnings should appear. If some do, please let the FLTK developer team know via
 the mailing list or the bug reporting template at www.fltk.org .
 
-Actually, as of Oct 28 2010, quite a bunch of warnigns will show, mostly about 
+Actually, as of Oct 28 2010, quite a bunch of warnings will show, mostly about 
 suggested parenthesis. Please ignore them until we can fix them.
 
 
@@ -238,6 +238,12 @@
 
   sudo make install
   
+If you are using the KDE, GNOME or XFCE desktop environments and want to call
+"fluid" from the desktop menu, you will need to install additional files and
+icons under "/usr/share" by typing:
+
+  sudo make install-desktop
+  
 It is possible to install FLTK without superuser previleges by changing the 
 installation path to a location within the user account by adding the 
 "--prefix=PREFIX" parameters to the "./configure" command.
@@ -297,3 +303,4 @@
 
 Oct 30 2010 - matt: added Code::Blocks chapter
 Oct 28 2010 - matt: restructured entire document and verified instructions
+Nov 14 2010 - duncan: added install-desktop

Modified: branches/branch-1.3/fluid/fluid.desktop
===================================================================
--- branches/branch-1.3/fluid/fluid.desktop     2010-11-14 16:07:20 UTC (rev 
7829)
+++ branches/branch-1.3/fluid/fluid.desktop     2010-11-14 16:37:34 UTC (rev 
7830)
@@ -2,7 +2,7 @@
 Name=FLUID
 Comment=FLTK GUI Designer
 TryExec=fluid
-Exec=cd %D && fluid %F
+Exec=fluid %F
 Icon=fluid
 Terminal=false
 Type=Application

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to