krig
|
2010-01-07
, 21:09
|
Posts: 11 |
Thanked: 33 times |
Joined on Jan 2010
@ Sweden
|
#11
|
The Following User Says Thank You to krig For This Useful Post: | ||
|
2010-01-07
, 21:26
|
Posts: 345 |
Thanked: 100 times |
Joined on Nov 2009
|
#12
|
|
2010-01-07
, 23:10
|
Posts: 46 |
Thanked: 13 times |
Joined on Jan 2010
@ Manchester UK
|
#13
|
|
2010-01-08
, 00:56
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#14
|
The Following User Says Thank You to ArnimS For This Useful Post: | ||
|
2010-01-08
, 13:35
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#15
|
It doesn't work on my N900 . I got this screen when I tried to use jamaendo and nothing else:
rootsh apt-get install python-simplejson
|
2010-01-08
, 13:38
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#16
|
|
2010-01-08
, 14:04
|
Posts: 11 |
Thanked: 33 times |
Joined on Jan 2010
@ Sweden
|
#17
|
You have to manually install python-simplejson. The package forgets to request this dependency.
Code:rootsh apt-get install python-simplejson
|
2010-01-09
, 23:04
|
Posts: 11 |
Thanked: 33 times |
Joined on Jan 2010
@ Sweden
|
#18
|
The Following User Says Thank You to krig For This Useful Post: | ||
|
2010-01-10
, 03:47
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#19
|
You do build up a mad stack of windows browsing around, unfortunately I'm not exactly sure how to avoid this and still be a Maemo-styled application. Should I put all the windows in a GtkNotebook and just switch between them instead of opening stackable windows? Popping and pushing windows when switching causes stutter and annoying swoosh sounds to play, so I'd rather avoid that.. fellow developers and UI experts, advice is welcome.
|
2010-01-10
, 08:11
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#20
|
You do build up a mad stack of windows browsing around, unfortunately I'm not exactly sure how to avoid this and still be a Maemo-styled application. Should I put all the windows in a GtkNotebook and just switch between them instead of opening stackable windows? Popping and pushing windows when switching causes stutter and annoying swoosh sounds to play, so I'd rather avoid that.. fellow developers and UI experts, advice is welcome.