![]() ![]() |
Jan 29 2006, 06:02 PM
Post
#1
|
|
|
Group: Members Posts: 36 Joined: 4-January 06 Member No.: 8,853 |
I really like the Zaurus c3100 (and the cacko ROM) but I am not a big fan of the default file browser at all.
Anyone know of any good file browsers to stick on the Zaurus? Maybe it will help me avoid the following pain I will describe next? I am a fan of konqueror myself. I would like to stick konqueror-embedded on the Zaurus. Unfortunately, I have yet to find konqueror that is in a *.ipk format. All I have found are tar.bz2 releases which one has to compile. I have the konqueror3-embedded-0.2.20060121 package I am trying to compile. Using './configure --enable-qtopia' on the zaurus, I keep getting a 'check for kde-config... not found' error. I have the kmicrolibs on my Zaurus...so I am not sure what I need to do to solve this problem? So next, I tried to cross compile konqueror on my Linux PC. I used the following options with configure: [freyguy@localhost konqueror3-embedded-0.2-20060121]$ configure --target=xscale --build=xscale --enable-static --enable-qtopia --enable-printing After typing 'make' things seemed to be going well until: make[6]: Entering directory `/home/freyguy/Desktop/zaurus download packages/konqueror3-embedded-0.2-20060121/konq-embed/kdesrc/kdecore' /bin/sh ../../../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -o libkdecore.la kurl.lo krfcdate.lo ksock.lo kentities.lo kstandarddirs.lo ktempfile.lo ksavefile.lo kmdcodec.lo ksockaddr.lo netsupp.lo kextsock.lo kbufferedio.lo kmultipledrag.lo kasyncio.lo kshell.lo kqiodevicegzip_p.lo ../../dropin/libdropin.la network/libkdecorenetwork.la ar: /home/freyguy/Desktop/zaurus: No such file or directory make[6]: *** [libkdecore.la] Error 9 Anybody know why ar cares about a 'zaurus' directory above my working directory: /home/freyguy/Desktop/zaurus download packages/konqueror3-embedded-0.2-20060121 ???? sucky... |
|
|
|
Jan 29 2006, 06:25 PM
Post
#2
|
|
![]() Group: Members Posts: 2,808 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 |
QUOTE(why2jjj @ Jan 30 2006, 12:02 PM) I really like the Zaurus c3100 (and the cacko ROM) but I am not a big fan of the default file browser at all. Anyone know of any good file browsers to stick on the Zaurus? Maybe it will help me avoid the following pain I will describe next? I am a fan of konqueror myself. I would like to stick konqueror-embedded on the Zaurus. Unfortunately, I have yet to find konqueror that is in a *.ipk format. All I have found are tar.bz2 releases which one has to compile. I have the konqueror3-embedded-0.2.20060121 package I am trying to compile. Using './configure --enable-qtopia' on the zaurus, I keep getting a 'check for kde-config... not found' error. I have the kmicrolibs on my Zaurus...so I am not sure what I need to do to solve this problem? So next, I tried to cross compile konqueror on my Linux PC. I used the following options with configure: [freyguy@localhost konqueror3-embedded-0.2-20060121]$ configure --target=xscale --build=xscale --enable-static --enable-qtopia --enable-printing After typing 'make' things seemed to be going well until: make[6]: Entering directory `/home/freyguy/Desktop/zaurus download packages/konqueror3-embedded-0.2-20060121/konq-embed/kdesrc/kdecore' /bin/sh ../../../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -o libkdecore.la kurl.lo krfcdate.lo ksock.lo kentities.lo kstandarddirs.lo ktempfile.lo ksavefile.lo kmdcodec.lo ksockaddr.lo netsupp.lo kextsock.lo kbufferedio.lo kmultipledrag.lo kasyncio.lo kshell.lo kqiodevicegzip_p.lo ../../dropin/libdropin.la network/libkdecorenetwork.la ar: /home/freyguy/Desktop/zaurus: No such file or directory make[6]: *** [libkdecore.la] Error 9 Anybody know why ar cares about a 'zaurus' directory above my working directory: /home/freyguy/Desktop/zaurus download packages/konqueror3-embedded-0.2-20060121 ???? sucky... if you don't mind using an older version of konqueror instead of the latest bleeding edge release, then you can use konqueror_snapshot_20020311_arm.ipk |
|
|
|
Jan 29 2006, 06:42 PM
Post
#3
|
|
|
Group: Members Posts: 36 Joined: 4-January 06 Member No.: 8,853 |
QUOTE(Meanie @ Jan 29 2006, 07:25 PM) QUOTE(why2jjj @ Jan 30 2006, 12:02 PM) I really like the Zaurus c3100 (and the cacko ROM) but I am not a big fan of the default file browser at all. Anyone know of any good file browsers to stick on the Zaurus? Maybe it will help me avoid the following pain I will describe next? I am a fan of konqueror myself. I would like to stick konqueror-embedded on the Zaurus. Unfortunately, I have yet to find konqueror that is in a *.ipk format. All I have found are tar.bz2 releases which one has to compile. I have the konqueror3-embedded-0.2.20060121 package I am trying to compile. Using './configure --enable-qtopia' on the zaurus, I keep getting a 'check for kde-config... not found' error. I have the kmicrolibs on my Zaurus...so I am not sure what I need to do to solve this problem? So next, I tried to cross compile konqueror on my Linux PC. I used the following options with configure: [freyguy@localhost konqueror3-embedded-0.2-20060121]$ configure --target=xscale --build=xscale --enable-static --enable-qtopia --enable-printing After typing 'make' things seemed to be going well until: make[6]: Entering directory `/home/freyguy/Desktop/zaurus download packages/konqueror3-embedded-0.2-20060121/konq-embed/kdesrc/kdecore' /bin/sh ../../../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -o libkdecore.la kurl.lo krfcdate.lo ksock.lo kentities.lo kstandarddirs.lo ktempfile.lo ksavefile.lo kmdcodec.lo ksockaddr.lo netsupp.lo kextsock.lo kbufferedio.lo kmultipledrag.lo kasyncio.lo kshell.lo kqiodevicegzip_p.lo ../../dropin/libdropin.la network/libkdecorenetwork.la ar: /home/freyguy/Desktop/zaurus: No such file or directory make[6]: *** [libkdecore.la] Error 9 Anybody know why ar cares about a 'zaurus' directory above my working directory: /home/freyguy/Desktop/zaurus download packages/konqueror3-embedded-0.2-20060121 ???? sucky... if you don't mind using an older version of konqueror instead of the latest bleeding edge release, then you can use konqueror_snapshot_20020311_arm.ipk The only place I can find konqueror_snapshot_20020311_arm.ipk is http://www.linuxdojo.net/zaurus/feed/ which I get an error that says I do not have permission to enter the site |
|
|
|
Jan 29 2006, 08:43 PM
Post
#4
|
|
|
Group: Members Posts: 1,426 Joined: 22-October 03 Member No.: 89 |
Try Tree!Explorer QT
|
|
|
|
Jan 29 2006, 09:20 PM
Post
#5
|
|
|
Group: Members Posts: 36 Joined: 4-January 06 Member No.: 8,853 |
|
|
|
|
Jan 29 2006, 09:49 PM
Post
#6
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
I just added the url and the file name together and bingo it downloaded.
|
|
|
|
Jan 29 2006, 10:41 PM
Post
#7
|
|
|
Group: Members Posts: 36 Joined: 4-January 06 Member No.: 8,853 |
QUOTE(why2jjj @ Jan 29 2006, 10:20 PM) I found a link for it at: http://hpcgi2.nifty.com/taku2001/zau/texplorerqt/top_en.cgi has version 1.76 which I guess is the latest version. I just installed it. I get those squares on my zaurus, which I guess is due because my zaurus machine is missing the capability to display that appropriate character (I guess I do not have the right font or character setting somewhere). BUT, besides that, looks promising! Thanks for the software tip! I hope anyone else with ideas on file manager/browser solutions continue to chime in...it would be interesting to here what else is out there. |
|
|
|
Jan 30 2006, 07:06 AM
Post
#8
|
|
|
Group: Members Posts: 1,426 Joined: 22-October 03 Member No.: 89 |
QUOTE(why2jjj @ Jan 30 2006, 09:41 AM) I just installed it. I get those squares on my zaurus, which I guess is due because my zaurus machine is missing the capability to display that appropriate character (I guess I do not have the right font or character setting somewhere). Have you tried selecting English language form the menu? |
|
|
|
Jan 30 2006, 09:22 AM
Post
#9
|
|
|
Group: Members Posts: 36 Joined: 4-January 06 Member No.: 8,853 |
QUOTE(maslovsky @ Jan 30 2006, 08:06 AM) QUOTE(why2jjj @ Jan 30 2006, 09:41 AM) I just installed it. I get those squares on my zaurus, which I guess is due because my zaurus machine is missing the capability to display that appropriate character (I guess I do not have the right font or character setting somewhere). Have you tried selecting English language form the menu? yeah, i just found it |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 04:49 PM |