| Author |
Message |
|
2007/10/29 22:34
|
|
|
|
|
sudo sh ./VP_Suite_Linux_3_1_sp1_20071018.sh
Unpacking JRE ...
Preparing JRE ...
Starting Installer ...
/usr/share/themes/Human/gtk-2.0/gtkrc:71: Engine "ubuntulooks" is unsupported, ignoring
/usr/share/themes/Human/gtk-2.0/gtkrc:242: Priority specification is unsupported, ignoring
Then a blank window which presumably is the product selector.
I also tried the noinstall version.
Hardware: lenovo t61p
|
|
|
|
 |
| |
|
2007/10/29 22:54
|
|
|
|
|
sudo sh ./VP_Suite_Linux_3_1_sp1_20071018.sh
Unpacking JRE ...
Preparing JRE ...
Starting Installer ...
/usr/share/themes/Human/gtk-2.0/gtkrc:71: Engine "ubuntulooks" is unsupported, ignoring
/usr/share/themes/Human/gtk-2.0/gtkrc:242: Priority specification is unsupported, ignoring
Then a blank window which presumably is the product selector.
I also tried the noinstall version.
Hardware: lenovo t61p
|
Works with a soft link to my own jre
|
|
|
|
 |
| |
|
2007/10/30 09:05
|
|
|
Jick
Joined: 2005/04/29
Messages: 2880
Offline
|
|
|
|
Hi user,
Feel free to let me know if there are any questions.
Best regards,
Jick
|
Visual Paradigm International Ltd.
http://www.visual-paradigm.com
Build Quality Applications Faster, Better and Cheaper |
|
|
|
 |
| |
|
2007/11/10 04:40
|
|
|
|
|
Could someone please explain to me how i can get visual paradigm installed on my ubuntu 7.10 as i keep getting an installer screen but it is blank!!
Thanks
|
|
|
|
 |
| |
|
2007/11/10 10:41
|
|
|
Jick
Joined: 2005/04/29
Messages: 2880
Offline
|
|
|
|
Hi user,
Please try disable 3D desktop and try again.
Best regards,
Jick
|
Visual Paradigm International Ltd.
http://www.visual-paradigm.com
Build Quality Applications Faster, Better and Cheaper |
|
|
|
 |
| |
|
2007/11/11 09:18
|
|
|
|
|
As a workaround for 3D Desktop Effects, I created a simple startup script. This should get rid of the blank grey windows:
launch_vpuml.sh
!#/bin/sh
export AWT_TOOLKIT=MToolkit
sh "/opt/VP_Suite3.1/launcher/run_vpuml" |
Replace the location in the last line with the location of the file 'run_vpuml' if you installed in a different location.
The main workaround is the export line.
Make the file executable with "chmod +x launch_vpuml.sh" or right-click->properties->permissions->Allow executing file as program.
Then edit your Applications menu and make a new item, the command should be "sh /home/username/launch_vpuml.sh"
The icon is located in "/opt/VP_Suite3.1/.install4j" and named "run_vpuml.png"
Note: this can happen in many Java programs. This workaround usually works for all Java apps with this problem.
|
|
|
|
 |
| |
|
2007/11/14 00:27
|
|
|
|
|
As a workaround for 3D Desktop Effects, I created a simple startup script. This should get rid of the blank grey windows:
launch_vpuml.sh
!#/bin/sh
export AWT_TOOLKIT=MToolkit
sh "/opt/VP_Suite3.1/launcher/run_vpuml" |
Replace the location in the last line with the location of the file 'run_vpuml' if you installed in a different location.
The main workaround is the export line.
Make the file executable with "chmod +x launch_vpuml.sh" or right-click->properties->permissions->Allow executing file as program.
Then edit your Applications menu and make a new item, the command should be "sh /home/username/launch_vpuml.sh"
The icon is located in "/opt/VP_Suite3.1/.install4j" and named "run_vpuml.png"
Note: this can happen in many Java programs. This workaround usually works for all Java apps with this problem.
|
Hello!
Thank you very much by the tips! I've been running lately with the same issue. Fixed now with that yours script. I just wanted to know what does that export line does to make it work. I'm just asking you this just because I'm newbie and is always good to know something more.
Thanks
Jorge Daniel
|
|
|
|
 |
| |
|
2007/12/29 17:32
|
|
|
|
|
I receive a different error which I don't understand. Terminal reports:
./VP_Suite_Linux_3_1_sp1_20071119.sh: 229: bin/unpack200: not found
Error unpacking jar files. Aborting.
|
|
|
|
 |
| |
|
2008/02/13 21:26
|
|
|
|
|
A miña solución é a seguinte:
abrir unha consola e escribir
#metacity --replace
noutra consola executar o sh de VP
*********************
My solution is next:
write into console # metacity --replace
into other console you may to execute VP's shell
thanks
**********************
Mi solución es la siguiente:
abrir una consola y escribir
#metacity --replace
en otra consola ejecutar el sh del Visual Paradigm
****************************
GALIZA IS NOT SPAIN
|
|
|
|
 |
| |
|
2008/03/18 02:00
|
|
|
|
|
|
Had the same problem... fixed with the script though. I think that should be part of the installation guide.
|
|
|
|
 |
| |
|
2008/03/18 11:26
|
|
|
LilianWong
Joined: 2008/02/22
Messages: 454
Online
|
|
|
|
Hi users,
We are sorry for the inconvenience caused. We will soon prepare a resource page for this issue. Once the page is ready, we'll inform you immediately.
Best regards,
Lilian Wong
|
|
|
|
 |
| |
|
2008/03/18 13:00
|
|
|
DragosB
Joined: 2008/03/18
Messages: 3
Offline
|
|
|
|
Hello!
Thank you very much by the tips! I've been running lately with the same issue. Fixed now with that yours script. I just wanted to know what does that export line does to make it work. I'm just asking you this just because I'm newbie and is always good to know something more.
Thanks
Jorge Danie
|
This is a Beryl issue, and therefore inherited by compiz-fussion also; Beryl causes Java Swing components to not be displayed. Basically this is a fix for Beryl to properly handle Java apps that use Swing Toolkit as their look and fell engine. The default value for AWTToolkit variable is the old AWT Toolkit used by Java apps. It should be explicitly set to MToolkit for Beryl to "enable" Swing support, or in other words, to properly handle Swing based Java apps.
|
|
|
|
 |
| |
|
2008/05/08 13:35
|
|
|
LilianWong
Joined: 2008/02/22
Messages: 454
Online
|
|
|
|
|
 |
| |