maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Faster Application Manager (Maemo5) (https://talk.maemo.org/showthread.php?t=57503)

slender 2010-12-30 20:59

Re: [Announce] Faster Application Manager (Maemo5)
 
@MohammadAG
Hmmm. Nice little tweaks to UI to make list more readable but as pixel effency freak I do not like so much on extra padding on bottom and top of list items :)

MohammadAG 2010-12-30 21:06

Re: [Announce] Faster Application Manager (Maemo5)
 
Actually, I just made it similar to Hildon's lists, you can always change this line in the patch and make the size what you want :)

return QSize(400, 70);

slender 2010-12-30 21:13

Re: [Announce] Faster Application Manager (Maemo5)
 
@MohammadAG,
Nice! One reason why I hate file-select in landscape sooooooo much :) 2-3 list items and huge amount of wasted pixels, poor user swiping his/hers finger until it hurts. But thatīs another story. thanks! IMO default maemo UI is designed in some aspects for "old people" :)

avim 2010-12-30 21:56

Re: [Announce] Faster Application Manager (Maemo5)
 
@MohammadAG, thank you for the enhancement,
How to apply this patch?

MohammadAG 2010-12-30 22:05

Re: [Announce] Faster Application Manager (Maemo5)
 
It's for hqh to apply (if he wants to that is :)), you can just replace the binary with the one above (it's in /usr/bin/fapman)

theonelaw 2011-01-01 18:21

Re: [Announce] Faster Application Manager (Maemo5)
 
Is there anyone here has considered this problem and how we
could possibly add-on to FAPman a way to do the voting
or at least make some way of showing us the apps we
have or have not voted on from extras-dev ?

from Repostories are full of garbage
Quote:

Originally Posted by fms (Post 909155)
May I humbly guess that, while K1ll3rm4n has extras-testing and extras-devel enabled on his N900, he has never bothered rating any of the apps he installs from these repositories? Given the dismal overall quality of the apps in these repos (or "garbage", as K1ll3rm4n eloquently called them), it is no wonder that he is not voting for them, don't you think?

Also, it is quite possible that the community has not made the sufficient effort to inform K1ll3rm4n of the voting mechanism that governs the app promotion from extras-testing to extras. I am sure we should all be ashamed of ourselves for not doing enough to keep K1ll3rm4n informed of the opportunities available to him at maemo.org. Right? RIGHT? RRRIGHT?

Reposted for emphasis - yes absolutely correct
I forget all the time to vote and when i remember
need to do all the same searching and digging to get back to the
proper place to actually do so.
It is not as if there is a notice floating around in my browser
or the n900 itself to remind us 'did you vote on this app you just installed?'
I imagine there are others who spend hours or days looking into
various works
before committing to vote, and by then have forgotten all about it.
And I would bet there are a majority of people here who have never
even heard about how important the voting is...

The system is not broken but it sure needs some improvements.

We need some kind of voting system in place that
is accessible
in an application manager perhaps?
This would help keep votes relevant to what we actually use maybe.[/QUOTE]

joppu 2011-01-02 23:05

Re: [Announce] Faster Application Manager (Maemo5)
 
Some new icons to implement (along with the list hildonization of the list) for the next version if you please :)
http://i.solidfiles.net/bb64.png
http://joppu.22.fi/icons.zip

hqh 2011-01-03 16:55

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by MohammadAG (Post 907915)
It's for hqh to apply (if he wants to that is :))

Will apply. BTW, have you (or anyone) tried how it looks like with different themes? :)

Quote:

Originally Posted by joppu (Post 910100)
Some new icons to implement (along with the list hildonization of the list) for the next version if you please :)

Thanks. Could you also make a replacement for the two icons which are shown when searching (and maybe the blacklist icon if you feel like it)? :)

joppu 2011-01-03 20:48

Re: [Announce] Faster Application Manager (Maemo5)
 
http://joppu.22.fi/more.zip

