The Following User Says Thank You to naabi For This Useful Post: | ||
|
2010-01-12
, 16:50
|
Posts: 2 |
Thanked: 2 times |
Joined on Oct 2009
|
#32
|
The Following 2 Users Say Thank You to zelial For This Useful Post: | ||
|
2010-01-12
, 17:12
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#33
|
yes, I'll code something to fix/address that, user-defined width (in % of screen) or something like that.
Regarding multiple instances:
What about having more than one line so that it's one command per line..
If you select only one command, one line.. two commands.. two lines..
etc.. what do you think?
|
2010-01-12
, 17:25
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#34
|
Hello everybody!
I'm sorry for leaving this app unattended but I was in some kind of hurry here..
For the ones asking about the width:
yes, I'll code something to fix/address that, user-defined width (in % of screen) or something like that.
Regarding multiple instances:
What about having more than one line so that it's one command per line..
If you select only one command, one line.. two commands.. two lines..
etc.. what do you think?
|
2010-01-15
, 16:54
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#35
|
/1261
hal-device | grep battery.reporting | awk -F. '{print $3}' | sort | awk '$1 == "current" { current = $3}; $1== "design" {print current "/" $3}'
The Following 2 Users Say Thank You to No!No!No!Yes! For This Useful Post: | ||
|
2010-01-17
, 09:29
|
Posts: 6 |
Thanked: 2 times |
Joined on Dec 2009
|
#36
|
The Following 2 Users Say Thank You to fry For This Useful Post: | ||
|
2010-01-19
, 00:00
|
Posts: 61 |
Thanked: 13 times |
Joined on Jan 2010
|
#37
|
|
2010-01-19
, 00:17
|
Posts: 112 |
Thanked: 122 times |
Joined on Dec 2009
@ London, United Kingdom
|
#38
|
I installed this in the past, before PR1.1, and it worked very nicely. I used it to toggle the FM transmitter.
Now, installing it after PR1.1, and rebooting makes all my widgets and shortcuts disappear from all 4 desktops. The only icons remaining are contacts and web bookmarks.
Furthermore, the desktop menu is not clickable. The top left menu icon works but it looks like something's being messed up on the desktop.
Removing via apt-get purge and rebooting fixes things.
I can open a bug at the appropriate place but I wonder if something else I have running may be interfering. Anyone got any idea?
|
2010-01-19
, 00:38
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#39
|
Take my script above, and change the wget URL to be http://maemo.org/downloads/Maemo5/. Awk / sed command could be following:
awk '/Downloads for Maemo5/ {print $0}' | \
sed 's/.*downloads\/list\/Maemo5\/all">\([0-9]*\).*/\1/'
...and still very bad at script writing. And still very upset for someone stealing my phone last weekend... Mother****er!
|
2010-01-22
, 01:34
|
Posts: 112 |
Thanked: 122 times |
Joined on Dec 2009
@ London, United Kingdom
|
#40
|
The Following 4 Users Say Thank You to cpscotti For This Useful Post: | ||
awk '/Downloads for Maemo5/ {print $0}' | \
sed 's/.*downloads\/list\/Maemo5\/all">\([0-9]*\).*/\1/'
...and still very bad at script writing. And still very upset for someone stealing my phone last weekend... Mother****er!
Ham > Turkey