Jul 19 2004, 05:32 AM
Post
#1
|
|
|
Group: Members Posts: 1 Joined: 9-June 04 Member No.: 3,629 |
I have a GUI application for the Z (SL- 6000L), which runs perfectly fine when the screen is in normal view. However, after having rotated the screen, the application refuses to run, and I get the following message in the terminal:
QLinuxFbScreen::connect() disp spec Transformed:Rot0:Vga:0 != server disp spec Transformed driver cannot connect Aborted I would be most grateful for any tips on how to fix this, I really need the GUI to run in landscape view. By the way, even when the application runs fine, I get the following message: SlSharedManager: can't get proc entry could not open translation file /home/QtPalmtop//i18n/en/libsl.qmid I guess it would spare me some annoyance if I could get rid of these lines also... |
|
|
|
![]() |
Aug 25 2004, 07:43 AM
Post
#2
|
|
|
Group: Members Posts: 22 Joined: 25-August 04 Member No.: 4,383 |
I can help you with one of your problems. Unfortunately, not the main one!
The message: QUOTE could not open translation file /home/QtPalmtop//i18n/en/libsl.qmid ..comes about because you've installed the package in a different locale to your shell. I have the same problem in reverse - my system locale is "en" but my shell locale is "C" (in my case, to stop Perl complaining at me). A simple fix is to create the directory /home/QtPalmtop/i18n/en and then link the libsl.qmid file into it. You'll have to find it first, but on my machine the actual file is in /usr/QtPalmtop.rom/i18n/en/libsl.qmid CODE su - mkdir /home/QtPalmtop/i18n/en ln -s /usr/QtPalmtop.rom/i18n/en/libsl.qmid /home/QtPalmtop/i18n/en/libsl.qmid ...Ought to do it! |
|
|
|
Aug 14 2006, 08:39 AM
Post
#3
|
|
|
Group: Members Posts: 2 Joined: 16-July 06 Member No.: 10,420 |
QUOTE(henley_regatta @ Aug 25 2004, 05:43 PM) The message: QUOTE could not open translation file /home/QtPalmtop//i18n/en/libsl.qmid ..comes about because you've installed the package in a different locale to your shell. I have the same problem in reverse - my system locale is "en" but my shell locale is "C" (in my case, to stop Perl complaining at me). A simple fix is to create the directory /home/QtPalmtop/i18n/en and then link the libsl.qmid file into it. You'll have to find it first, but on my machine the actual file is in /usr/QtPalmtop.rom/i18n/en/libsl.qmid Unfortunately this doesn't work. For me the two "/" in ".../QtPalmtop//i18n.." seem to be the problem. As long as these stay in the path the system won't find the directory. But I can't find the file or environment-variable where the first part of the path ends with "/" (most probably OPEDIR=/home/QtPalmtop/) and the second part begins with "/" (/in18n/...). Together this leads to the two "/" one after the other. Maybe it's a mistake in some program which adds the second "/" without need. Somebody who knows the solution? The thread ist half a year old? |
|
|
|
serviam My java app doesn't work with screen rotation Jul 19 2004, 05:32 AM
jamesannan I'm also looking for an answer to this - for m... Jul 25 2004, 02:36 AM
iamasmith Actually 'henley_regatta' a better way of ... Aug 25 2004, 07:52 AM
henley_regatta QUOTE(iamasmith @ Aug 25 2004, 03:52 PM)Actua... Aug 25 2004, 08:15 AM
Tehas Did any of you get this working? I just got my SL... Dec 13 2004, 06:05 PM
xenophobe What kind of JVM you use?.
My application written... Dec 14 2004, 09:10 AM
Tehas I want to target the JVM that came with the 6000. ... Dec 15 2004, 05:28 AM
xenophobe SL-6000 has two JVM - Jeode (evm) and Sun J2ME PP ... Dec 15 2004, 06:49 AM
Omicron I just got my 6000L, but I would be glad to take a... Dec 19 2004, 12:11 AM
speculatrix not quite fully relevant but I was playing with my... Nov 23 2005, 03:15 PM![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 01:38 AM |