OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: ftegen on July 07, 2004, 09:06:00 am

Title: portabase for pdaxrom
Post by: ftegen on July 07, 2004, 09:06:00 am
Has anybody tried to get the portabase software running on the newest version of pdaxrom (http://portabase.sourceforge.net)? Is it possible to compile it for that ROM? I´m new to linux and therefore don´t know the possibilities very well.

Thanks!
Florian
Title: portabase for pdaxrom
Post by: danr on August 27, 2004, 09:39:52 am
Hi Florian,

I've just uploaded an ipk for Portabase 1.9 for pdaxrom to this site, so hopefully it will be a download available in the download section soon.

It's my first ipk so hope it works!

Regards,

Daniel
Title: portabase for pdaxrom
Post by: wmadan on August 28, 2004, 10:34:42 am
Daniel,

Where in the downloads section is it?

Bill
Title: portabase for pdaxrom
Post by: danr on August 29, 2004, 05:04:19 pm
Quote
Daniel,

Where in the downloads section is it?

Bill
I tried posting it to the X11_Packages Applications area but it hasn't shown up there yet.  Probably needs a moderator to check the file first or something.

Daniel
Title: portabase for pdaxrom
Post by: wmadan on August 30, 2004, 10:03:42 pm
Daniel,

While we're waiting for the ipkg to show up, what version of pdaxrom did you compile it for?

Bill
Title: portabase for pdaxrom
Post by: danr on September 01, 2004, 03:54:53 pm
Quote
Daniel,

While we're waiting for the ipkg to show up, what version of pdaxrom did you compile it for?

Bill
I used the latest SDK (1.0.5), so it works with the latest version of Kathrin (RC2).

The ipk is only 455 KB, so I could email the file to anyone who can post it somewhere for download (I have sporadic internet access at the moment.)

Daniel
Title: portabase for pdaxrom
Post by: wmadan on September 01, 2004, 11:15:05 pm
Daniel.

I just saw that your ipkg is now in the downloads section.

I'll give it a go and will let you know how it goes.

Bill
Title: portabase for pdaxrom
Post by: wmadan on September 04, 2004, 10:34:23 pm
Daniel,

I downloaded your Portabase ipk, installed it and it ran from the console. Great work! This one application was keeping me tied to Qtopia, but no longer!

This might seem a little dumb to ask, but how can I get an icon to show up on the desktop so I can run it from there?

Bill
Title: portabase for pdaxrom
Post by: SteelMyst on September 07, 2004, 01:48:34 am
Create a file called portabase.desktop in /usr/share/applications. Put the following in the file.


Code: [Select]
[Desktop Entry]
Name=Portabase
Exec=portabase
Icon=portabase.png
Terminal=false
Type=Application
Categories=Application;Office
StartupNotify=true
Encoding=UTF-8

I copied the icon from /mnt/user/usr/share/portabase/icons to /usr/share/pixmaps. A symlink would work too.  I made the file by copying one of the other .desktop files and changing the relavent information. One note about these files. The binary needs to be in a directory listed in your path statement.

Oh, the Categories field controls which desktop folder it goes into.



Nick