MohammadAG 2011-01-03 22:29

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by hqh (Post 910713)
Will apply. BTW, have you (or anyone) tried how it looks like with different themes? :)

It should look the same as any hildon list :)

BTW, you might want to consider adding this to the top of the delegate's paint() function, I needed it in the mediaplayer to show which item is selected and it uses the current theme image (/etc/hildon/theme is a symlink to /usr/share/themes/$themeapplied, not sure what creates it, probably personalization_app).

Code:

        if(option.state & QStyle::State_Selected)
        {
            r = option.rect;
#ifdef Q_WS_MAEMO_5
            painter->drawImage(r, QImage("/etc/hildon/theme/images/TouchListBackgroundPressed.png"));
#else
            painter->fillRect(r, option.palette.highlight().color());
#endif
        }


hqh 2011-01-09 12:45

Re: [Announce] Faster Application Manager (Maemo5)
 
The new icons and other UI tweaks are now included in 0.7 which is in -devel. Also:
* prompt for filename when storing/loading selections
* ability to save all installed user-category packages as selections
* added command line helper scripts (fapt-get, fapt-cache)

Quote:

Originally Posted by MohammadAG (Post 911028)
BTW, you might want to consider adding this to the top of the delegate's paint() function, I needed it in the mediaplayer to show which item is selected and it uses the current theme image

I added the code there, but commented it out because it does nothing at the moment anyway (the listview has NoSelection mode).

F2thaK 2011-01-10 07:38

Re: [Announce] Faster Application Manager (Maemo5)
 
*ooooh an update*

love the new icon, buttons, layout!

thanks yet again hqh!


only thing it needs is to centre main screen icons vertically (install, remove, upgrade, etc)

Mentalist Traceur 2011-01-10 07:44

Re: [Announce] Faster Application Manager (Maemo5)
 
The only thing I don't like about the change is the blacklist icon. I liked it darker.

Also, something I would love to see (unless there's some setting I'm missing that makes Hildon's menu not cut off the names of things): The name in the .desktop file to be changed to "F. App. Manager" instead of "Faster Application Manager". As is, I just manually edit it after every update, but it's far better than getting "Faster Applica" or whatever it cuts off at, exactly.

Beyond that, I personally like the icons (other than the blacklist one - which I don't dislike, just liked previous one a bit better); perhaps you can look into making FApMan use customizable icon themes/sets, like FileBox does? That can be changed in the settings? I am always a fan of giving a user as much choice as possible, even if I personally couldn't care less about having that choice, at least if it's not too hard/time-consuming to implement in the code.

Swimm12984 2011-01-13 02:29

Re: [Announce] Faster Application Manager (Maemo5)
 
Can the maintainer address this by any chance?
Quote:

Originally Posted by artishox (Post 887166)
Is there a way to changee default app for file type?
Thing I want to do is make aaa.install file to be installed using fast app manager not default app manager

http://talk.maemo.org/showthread.php?t=66443

Wikiwide 2011-01-13 13:05

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by Swimm12984 (Post 919218)
Can the maintainer address this by any chance?

http://talk.maemo.org/showthread.php?t=66443

I have managed to make FAM the default instead of HAM, the problem is, that FAM doesn't notice the files passed to him, doesn't try to install the deb. Just opens and does nothing.

rantom 2011-01-17 18:58

Re: [Announce] Faster Application Manager (Maemo5)
 
Minor bump. I've searched this thread and apparently, the fapman can't refresh icons. The old command (gtk-update-icon-cache -f /usr/share/icons/hicolor) doesn't work anymore. The only way, that I found, to refresh icons is to reinstall software in HAM and then the icons do get refreshed.

Any possible fix coming to this? Should I report a bug in bugzilla?

MohammadAG 2011-01-17 19:53

Re: [Announce] Faster Application Manager (Maemo5)
 
That script was disabled in PR1.1 (IIRC)
It's simply an empty script now.
Code:

Nokia-N900:~# cat /usr/bin/gtk-update-icon-cache
#!/bin/sh -e
Nokia-N900:~#


rantom 2011-01-17 20:38

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by MohammadAG (Post 922549)
That script was disabled in PR1.1 (IIRC)
It's simply an empty script now.
Code:

Nokia-N900:~# cat /usr/bin/gtk-update-icon-cache
#!/bin/sh -e
Nokia-N900:~#


Yes, I'm aware of that. Thanks though confirming, that it really is out of the question. :) What I tried to ask, was, that is there any alternative way to refresh the icons, other than reinstalling one software in the HAM? I've yet to find another way.

And I forgot, there's no entry for this app in bugzilla, it's in garage.

ndi 2011-01-17 23:30

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by rantom (Post 922501)
Any possible fix coming to this? Should I report a bug in bugzilla?

You must be new. Welcome to the forums. :)

Enough trolling. My icon cache refreshes after a while. I use desktop activity manager (kills hildon), ApMeFo and who knows what else. Maybe one of those does the trick?

OTOH, with this damned reboot issue I was having one never knows if it didn't just reboot.

Wikiwide 2011-01-18 00:17

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by rantom (Post 922583)
Is there any alternative way to refresh the icons, other than reinstalling one software in the HAM?

In X Terminal
Not as root
killall hildon-desktop

hildon-desktop will restart itself, and the menu will have all icons refreshed

rantom 2011-01-18 08:33

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by ndi (Post 922690)
You must be new. Welcome to the forums. :)

