OESF Portables Forum

General Forums => General Discussion => Topic started by: Omicron on August 07, 2004, 06:03:11 pm

Title: Java Development: "Qt/Embedded data not owned by
Post by: Omicron on August 07, 2004, 06:03:11 pm
Title says it all, trying to run a Java program from command line (installed by IPK, but GUI launch not working yet) and when I run the program I get the

"Qt/Embedded data not owned by user 0"

even when I run it as root.

This would seem to be a common problem, but I am not sure if it a java problem (where I am reading resources from) or an IPK problem (where I put the resources) or some like they don't agree.

Any help would be apprected.
Title: Java Development: "Qt/Embedded data not owned by
Post by: Stubear on August 07, 2004, 11:42:47 pm
Whenever I try to run programs that use qtopia for visuals as root, I see this error. The work around is to run as zaurus not root.

If you need root perms then yuo will need su

Stu
Title: Java Development: "Qt/Embedded data not owned by
Post by: Omicron on August 08, 2004, 09:34:30 am
Quote
Whenever I try to run programs that use qtopia for visuals as root, I see this error. The work around is to run as zaurus not root.

If you need root perms then yuo will need su

Stu


Thanks, I'll give it a shot.
Title: Java Development: "Qt/Embedded data not owned by
Post by: treke on August 09, 2004, 06:23:04 pm
Quote
Title says it all, trying to run a Java program from command line (installed by IPK, but GUI launch not working yet) and when I run the program I get the

"Qt/Embedded data not owned by user 0"

even when I run it as root.

This would seem to be a common problem, but I am not sure if it a java problem (where I am reading resources from) or an IPK problem (where I put the resources) or some like they don't agree.

Any help would be apprected.
There is a hard coded check in qte that the person running the application is the same as the person running qte. Root wont match that check