Notices


Reply
Thread Tools
hawaii's Avatar
Posts: 1,030 | Thanked: 792 times | Joined on Jun 2009
#501
The above is not directed to you.

@hqh;

Why are you disabling the Ovi repository?
 
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#502
Improvements Stupendous!

OVI disabling, why?
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#503
Originally Posted by WhiteWolf View Post
OVI disabling, why?
Presumably because the apps don't show up by default (because they're all in the hidden section) and the standard apt-get package doesn't allow installation from the Ovi repository.
 

The Following User Says Thank You to Rob1n For This Useful Post:
Posts: 388 | Thanked: 842 times | Joined on Sep 2009 @ Finland
#504
Originally Posted by hawaii View Post
Why are you disabling the Ovi repository?
You can't install packages from there with fapman/apt-get anyway, and it might conflict with other repositories witch have packages with same names (for example firefox installation might fail if Ovi repository is enabled)
 

The Following User Says Thank You to hqh For This Useful Post:
shallimus's Avatar
Posts: 568 | Thanked: 969 times | Joined on Dec 2009 @ Toronto
#505
hqh: have been using fapman for around 30 days now. Funny name (as others have noted ), but...

Fantastic work!
Your work has brought a new lease of life to my N900! Without a doubt this is my favourite N900 app.

I love fapman more than Angry Birds

I no longer dread installing/updating/removing packages/software. The built-in App Manager isn't hard to use (although it won't win any interface design prizes), it's just hard to stay awake long enough to achieve your goals with it. apt-get is great for specific surgery, but we need a GUI to get everyday stuff done.

Faster Application Manager is a massive improvement on the stock App Manager in every way I can think of. As a result I actually do maintain/prune now and my user experience is sleeker, smoother and generally more productive and more fun.

I have no bugs to report yet, and the recent interface update means I now have no interface suggestions either. Please keep developing this (probably Meego will need something similar in the future...?) I have sent you a [very small] token of my appreciation.
__________________
tinfoilhat.dll: Trojan horse detected
Sailfish want list: calendar bugfixes, glanceable agenda, Swype or similar
Evolution continues (but we're still pre-Cambrian)


Last edited by shallimus; 2010-11-10 at 17:27.
 

The Following 3 Users Say Thank You to shallimus For This Useful Post:
BluesLee's Avatar
Posts: 411 | Thanked: 1,105 times | Joined on Jan 2010 @ Europe
#506
@hqh: is there a "hidden" command which can be triggered
from the command line and updates the catalogs (fapman
cache)? i want to use it with alarmed in order to browse offline
new packages from extras-devel etc

Blues
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#507
Originally Posted by BluesLee View Post
@hqh: is there a "hidden" command which can be triggered
from the command line and updates the catalogs (fapman
cache)? i want to use it with alarmed in order to browse offline
new packages from extras-devel etc
I've set up a couple of scripts to allow working with the fapman catalogs:

/usr/local/bin/fapt-get
Code:
#!/bin/sh

apt-get -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*
/usr/local/bin/fapt-cache
Code:
#!/bin/sh

apt-cache -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*

Last edited by Rob1n; 2010-11-10 at 18:43. Reason: Corrected shebang in scripts
 

The Following 7 Users Say Thank You to Rob1n For This Useful Post:
Posts: 515 | Thanked: 266 times | Joined on Nov 2009 @ Oelsted, Denmark
#508
Originally Posted by Rob1n View Post
I've set up a couple of scripts to allow working with the fapman catalogs:

/usr/local/bin/fapt-get
Code:
#!/usr/bin/sh

apt-get -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*
/usr/local/bin/fapt-cache
Code:
apt-cache -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*
Maybe they should be included in next version of fapman...

Nice names btw...

I'm using bash so I removed the #! from fapt-get though...
__________________
Christian Wilken - tux-POWER.dk!
... May the Source be with You ...

Last edited by DrWilken; 2010-11-10 at 18:18.
 

The Following User Says Thank You to DrWilken For This Useful Post:
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#509
Originally Posted by DrWilken View Post
Maybe they should be included in next version of fapman...

Nice names btw...

I'm using bash so I removed the #! from fapt-get though...
Bah, that should have been '#!/bin/sh' for both scripts, and it doesn't matter what shell you're using.
 
Posts: 515 | Thanked: 266 times | Joined on Nov 2009 @ Oelsted, Denmark
#510
Originally Posted by Rob1n View Post
Bah, that should have been '#!/bin/sh' for both scripts, and it doesn't matter what shell you're using.
Well, /bin/sh is a symlink to /bin/busybox so if I want to use bash I can either leave it out or put #!/bin/bash in there instead...
__________________
Christian Wilken - tux-POWER.dk!
... May the Source be with You ...
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:01.