Enough trolling. My icon cache refreshes after a while. I use desktop activity manager (kills hildon), ApMeFo and who knows what else. Maybe one of those does the trick?

OTOH, with this damned reboot issue I was having one never knows if it didn't just reboot.

Well I've been here over a year already so. :) But in coding-sense, yes, I'm new.

Quote:

Originally Posted by Wikiwide (Post 922713)
In X Terminal
Not as root
killall hildon-desktop

hildon-desktop will restart itself, and the menu will have all icons refreshed

Yes, that might work, though there's then the risk, that widgets will be erased from the desktop, has happened to me earlier. dsmetool -k & -t are recommended to be used, as user, since it shouldn't lead to removal of widgets. That should be done as user, not as root, as well. I've tried to the dsmetool as well though, no dice.

Well, I guess it can't be solved, for now, so I'll leave it there. Thanks anyways for the replies.

ndi 2011-01-18 10:44

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by rantom (Post 922866)
Well I've been here over a year already so. :) But in coding-sense, yes, I'm new.

It was a joke. Only a few here hope for any bugs to be fixed and released, and most are new. I visit bugzilla like I do wikipedia, to document on known bugs.

MohammadAG 2011-01-18 11:36

Re: [Announce] Faster Application Manager (Maemo5)
 
Killing hildon-desktop does not touch widgets at all, those are part of hildon-home, the only "risk" is that rotation won't work properly till you reboot, and I found a workaround for that, basically, sleep 10; killall hildon-desktop, in the 10 seconds, switch to a portrait app so the desktop is killed while in portrait mode.

rantom 2011-01-18 13:05

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by ndi (Post 922920)
It was a joke. Only a few here hope for any bugs to be fixed and released, and most are new. I visit bugzilla like I do wikipedia, to document on known bugs.

Ah, I see. Thanks for clarification (imo : jokes don't work on the internetz ;)).

Quote:

Originally Posted by MohammadAG (Post 922944)
Killing hildon-desktop does not touch widgets at all, those are part of hildon-home, the only "risk" is that rotation won't work properly till you reboot, and I found a workaround for that, basically, sleep 10; killall hildon-desktop, in the 10 seconds, switch to a portrait app so the desktop is killed while in portrait mode.

Hmm. I always thought, that -desktop was responsible for the widgets. I might've also confused it to the DrLaunch, which, AFAIK, does use -desktop, and it's contents were erased when using that method. I think it's fixed now with dsmetool.

Anyways, I thank you all again for the advices you've given, I'll try to remember those from now and put them in use, if I can. Thanks, again. :)

