Author Topic: Icon Missing After Installing  (Read 6686 times)

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
Icon Missing After Installing
« Reply #15 on: May 17, 2007, 04:50:52 pm »
Quote
Jon_J, thank you.  That thread is a wealth of information which I will want to add to the IPK documentation I am writing, as soon as I can digest it all.
Here are some functions that I find useful, I have these in my .bashrc file:

Code: [Select]
function listpkg
{
# list all the installed packages
# usage: listpkg

    list1=`ipkg-link list /`
    # change the '/mnt/hd/install' to whatever other install locations you use
    list2=`ipkg-link list /mnt/hd/install`
    echo "$list1 $list2" | grep -F -v '*' | sort | less
}

function filepkg
{
# list files in installed package
# usage: filepkg

    if [ -f "/usr/lib/ipkg/info/$1.list" ]; then
        less "/usr/lib/ipkg/info/$1.list"
    # change the '/mnt/hd/install' to whatever other install locations you use
    elif [ -f "/mnt/hd/install/usr/lib/ipkg/info/$1.list" ]; then
        less "/mnt/hd/install/usr/lib/ipkg/info/$1.list"
    fi
}

function fileipk
{
# list files in ipk
# usage: fileipk

    if [ -z $1 ]; then
        echo "Usage: $0 "
    else
        tar zxf $1 -O ./data.tar.gz | tar zt
    fi
}

listpkg simply lists the installed packages
filepkg lists the installed by a particular package, it takes 1 argument - the package name - as given  by listpkg.
NB you will have to modify the above so that they'll look in the correct places for your installed packages. Perhaps one day I'll make them smarter and have them parse /etc/ipkg.conf for the info.
fileipk given a "packge.ipk" as argument will display what files will be installed by that ipk.
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

sdjf

  • Sr. Member
  • ****
  • Posts: 447
    • View Profile
    • http://www.sdjf.wordpress.com and http://www.sdjf.esmartdesign.com
Icon Missing After Installing
« Reply #16 on: May 17, 2007, 07:33:28 pm »
Thanks! How come in .bashrc instead of in a script or function library?

The display on my Z is a bit wierd so I'll wget this page when I have more time to study it better.  Super busy right now, don't have time to test the stuff for at least a few days.

thanks again,
sdjf
http://www.sdjf.esmartdesign.com
http://www.sdjf.wordpress.com
-----------------
sl5500 running Sharp ROM 2.38 (dead batteries)
sl6000L running Sharp ROM 1.12 (still working)
Opera 7.25 and 7.30
Socket CF 56k modem
3Com USB Ethernet Adapter
Toshiba, Lexar and Kingston SD cards
Lexar, Kingston and Transcend CF cards

wlaw

  • Newbie
  • *
  • Posts: 27
    • View Profile
Icon Missing After Installing
« Reply #17 on: May 21, 2007, 03:05:28 am »
Quote
Meanwhile, if the icons don't appear, you should be able to start the kdepim apps from the command line, for korganizer, it would be:

bash-2.05# korganizer &


sdjf
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161545\"][{POST_SNAPBACK}][/a][/div]

I tried to type

"korganizer &"

but it still doesn't run. What can I do ?
I am a newbie on Zaurus C3100. I am a newbie in Linux too ! Please help ! Thank you !
Equipment
Sharp Zaurus running pdaXrom beta 3
1G SD card
Netgear MA701 CF wifi card

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Icon Missing After Installing
« Reply #18 on: May 21, 2007, 04:38:21 am »
Quote
Quote

Meanwhile, if the icons don't appear, you should be able to start the kdepim apps from the command line, for korganizer, it would be:

bash-2.05# korganizer &


sdjf
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161545\"][{POST_SNAPBACK}][/a][/div]

I tried to type

"korganizer &"

but it still doesn't run. What can I do ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161765\"][{POST_SNAPBACK}][/a][/div]

are you sure you installed the pdax-version of kdepimpi ?

