<div dir="ltr">Ben, sorry for the delay in responding to your message. Thank you for testing Auxlaunch - it really helps. Also, I apologize for the DMS error. My code to parse the DMS files wasn&#39;t robust enough! I hope the latest version, at least, avoids the error but skips the entry.<br>



<br>I integrated your code changes for hiding Auxlaunch (uses &quot;-hide&quot; option). However, for me, it seems to loose track of whether it was displayed or not. Are you finding that it launches applications underneath the Auxlaunch window?<br>
<br>I had also been thinking about a way to implement some type of menus as you&#39;ve suggested. So, there&#39;s a new feature to allow for &quot;groups&quot;. It is just basic functions for now (one level, no custom icons). <br>
<br>The big change is the move to a single, top-level, &quot;go&quot; button. There just wasn&#39;t enough room for three, individual top-level buttons.<br><br>I&#39;ve update the wiki page and made ver 0.5 available for download. Please let me know what you think. Thanks again,<br>
<br>- aliasid<br><br>PS - I think the screenshots show Auxlaunch &quot;attached&quot; to openmoko-panel-plugin&quot; because I&#39;m using the matchbox window manager in fullscreen mode with no title bars.&nbsp; &nbsp; &nbsp; <br>




<br><div class="gmail_quote">On Sun, Oct 19, 2008 at 3:00 AM, Ben <span dir="ltr">&lt;ben@aid.xdns.eu&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





