Notices


Reply
Thread Tools
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#211
I love pypackager too, I wish Khertan had kept developing it.

EDIT: I use it to package all my stuff, including Easy Debian...
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2009-02-17 at 22:43.
 

The Following User Says Thank You to qole For This Useful Post:
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#212
Originally Posted by qole View Post
I love pypackager too, I wish Khertan had kept developing it.
Ditto. That's how I packaged up Quick Clip.
 

The Following User Says Thank You to BrentDC For This Useful Post:
Posts: 316 | Thanked: 29 times | Joined on Feb 2007 @ Maryland, US
#213
I just tried this for the first time. I was not able to find the pygame dependency though. I thought it was in Maemo Extras but I don't see it there.

any hints?
 
Posts: 316 | Thanked: 29 times | Joined on Feb 2007 @ Maryland, US
#214
I ended up installing maemo-python-device-env
to get the pygame component.

Then I could install from the deb in post 1 (version 0.1.0)

The first time I ran it I got a few errors
"Can't read the user wallpaper"
"unable to save the user config" (or something like that)
then it crashed.
I ran it a few more times and now the only error I get is
"Can't read the user wallpaper"
everytime I launch it.
It does now seem to save my settings after restarts.
 

The Following User Says Thank You to Tabster For This Useful Post:
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#215
Originally Posted by Tabster View Post
I just tried this for the first time. I was not able to find the pygame dependency though. I thought it was in Maemo Extras but I don't see it there.
I thought was there too
The cleaneast and easier solution I found is to install an application already in the repository that use python and pygame like solarwolf. If the clock will ever reach the extras the application manager should take care of the dependencies
Originally Posted by Tabster View Post
I ended up installing maemo-python-device-env
to get the pygame component.

Then I could install from the deb in post 1 (version 0.1.0)

The first time I ran it I got a few errors
"Can't read the user wallpaper"
"unable to save the user config" (or something like that)
then it crashed.
I ran it a few more times and now the only error I get is
"Can't read the user wallpaper"
everytime I launch it.
It does now seem to save my settings after restarts.
These are NOT errors: are FEATURES
Since the application is not 100% complete I want notify what is going on (using the very convenient
Code:
osso_c = osso.Context("osso_test_note", "0.0.1", False)
for some 'except' in the code):
- The 1st time the application create the .flipclock.conf under the user path (try to delete it under /home/user if you want see that notify again ).
- I knew that using the user wallpaper would end in a mess: I'll try to take a look before trash that feature (anyway the clock just wanted to use the user background image for the window mode (slide down on the main clock screen) and under the about screen: In case the app could not find the wallpaper I manage to use the color from the mood).
Thank You for the feedback
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito
 

The Following 2 Users Say Thank You to ciroip For This Useful Post:
Posts: 23 | Thanked: 6 times | Joined on Oct 2008 @ Germany, Erlangen
#216
I just installed the last Deb, ciroip you are a genius!!! Realy great.
Will test it tomorrow in the morning, also testing the women acceptance factor. :-)
 

The Following User Says Thank You to Didge For This Useful Post:
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#217
Originally Posted by Didge View Post
Will test it tomorrow in the morning, also testing the women acceptance factor. :-)
lol, I dont think the application will have this huge success on women and the n810 is everything but sexy: maybe with the pink mood and with a softer ringertones... anyway since Im a graphic guy (and packaging with pypackager is a breeze) Ill probably do a lessgeek version: originally I was thinking to use a flickr account and some facebook notify for the window mode: that will probably make the app a bit more appealing.
I guess the WAF is pretty low for 99% of the entire tablet applications 'panorama' anyway; developers: more lolcatz and hellokitty themed applications
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito
 

The Following User Says Thank You to ciroip For This Useful Post:
Posts: 316 | Thanked: 29 times | Joined on Feb 2007 @ Maryland, US
#218
thanks for the explanation ciroip.

My background is in the Images folder rather than using one of the built-in from a theme. Maybe you can search this folder too?

A suggestion: Can you make the date have a large day rather than year? I would much rather see

Wed - 2009
Feb - 18

Thanks for the great app
 
Posts: 631 | Thanked: 837 times | Joined on May 2007 @ Milton, Ontario, Canada
#219
Yea forgot to mention last time in my post about the clock updates ciroip, I fixed the user background thing too because it didn't work for me; anyone who's got "user background not found" error, just open up ci_init.py, and somewhere around line 83 it reads:
Code:
    config.read (userpath+"/.osso/hildon-desktop/home-background.conf")
    userbg = config.get("Hildon Home", "BackgroundImage")
Right after that just add:
Code:
    #fix reading background file for absolute file locations
    userbg = userbg.replace("file://", "")
That'll fix it. If you use a background that's not in the default directory, it's stored in the config file as "file:///path/to/image", so this just strips that initial file:// off to make it work properly.

Is there supposed to be an actual clock display in "Window" mode by the way? I see the layout and alarm info, but no actual clock...
 

The Following User Says Thank You to jolouis For This Useful Post:
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#220
ciroip, have you seen the recent announcement on planet maemo about the new "debmaster" for maemo.org ? That guy is a packaging guru and he's here specifically to help out community developers with that black magic stuff...
 

The Following User Says Thank You to fpp For This Useful Post:
Reply

Tags
clock, flip clock


 
Forum Jump


All times are GMT. The time now is 02:06.