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

IPB

Welcome Guest ( Log In | Register )

28 Pages V  « < 25 26 27 28 >  
Reply to this topicStart new topic
> Jumbo Xqt Package, installing xqt with just one package
who thinks a jumbo xqt package would be a good idea?
who thinks a jumbo xqt package would be a good idea?
yeah, I want one so I can get Xqt installed easily [ 152 ] ** [88.89%]
good idea, but I already have Xqt installed and working [ 18 ] ** [10.53%]
it's a waste of time [ 1 ] ** [0.58%]
Total Votes: 171
Guests cannot vote 
Cresho
post Dec 15 2005, 08:43 PM
Post #391





Group: Moderators
Posts: 1,619
Joined: 29-October 03
From: Los Angeles
Member No.: 809



im putting up my notes.

install--needed files or it will not work
----------------------------------------
automounter-c3000_0.4.5_arm.ipk
sudo_0.1_arm.ipk
zlib_1.2.3-1_arm.ipk
qconsole(disable magnifyby holding down with stylus and removing check)

placed all crams images in /mnt/card/QtPalmtop/xqt
then
cd /mnt/card/QtPalmtop/xqt
then
./xqt-install.sh

fn stylus right click.....
menu and hit fullscreen for fullscreen

unmount before backing up or restoring
mount

always su before
su


to stop processess before backup, do this
/etc/rc.d/init.d/mntloop stop
and then you can backup.
to start up processess
/etc/rc.d/init.d/mntloop start
use mount to see the mounted stuff.
reboot when necessery cuz it leaves a bunch of
virtual drives in the file manager or you can try and unmount

if you need to eject the sd card, su then /etc/rc.d/init.d/mntloop stop then
umount /mnt/card
to remount if you did not reboot, mount /mnt/card
type mount for status of mounted files.

cd /mnt/card/QtPalmtop/xqt is the location where i have it stored.
Go to the top of the page
 
+Quote Post
foote
post Dec 18 2005, 05:38 AM
Post #392





Group: Members
Posts: 2
Joined: 15-December 05
Member No.: 8,722



aye thanks for that. i've got the beast up and running... definately knocks the pants off Qt any day. too bad OO is so slow... no ideas for speeding that up?

cheers mate n thx again.

foote
Go to the top of the page
 
+Quote Post
Meanie
post Dec 19 2005, 03:51 AM
Post #393





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



seems like the mozilla cramfs is a bit buggy. I will fix it soon and then firefox and thunderbird will work also.

for all those who have a C3000/C3100/C1000, the automounter package will be able to mount the cramfs images for you automatically after reboot. it might work for other models too, but untested. any volunteers for c8x0/c7x0?
Go to the top of the page
 
+Quote Post
freebird
post Dec 19 2005, 10:32 AM
Post #394





Group: Members
Posts: 104
Joined: 27-October 04
Member No.: 5,242



QUOTE(Meanie @ Dec 19 2005, 11:51 AM)
seems like the mozilla cramfs is a bit buggy. I will fix it soon and then firefox and thunderbird will work also.

for all those who have a C3000/C3100/C1000, the automounter package will be able to mount the cramfs images for you automatically after reboot. it might work for other models too, but untested. any volunteers for c8x0/c7x0?
*


hello meanie

do you mean a volunteers to test the now existing automounter on a c8xx
or a new one you will release ???

freebird
Go to the top of the page
 
+Quote Post
Meanie
post Dec 19 2005, 04:23 PM
Post #395





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



QUOTE(freebird @ Dec 20 2005, 04:32 AM)
QUOTE(Meanie @ Dec 19 2005, 11:51 AM)
seems like the mozilla cramfs is a bit buggy. I will fix it soon and then firefox and thunderbird will work also.

for all those who have a C3000/C3100/C1000, the automounter package will be able to mount the cramfs images for you automatically after reboot. it might work for other models too, but untested. any volunteers for c8x0/c7x0?
*


hello meanie

do you mean a volunteers to test the now existing automounter on a c8xx
or a new one you will release ???

freebird
*



yes, the existing automounter package.
if it doesnt work, i can make it work with someone testing and providing feedback.
Go to the top of the page
 
+Quote Post
spaul
post Dec 19 2005, 04:30 PM
Post #396





Group: Members
Posts: 113
Joined: 15-December 03
Member No.: 1,192



The automounter works for me on a c700 FWIW. My c860 is offf at PriceJapan being fixed by Sharp (I hope).
Go to the top of the page
 
