qwerty12
|
2008-12-14
, 18:54
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#11
|
|
2008-12-14
, 18:55
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#12
|
Making the following change allows me to run this app in Kubuntu 8.10 and on my n800. Otherwise it changes the screen resolution of my KDE nvidia graphics desktop. Painful.
Cool stuff. Thanks.Code:try: window = pygame.display.set_mode((0,0)) except: window = pygame.display.set_mode((800, 480))
The Following User Says Thank You to ciroip For This Useful Post: | ||
|
2008-12-14
, 18:57
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#13
|
I've packaged it up, just need to make a few fixes and I'll put out a package tomorrow.
|
2008-12-14
, 19:04
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#14
|
Mh great! People at maemo.org just approved the project: should I add u to the developers?
I have no idea how things works...
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
|
2008-12-14
, 19:28
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#15
|
mh, yes, I realized it could have some potential on desktops.
Im sorry you have to touch a so shitty code
I am usually more ashamed to show my sh**ty experiment but im confident that xmas make you nicer...
|
2008-12-14
, 19:57
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#16
|
If you wish!
But I must warn, i'm bad at python too (i'd say as bad as you say you are but you made this program ) but I know bits and I can package
The Following User Says Thank You to ciroip For This Useful Post: | ||
|
2008-12-14
, 20:00
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#17
|
Glad to. Is qwert david you?
I just want make the NIT usefull during the nightly charging time so I was thinking to add something like alarm manage, small weather icons, rss scroll, background slideshows or whatever does not need any interaction and justify an always on display.
More people, more ideas, feel free to add any release u want, Im a pretty caotic guy so dont worry to touch my stuff. I dont think things could ever became worste .
In case the project will became mature enough we will decide what promote to maemo.org
|
2008-12-15
, 00:14
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#18
|
The Following User Says Thank You to allnameswereout For This Useful Post: | ||
|
2008-12-15
, 08:00
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#19
|
str("/usr/share/flipclock/")+(orario[3])+".png"
Traceback (most recent call last):
File "/usr/bin/flipclock.py", line 91, in <module>
cfr1,cfr2,cfr3,cfr4=singole()
File "/usr/bin/flipclock.py", line 48, in singole
cfr2=str("/usr/share/flipclock/")+(orario[3])+".png"
TypeError: cannot concatenate 'str' and 'int' objects
str"/usr/share/flipclock/"+(orario[3])+".png"
|
2008-12-15
, 08:23
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#20
|
The Following User Says Thank You to daperl For This Useful Post: | ||