<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Installation fails un Ubuntu 7.10"]]></title>
		<link>http://forums.visual-paradigm.com/posts/6.html</link>
		<description><![CDATA[Latest messages posted in the topic "Installation fails un Ubuntu 7.10"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ sudo sh ./VP_Suite_Linux_3_1_sp1_20071018.sh <br> Unpacking JRE ...<br> Preparing JRE ...<br> Starting Installer ...<br> /usr/share/themes/Human/gtk-2.0/gtkrc:71: Engine "ubuntulooks" is unsupported, ignoring<br> /usr/share/themes/Human/gtk-2.0/gtkrc:242: Priority specification is unsupported, ignoring<br> <br> Then a blank window which presumably is the product selector.<br> <br> I also tried the noinstall version.<br> <br> Hardware: lenovo t61p<br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#19865.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#19865.html</link>
				<pubDate><![CDATA[Mon, 29 Oct 2007 22:34:37]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ <table class="quote-table-simple" align="center">
		<tr> 
		<td><span class="genmed"><b>Anonymous wrote:</b></span></td>
		</tr>
		</table>
		
		<table class="quote-table" align="center">
		<tr>
		<td class="quote">sudo sh ./VP_Suite_Linux_3_1_sp1_20071018.sh <br> Unpacking JRE ...<br> Preparing JRE ...<br> Starting Installer ...<br> /usr/share/themes/Human/gtk-2.0/gtkrc:71: Engine "ubuntulooks" is unsupported, ignoring<br> /usr/share/themes/Human/gtk-2.0/gtkrc:242: Priority specification is unsupported, ignoring<br> <br> Then a blank window which presumably is the product selector.<br> <br> I also tried the noinstall version.<br> <br> Hardware: lenovo t61p<br> &nbsp;
		</td>
		</tr>
		</table><br> <br> Works with a soft link to my own jre]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#19866.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#19866.html</link>
				<pubDate><![CDATA[Mon, 29 Oct 2007 22:54:39]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re:Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ Hi user,<br> <br> Feel free to let me know if there are any questions.<br> <br> Best regards,<br> Jick<br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#19872.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#19872.html</link>
				<pubDate><![CDATA[Tue, 30 Oct 2007 09:05:45]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ 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!!<br> <br> <br> Thanks]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#20106.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#20106.html</link>
				<pubDate><![CDATA[Sat, 10 Nov 2007 04:40:43]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re:Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ Hi user,<br> <br> Please try disable 3D desktop and try again.<br> <br> Best regards,<br> Jick<br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#20109.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#20109.html</link>
				<pubDate><![CDATA[Sat, 10 Nov 2007 10:41:26]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ As a workaround for 3D Desktop Effects, I created a simple startup script. This should get rid of the blank grey windows:<br> <br> launch_vpuml.sh<br>  <table class="code-table-simple" align="center">
		<tr> 
		<td><span class="genmed"><b>Code:</b></span></td>
		</tr>
		</table>
		<table class="code-table" align="center">
		<tr>
		<td class="code">
		<pre> !#/bin/sh
 export AWT_TOOLKIT=MToolkit 
 sh "/opt/VP_Suite3.1/launcher/run_vpuml" </pre></td>
		</tr>
		</table> <br> <br> Replace the location in the last line with the location of the file 'run_vpuml' if you installed in a different location.<br> The main workaround is the export line.<br> <br> Make the file executable with "chmod +x launch_vpuml.sh" or right-click->properties->permissions->Allow executing file as program.<br> <br> Then edit your Applications menu and make a new item, the command should be "sh /home/username/launch_vpuml.sh"<br> The icon is located in "/opt/VP_Suite3.1/.install4j" and named "run_vpuml.png"<br> <br> Note: this can happen in many Java programs. This workaround usually works for all Java apps with this problem.]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#20117.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#20117.html</link>
				<pubDate><![CDATA[Sun, 11 Nov 2007 09:18:45]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re:Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ <table class="quote-table-simple" align="center">
		<tr> 
		<td><span class="genmed"><b>Anonymous wrote:</b></span></td>
		</tr>
		</table>
		
		<table class="quote-table" align="center">
		<tr>
		<td class="quote">As a workaround for 3D Desktop Effects, I created a simple startup script. This should get rid of the blank grey windows:<br> <br> launch_vpuml.sh<br>  <table class="code-table-simple" align="center">
		<tr> 
		<td><span class="genmed"><b>Code:</b></span></td>
		</tr>
		</table>
		<table class="code-table" align="center">
		<tr>
		<td class="code">
		<pre> !#/bin/sh
 export AWT_TOOLKIT=MToolkit 
 sh "/opt/VP_Suite3.1/launcher/run_vpuml" </pre></td>
		</tr>
		</table> <br> <br> Replace the location in the last line with the location of the file 'run_vpuml' if you installed in a different location.<br> The main workaround is the export line.<br> <br> Make the file executable with "chmod +x launch_vpuml.sh" or right-click->properties->permissions->Allow executing file as program.<br> <br> Then edit your Applications menu and make a new item, the command should be "sh /home/username/launch_vpuml.sh"<br> The icon is located in "/opt/VP_Suite3.1/.install4j" and named "run_vpuml.png"<br> <br> Note: this can happen in many Java programs. This workaround usually works for all Java apps with this problem.&nbsp;
		</td>
		</tr>
		</table><br> <br> Hello!<br> <br>     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.<br> <br> Thanks<br> <br> Jorge Daniel]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#20155.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#20155.html</link>
				<pubDate><![CDATA[Wed, 14 Nov 2007 00:27:31]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re:Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ I receive a different error which I don't understand. Terminal reports:<br> <br> ./VP_Suite_Linux_3_1_sp1_20071119.sh: 229: bin/unpack200: not found<br> Error unpacking jar files. Aborting.]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#20535.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#20535.html</link>
				<pubDate><![CDATA[Sat, 29 Dec 2007 17:32:18]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re:Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ A miña solución é a seguinte:<br> abrir unha consola e escribir <br> #metacity --replace<br> noutra consola executar o sh de VP<br> <br> *********************<br> <br> My solution is next:<br> <br> write into console # metacity --replace<br> <br> into other console you may to execute VP's shell<br> <br> thanks<br> <br> <br> **********************<br> <br> Mi solución es la siguiente:<br> abrir una consola y escribir<br> #metacity --replace<br> en otra consola ejecutar el sh del Visual Paradigm<br> <br> ****************************<br> <br> GALIZA IS NOT SPAIN<br> <br> <br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#21343.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#21343.html</link>
				<pubDate><![CDATA[Wed, 13 Feb 2008 21:26:07]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re:Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ Had the same problem... fixed with the script though. I think that should be part of the installation guide.]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#23766.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#23766.html</link>
				<pubDate><![CDATA[Tue, 18 Mar 2008 02:00:16]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re:Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ Hi users,<br> <br> 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.<br> <br> Best regards,<br> Lilian Wong]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#23786.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#23786.html</link>
				<pubDate><![CDATA[Tue, 18 Mar 2008 11:26:42]]></pubDate>
				<author><![CDATA[ LilianWong]]></author>
			</item>
			<item>
				<title>Re:Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ <table class="quote-table-simple" align="center">
		<tr> 
		<td><span class="genmed"><b>Anonymous wrote:</b></span></td>
		</tr>
		</table>
		
		<table class="quote-table" align="center">
		<tr>
		<td class="quote"><br> Hello!<br> <br>     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.<br> <br> Thanks<br> <br> Jorge Danie<br> &nbsp;
		</td>
		</tr>
		</table><br> <br> <b> <br> 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.<br> </b> <br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#23798.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#23798.html</link>
				<pubDate><![CDATA[Tue, 18 Mar 2008 13:00:20]]></pubDate>
				<author><![CDATA[ DragosB]]></author>
			</item>
			<item>
				<title>Re:Installation fails un Ubuntu 7.10</title>
				<description><![CDATA[ Hi users,<br> <br> I would like to let you know that the resource page regarding to this issue in Linux is available now. You may visit the page at the following link and I hope the article would help.<br> <br> <a href="http://resources2.visual-paradigm.com/index.php/tips-support/53-support/61-blank-screen.html" target="_blank" rel="nofollow">http://resources2.visual-paradigm.com/index.php/tips-support/53-support/61-blank-screen.html</a><br> <br> If you need any assistance, please feel free to contact our Technical Support Team through <a href="http://www.visual-paradigm.com/support/technicalsupport.jsp" target="_blank" rel="nofollow">http://www.visual-paradigm.com/support/technicalsupport.jsp</a><br> <br> Best regards,<br> Lilian Wong]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2588#34049.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2588#34049.html</link>
				<pubDate><![CDATA[Thu, 8 May 2008 13:35:47]]></pubDate>
				<author><![CDATA[ LilianWong]]></author>
			</item>
	</channel>
</rss>