+Quote Post
freebird
post Dec 20 2005, 01:16 AM
Post #397





Group: Members
Posts: 104
Joined: 27-October 04
Member No.: 5,242



QUOTE(Meanie @ Dec 20 2005, 12:23 AM)
QUOTE(freebird @ Dec 20 2005, 04:32 AM)
QUOTE(Meanie @ Dec 19 2005, 11:51 AM)
seems like the mozilla cramfs is a bit buggy. I will fix it soon and then firefox and thunderbird will work also.

for all those who have a C3000/C3100/C1000, the automounter package will be able to mount the cramfs images for you automatically after reboot. it might work for other models too, but untested. any volunteers for c8x0/c7x0?
*


hello meanie

do you mean a volunteers to test the now existing automounter on a c8xx
or a new one you will release ???

freebird
*



yes, the existing automounter package.
if it doesnt work, i can make it work with someone testing and providing feedback.
*



Hello MEANIE

Ok i will test it on my C860

btw have you read my post,


as you are updating the xqt cramfs
i wonder if you can add a feature for changing the menu fonts of gtk applications
to work with confort i think the best size is 16 or 18 style Bold helvitica

here are some informations may be useful

in the site web below related to the fluxbox documentation
http://fluxbox.sourceforge.net/docs/en/faq...#gnome-settings

in the FAQ section here is the answer
----------------------------------------------------------------------------------------------
Question: Gtk2/Gnome2 applications look wired under Fluxbox, but they look ok when gnome is started

Answer:Run gnome-settings-daemon when Fluxbox starts, eg. put this into your ~/.xinitrc

#load this to have gtk2 apps look ok
GSDPID=`pidof gnome-settings-daemon`
if [ "x$GSDPID" == "x" ]; then
gnome-settings-daemon &
fi

If you don't have gnome installed you can use gtk+/gtk2 theme switcher.
-----------------------------------------------------------------------------------------------
So my questions are

1- is this answer the right one
2-is gnome-settings-daemon installed in the xqt cramfs
3- is gtk+/gtk2 theme switcher installed in the xqt crmafs
4- and finally if no one is installed is it possible to install one of them

here is the link to gtk+/gtk2 theme switcher
http://www.muhri.net/nav.php3?node=gts

it seems that it exists an debian arm package as in the link below

http://packages.debian.org/unstable/x11/gt...eme-switch.html

waiting you opinion smile.gif

Cheers
Go to the top of the page
 
+Quote Post
Miami_Bob
post Dec 20 2005, 04:51 AM
Post #398





Group: Members
Posts: 483
Joined: 10-April 04
From: Miami FL
Member No.: 2,781



QUOTE(Meanie @ Jul 19 2005, 05:35 PM)
QUOTE(omro @ Jul 20 2005, 12:43 AM)
QUOTE(Meanie @ Jul 19 2005, 04:31 AM)
hmm, my novel is a scifi story and i got my Z initially so i can work on it anywhere i am such as when waiting for food at restaurant so i better get back to doing it smile.gif
*


First novel? Anything published?
*



got a few stories published already on some specialty sites.
*


So, come ON, man! Don't play coy on us. Spill the beans already on where we can get these stories to read. (G)

SF is one of my main addictions, and I bet that goes for a whole lot of us here!
Go to the top of the page
 
+Quote Post
freebird
post Dec 23 2005, 10:47 AM
Post #399





Group: Members
Posts: 104
Joined: 27-October 04
Member No.: 5,242



QUOTE(Meanie @ Dec 4 2005, 06:59 AM)
in the meantime, i am trying to decide what else to add to the xqt-apps cramfs.
maybe some of datajerk's compiled apps if he doesn't mind.


*


Hi all

Meanie
could you add this useful application (i was using under pdaxrom)which is Tuxcards:
the developper described it as follow:
TuxCards is a hierarchical notebook. That was created out of the desire to let my own chaos of papers, notes, and post-it's vanish. Those items are useful but the chaos I produced was not.
Through a friend I got to know CueCards; this is a really nice program that exists for Windows. Since I am using Linux almost permanently, I got the idea to write a similar tool for myself and let every Linux/Unix user share it.
here is a screenshoot
Attached File  screenShotV1_2.gif ( 67.07K ) Number of downloads: 95

here is the link to the home page
http://www.tuxcards.de/
and here is the link to the ipk in pdaxrom
http://www.pdaxrom.org/unstable/tuxcards_1.1_arm.ipk
or
http://www.pdaxrom.org/unstable/tuxcards_1.1_armv5tel.ipk

