|
2009-12-11
, 22:23
|
Posts: 72 |
Thanked: 31 times |
Joined on Oct 2009
@ Germany
|
#2
|
I have been playing around with the hildon desktop widget API and created something of limited utility: fat-label.
All this does is display some text you can specify. That's it! You can add as many as you'd like though. I find it useful to label desktops and whatnot.
Let me know what you think. Thanks!
|
2009-12-12
, 20:14
|
Posts: 52 |
Thanked: 55 times |
Joined on Dec 2009
|
#3
|
|
2009-12-12
, 20:20
|
Posts: 329 |
Thanked: 142 times |
Joined on Oct 2009
|
#4
|
Doh. One obvious bug: Does not retain the text across restarts.
Not sure how best to do that. I suppose using gconf?
|
2009-12-12
, 20:32
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#5
|
|
2009-12-12
, 23:38
|
Posts: 52 |
Thanked: 55 times |
Joined on Dec 2009
|
#6
|
|
2009-12-13
, 05:47
|
Posts: 52 |
Thanked: 55 times |
Joined on Dec 2009
|
#7
|
gconftool-2 --type string -s /apps/blimpsgo90-fat-label/bg90_fat_label.desktop-0/text foo
|
2010-03-09
, 12:07
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#8
|
All this does is display some text you can specify. That's it! You can add as many as you'd like though. I find it useful to label desktops and whatnot.
Let me know what you think. Thanks!