OESF | ELSI | pdaXrom | OpenZaurus | Zaurus Themes | Community Links | Ibiblio

IPB

Welcome Guest ( Log In | Register )

> Pdaxqtrom 0.8.2, released
Meanie
post Sep 3 2006, 07:17 PM
Post #1





Group: Members
Posts: 2,808
Joined: 21-March 05
From: Sydney, Australia
Member No.: 6,686



pdaXqtrom 0.8.2 done. new website at http://pdaxqtrom.thegrinder.ws

bug fixes:

-- thunderbird now works (permission problem with extensions fixed)
-- dosbox does not depend on zgcc image anymore (also renamed package to dosbox-x11)
-- fixed epdfview crash

new features/updates:

-- icewm (can use fluxbox or icewm)
-- grisbi updated to 0.5.9

new apps:

- homebank 3.2 compiled
- knowde 1.8.0 compiled
- xpad 2.11 compiled
- xournal 0.3.1 compiled


optimizations: (put on hold)

this will not be on the images but available as a saparate package (since it will only work on the new clamshells)
-- mplayer 1.0pre8 compiles with iwmmxt optimisations but segfaults after a few seconds when run sad.gif
Attached File(s)
Attached File  pdaXqtrom_homebank.jpg ( 44.86K ) Number of downloads: 143
Attached File  pdaXqtrom_knowde.jpg ( 43.77K ) Number of downloads: 108
Attached File  pdaXqtrom_xpad.jpg ( 71.16K ) Number of downloads: 175
Attached File  pdaXqtrom_icewm.jpg ( 37.08K ) Number of downloads: 115
Attached File  pdaXqtrom_xournal.jpg ( 60.71K ) Number of downloads: 138
 
Go to the top of the page
 
+Quote Post
 
Start new topic
Replies
Ryokio
post Feb 11 2008, 09:34 AM
Post #2





Group: Members
Posts: 3
Joined: 11-February 08
From: Florida, USA
Member No.: 21,363