The command for korganizer is : "kopi &"
The command for kaddressbook is : "kapi &"

Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

sdjf

  • Sr. Member
  • ****
  • Posts: 447
    • View Profile
    • http://www.sdjf.wordpress.com and http://www.sdjf.esmartdesign.com
Icon Missing After Installing
« Reply #19 on: May 21, 2007, 05:14:34 am »
Quote
I tried to type "korganizer &" but it still doesn't run. What can I do ?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Chero's question about the version was excellent.  Please post the exact name of the IPK you installed and the URL where you installed it from.

Second, please try starting it from the command line using "kopi &" and/or "kapi &".

If it still doesn't start, please copy everything that appears in your console here so we can see if there are any important clues in that output.

Also, it would be helpful to also see if there is enough memory for your Zaurus to run it.   Just in case it might be an issue, enter "free" and also post the results of that command.

There are more things to try, but I don't want to make more suggestions until seeing results of the above suggestions.

Do you have the "lsof" command on your zaurus?  You can download it from [a href=\"https://www.oesf.org/forums/index.php?showtopic=18415&view=findpost&p=160227]https://www.oesf.org/forums/index.php?showt...ndpost&p=160227[/url]

My discussion of lsof (which could help with finding where to put missing icons) is at http://www.sdjf.esmartdesign.com/commands/lsof.html

sdjf
http://www.sdjf.esmartdesign.com
http://www.sdjf.wordpress.com
-----------------
sl5500 running Sharp ROM 2.38 (dead batteries)
sl6000L running Sharp ROM 1.12 (still working)
Opera 7.25 and 7.30
Socket CF 56k modem
3Com USB Ethernet Adapter
Toshiba, Lexar and Kingston SD cards
Lexar, Kingston and Transcend CF cards

wlaw

  • Newbie
  • *
  • Posts: 27
    • View Profile
Icon Missing After Installing
« Reply #20 on: May 21, 2007, 09:38:58 am »
Quote
are you sure you installed the pdax-version of kdepimpi ?

The command for korganizer is : "kopi &"
The command for kaddressbook is : "kapi &"

Chero.

I got

bash:kopi:command not found

bash:kapi:command not found

in both cases !

What's wrong ?
I am a newbie on Zaurus C3100. I am a newbie in Linux too ! Please help ! Thank you !
Equipment
Sharp Zaurus running pdaXrom beta 3
1G SD card
Netgear MA701 CF wifi card

wlaw

  • Newbie
  • *
  • Posts: 27
    • View Profile
Icon Missing After Installing
« Reply #21 on: May 21, 2007, 09:50:21 am »
Quote
Chero's question about the version was excellent.  Please post the exact name of the IPK you installed and the URL where you installed it from.

I download the file kdepim_2.2.7_for_SharpRom.ipk.zip  

from the page http://sourceforge.net/project/showfiles.php?group_id=104103

Is it correct ?
I am a newbie on Zaurus C3100. I am a newbie in Linux too ! Please help ! Thank you !
Equipment
Sharp Zaurus running pdaXrom beta 3
1G SD card
Netgear MA701 CF wifi card

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Icon Missing After Installing
« Reply #22 on: May 21, 2007, 11:06:13 am »
Quote
Quote
Chero's question about the version was excellent.  Please post the exact name of the IPK you installed and the URL where you installed it from.

I download the file kdepim_2.2.7_for_SharpRom.ipk.zip  

from the page http://sourceforge.net/project/showfiles.php?group_id=104103

Is it correct ?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

No. It says "_for_SharpRom" (pdaXrom is not a Sharp Rom).

Check the package from this feed : [a href=\"http://matrixmen.free.fr/zaurus/pdaxrom/oesf/feed/]http://matrixmen.free.fr/zaurus/pdaxrom/oesf/feed/[/url]

tip : packages for pdaXrom should all end on "_armv5tel.ipk"

Chero.
« Last Edit: May 21, 2007, 11:14:48 am by Chero »
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.