i tried to install it directly on xqt i didn't succes


thanks smile.gif

Freebird
Go to the top of the page
 
+Quote Post
Cresho
post Dec 23 2005, 10:55 AM
Post #400





Group: Moderators
Posts: 1,619
Joined: 29-October 03
From: Los Angeles
Member No.: 809



there is a working tuxcards with a bunch of applications.....

i installed it to my z and works great!

well--the guys who does the pim applications site is down..ill post it later.
Go to the top of the page
 
+Quote Post
freebird
post Dec 23 2005, 11:18 AM
Post #401





Group: Members
Posts: 104
Joined: 27-October 04
Member No.: 5,242



QUOTE(Cresho @ Dec 23 2005, 06:55 PM)
there is a working tuxcards with a bunch of applications.....

i installed it to my z and works great!

well--the guys who does the pim applications site is down..ill post it later.
*


Thanks cresho

Waiting your post rolleyes.gif

freebird
Go to the top of the page
 
+Quote Post
Cresho
post Dec 23 2005, 01:45 PM
Post #402





Group: Moderators
Posts: 1,619
Joined: 29-October 03
From: Los Angeles
Member No.: 809



okay....

this is the site.


http://sourceforge.net/project/showfiles.p...ckage_id=128966

you need to install




1- Qt331_emb_free_lib_compiled_for_zaurus.tar.gz (extract the file and copy libqte-mt.so.3 to bin in internal or sd....sd needs a symlink from internal. For this one, if anybody has problems copying this to the bin, or is jack unknowledgable, if the demand is great, ill great ipk.) just email me cresho@earthlink.net i have no problems copying this file to bin.

or use the commands the creator has posted
su first

QUOTE
Copy libqte-mt.so.3 to /mnt/card
Goto the systems lib dir.
cd /opt/QtPalmtop/lib
Create a symlink:
ln -s /mnt/card/libqte-mt.so.3


2- TuxCards4z_1.0.0-4z_arm.ipk

extras-
psi4z (is a messenger which means PSI for the zaurus)-not needed
Kcommander is a filebrowser and a gz file compressor as well.-Not needed

post here if you run into problems
Go to the top of the page
 
+Quote Post
freebird
post Dec 24 2005, 03:31 AM
Post #403





Group: Members
Posts: 104
Joined: 27-October 04
Member No.: 5,242



QUOTE(Cresho @ Dec 23 2005, 09:45 PM)
okay....

this is the site.


http://sourceforge.net/project/showfiles.p...ckage_id=128966

you need to install




1- Qt331_emb_free_lib_compiled_for_zaurus.tar.gz (extract the file and copy libqte-mt.so.3 to bin in internal or sd....sd needs a symlink from internal.  For this one, if anybody has problems copying this to the bin, or is jack unknowledgable, if the demand is great, ill great ipk.) just email me cresho@earthlink.net  i have no problems copying this file to bin.

or use the commands the creator has posted
su first

QUOTE
Copy libqte-mt.so.3 to /mnt/card
Goto the systems lib dir.
cd /opt/QtPalmtop/lib
Create a symlink:
ln -s /mnt/card/libqte-mt.so.3


2- TuxCards4z_1.0.0-4z_arm.ipk

extras-
psi4z (is a messenger which means PSI for the zaurus)-not needed
Kcommander is a filebrowser and a gz file compressor as well.-Not needed

post here if you run into problems
*


Hello cresho

have installed from your link it works fine
thanks smile.gif
Go to the top of the page
 
+Quote Post
Meanie
post Dec 28 2005, 05:32 PM
Post #404





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



The jumbo xqt-apps and xqt-mozilla cramfs have been updated. see the other thread over in the X/Qt section for details.
I might also do a xqt-games cramfs if I have time but gotta meet two hot women for dinner and show them my Zaurus so I need it in prestine state with everything working...
Go to the top of the page
 
+Quote Post
Miami_Bob
post Dec 29 2005, 01:05 AM
Post #405





Group: Members
Posts: 483
Joined: 10-April 04
From: Miami FL
Member No.: 2,781



QUOTE(Meanie @ Dec 28 2005, 09:32 PM)
......  but gotta meet two hot women for dinner and show them my Zaurus so I need it in prestine state with everything working.....
*

Stop gloating, you old dingo dawg (G).
Go to the top of the page
 
+Quote Post

28 Pages V  « < 25 26 27 28 >
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: 25th May 2013 - 12:58 AM