maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   A couple of debs... (not apps) (https://talk.maemo.org/showthread.php?t=17741)

qwerty12 2008-03-10 16:47

A couple of debs... (not apps)
 
1 Attachment(s)
Hi,

I was messing around with pyPackager and I created my first debs. (Now to learn how to do it in scratchbox)

1. EnablePresenceDisable

I actually keep my Presence applet enabled but you know. This will enable the applet to be disable with your accounts enabled.

Just install and go to Control Panel > Panel > Status Bar.

An uninstall will set Presence back to it's default non-removable state.
Before:
http://i27.tinypic.com/2vv0rys.png
After:
http://www.internettablettalk.com/fo...1&d=1205100045

Thanks to Jiri Benc for the code. I just packaged it and set an remove script.

Thanks too to Khertan for pypackager. But I must learn how to produces debs in scratchbox.

Khertan 2008-03-12 15:40

Re: A couple of debs... (not apps)
 
Nope, your welcome :)

Quote:

Thanks too to Khertan for pypackager. But I must learn how to produces debs in scratchbox.
It s help to know how to produce deb by hand with debian tool. PyPackager is just a way to make deb on tablet where the itos2008 and 2007 dpkg-deb application can't produce package.

And usefull things ! I ll no more remove the presence applet now.

qwerty12 2008-03-12 15:44

Re: A couple of debs... (not apps)
 
Quote:

Originally Posted by Khertan (Post 153990)
Nope, your welcome :)


It s help to know how to produce deb by hand with debian tool. PyPackager is just a way to make deb on tablet where the itos2008 and 2007 dpkg-deb application can't produce package.

And usefull things ! I ll no more remove the presence applet now.

:)

Don't get me wrong, I like PyPackager very much and I will still end up using it after I figure out how to use scratchbox :)

It's more of a personal challenge to me because I want to learn a bit more about scratchbox.

Thank you :)

dan 2008-03-12 17:55

Re: A couple of debs... (not apps)
 
qwerty12,

I like the way the brightness keeps the same menu in LARS theme.
Presence I don't mind on the menu so I will not need.

Just out of curiosity does anyone know how to add more items on the osso status bar kill processes drop down menu and a delay in the osso status bar take screen shot? I don't want to use the other app that has the delay screen shot and additional processes because I like the host mode feature on the osso status bar menu. Dan

Benson 2008-03-13 22:40

Re: A couple of debs... (not apps)
 
For a delay, just change the command. I don't recall the command right off, but say it's:
Code:

screenshot-tool -options
Then make it:
Code:

sleep 5; screenshot-tool -options
or
Code:

sleep 5 && screenshot-tool -options
You could get a little cleverer and wrap the whole thing in a script, use flite for a countdown, etc..., if that floats your boat.


All times are GMT. The time now is 00:54.

vBulletin® Version 3.8.8