Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - rsay

Pages: [1]
1
Zaurus - pdaXrom / How Do I Remove Extra App Launcher?
« on: February 01, 2006, 02:09:03 pm »
I accidentally placed a second app launcher in the system tray by clicking Utilities>panel>App Launcher and I don't know how to get rid of it.  

I was able to get rid of the unwanted xvkbd icon by removing mb-launcher-xvkb.desktop and xvkbd.desktop files from /usr/share/applications but removing mb-applet-menu-launcher.desktop from the same directory doesn't remove the extra app launcher icon.

2
Zaurus - pdaXrom / Kdepimpi For Rc12 On 3100
« on: November 28, 2005, 07:33:17 pm »
Does someone have a version of kdepimpi that works on RC12 with a 3100?

I had version 2.2.3 working on rc12 test but I can't seem to get it going again. More specifically, kopi and pwmanager work fine but kapi gives an error message about not being able to find libmicrokabc_qtopia.so and libmicrokabc_sharpdtm.so

the lib files are present in /mnt/ide3/usr/lib  and they are symlinked to /usr/lib and /opt/kdepim

If you have it working I would appreciate information about what steps you took to install it:)

SashZ, could we please get this added to the 3100 feed for RC12 so this is easy? Is there a working version for a 3100 on RC12 in another feed?

3
Software / Syncing Remote File With Ko/pi
« on: October 18, 2005, 10:25:17 am »
I am trying to sync korganizer calendar on my zaurus to an .ics file on my server. I have tried multiple permutations without success. Each time I am getting a message that the copy failed. The program suggests that I try the command on the command line to see what went wrong. The commands work fine on the command line so I don't know what to do next.

here are some of the settings that I have tried when configuring sync to remote file. I have SSH configured with shared keys to work without passwords. (I thought that would be the hardest step)

1st try:

download
Code: [Select]
scp -P 23 root@mydomain.org:/home/remotecalendar.ics /mnt/ide3/Documents/Pim_Files/localcalendar.ics
tmp
Code: [Select]
/mnt/ide3/Documents/Pim_Files/localcalendar.ics
upload
Code: [Select]
scp -P 23 /mnt/ide3/Documents/Pim_Files/localcalendar.ics root@mydomain.org:/home/remotecalendar.ics
2nd try:
download
Code: [Select]
scp -P 23 root@mydomain.org:/home/remotecalendar.ics /mnt/ide3/Documents/Pim_Files/localcalendar.ics
tmp
Code: [Select]
/tmp/mycalendar.ics
upload
Code: [Select]
scp -P 23 /mnt/ide3/Documents/Pim_Files/localcalendar.ics root@mydomain.org:/home/remotecalendar.ics
I won't list attempts 3,4,5,6,7,8, or 9

In both cases, the file gets downloaded to the proper place but then the program gives me the error message.

Does anybody have this working? Is there something else in the setup that I need to change? Am I downloading the file to the wrong place or giving it the wrong name? Am I using the wrong tmp file? Why does kdepimpi think that the copy failed, how does it determine if the copy was successful?

My setup:
Zaurus C3100 with pdaxrom rc12  running kdepimpi 2.2.3
Remote headless server running sshd to store the ics files
Multiple machines on the home network running the full kontact 3.4.3 suite that load the stored files from the server

Pages: [1]