Oops, I&#39;ve forgotten : yes, openmoko-panel-plugin is in debian, thx,<br>
but when i lunch the panel I don&#39;t see it in auxlaunch, only on the<br>
icones box (using fluxbox with my debian)<br>
<br>
<br>
Le Sun, 19 Oct 200808:51:28 +0200,<br>
<font color="#888888">Ben &lt;ben@aid.xdns.eu&gt; a écrit :<br>
</font><div><div></div><div><br>
&gt; Hi,<br>
&gt;<br>
&gt; thx again Aliasid, but I&#39;ve got troubles with DMS :<br>
&gt;<br>
&gt; ben@debian-gta02:~$ ./auxlaunch -dms<br>
&gt; Traceback (most recent call last):<br>
&gt; &nbsp; File &quot;./auxlaunch&quot;, line 246, in &lt;module&gt;<br>
&gt; &nbsp; &nbsp; auxl = AuxLaunch(sys.argv)<br>
&gt; &nbsp; File &quot;./auxlaunch&quot;, line 130, in __init__<br>
&gt; &nbsp; &nbsp; [dmsLbl, dmsImg, dmsCmd] = load_from_dms()<br>
&gt; &nbsp; File &quot;./auxlaunch&quot;, line 228, in load_from_dms<br>
&gt; &nbsp; &nbsp; app[pair[0]] = pair[1].strip(&#39;&quot;&#39;)<br>
&gt; IndexError: list index out of range<br>
&gt; ben@debian-gta02:~$<br>
&gt;<br>
&gt; And I&#39;m asking if the most interesting way is not to create a<br>
&gt; middle-hand for a special menu (configured in .auxlaunchrc).<br>
&gt; For exemple, on window :<br>
&gt; &nbsp;- left-hand == choice of menu<br>
&gt; &nbsp;- middle-hand == app of the menu<br>
&gt; &nbsp;- right-hand == switcher<br>
&gt;<br>
&gt; And put in .auxlauchrc, something like :<br>
&gt;<br>
&gt; M1=System App,/opt/myicons/system_apps.png,<br>
&gt; M2=Games,/opt/myicons/games.png,<br>
&gt; M3=System Fonctions,/opt/myicons/system_fonctions.png,<br>
&gt;<br>
&gt; M1,XTerm,xterm,/usr/share/pixmaps/xterm-color_32x32.xpm,<br>
&gt; M1,Rox,rox,/usr/share/rox/images/dirs.png,<br>
&gt; M2,codebreaker,codebreaker,/opt/myicons/codebreaker.png,<br>
&gt; M3,Suspend,apm -s,gtk-media-pause,<br>
&gt; M3,Cancel,(cancel),gtk-cancel,<br>
&gt; M3,Quit,(quit),gtk-quit,<br>
&gt;<br>
&gt; Is it possible ? Maybe the 3 divisions will be too much ? And if the<br>
&gt; name of the top button division is under the icon ?<br>
&gt; I really don&#39;t know how to make that, sorry ..<br>
&gt;<br>
&gt; Otherwise I&#39;ve made a patch for AUX hide/unhide (thx<br>
&gt; matchbox-keyboard-toggle) c.f. patch-auxlaunch_hide<br>
&gt; Sorry if the code is horrible I really never code in PyGTK and haven&#39;t<br>
&gt; a lot of time for it, but that works.<br>
&gt;<br>
&gt;<br>
&gt; Le Sat, 18 Oct 2008 18:52:04 -0400,<br>
&gt; &quot;Al Iasid&quot; &lt;<a href="mailto:aliasid@gmail.com" target="_blank">aliasid@gmail.com</a>&gt; a écrit :<br>
&gt;<br>
&gt; &gt; Ben, thank you for your comments! I just finished adding a command<br>
&gt; &gt; line option (&quot;-dms&quot;) to add launch items from the Debian Menu<br>
&gt; &gt; System. (Note that it only uses DMS entries that specify<br>
&gt; &gt; &quot;needs=x11&quot;.)<br>
&gt; &gt;<br>
&gt; &gt; Also, I made changes based on your suggestions. I added a &quot;-right&quot;<br>
&gt; &gt; command line option to swap the button columns. And, I added code to<br>
&gt; &gt; attempt full-screen mode. (I&#39;m not sure this works since I run the<br>
&gt; &gt; Matchbox window manager where every window is full-screen). The AUX<br>
&gt; &gt; button currently unhides Auxlaunch. I&#39;ll investigate causing it to<br>
&gt; &gt; also hide Auxlaunch. As always any input is welcome!<br>
&gt; &gt;<br>
&gt; &gt; The top level icons (keyboard activiate, battery level, etc) are<br>
&gt; &gt; displayed by the really cool &quot;openmoko-panel-plugin&quot; (see link<br>
&gt; &gt; below). It is a very helpfull tool. Besides power and GSM status, it<br>
&gt; &gt; shows/hides the keyboard and controls Bluetooth, GPS, and USB. It is<br>
&gt; &gt; essential in Debian, IMHO. I think there&#39;s now a Debian package to<br>
&gt; &gt; help install it.<br>
&gt; &gt;<br>
&gt; &gt; - alisid<br>
&gt; &gt;<br>
&gt; &gt; <a href="http://projects.openmoko.org/projects/panel-plugin/" target="_blank">http://projects.openmoko.org/projects/panel-plugin/</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On Fri, Oct 17, 2008 at 4:39 PM, Ben &lt;ben@aid.xdns.eu&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; Hi,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; thx a lot for this nice app, I think I will leave my idesk conf<br>
&gt; &gt; &gt; for it.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Is there a way to :<br>
&gt; &gt; &gt; &nbsp;- use right-hand entry for making a menu switcher<br>
&gt; &gt; &gt; &nbsp;- making defaults sizes when auxlaunch starts (fullscreen-like ?)<br>
&gt; &gt; &gt; &nbsp;- use aux botton for hide/unhide auxlaunch<br>
&gt; &gt; &gt; and how to get your top level icones (gsm info/battery level/etc)<br>
&gt; &gt; &gt; please ?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Le Wed, 15 Oct 2008 20:06:30 -0400,<br>
&gt; &gt; &gt; &quot;Al Iasid&quot; &lt;<a href="mailto:aliasid@gmail.com" target="_blank">aliasid@gmail.com</a>&gt; a écrit :<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; I created a wiki page with screenshot [1]. I also enhanced<br>
&gt; &gt; &gt; &gt; Auxlaunch. It now also acts as a rudimentary, finger-friendly<br>
&gt; &gt; &gt; &gt; task (window) switcher. This is an optional feature. Comments<br>
&gt; &gt; &gt; &gt; welcome,<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Aliasid<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; [1] <a href="http://wiki.openmoko.org/wiki/Auxlaunch" target="_blank">http://wiki.openmoko.org/wiki/Auxlaunch</a><br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On Wed, Oct 15, 2008 at 10:19 AM, Davide Scaini<br>
&gt; &gt; &gt; &gt; &lt;<a href="mailto:dscaini@gmail.com" target="_blank">dscaini@gmail.com</a>&gt; wrote:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; yes a wiki is quite necessary...<br>
&gt; &gt; &gt; &gt; &gt; d<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; On Tue, Oct 14, 2008 at 7:56 PM, Michael Shiloh<br>
&gt; &gt; &gt; &gt; &gt; &lt;<a href="mailto:michael@openmoko.org" target="_blank">michael@openmoko.org</a>&gt;wrote:<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt;&gt; This is beautiful. Thanks!<br>
&gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt; &gt;&gt; It is very simple, very flexible, and easy to configure.<br>
&gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt; &gt;&gt; On top of that, it makes a great example program.<br>
&gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt; &gt;&gt; If you have time to write up a wiki page that would be great.<br>
&gt; &gt; &gt; &gt; &gt;&gt; Otherwise, I&#39;ll add it to my list.<br>
&gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt; &gt;&gt; Michael<br>
&gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt; &gt;&gt; Al Iasid wrote:<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; Hi,<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; I wanted a simple, very finger-friendly app launcher for my<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; Freerunner running Debian. I also wanted to access it using<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; the &quot;Aux&quot; button. So, I mixed code from the PyGTK hello<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; world example with code from matchbox-keyboard-toggle and<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; came up with &quot;Auxlaunch&quot;. A screenshot and download link<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; is at <a href="http://aliasid.googlepages.com/auxlaunch" target="_blank">aliasid.googlepages.com/auxlaunch</a><br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; &lt;<a href="http://aliasid.googlepages.com/auxlaunch" target="_blank">http://aliasid.googlepages.com/auxlaunch</a>&gt; if you&#39;re<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; interested.<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; At first, it minimizes and waits for the &quot;Aux&quot; button to be<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; pressed. Then, it pops up full screen and shows 3 large<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; buttons. You use the up and down buttons to change the top<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; button. Press the top button and the selected app starts.<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; You can configure the choices by editing the &quot;.auxlaunchrc&quot;<br>
&gt; &gt; &gt; &gt; &gt;&gt; &gt; text file. I added an item for &quot;Suspend&quot; (&quot;apm -s&quot;), too.<br>
&gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; Openmoko community mailing list<br>
&gt; &gt; &gt; <a href="mailto:community@lists.openmoko.org" target="_blank">community@lists.openmoko.org</a><br>
&gt; &gt; &gt; <a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
&gt; &gt; &gt;<br>
<br>
_______________________________________________<br>
Openmoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org" target="_blank">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
</div></div></blockquote></div><br></div>