sony123 2011-01-24 07:11

Re: [Announce] Faster Application Manager (Maemo5)
 
Have a beer ; )

D4rKlar 2011-01-25 23:07

Re: [Announce] Faster Application Manager (Maemo5)
 
Hello mate, thanks for the great app! :)

Just a quick question, where are the icons for the app installed?

Kind Regards,
D4rKlar

hqh 2011-01-30 10:51

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by Wikiwide (Post 919483)
I have managed to make FAM the default instead of HAM, the problem is, that FAM doesn't notice the files passed to him, doesn't try to install the deb. Just opens and does nothing.

That is to be expected, since there is no support for loading .install files at the moment. Some preliminary support exists in the latest sources, but it's incomplete. Patches welcome.

Quote:

Originally Posted by rantom (Post 922583)
What I tried to ask, was, that is there any alternative way to refresh the icons, other than reinstalling one software in the HAM? I've yet to find another way.

I have included a MainWindow::GdkEventIconThemeReload() function in FAM (code taken from HAM) but it did not work (at least not reliably) and it is not used at the moment. Patches welcome :)

Quote:

Originally Posted by D4rKlar (Post 928593)
Just a quick question, where are the icons for the app installed?

They are inside the program binary (qt resource system).

Kenny1001 2011-01-30 10:52

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by D4rKlar (Post 928593)
Just a quick question, where are the icons for the app installed?

Kind Regards,
D4rKlar

Thah!

characters

eme 2011-02-02 06:14

Re: [Announce] Faster Application Manager (Maemo5)
 
hi

i had an bug since two days, cant update anymore ?

Can somebody help?

thanks

LOG:

Quote:

Hit https://downloads.maemo.nokia.com ./ Release
Get:1 http://moff.mozilla.com fremantle Release.gpg [189B]
Ign http://moff.mozilla.com fremantle/release Translation-de
Get:2 http://moff.mozilla.com chinook Release.gpg [189B]
Ign http://moff.mozilla.com chinook/release Translation-de
Ign http://deb.opera.com fremantle-1.3 Release.gpg
Ign http://deb.opera.com fremantle-1.3/non-free Translation-de
Ign http://repository.sygic.com fremantle Release.gpg
Ign http://repository.sygic.com fremantle/non-free Translation-de
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Ign http://download.videolan.org fremantle Release.gpg
Ign http://download.videolan.org fremantle/free Translation-de
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Hit http://repository.maemo.org fremantle Release.gpg
Ign http://repository.maemo.org fremantle/free Translation-de
Ign http://repository.maemo.org fremantle/non-free Translation-de
Hit http://repository.maemo.org fremantle-1.3 Release
Hit http://repository.maemo.org fremantle Release
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Ign http://www.joikushop.com Release
Hit http://repository.maemo.org fremantle Release
Hit http://moff.mozilla.com fremantle Release
Hit http://moff.mozilla.com chinook Release
Hit http://deb.opera.com fremantle-1.3 Release
Ign http://repository.sygic.com fremantle Release
Hit http://download.videolan.org fremantle Release
Hit http://repository.maemo.org fremantle Release
Ign http://repository.maemo.org fremantle-1.3/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle-1.3/non-free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Ign http://www.joikushop.com Packages/DiffIndex
Ign http://repository.maemo.org fremantle/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Get:3 http://moff.mozilla.com fremantle Release [773B]
Get:4 http://moff.mozilla.com chinook Release [759B]
Ign http://moff.mozilla.com fremantle Release
Ign http://moff.mozilla.com chinook Release
Ign http://deb.opera.com fremantle-1.3/non-free Packages/DiffIndex
Ign http://repository.sygic.com fremantle/non-free Packages/DiffIndex
Ign http://download.videolan.org fremantle/free Packages/DiffIndex
Hit http://repository.maemo.org fremantle-1.3/free Packages
Hit http://repository.maemo.org fremantle-1.3/non-free Packages
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Ign http://repository.maemo.org fremantle/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Hit http://www.joikushop.com Packages
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Ign http://moff.mozilla.com fremantle/release Packages/DiffIndex
Ign http://moff.mozilla.com chinook/release Packages/DiffIndex
Hit http://deb.opera.com fremantle-1.3/non-free Packages
Hit http://repository.sygic.com fremantle/non-free Packages
Hit http://download.videolan.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Hit http://moff.mozilla.com fremantle/release Packages
Hit http://moff.mozilla.com chinook/release Packages
Fetched 1910B in 10s (182B/s)
Reading package lists...
W: GPG error: http://moff.mozilla.com fremantle Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 667387BFFF445C24
W: GPG error: http://moff.mozilla.com chinook Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 667387BFFF445C24
W: You may want to run apt-get update to correct these problems
--- 2011-02-02 07:09:40 ---
Start reading package lists
--- 2011-02-02 07:09:46 ---
Finished reading package lists
--- 2011-02-02 07:09:46 ---
Start fetching package dates
--- 2011-02-02 07:09:47 ---
need to fetch date for 2 packages
--- 2011-02-02 07:09:50 ---
sent 2 requests, received 2 replies with 0 errors
--- 2011-02-02 07:09:50 ---
Finished fetching package dates
--- 2011-02-02 07:09:57 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install radiotimetogo fennec
--- 2011-02-02 07:10:00 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libqtm-serviceframework libqt4-declarative libqtm-publishsubscribe
dsme-thermalobject-surface libqtm-versit
Hmm, seems like the AutoRemover destroyed something which really
shouldn't happen. Please file a bug report against apt.

