On Sun, Oct 19, 2008 at 12:24:58AM -0400, Russ Nelson wrote: > [[ typo'ed the URL. ]] > > We should point distro packagers in the direction of this nice Gnash > Splash SWF. Since gnash requires a .swf on the command line to let > the user access the Preferences menu, we need to give distro packagers > SOMETHING to use to run gnash from the menu system. > > http://getgnash.org/gnash-splash.swf
The trouble is that the .desktop syntax is to add %U for the url opened by the application. It cannot be both Exec=gnash /usr/share/gnash/gnash-splash.swf and Exec=gnash %U A quick and dirty way to handle that would be to modify the gnash script such that the first arg is $datadir/gnash/gnash-splash.swf if there is no arg at all. What do you think about that? -- Pat _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

