maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [ANNOUNCE] Catorise PLUS - create your menu like you want (https://talk.maemo.org/showthread.php?t=73443)

unexpected 2012-07-16 17:45

Re: [ANNOUNCE] Catorise PLUS - create your menu like you want
 
Quote:

Originally Posted by Jaffa (Post 1238247)
Apparently some firmwares don't have perl-modules installed by default. Since I thought they did, Catorise doesn't depend on it.

So, if you install it manually you should be good to go.

Alternatively, apt-get install catorise in X Terminal should give you more info.

thanx man for the reply.i tried to install it manually but it gives:

Nokia-N900:~# apt-get install catorise
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
catorise
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 10.4kB of archives.
After this operation, 156kB of additional disk space will be used.
Get:1 http://repository.maemo.org fremantle-1.3/free catorise 0.8.2 [10.4kB]
Fetched 10.4kB in 0s (20.2kB/s)
Selecting previously deselected package catorise.
(Reading database ... 31444 files and directories currently installed.)
Unpacking catorise (from .../catorise_0.8.2_all.deb) ...
Setting up catorise (0.8.2) ...
Can't locate Locale/gettext.pm in @INC (@INC contains: /opt/catorise/lib /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /opt/catorise/catorise line 12.
BEGIN failed--compilation aborted at /opt/catorise/catorise line 12.
dpkg: error processing catorise (--configure):
subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
catorise
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#

Jaffa 2012-07-16 17:46

Re: [ANNOUNCE] Catorise PLUS - create your menu like you want
 
apt-get install perl-modules will fix that.

unexpected 2012-07-16 19:06

Re: [ANNOUNCE] Catorise PLUS - create your menu like you want
 
Quote:

Originally Posted by Jaffa (Post 1238323)
apt-get install perl-modules will fix that.

tried

Nokia-N900:~# apt-get install perl-modules
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
perl
Suggested packages:
perl-doc libterm-readline-perl-perl
The following NEW packages will be installed:
perl perl-modules
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
Need to get 5294kB of archives.
After this operation, 21.7MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 https://downloads.maemo.nokia.com ./ perl-modules 5.8.3-3osso13+0m5 [2184kB]
Get:2 https://downloads.maemo.nokia.com ./ perl 5.8.3-3osso13+0m5 [3109kB]
Fetched 5294kB in 20s (259kB/s)
Selecting previously deselected package perl-modules.
(Reading database ... 31481 files and directories currently installed.)
Unpacking perl-modules (from .../perl-modules_5.8.3-3osso13+0m5_all.deb) ...
Selecting previously deselected package perl.
Unpacking perl (from .../perl_5.8.3-3osso13+0m5_armel.deb) ...
Setting up catorise (0.8.2) ...
Can't locate Locale/gettext.pm in @INC (@INC contains: /opt/catorise/lib /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /opt/catorise/catorise line 12.
BEGIN failed--compilation aborted at /opt/catorise/catorise line 12.
dpkg: error processing catorise (--configure):
subprocess post-installation script returned error exit status 2
Setting up perl-modules (5.8.3-3osso13+0m5) ...
Setting up perl (5.8.3-3osso13+0m5) ...
Errors were encountered while processing:
catorise
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#


is it ok?

sifo 2012-07-19 19:19

Re: [ANNOUNCE] Catorise PLUS - create your menu like you want
 
try installing catoriseplus it might be different after enabling extras-devel repo ( at your own risk !!! )
Code:

sudo gainroot
apt-get install catoriseplus

Good luck

unexpected 2012-07-19 22:15

Re: [ANNOUNCE] Catorise PLUS - create your menu like you want
 
Nothing worked :(
still giving the same error :(
any thing else that may work?

woody14619 2012-07-19 22:41

Re: [ANNOUNCE] Catorise PLUS - create your menu like you want
 
Quote:

Originally Posted by unexpected (Post 1238388)
Unpacking perl (from .../perl_5.8.3-3osso13+0m5_armel.deb) ...
Setting up catorise (0.8.2) ...
Can't locate Locale/gettext.pm in @INC (@INC contains: /opt/catorise/lib /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /opt/catorise/catorise line 12.
BEGIN failed--compilation aborted at /opt/catorise/catorise line 12.
dpkg: error processing catorise (--configure):
subprocess post-installation script returned error exit status 2
Setting up perl-modules (5.8.3-3osso13+0m5) ...
Setting up perl (5.8.3-3osso13+0m5) ...
Errors were encountered while processing:
catorise

Try doing the install for catorise again now. The issue is that the modules needed were not installed. Since it tired to do the setup for catorise before the setup for the modules, it was still absent. One more run with the command like should fix it.

Edit: My bad.

dpkg -S gettext.pm reports the file you seek comes from the package liblocale-gettext-perl. Try installing that...

To be clear:
Code:

apt-get install liblocale-gettext-perl catorise

unexpected 2012-07-19 22:47

Re: [ANNOUNCE] Catorise PLUS - create your menu like you want
 
Quote:

Originally Posted by woody14619 (Post 1240019)
Try doing the install for catorise again now. The issue is that the modules needed were not installed. Since it tired to do the setup for catorise before the setup for the modules, it was still absent. One more run with the command like should fix it.

thanx for the reply.
Which command are talking about :confused:

unexpected 2012-07-19 23:09

Re: [ANNOUNCE] Catorise PLUS - create your menu like you want
 
Quote:

Originally Posted by woody14619 (Post 1240019)
Try doing the install for catorise again now. The issue is that the modules needed were not installed. Since it tired to do the setup for catorise before the setup for the modules, it was still absent. One more run with the command like should fix it.

Edit: My bad.

dpkg -S gettext.pm reports the file you seek comes from the package liblocale-gettext-perl. Try installing that...

To be clear:
Code:

apt-get install liblocale-gettext-perl catorise

What have you done man???
my N900 is totally erased...:confused:

Just joking ;) (dont mind)
Amazing man that worked.Thank you very much for the help:)
You are a legend :)

dy1ng 2012-07-27 23:59

Re: [ANNOUNCE] Catorise PLUS - create your menu like you want
 
1 Attachment(s)
guys, need some help here

i'm using a bnw wallpaper on my n900
i'm not using blur if the menu appears, so the carorise's white icons/text labels in some places on the picture, not visible

i want to add some black shadow to the menu icons and labels

is this possible?
and how?

romanianusa 2012-10-27 21:53

Re: [ANNOUNCE] Catorise PLUS - create your menu like you want
 
How do you arrange or sort categories? For example, sort category by alphabetical order or just customize yourself.


All times are GMT. The time now is 11:16.

vBulletin® Version 3.8.8