The following information may help to resolve the situation:

The following packages have unmet dependencies:
qtm-maemo-metapackage: Depends: libqtm-publishsubscribe (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-serviceframework (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-versit (>= 1:1.0.2-maemo1) but it is not going to be installed
E: Internal Error, AutoRemover broke stuff


Rob1n 2011-02-02 09:08

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by eme (Post 933903)
i had an bug since two days, cant update anymore ?

Can somebody help?

You need to disable the auto-remover in the fapman options. This is as a result of the CSSU - there's a bug raised against it already, so hopefully it'll get fixed in the next update.

StocChr 2011-02-06 08:29

Re: [Announce] Faster Application Manager (Maemo5)
 
hi,

is auto searching for updates like the HAM do in the latest version integrated?

cheers

cloudstrife1ph 2011-02-06 22:06

Re: [Announce] Faster Application Manager (Maemo5)
 
i'm having a problem with this app. everytime i try to install or uninstall something, i always get an error. but even though it says error, it still do its job. apps still get installed or uninstalled regardless that this app says it's unsuccessful or an error occured...

i tried removing and reinstalling it but it's still doing that.

Tiboric 2011-02-06 22:22

Re: [Announce] Faster Application Manager (Maemo5)
 
what's the error?

cloudstrife1ph 2011-02-08 00:25

Re: [Announce] Faster Application Manager (Maemo5)
 
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Get:9 http://repository.maemo.org fremantle Release
Hit https://downloads.maemo.nokia.com ./ Packages
Hit http://moff.mozilla.com fremantle Release
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Hit http://deb.opera.com fremantle-1.3 Release
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Hit https://downloads.maemo.nokia.com ./ Packages
Get:10 https://downloads.maemo.nokia.com ./ Packages [673kB]
Ign http://www.joikushop.com Release
Hit http://download.videolan.org fremantle Release
Ign http://repository.maemo.org fremantle-1.3/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle-1.3/non-free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Get:11 http://moff.mozilla.com fremantle Release [773B]
Ign http://moff.mozilla.com fremantle Release
Ign http://deb.opera.com fremantle-1.3/non-free Packages/DiffIndex
Ign http://www.joikushop.com Packages/DiffIndex
Ign http://download.videolan.org fremantle/free Packages/DiffIndex
Get:12 http://repository.maemo.org fremantle-1.3/free Packages [2352kB]
Get:13 http://repository.maemo.org fremantle-1.3/non-free Packages [67.5kB]
Get:14 http://repository.maemo.org fremantle/free Packages [6898kB]
Get:15 http://repository.maemo.org fremantle/non-free Packages [214kB]
Get:16 http://repository.maemo.org fremantle/free Packages [3126kB]
Get:17 http://repository.maemo.org fremantle/non-free Packages [86.5kB]
Ign http://moff.mozilla.com fremantle/release Packages/DiffIndex
Hit http://deb.opera.com fremantle-1.3/non-free Packages
Hit http://www.joikushop.com Packages
Hit http://download.videolan.org fremantle/free Packages
Hit http://moff.mozilla.com fremantle/release Packages
Fetched 13.4MB in 3min19s (67.6kB/s)
Reading package lists...
W: GPG error: http://moff.mozilla.com fremantle Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 667387BFFF445C24
W: You may want to run apt-get update to correct these problems
--- 2011-02-07 16:20:12 ---
Start reading package lists
--- 2011-02-07 16:20:25 ---
Finished reading package lists
--- 2011-02-07 16:20:25 ---
Start fetching package dates
--- 2011-02-07 16:20:25 ---
need to fetch date for 28 packages
--- 2011-02-07 16:20:35 ---
sent 28 requests, received 28 replies with 0 errors
--- 2011-02-07 16:20:35 ---
Finished fetching package dates
--- 2011-02-07 16:22:43 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install bleach
--- 2011-02-07 16:22:50 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
bleach
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
2 not fully installed or removed.
Inst bleach (0.1 Extras-devel:2.0/fremantle)
Conf account-plugin-salut (0.10 Extras-devel:2.0/fremantle)
Conf telepathy-extras (0.10 Extras-devel:2.0/fremantle)
Conf bleach (0.1 Extras-devel:2.0/fremantle)

--- 2011-02-07 16:22:53 ---
/usr/bin/apt-get -qy --allow-unauthenticated -o DPkg::options::=--force-confnew -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install bleach
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
bleach
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
2 not fully installed or removed.
Need to get 5204B of archives.
After this operation, 45.1kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
bleach
Authentication warning overridden.
Get:1 http://repository.maemo.org fremantle/free bleach 0.1 [5204B]
Fetched 5204B in 3s (1587B/s)
Selecting previously deselected package bleach.
(Reading database ... 38395 files and directories currently installed.)
Unpacking bleach (from .../archives/bleach_0.1_all.deb) ...
Setting up account-plugin-salut (0.10) ...
/var/lib/dpkg/info/account-plugin-salut.postinst: line 6: /etc/init.d/avahi-daemon: not found
dpkg: error processing account-plugin-salut (--configure):
subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of telepathy-extras:
telepathy-extras depends on account-plugin-salut; however:
Package account-plugin-salut is not configured yet.
dpkg: error processing telepathy-extras (--configure):
dependency problems - leaving unconfigured
Setting up bleach (0.1) ...
Errors were encountered while processing:
account-plugin-salut
telepathy-extras
E: Sub-process /usr/bin/dpkg returned an error code (1)

cloudstrife1ph 2011-02-08 00:27

Re: [Announce] Faster Application Manager (Maemo5)
 
--- 2011-02-07 16:26:46 ---
Start reading package lists
--- 2011-02-07 16:26:46 ---
Finished reading package lists
--- 2011-02-07 16:26:46 ---
Start fetching package dates
--- 2011-02-07 16:26:46 ---
No need to fetch dates
--- 2011-02-07 16:26:55 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install bleach-
--- 2011-02-07 16:27:11 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
bleach
0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
2 not fully installed or removed.
Remv bleach [0.1]
Conf account-plugin-salut (0.10 Extras-devel:2.0/fremantle)
Conf telepathy-extras (0.10 Extras-devel:2.0/fremantle)

--- 2011-02-07 16:27:14 ---
/usr/bin/apt-get -qy --allow-unauthenticated -o DPkg::options::=--force-confnew -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install bleach-
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
bleach
0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
2 not fully installed or removed.
After this operation, 45.1kB disk space will be freed.
(Reading database ... 38400 files and directories currently installed.)
Removing bleach ...
Setting up account-plugin-salut (0.10) ...
/var/lib/dpkg/info/account-plugin-salut.postinst: line 6: /etc/init.d/avahi-daemon: not found
dpkg: error processing account-plugin-salut (--configure):
subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of telepathy-extras:
telepathy-extras depends on account-plugin-salut; however:
Package account-plugin-salut is not configured yet.
dpkg: error processing telepathy-extras (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
account-plugin-salut
telepathy-extras
E: Sub-process /usr/bin/dpkg returned an error code (1)

Rob1n 2011-02-08 08:48

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by cloudstrife1ph (Post 938557)
Setting up account-plugin-salut (0.10) ...
/var/lib/dpkg/info/account-plugin-salut.postinst: line 6: /etc/init.d/avahi-daemon: not found
dpkg: error processing account-plugin-salut (--configure):
subprocess post-installation script returned error exit status 127

There's your issue - see http://talk.maemo.org/showpost.php?p=653761&postcount=4

cloudstrife1ph 2011-02-09 06:37

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by Rob1n (Post 938737)

what do i need to do?

i tried to copy/paste in in the x-terminal but "nothing found"

Rob1n 2011-02-09 08:58

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by cloudstrife1ph (Post 939675)
what do i need to do?

i tried to copy/paste in in the x-terminal but "nothing found"

You need to edit the file. Install leafpad and rootsh first, then run (in X Terminal):
Code:

root
leafpad /var/lib/dpkg/info/account-plugin-salut.postinst

Then add the '#' to the start of the avahi-daemon line, save the file and close leafpad.

StocChr 2011-02-09 09:15

Re: [Announce] Faster Application Manager (Maemo5)
 
hi,

is this also a fix for my error:

Quote:

Some of your packages have unmet depencies which could not be fixed.
i know the problem: mymenu with the cssu update

Quote:

The following packages have unmet depencies:
mymenu: Depends: mp-fremantle-generic-pr ( >= 2.2009.51-1 ) but it is not going to be installed
mymenu works fine and i don't won't to uninstall it

btw. is auto searching for updates like the HAM do in the latest version integrated?

cheers

Rob1n 2011-02-09 10:46

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by StocChr (Post 939759)
hi,

is this also a fix for my error:
Code:

Some of your packages have unmet depencies which could not be fixed.
i know the problem: mymenu with the cssu update
Code:

The following packages have unmet depencies:
mymenu: Depends: mp-fremantle-generic-pr ( >= 2.2009.51-1 ) but it is not going to be installed

mymenu works fine and i don't won't to uninstall it

Looks like the latest version of mymenu is broken by design - requiring the mp-fremantle-generic-pr package means it will fail to install on any phones running a regional variant, as well as those running the CSSU. I'd recommend contacting the author about that. In the meantime, if you want to install the CSSU then you'll need to install an older version of mymenu (I've no idea what the changes are as the author doesn't look to include any changelogs in the package metadata):
Code:

root
apt-get install mymenu=0.4.4-3

Quote:

Originally Posted by StocChr (Post 939759)
btw. is auto searching for updates like the HAM do in the latest version integrated?

No, there's no auto-update notification in fapman.


All times are GMT. The time now is 09:59.

vBulletin® Version 3.8.8