![]() |
Re: Desktop Command Execution Widget scripts
Quote:
|
Re: Desktop Command Execution Widget scripts
Hi all,
I believe I found an uptime command that is a little less error-prone than the awk-version in the current desktop command execution widget. Try this for uptime command: uptime|cut -d" " -f3-|cut -d"," -f-1 If you don't like the word "up" in the response, try this: uptime|cut -d" " -f4-|cut -d"," -f-1 Franky |
Re: Desktop Command Execution Widget scripts
... and very basic Font Management... spotted into the wild!!!
http://i50.tinypic.com/142enp5.png http://i45.tinypic.com/2ltkbis.png however code is still very buggy (and possibly "bricky")... I don't dare to deliver yet!!! :eek: |
Re: Desktop Command Execution Widget scripts
Also in debug phase... option for preventing Command Title/Label from appearing...
http://i47.tinypic.com/2s8qlqe.png http://i50.tinypic.com/2it0pwp.png Stay tuned... |
Re: Desktop Command Execution Widget scripts
Quote:
Anyway.. are you on #maemo? I see that you used gtk_label_set_line_wrap but it was before the label instantiation.. raising a critical warning and not causing any effect. I tryed to "fix" it by just putting it 2 lines below but then our commands would be wrapped in a weird manner.. at the end I think it's better to ship (at least for now) without auto-wrap. Or maybe as an option in future releases.. I'll upload a new version right now if your patch and some tweaks. I think we should stick to that version then.. just bufixing so that we can move it up to extras. Thanks for all the help! |
Re: Desktop Command Execution Widget scripts
I see 0.7 is in devel what new features does it have?
|
Re: Desktop Command Execution Widget scripts
1 Attachment(s)
Quote:
I'm sure there's still a lot of debug/testing/QA work to do on the code but I just moved forward to my most urging needs for a tool such as yours. I attach my last version of the source (desktop-cmd-exec.c based on version 0.6) with the 3 Mods/Patches Modified code is commented at end of line with PHP Code:
PHP Code:
No problem in sticking to your plans for releasing to devel/testing/extras. Still thanks for the effort you put in developing this tool and for teaching me several new things. Ciao. :D http://i45.tinypic.com/2a9pnba.png |
Re: Desktop Command Execution Widget scripts
Quote:
I believe 0.7 will go all the way to extras. Than later we can add more stuff (from the source already pushed here =]). We need some extensive testing on v0.7. I'll promote it to -testing asa(garage makes it)p. |
Re: Desktop Command Execution Widget scripts
With 0.7, I can no longer see the X button to close when I resize the widget. To reproduce the issue, add a new widget and resize the width to something like 0.25. The X is visible when width is increased to 1.0
|
Re: Desktop Command Execution Widget scripts
Love the new version. Love the multiple lines,multiple widget options.
Thankyou for this widget. |
All times are GMT. The time now is 09:56. |
vBulletin® Version 3.8.8