<p>What does</p>
<p>rpm -ql batik-squiggle | grep &quot;\.jar$&quot; | less</p>
<p>tell you?</p>
<p>-ql is query listing all files in a package. The grep will find all files in the list ending with .jar and less will keep it from scrolling off screen. You can leave the grep part out and just do</p>
<p>rpm -ql | less</p>
<p>to see all the files in the package...</p>
<div class="gmail_quote">On Oct 28, 2010 9:31 PM, &quot;John Jason Jordan&quot; &lt;<a href="mailto:johnxj@comcast.net">johnxj@comcast.net</a>&gt; wrote:<br type="attribution">&gt; On Fri, 29 Oct 2010 11:23:34 +1100<br>&gt; &quot;Owen&quot; &lt;<a href="mailto:rcook@pcug.org.au">rcook@pcug.org.au</a>&gt; dijo:<br>
&gt; <br>&gt;&gt;&gt; Unfortunately, the Yumex installer did not create a launch menu item<br>&gt;&gt;&gt; in<br>&gt;&gt;&gt; my Gnome desktop, and the web page did not explain how to launch it.<br>&gt;&gt;&gt; I know it is Java, so it&#39;s probably a command like &quot;java -jar<br>
&gt;&gt;&gt; &lt;something&gt;, but I could use a hint.<br>&gt; <br>&gt;&gt;Does this help?<br>&gt;&gt;<br>&gt;&gt;<a href="http://xmlgraphics.apache.org/batik/tools/browser.html#starting">http://xmlgraphics.apache.org/batik/tools/browser.html#starting</a><br>
&gt; <br>&gt; Thanks. It says to use:<br>&gt; <br>&gt; cd installation-directory<br>&gt; java -jar batik-squiggle.jar<br>&gt; <br>&gt; Unfortunately, I can&#39;t find the file batik-squiggle.jar, so I can&#39;t<br>&gt; specify the directory. That is, Nautilus can&#39;t find it, nor can I find<br>
&gt; it from the command line. Just giving it the command &quot;java -jar<br>&gt; batik-squiggle.jar&quot; results in &quot;can&#39;t find file batik-squiggle.jar.&quot;<br>&gt; <br>&gt; I tried searching the entire filesystem on &quot;batik,&quot; &quot;squiggle,&quot; and even<br>
&gt; &quot;.jar.&quot; The latter turned up hundreds of files, but scrolling through<br>&gt; them turned up nothing. The former (&quot;batik&quot;) turned up just batik.png<br>&gt; in /user/share/docs/scribus1.3.7/en/images. Yet Yumex insists that it<br>
&gt; installed batik-squiggle 1.7-4.fc11. I even uninstalled and<br>&gt; reinstalled, and still nada.<br>&gt; <br>&gt; Totally perplexed. <br>&gt; <br>&gt; _______________________________________________<br>&gt; scribus mailing list<br>
&gt; <a href="mailto:scribus@lists.scribus.info">scribus@lists.scribus.info</a><br>&gt; <a href="http://lists.scribus.info/mailman/listinfo/scribus">http://lists.scribus.info/mailman/listinfo/scribus</a><br></div>