OESF Portables Forum

Everything Else => Desktop Operating Systems Issues => Zaurus General Forums => Archived Forums => Linux Issues => Topic started by: tawalker on March 21, 2004, 03:59:11 pm

Title: Can\'t find installed Qtopia Desktop
Post by: tawalker on March 21, 2004, 03:59:11 pm
I\'ve just installed the RPM of Qtopia Desktop v1.7 on my Red Hat 9 box. The command

Code: [Select]
rpm -qa | grep qtopia

tells me the package is installed, but if I enter \"qtopia-desktop\" or \"qtopiadesktop\" at the terminal, the system tells me there is no such command. Also, there is no QD item in the launcher menu of my GNOME desktop, though I wasn\'t really expecting one  

Sorry if I\'m being slow, but if QD really is installed on here, how do I (a) check if it is, and ( run it?

Ironic - most people get problems with QD after they get it running :roll:

Many thanks!

Tim
Title: Can\'t find installed Qtopia Desktop
Post by: BlackCardinal on March 21, 2004, 04:37:21 pm
This will tell you where Qtopia Desktop installed its files:
Code: [Select]
rpm -ql qtopia-desktop
Did it place the executable in your PATH?
Code: [Select]
echo $PATH
If not, edit /etc/profile or your own .bash_profile to include the directory with the qtopia-desktop executable in the PATH.
Title: Can\'t find installed Qtopia Desktop
Post by: Greg2 on March 21, 2004, 06:26:07 pm
You will probably find it here:
/opt/Qtopia/bin/qtopiadesktop

Greg
Title: Can\'t find installed Qtopia Desktop
Post by: tawalker on March 22, 2004, 02:28:35 am
I\'ve found it - many thanks for the advice!

Now to get it working, which is the other big challenge...  

Tim