This looks like a great project and I'd like to try it out. Unfortunately it looks like Meanie's website (http://pdaxqtrom.thegrinder.ws/) has been down for a week or so. I can't reach it or even get the name to resolve through DNS. Is anyone mirroring the installation files?

Thanks,
Ryokio

Zaurus C3200
Cacko 1.23
Go to the top of the page
 
+Quote Post
xamindar
post Feb 13 2008, 12:36 AM
Post #3





Group: Members
Posts: 803
Joined: 30-March 04
From: California
Member No.: 2,368



QUOTE(Ryokio @ Feb 11 2008, 09:34 AM) *
This looks like a great project and I'd like to try it out. Unfortunately it looks like Meanie's website (http://pdaxqtrom.thegrinder.ws/) has been down for a week or so. I can't reach it or even get the name to resolve through DNS. Is anyone mirroring the installation files?

Thanks,
Ryokio

Zaurus C3200
Cacko 1.23



Here you go, I currently use it on my zaurus and love it. I just grabbed it off my zaurus and tared it for you. All you have to do is untar it on your zaurus and run that install script on the zaurus.

http://radnimax.org/misc/pdaxqtrom-0.8.2.tar

enjoy
Go to the top of the page
 
+Quote Post
Ryokio
post Feb 18 2008, 05:50 PM
Post #4





Group: Members
Posts: 3
Joined: 11-February 08
From: Florida, USA
Member No.: 21,363



This is a quick log of my trials and tribulations trying to get pdaxqtrom v0.8.2 working. It looks like it works, but only time and experimentation will tell if any further problems occur. Hopefully this will help the next person to come along.

Thanks to xamindar, I have the squashfs files. I set about trying to install these on my Zaurus C3200 with Cacko 1.23. I put them in /hdd3/pdaxqtrom-0.8.2, went to superuser, and ran ./pdaXqtrom-install.sh

I enabled my swapfile with a size of 64 MB.

The installation seems to work. When I reloaded the tabs, I had a X/Qt tab. When I tapped "Start X" I got a nice X-Windows display with a window manager at the top and an xterm window.

From the X/Qt tab in the regular Cacko launcher, I tapped Firefox. The hard disk light blinked for a while, but nothing happened. In the xterm window, I typed "firefox" and got the following error:

QUOTE
/usr/lib/firefox/lib/firefox-1.5/firefox-bin: error while loading the shared libraries: /home/QtPalmtop/lib/libgtk-x11-2.0.so.0: undefined symbol: g_option_context_new


I had heard this was a problem, so I ran the "xqtcleanup" program and ran "./pdaXqtrom-install.sh" again. The installation seemed to work fine again. When I tapped "Start X" I got the same nice X-Windows display as before.

At the xterm window, I typed "firefox" and got the following error:

QUOTE
/usr/lib/firefox/lib/firefox-1.5/firefox-bin: error while loading the shared libraries: /home/QtPalmtop/lib/libgobject-2.0.so.0: undefined symbol: g_bsearch_array_new


I ran the "cackofix" script but it didn't seem to have any effect.

I searched around and found this page: http://www.solargate.ru/ustanovka-pdaxqtrom-v-cacko After running it through a Russian language translator, it seems they had the same problem. The page says to do this:

QUOTE
$ cd / home / QtPalmtop / lib
$ su $ su
# mv libgobject-2.0.so.0 libgobject-2.0.so.0.backup # mv libgobject-2.0.so.0 libgobject-2.0.so.0.backup
# ln -s /mnt/pdaXqrtom-base/opt/QtPalmtop/lib/libgobject-2.0.so.0 libgobject-2.0.so.0 # ln-s / mnt/pdaXqrtom-base/opt/QtPalmtop/lib/libgobject-2.0.so.0 libgobject-2.0.so.0
# mv libgmodule-2.0.so.0 libgmodule-2.0.so.0.backup # mv libgmodule-2.0.so.0 libgmodule-2.0.so.0.backup
# ln -s /mnt/pdaXqrtom-base/opt/QtPalmtop/lib/libgmodule-2.0.so.0 libgmodule-2.0.so.0 # ln-s / mnt/pdaXqrtom-base/opt/QtPalmtop/lib/libgmodule-2.0.so.0 libgmodule-2.0.so.0
# mv libgthread-2.0.so.0 libgmodule-2.0.so.0.backup # mv libgthread-2.0.so.0 libgmodule-2.0.so.0.backup
# ln -s /mnt/pdaXqrtom-base/opt/QtPalmtop/lib/libgthread-2.0.so.0 libgthread-2.0.so.0 # ln-s / mnt/pdaXqrtom-base/opt/QtPalmtop/lib/libgthread-2.0.so.0 libgthread-2.0.so.0


So I tried it. Then I typed "firefox" and waited. After much blinking of the hard drive light, I got the Firefox Import Wizard. I tell it to import nothing. And I wait.. and I wait. Gosh this is taking forever. I waited several minutes and still no error messages. I run "ps" and see that it hasn't crashed yet. I stopped X-Windows and tried it again. The same thing, waiting and waiting. I run "ps" and find that there are about 7 copies of "firefox-bin" running. I wait a while longer and things settle down. Now there are no copies of Firefox running at all. It looks like something is still wrong.

I tried running Firefox from the Cacko launcher. No Firefox import screen popped up. The hard disk light blinked for a long time. I could see copies of Firefox in the "ps" list. After a while, they all went away. This is really odd.

If it was an error message, I could look that up. Anyone have any advice on this one?

As a test, I tried to run a few other programs:

abiword:
QUOTE
(abiword:9688): Pango-WARNING **: No builtin or dynamically loaded modules were found. Pango will not work correctly. This probably means there was an error in the creation of:
'etc/pango/pango.modules'
You may be able to recreate this file by running pango-querymodules.
Aborted


So I ran "pango-querymodules > /etc/pango/pango.modules" as root and tried to run abiword again. WORKS!

dillo: WORKS!

dosbox: WORKS!

gnumeric: WORKS! (after fixing pango.modules)

gimp: WORKS! (after fixing pango.modules)

OpenOffice: Takes several minutes to load. WORKS! Even if it is incredibly slow.

firefox (another try): Beats on the hard drive for a while, spawns a couple copies of firefox-bin, then closes them all. Nothing ever comes up on the screen.
I figured it could be something to do with the settings so in my home directory, I renamed .mozilla to .mozilla.backup and tried running Firefox again. In "ps" I can see that about 6 copies of firefox-bin are run again and I see the Import Wizard pop up. This time I tell it to import from Opera and click Next. And I wait about a minute. And Firefox comes up! It WORKS! Horray! I even rebooted and tried it again. It does take Firefox about 2 minutes to start up, but it works!

Firefox is what I really wanted, so I'm going to declare victory for now.

-- Ryokio

Zaurus C3200
Cacko 1.23
Go to the top of the page
 
+Quote Post

Posts in this topic
Meanie   Pdaxqtrom 0.8.2   Sep 3 2006, 07:17 PM
xamindar   Nice to hear! I love this package, thanks.   Sep 3 2006, 07:44 PM
Meanie   I might look into compiling stuff with iwmmxt opti...   Sep 4 2006, 10:47 PM
amdonati   QUOTE(Meanie @ Sep 4 2006, 10:47 PM)I might l...   Sep 5 2006, 05:06 AM
xamindar   QUOTE(Meanie @ Sep 4 2006, 10:47 PM)I might l...   Sep 5 2006, 08:15 AM
Meanie   QUOTE(xamindar @ Sep 6 2006, 02:15 AM)QUOTE(M...   Sep 10 2006, 10:28 PM
Meanie   FYI, 0.8.2 is being uploaded atm. see first post f...   Sep 17 2006, 06:37 PM
Cresho   QUOTE(Meanie @ Sep 17 2006, 06:37 PM)FYI, 0.8...   Sep 17 2006, 06:44 PM
omro   QUOTE(Meanie @ Sep 17 2006, 06:37 PM)FYI, 0.8...   Sep 18 2006, 12:32 AM
cybersphinx   Hmmm.. I get 404s for the following three links: h...   Sep 19 2006, 10:08 AM
miskinis   QUOTE(cybersphinx @ Sep 19 2006, 02:08 PM)......   Sep 19 2006, 08:42 PM
xamindar   I still get an error when trying to launch thunder...   Sep 21 2006, 09:09 AM
miskinis   QUOTE(xamindar @ Sep 21 2006, 01:09 PM)I stil...   Sep 21 2006, 09:15 AM
xamindar   QUOTE(miskinis @ Sep 21 2006, 09:15 AM)QUOTE(...   Sep 28 2006, 08:59 AM
Meanie   QUOTE(xamindar @ Sep 29 2006, 02:59 AM)QUOTE(...   Oct 5 2006, 05:35 AM
xamindar   QUOTE(Meanie @ Oct 5 2006, 05:35 AM)QUOTE(xam...   Oct 5 2006, 07:56 AM
xamindar   QUOTE(Meanie @ Oct 5 2006, 05:35 AM) QUOT...   Nov 2 2007, 10:10 PM
adf   sylpheed works with gmail I'm using pop, fthou...   Nov 2 2007, 10:19 PM
xamindar   QUOTE(adf @ Nov 2 2007, 11:19 PM) sylphee...   Nov 3 2007, 08:08 AM
kenko   Hi Meanie, thanks for the great work again. I...   Sep 21 2006, 08:38 PM
Meanie   QUOTE(kenko @ Sep 22 2006, 02:38 PM)Hi Meanie...   Sep 21 2006, 08:59 PM
kenko   QUOTE(Meanie @ Sep 22 2006, 12:59 PM)QUOTE(ke...   Sep 21 2006, 10:56 PM
ShiroiKuma   QUOTE(Meanie @ Sep 22 2006, 12:59 PM)hmm. did...   Sep 22 2006, 12:48 AM
xamindar   QUOTE(kenko @ Sep 21 2006, 08:38 PM)Hi Meanie...   Sep 22 2006, 01:01 AM
climber   Hi, when I start putty in debug mode I got follow...   Sep 22 2006, 12:46 AM
Mecit   thanks for great work my question is about open of...   Sep 23 2006, 01:01 AM
Meanie   QUOTE(Mecit @ Sep 23 2006, 07:01 PM)thanks fo...   Oct 5 2006, 05:32 AM
zedkatuf2   Hi Meanie I get DISPLAY environment variable erro...   Sep 30 2006, 02:12 AM
Meanie   QUOTE(zedkatuf2 @ Sep 30 2006, 08:12 PM)Hi Me...   Oct 5 2006, 05:31 AM
Meanie   If anyone is using this on Cacko and having proble...   Mar 5 2007, 06:43 PM
Snake   Hi Meanie! QUOTE(Meanie @ Mar 5 2007, 06...   Mar 7 2007, 12:51 AM
dougeeebear   Meanie, many thanks for this great application, it...   Jul 18 2007, 05:02 PM
dougeeebear   I would like to be able to mount pdaXqtrom manuall...   Sep 23 2007, 06:19 AM
Meanie   QUOTE(dougeeebear @ Sep 24 2007, 12:19 AM)I w...   Sep 23 2007, 03:31 PM
dougeeebear   QUOTE(Meanie @ Sep 23 2007, 06:31 PM)have you...   Sep 23 2007, 04:13 PM
Ryokio   This looks like a great project and I'd like t...   Feb 11 2008, 09:34 AM
xamindar   QUOTE(Ryokio @ Feb 11 2008, 09:34 AM) Thi...   Feb 13 2008, 12:36 AM
Ryokio   This is a quick log of my trials and tribulations ...   Feb 18 2008, 05:50 PM
xamindar   Wow, I think I remember that firefox issue. I had...   Feb 20 2008, 12:20 AM
Ryokio   QUOTE(xamindar @ Feb 20 2008, 03:20 AM) I...   Feb 21 2008, 09:58 AM
xamindar   Thanks for the info. I wonder why it doesn't ...   Feb 21 2008, 04:07 PM
xamindar   While the page on this is listed here still, the a...   Oct 25 2008, 12:35 AM


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 18th May 2013 - 04:45 PM