Active Topics

 



Notices


Reply
Thread Tools
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#1
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:

After:


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.
Attached Files
File Type: deb enablepresencedisable-1.0.0.all.deb (738 Bytes, 201 views)

Last edited by qwerty12; 2008-09-26 at 17:01.
 

The Following 7 Users Say Thank You to qwerty12 For This Useful Post:
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#2
Nope, your welcome

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.
 

The Following User Says Thank You to Khertan For This Useful Post:
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#3
Originally Posted by Khertan View Post
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
 
Posts: 551 | Thanked: 46 times | Joined on Oct 2007
#4
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's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#5
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.
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:28.