Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-20 Thread Sparrow
Thank you. It works! But what about the multi-blank-window problem of
Mathematica 6.0.1?

On 10/20/07, giacomoi <[EMAIL PROTECTED]> wrote:
>
> Sorry, I stand corrected!
>
> If one does *not* change the AWT_TOOLKIT environment variable and uses
> export MATLAB_JAVA=/usr/lib/jvm/java-6-sun/jre
>
> matlab R2007b works just fine!
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-24 Thread Sparrow
In fact, there is a method to close the two blank windows. First , move your
mouse to the position of "File" on the menu-bar. There nothing there, but
you know that is the position for "File". Although nothing is there, you can
click it and bring up the File Menu. Then by choosing "Close", you can close
the blank windows. As far as I know, this method can close the two blank
windows and does not affect the normal window.

But the two-blank-windows problem is still very annoying. I wish someone
could come up with a real solution.

On 10/23/07, davebadger <[EMAIL PROTECTED]> wrote:
>
> VERY hacky workaround for the Mathematica two extra windows bug:
>
> 1) Install compiz manager:
>
> sudo apt-get install compizconfig-settings-manager
>
> 2) Run it via Settings -> Preferences -> Advanced Desktop Effects Settings
> 3) Make sure the Regular Expressions and Window Rules plugins are enabled
> 4) Go into Window Rules and enter the following in the 'Skip taskbar',
> 'Skip pager' and 'Below' fields:
>
> name=XMathematica & !title=[A-Za-z0-9] & type=normal
>
> This at least stops the windows taking up taskbar space. You can then
> minimise the visual interference from each of these windows by holding
> the alt key and rolling the mouse wheel down over the offending windows
> to minimise their opacity, then drag them to the bottom of the screen.
> They are now nearly invisible, behind everything and taking up no
> taskbar space.
>
> Alternatively, you can make the windows invisible by default by entering
> General Options on the compiz manager, clicking the Opacity Settings tab
> and clicking the Add button under window opacities, enter the same
> name=XMath... string from above and setting the opacity to 0. This would
> work nicely, except it means that you have invisible windows that you
> can't 'click through' to access the desktop. Also, other windows making
> the same name=XMath... statement will be invisible and will not appear,
> though this is probably unlikely as the windows would have to match the
> whole expression including not having a title.
>
> Clearly a dirty hack but hopefully of some practical use anyway, I will
> keep trying for a better method and post if any success.
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-24 Thread Sparrow
You are right. I think this is the best solution so far. Thank you.

On 10/24/07, stojic <[EMAIL PROTECTED]> wrote:
>
> There is a workaround for Mathematica 6 blank windows problem. Open
> Option Inspector and set option WindowFrame (in Notebook Options ->
> Window Properties) to ThinFrame. This completely resolves the issue on
> my system (Slackware 12 with GNOME 2.18, compiz 0.5.2, and NVIDIA card
> with 100.14.09 driver). Blank windows appear momentarily when
> Mathematica starts, but disappear immediately.
>
> Hope this helps.
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
Public bug reported:

Binary package hint: compiz-core

1) When the desktop effects are on, running Mathematica 6.0.1 will give
me two more blank windows plus a third normal window. The normal window
seems to be OK, and works well. But the two blank windows are annoying.

2) When the desktop effects are on, running Matlab 2007b will give me a
blank window with a "start" button at the bottom left corner. After
searching the web, I found that someone suggested "export
AWT_TOOLKIT=MToolkit" before running Matlab. This method however does
not work: Matlab crashes and I got the error:

Unable to initialize com.mathworks.mwswing.MJStartup
java.lang.UnsatisfiedLinkError: Can't load library: 
/opt/matlab/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/motif12/libmawt.so
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.(Unknown Source)
at java.awt.Component.(Unknown Source)
at javax.swing.ImageIcon.(Unknown Source)
at com.mathworks.mwswing.desk.Desktop.(Desktop.java:103)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at 
com.mathworks.jmi.OpaqueJavaInterface.findClass(OpaqueJavaInterface.java:470)
 Failed to start the Desktop: Failure loading desktop class

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
I forgot to mention that I am using nVidia card "nVidia Corporation G80
[GeForce 8300 GS]".

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
More comment: In another computer with ATI+Xgl, Matlab 2007b works fine
with compiz-fusion. But the problem with Mathematica 6.0.1 remains. Both
Mathematica 6.0.1 and Matlab 2007b use Java.

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
More comment: In another computer with ATI+Xgl, Matlab 2007b works fine
with compiz-fusion after I put "export AWT_TOOLKIT=MToolkit" in the
beginning of matlab shell script. But the problem with Mathematica 6.0.1
remains. Both Mathematica 6.0.1 and Matlab 2007b use Java.

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-17 Thread Sparrow
No, this method does not work for me. I am using Matlab 2007b, and export
AWT_TOOLKIT=MToolkit will give me the following error.

Unable to initialize com.mathworks.mwswing.MJStartup
java.lang.UnsatisfiedLinkError: Can't load library:
/opt/matlab/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/motif12/libmawt.so
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.load0(Unknown Source)
   at java.lang.System.load(Unknown Source)
   at java.lang.ClassLoader$NativeLibrary.load(Native Method)
   at java.lang.ClassLoader.loadLibrary0(Unknown Source)
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.loadLibrary0(Unknown Source)
   at java.lang.System.loadLibrary(Unknown Source)
   at sun.security.action.LoadLibraryAction.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
   at sun.awt.DebugHelper.(Unknown Source)
   at java.awt.Component.(Unknown Source)
   at javax.swing.ImageIcon.(Unknown Source)
   at com.mathworks.mwswing.desk.Desktop.(Desktop.java:103)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Unknown Source)
   at com.mathworks.jmi.OpaqueJavaInterface.findClass(
OpaqueJavaInterface.java:470)
 Failed to start the Desktop: Failure loading desktop class


On 10/17/07, Rouben <[EMAIL PROTECTED]> wrote:
>
> Ah, OK, so this is a Java configuration issue then. I am therefore
> marking this bug as invalid.
>
> ** Changed in: compiz (Ubuntu)
>Status: New => Invalid
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
cell phone:   310-210-1764
Skype: walkingsparrow
SkypeIn #:   773-782-6271
email, MSN, GTalk: [EMAIL PROTECTED]
email:   [EMAIL PROTECTED]
QQ:  664232662

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-18 Thread Sparrow
Yeah, my home computer is 32bit. And this method works. But it does not work
for my 64bit machine.
And the multiple-blank-window problem of Mathematica 6.0.1 still remains for
both 32bit and 64bit machines. I think something in java conflicts with
compiz-core.


On 10/18/07, guillem <[EMAIL PROTECTED]> wrote:
>
> Sparrow,
> Do you have a 64 bit processor?
> So, couldn't you test it using the 32 bit java libraries?
>
>
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-19 Thread Sparrow
"export XLIB_SKIP_ARGB_VISUALS=1" does not help on neither 32bit nor 64bit
machines. I gues I have to wait for future upgrades of compiz-core. Right
now I just switch back to the no-desktop-effects settings.

Hai

On 10/19/07, guillem <[EMAIL PROTECTED]> wrote:
>
> I don't have experience in  java problems...Sorry if I can't help you ...
> I have also a 64-bit PC but I am working with ubuntu gutsy gibbon 32 bits
> (To avoid all of these problems).
> Try to use the Mathematica in the 32-bit PC after adding:
>
> "export XLIB_SKIP_ARGB_VISUALS=1"
>
> via https://help.ubuntu.com/community/Mathematica
>
>
> 2007/10/18, Sparrow <[EMAIL PROTECTED]>:
> >
> > Yeah, my home computer is 32bit. And this method works. But it does not
> > work
> > for my 64bit machine.
> > And the multiple-blank-window problem of Mathematica 6.0.1 still remains
> > for
> > both 32bit and 64bit machines. I think something in java conflicts with
> > compiz-core.
> >
> >
> > On 10/18/07, guillem <[EMAIL PROTECTED]> wrote:
> > >
> > > Sparrow,
> > > Do you have a 64 bit processor?
> > > So, couldn't you test it using the 32 bit java libraries?
> > >
> > >
> > >
> >
> > --
> > Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> > https://bugs.launchpad.net/bugs/153045
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
cell phone:   310-210-1764
Skype: walkingsparrow
SkypeIn #:   773-782-6271
email, MSN, GTalk: [EMAIL PROTECTED]
email:   [EMAIL PROTECTED]
QQ:  664232662

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175484] Re: snd-hda-intel broken in generic_2.6.22-14.38_amd64

2007-12-12 Thread Sparrow
The upgrade of linux-ubuntu-modules-2.6.22-14-generic from .37 to .38
just makes my all gnome applications crash, the machine cannot restart
properly. I have to push the power button to shut it down.

-- 
snd-hda-intel broken in generic_2.6.22-14.38_amd64
https://bugs.launchpad.net/bugs/175484
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-18 Thread Sparrow
Yeah, my home computer is 32bit. And this method works. But it does not work
for my 64bit machine.
And the multiple-blank-window problem of Mathematica 6.0.1 still remains for
both 32bit and 64bit machines. I think something in java conflicts with
compiz-core.


On 10/18/07, guillem <[EMAIL PROTECTED]> wrote:
>
> Sparrow,
> Do you have a 64 bit processor?
> So, couldn't you test it using the 32 bit java libraries?
>
>
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-19 Thread Sparrow
"export XLIB_SKIP_ARGB_VISUALS=1" does not help on neither 32bit nor 64bit
machines. I gues I have to wait for future upgrades of compiz-core. Right
now I just switch back to the no-desktop-effects settings.

Hai

On 10/19/07, guillem <[EMAIL PROTECTED]> wrote:
>
> I don't have experience in  java problems...Sorry if I can't help you ...
> I have also a 64-bit PC but I am working with ubuntu gutsy gibbon 32 bits
> (To avoid all of these problems).
> Try to use the Mathematica in the 32-bit PC after adding:
>
> "export XLIB_SKIP_ARGB_VISUALS=1"
>
> via https://help.ubuntu.com/community/Mathematica
>
>
> 2007/10/18, Sparrow <[EMAIL PROTECTED]>:
> >
> > Yeah, my home computer is 32bit. And this method works. But it does not
> > work
> > for my 64bit machine.
> > And the multiple-blank-window problem of Mathematica 6.0.1 still remains
> > for
> > both 32bit and 64bit machines. I think something in java conflicts with
> > compiz-core.
> >
> >
> > On 10/18/07, guillem <[EMAIL PROTECTED]> wrote:
> > >
> > > Sparrow,
> > > Do you have a 64 bit processor?
> > > So, couldn't you test it using the 32 bit java libraries?
> > >
> > >
> > >
> >
> > --
> > Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> > https://bugs.launchpad.net/bugs/153045
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
cell phone:   310-210-1764
Skype: walkingsparrow
SkypeIn #:   773-782-6271
email, MSN, GTalk: [EMAIL PROTECTED]
email:   [EMAIL PROTECTED]
QQ:  664232662

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-20 Thread Sparrow
Thank you. It works! But what about the multi-blank-window problem of
Mathematica 6.0.1?

On 10/20/07, giacomoi <[EMAIL PROTECTED]> wrote:
>
> Sorry, I stand corrected!
>
> If one does *not* change the AWT_TOOLKIT environment variable and uses
> export MATLAB_JAVA=/usr/lib/jvm/java-6-sun/jre
>
> matlab R2007b works just fine!
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175484] Re: snd-hda-intel broken in generic_2.6.22-14.38_amd64

2007-12-12 Thread Sparrow
The upgrade of linux-ubuntu-modules-2.6.22-14-generic from .37 to .38
just makes my all gnome applications crash, the machine cannot restart
properly. I have to push the power button to shut it down.

-- 
snd-hda-intel broken in generic_2.6.22-14.38_amd64
https://bugs.launchpad.net/bugs/175484
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-24 Thread Sparrow
In fact, there is a method to close the two blank windows. First , move your
mouse to the position of "File" on the menu-bar. There nothing there, but
you know that is the position for "File". Although nothing is there, you can
click it and bring up the File Menu. Then by choosing "Close", you can close
the blank windows. As far as I know, this method can close the two blank
windows and does not affect the normal window.

But the two-blank-windows problem is still very annoying. I wish someone
could come up with a real solution.

On 10/23/07, davebadger <[EMAIL PROTECTED]> wrote:
>
> VERY hacky workaround for the Mathematica two extra windows bug:
>
> 1) Install compiz manager:
>
> sudo apt-get install compizconfig-settings-manager
>
> 2) Run it via Settings -> Preferences -> Advanced Desktop Effects Settings
> 3) Make sure the Regular Expressions and Window Rules plugins are enabled
> 4) Go into Window Rules and enter the following in the 'Skip taskbar',
> 'Skip pager' and 'Below' fields:
>
> name=XMathematica & !title=[A-Za-z0-9] & type=normal
>
> This at least stops the windows taking up taskbar space. You can then
> minimise the visual interference from each of these windows by holding
> the alt key and rolling the mouse wheel down over the offending windows
> to minimise their opacity, then drag them to the bottom of the screen.
> They are now nearly invisible, behind everything and taking up no
> taskbar space.
>
> Alternatively, you can make the windows invisible by default by entering
> General Options on the compiz manager, clicking the Opacity Settings tab
> and clicking the Add button under window opacities, enter the same
> name=XMath... string from above and setting the opacity to 0. This would
> work nicely, except it means that you have invisible windows that you
> can't 'click through' to access the desktop. Also, other windows making
> the same name=XMath... statement will be invisible and will not appear,
> though this is probably unlikely as the windows would have to match the
> whole expression including not having a title.
>
> Clearly a dirty hack but hopefully of some practical use anyway, I will
> keep trying for a better method and post if any success.
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-24 Thread Sparrow
You are right. I think this is the best solution so far. Thank you.

On 10/24/07, stojic <[EMAIL PROTECTED]> wrote:
>
> There is a workaround for Mathematica 6 blank windows problem. Open
> Option Inspector and set option WindowFrame (in Notebook Options ->
> Window Properties) to ThinFrame. This completely resolves the issue on
> my system (Slackware 12 with GNOME 2.18, compiz 0.5.2, and NVIDIA card
> with 100.14.09 driver). Blank windows appear momentarily when
> Mathematica starts, but disappear immediately.
>
> Hope this helps.
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
Public bug reported:

Binary package hint: compiz-core

1) When the desktop effects are on, running Mathematica 6.0.1 will give
me two more blank windows plus a third normal window. The normal window
seems to be OK, and works well. But the two blank windows are annoying.

2) When the desktop effects are on, running Matlab 2007b will give me a
blank window with a "start" button at the bottom left corner. After
searching the web, I found that someone suggested "export
AWT_TOOLKIT=MToolkit" before running Matlab. This method however does
not work: Matlab crashes and I got the error:

Unable to initialize com.mathworks.mwswing.MJStartup
java.lang.UnsatisfiedLinkError: Can't load library: 
/opt/matlab/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/motif12/libmawt.so
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.(Unknown Source)
at java.awt.Component.(Unknown Source)
at javax.swing.ImageIcon.(Unknown Source)
at com.mathworks.mwswing.desk.Desktop.(Desktop.java:103)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at 
com.mathworks.jmi.OpaqueJavaInterface.findClass(OpaqueJavaInterface.java:470)
 Failed to start the Desktop: Failure loading desktop class

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
I forgot to mention that I am using nVidia card "nVidia Corporation G80
[GeForce 8300 GS]".

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
More comment: In another computer with ATI+Xgl, Matlab 2007b works fine
with compiz-fusion. But the problem with Mathematica 6.0.1 remains. Both
Mathematica 6.0.1 and Matlab 2007b use Java.

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
More comment: In another computer with ATI+Xgl, Matlab 2007b works fine
with compiz-fusion after I put "export AWT_TOOLKIT=MToolkit" in the
beginning of matlab shell script. But the problem with Mathematica 6.0.1
remains. Both Mathematica 6.0.1 and Matlab 2007b use Java.

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-17 Thread Sparrow
No, this method does not work for me. I am using Matlab 2007b, and export
AWT_TOOLKIT=MToolkit will give me the following error.

Unable to initialize com.mathworks.mwswing.MJStartup
java.lang.UnsatisfiedLinkError: Can't load library:
/opt/matlab/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/motif12/libmawt.so
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.load0(Unknown Source)
   at java.lang.System.load(Unknown Source)
   at java.lang.ClassLoader$NativeLibrary.load(Native Method)
   at java.lang.ClassLoader.loadLibrary0(Unknown Source)
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.loadLibrary0(Unknown Source)
   at java.lang.System.loadLibrary(Unknown Source)
   at sun.security.action.LoadLibraryAction.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
   at sun.awt.DebugHelper.(Unknown Source)
   at java.awt.Component.(Unknown Source)
   at javax.swing.ImageIcon.(Unknown Source)
   at com.mathworks.mwswing.desk.Desktop.(Desktop.java:103)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Unknown Source)
   at com.mathworks.jmi.OpaqueJavaInterface.findClass(
OpaqueJavaInterface.java:470)
 Failed to start the Desktop: Failure loading desktop class


On 10/17/07, Rouben <[EMAIL PROTECTED]> wrote:
>
> Ah, OK, so this is a Java configuration issue then. I am therefore
> marking this bug as invalid.
>
> ** Changed in: compiz (Ubuntu)
>Status: New => Invalid
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
cell phone:   310-210-1764
Skype: walkingsparrow
SkypeIn #:   773-782-6271
email, MSN, GTalk: [EMAIL PROTECTED]
email:   [EMAIL PROTECTED]
QQ:  664232662

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175484] Re: snd-hda-intel broken in generic_2.6.22-14.38_amd64

2007-12-12 Thread Sparrow
The upgrade of linux-ubuntu-modules-2.6.22-14-generic from .37 to .38
just makes my all gnome applications crash, the machine cannot restart
properly. I have to push the power button to shut it down.

-- 
snd-hda-intel broken in generic_2.6.22-14.38_amd64
https://bugs.launchpad.net/bugs/175484
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-20 Thread Sparrow
Thank you. It works! But what about the multi-blank-window problem of
Mathematica 6.0.1?

On 10/20/07, giacomoi <[EMAIL PROTECTED]> wrote:
>
> Sorry, I stand corrected!
>
> If one does *not* change the AWT_TOOLKIT environment variable and uses
> export MATLAB_JAVA=/usr/lib/jvm/java-6-sun/jre
>
> matlab R2007b works just fine!
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-24 Thread Sparrow
In fact, there is a method to close the two blank windows. First , move your
mouse to the position of "File" on the menu-bar. There nothing there, but
you know that is the position for "File". Although nothing is there, you can
click it and bring up the File Menu. Then by choosing "Close", you can close
the blank windows. As far as I know, this method can close the two blank
windows and does not affect the normal window.

But the two-blank-windows problem is still very annoying. I wish someone
could come up with a real solution.

On 10/23/07, davebadger <[EMAIL PROTECTED]> wrote:
>
> VERY hacky workaround for the Mathematica two extra windows bug:
>
> 1) Install compiz manager:
>
> sudo apt-get install compizconfig-settings-manager
>
> 2) Run it via Settings -> Preferences -> Advanced Desktop Effects Settings
> 3) Make sure the Regular Expressions and Window Rules plugins are enabled
> 4) Go into Window Rules and enter the following in the 'Skip taskbar',
> 'Skip pager' and 'Below' fields:
>
> name=XMathematica & !title=[A-Za-z0-9] & type=normal
>
> This at least stops the windows taking up taskbar space. You can then
> minimise the visual interference from each of these windows by holding
> the alt key and rolling the mouse wheel down over the offending windows
> to minimise their opacity, then drag them to the bottom of the screen.
> They are now nearly invisible, behind everything and taking up no
> taskbar space.
>
> Alternatively, you can make the windows invisible by default by entering
> General Options on the compiz manager, clicking the Opacity Settings tab
> and clicking the Add button under window opacities, enter the same
> name=XMath... string from above and setting the opacity to 0. This would
> work nicely, except it means that you have invisible windows that you
> can't 'click through' to access the desktop. Also, other windows making
> the same name=XMath... statement will be invisible and will not appear,
> though this is probably unlikely as the windows would have to match the
> whole expression including not having a title.
>
> Clearly a dirty hack but hopefully of some practical use anyway, I will
> keep trying for a better method and post if any success.
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
Public bug reported:

Binary package hint: compiz-core

1) When the desktop effects are on, running Mathematica 6.0.1 will give
me two more blank windows plus a third normal window. The normal window
seems to be OK, and works well. But the two blank windows are annoying.

2) When the desktop effects are on, running Matlab 2007b will give me a
blank window with a "start" button at the bottom left corner. After
searching the web, I found that someone suggested "export
AWT_TOOLKIT=MToolkit" before running Matlab. This method however does
not work: Matlab crashes and I got the error:

Unable to initialize com.mathworks.mwswing.MJStartup
java.lang.UnsatisfiedLinkError: Can't load library: 
/opt/matlab/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/motif12/libmawt.so
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.(Unknown Source)
at java.awt.Component.(Unknown Source)
at javax.swing.ImageIcon.(Unknown Source)
at com.mathworks.mwswing.desk.Desktop.(Desktop.java:103)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at 
com.mathworks.jmi.OpaqueJavaInterface.findClass(OpaqueJavaInterface.java:470)
 Failed to start the Desktop: Failure loading desktop class

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
I forgot to mention that I am using nVidia card "nVidia Corporation G80
[GeForce 8300 GS]".

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
More comment: In another computer with ATI+Xgl, Matlab 2007b works fine
with compiz-fusion. But the problem with Mathematica 6.0.1 remains. Both
Mathematica 6.0.1 and Matlab 2007b use Java.

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
More comment: In another computer with ATI+Xgl, Matlab 2007b works fine
with compiz-fusion after I put "export AWT_TOOLKIT=MToolkit" in the
beginning of matlab shell script. But the problem with Mathematica 6.0.1
remains. Both Mathematica 6.0.1 and Matlab 2007b use Java.

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-17 Thread Sparrow
No, this method does not work for me. I am using Matlab 2007b, and export
AWT_TOOLKIT=MToolkit will give me the following error.

Unable to initialize com.mathworks.mwswing.MJStartup
java.lang.UnsatisfiedLinkError: Can't load library:
/opt/matlab/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/motif12/libmawt.so
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.load0(Unknown Source)
   at java.lang.System.load(Unknown Source)
   at java.lang.ClassLoader$NativeLibrary.load(Native Method)
   at java.lang.ClassLoader.loadLibrary0(Unknown Source)
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.loadLibrary0(Unknown Source)
   at java.lang.System.loadLibrary(Unknown Source)
   at sun.security.action.LoadLibraryAction.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
   at sun.awt.DebugHelper.(Unknown Source)
   at java.awt.Component.(Unknown Source)
   at javax.swing.ImageIcon.(Unknown Source)
   at com.mathworks.mwswing.desk.Desktop.(Desktop.java:103)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Unknown Source)
   at com.mathworks.jmi.OpaqueJavaInterface.findClass(
OpaqueJavaInterface.java:470)
 Failed to start the Desktop: Failure loading desktop class


On 10/17/07, Rouben <[EMAIL PROTECTED]> wrote:
>
> Ah, OK, so this is a Java configuration issue then. I am therefore
> marking this bug as invalid.
>
> ** Changed in: compiz (Ubuntu)
>Status: New => Invalid
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
cell phone:   310-210-1764
Skype: walkingsparrow
SkypeIn #:   773-782-6271
email, MSN, GTalk: [EMAIL PROTECTED]
email:   [EMAIL PROTECTED]
QQ:  664232662

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-18 Thread Sparrow
Yeah, my home computer is 32bit. And this method works. But it does not work
for my 64bit machine.
And the multiple-blank-window problem of Mathematica 6.0.1 still remains for
both 32bit and 64bit machines. I think something in java conflicts with
compiz-core.


On 10/18/07, guillem <[EMAIL PROTECTED]> wrote:
>
> Sparrow,
> Do you have a 64 bit processor?
> So, couldn't you test it using the 32 bit java libraries?
>
>
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-19 Thread Sparrow
"export XLIB_SKIP_ARGB_VISUALS=1" does not help on neither 32bit nor 64bit
machines. I gues I have to wait for future upgrades of compiz-core. Right
now I just switch back to the no-desktop-effects settings.

Hai

On 10/19/07, guillem <[EMAIL PROTECTED]> wrote:
>
> I don't have experience in  java problems...Sorry if I can't help you ...
> I have also a 64-bit PC but I am working with ubuntu gutsy gibbon 32 bits
> (To avoid all of these problems).
> Try to use the Mathematica in the 32-bit PC after adding:
>
> "export XLIB_SKIP_ARGB_VISUALS=1"
>
> via https://help.ubuntu.com/community/Mathematica
>
>
> 2007/10/18, Sparrow <[EMAIL PROTECTED]>:
> >
> > Yeah, my home computer is 32bit. And this method works. But it does not
> > work
> > for my 64bit machine.
> > And the multiple-blank-window problem of Mathematica 6.0.1 still remains
> > for
> > both 32bit and 64bit machines. I think something in java conflicts with
> > compiz-core.
> >
> >
> > On 10/18/07, guillem <[EMAIL PROTECTED]> wrote:
> > >
> > > Sparrow,
> > > Do you have a 64 bit processor?
> > > So, couldn't you test it using the 32 bit java libraries?
> > >
> > >
> > >
> >
> > --
> > Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> > https://bugs.launchpad.net/bugs/153045
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
cell phone:   310-210-1764
Skype: walkingsparrow
SkypeIn #:   773-782-6271
email, MSN, GTalk: [EMAIL PROTECTED]
email:   [EMAIL PROTECTED]
QQ:  664232662

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-24 Thread Sparrow
You are right. I think this is the best solution so far. Thank you.

On 10/24/07, stojic <[EMAIL PROTECTED]> wrote:
>
> There is a workaround for Mathematica 6 blank windows problem. Open
> Option Inspector and set option WindowFrame (in Notebook Options ->
> Window Properties) to ThinFrame. This completely resolves the issue on
> my system (Slackware 12 with GNOME 2.18, compiz 0.5.2, and NVIDIA card
> with 100.14.09 driver). Blank windows appear momentarily when
> Mathematica starts, but disappear immediately.
>
> Hope this helps.
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175484] Re: snd-hda-intel broken in generic_2.6.22-14.38_amd64

2007-12-12 Thread Sparrow
The upgrade of linux-ubuntu-modules-2.6.22-14-generic from .37 to .38
just makes my all gnome applications crash, the machine cannot restart
properly. I have to push the power button to shut it down.

-- 
snd-hda-intel broken in generic_2.6.22-14.38_amd64
https://bugs.launchpad.net/bugs/175484
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-20 Thread Sparrow
Thank you. It works! But what about the multi-blank-window problem of
Mathematica 6.0.1?

On 10/20/07, giacomoi <[EMAIL PROTECTED]> wrote:
>
> Sorry, I stand corrected!
>
> If one does *not* change the AWT_TOOLKIT environment variable and uses
> export MATLAB_JAVA=/usr/lib/jvm/java-6-sun/jre
>
> matlab R2007b works just fine!
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-24 Thread Sparrow
In fact, there is a method to close the two blank windows. First , move your
mouse to the position of "File" on the menu-bar. There nothing there, but
you know that is the position for "File". Although nothing is there, you can
click it and bring up the File Menu. Then by choosing "Close", you can close
the blank windows. As far as I know, this method can close the two blank
windows and does not affect the normal window.

But the two-blank-windows problem is still very annoying. I wish someone
could come up with a real solution.

On 10/23/07, davebadger <[EMAIL PROTECTED]> wrote:
>
> VERY hacky workaround for the Mathematica two extra windows bug:
>
> 1) Install compiz manager:
>
> sudo apt-get install compizconfig-settings-manager
>
> 2) Run it via Settings -> Preferences -> Advanced Desktop Effects Settings
> 3) Make sure the Regular Expressions and Window Rules plugins are enabled
> 4) Go into Window Rules and enter the following in the 'Skip taskbar',
> 'Skip pager' and 'Below' fields:
>
> name=XMathematica & !title=[A-Za-z0-9] & type=normal
>
> This at least stops the windows taking up taskbar space. You can then
> minimise the visual interference from each of these windows by holding
> the alt key and rolling the mouse wheel down over the offending windows
> to minimise their opacity, then drag them to the bottom of the screen.
> They are now nearly invisible, behind everything and taking up no
> taskbar space.
>
> Alternatively, you can make the windows invisible by default by entering
> General Options on the compiz manager, clicking the Opacity Settings tab
> and clicking the Add button under window opacities, enter the same
> name=XMath... string from above and setting the opacity to 0. This would
> work nicely, except it means that you have invisible windows that you
> can't 'click through' to access the desktop. Also, other windows making
> the same name=XMath... statement will be invisible and will not appear,
> though this is probably unlikely as the windows would have to match the
> whole expression including not having a title.
>
> Clearly a dirty hack but hopefully of some practical use anyway, I will
> keep trying for a better method and post if any success.
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
Public bug reported:

Binary package hint: compiz-core

1) When the desktop effects are on, running Mathematica 6.0.1 will give
me two more blank windows plus a third normal window. The normal window
seems to be OK, and works well. But the two blank windows are annoying.

2) When the desktop effects are on, running Matlab 2007b will give me a
blank window with a "start" button at the bottom left corner. After
searching the web, I found that someone suggested "export
AWT_TOOLKIT=MToolkit" before running Matlab. This method however does
not work: Matlab crashes and I got the error:

Unable to initialize com.mathworks.mwswing.MJStartup
java.lang.UnsatisfiedLinkError: Can't load library: 
/opt/matlab/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/motif12/libmawt.so
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.(Unknown Source)
at java.awt.Component.(Unknown Source)
at javax.swing.ImageIcon.(Unknown Source)
at com.mathworks.mwswing.desk.Desktop.(Desktop.java:103)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at 
com.mathworks.jmi.OpaqueJavaInterface.findClass(OpaqueJavaInterface.java:470)
 Failed to start the Desktop: Failure loading desktop class

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
I forgot to mention that I am using nVidia card "nVidia Corporation G80
[GeForce 8300 GS]".

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
More comment: In another computer with ATI+Xgl, Matlab 2007b works fine
with compiz-fusion. But the problem with Mathematica 6.0.1 remains. Both
Mathematica 6.0.1 and Matlab 2007b use Java.

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
More comment: In another computer with ATI+Xgl, Matlab 2007b works fine
with compiz-fusion after I put "export AWT_TOOLKIT=MToolkit" in the
beginning of matlab shell script. But the problem with Mathematica 6.0.1
remains. Both Mathematica 6.0.1 and Matlab 2007b use Java.

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-17 Thread Sparrow
No, this method does not work for me. I am using Matlab 2007b, and export
AWT_TOOLKIT=MToolkit will give me the following error.

Unable to initialize com.mathworks.mwswing.MJStartup
java.lang.UnsatisfiedLinkError: Can't load library:
/opt/matlab/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/motif12/libmawt.so
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.load0(Unknown Source)
   at java.lang.System.load(Unknown Source)
   at java.lang.ClassLoader$NativeLibrary.load(Native Method)
   at java.lang.ClassLoader.loadLibrary0(Unknown Source)
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.loadLibrary0(Unknown Source)
   at java.lang.System.loadLibrary(Unknown Source)
   at sun.security.action.LoadLibraryAction.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
   at sun.awt.DebugHelper.(Unknown Source)
   at java.awt.Component.(Unknown Source)
   at javax.swing.ImageIcon.(Unknown Source)
   at com.mathworks.mwswing.desk.Desktop.(Desktop.java:103)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Unknown Source)
   at com.mathworks.jmi.OpaqueJavaInterface.findClass(
OpaqueJavaInterface.java:470)
 Failed to start the Desktop: Failure loading desktop class


On 10/17/07, Rouben <[EMAIL PROTECTED]> wrote:
>
> Ah, OK, so this is a Java configuration issue then. I am therefore
> marking this bug as invalid.
>
> ** Changed in: compiz (Ubuntu)
>Status: New => Invalid
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
cell phone:   310-210-1764
Skype: walkingsparrow
SkypeIn #:   773-782-6271
email, MSN, GTalk: [EMAIL PROTECTED]
email:   [EMAIL PROTECTED]
QQ:  664232662

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-18 Thread Sparrow
Yeah, my home computer is 32bit. And this method works. But it does not work
for my 64bit machine.
And the multiple-blank-window problem of Mathematica 6.0.1 still remains for
both 32bit and 64bit machines. I think something in java conflicts with
compiz-core.


On 10/18/07, guillem <[EMAIL PROTECTED]> wrote:
>
> Sparrow,
> Do you have a 64 bit processor?
> So, couldn't you test it using the 32 bit java libraries?
>
>
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-19 Thread Sparrow
"export XLIB_SKIP_ARGB_VISUALS=1" does not help on neither 32bit nor 64bit
machines. I gues I have to wait for future upgrades of compiz-core. Right
now I just switch back to the no-desktop-effects settings.

Hai

On 10/19/07, guillem <[EMAIL PROTECTED]> wrote:
>
> I don't have experience in  java problems...Sorry if I can't help you ...
> I have also a 64-bit PC but I am working with ubuntu gutsy gibbon 32 bits
> (To avoid all of these problems).
> Try to use the Mathematica in the 32-bit PC after adding:
>
> "export XLIB_SKIP_ARGB_VISUALS=1"
>
> via https://help.ubuntu.com/community/Mathematica
>
>
> 2007/10/18, Sparrow <[EMAIL PROTECTED]>:
> >
> > Yeah, my home computer is 32bit. And this method works. But it does not
> > work
> > for my 64bit machine.
> > And the multiple-blank-window problem of Mathematica 6.0.1 still remains
> > for
> > both 32bit and 64bit machines. I think something in java conflicts with
> > compiz-core.
> >
> >
> > On 10/18/07, guillem <[EMAIL PROTECTED]> wrote:
> > >
> > > Sparrow,
> > > Do you have a 64 bit processor?
> > > So, couldn't you test it using the 32 bit java libraries?
> > >
> > >
> > >
> >
> > --
> > Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> > https://bugs.launchpad.net/bugs/153045
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
cell phone:   310-210-1764
Skype: walkingsparrow
SkypeIn #:   773-782-6271
email, MSN, GTalk: [EMAIL PROTECTED]
email:   [EMAIL PROTECTED]
QQ:  664232662

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-24 Thread Sparrow
You are right. I think this is the best solution so far. Thank you.

On 10/24/07, stojic <[EMAIL PROTECTED]> wrote:
>
> There is a workaround for Mathematica 6 blank windows problem. Open
> Option Inspector and set option WindowFrame (in Notebook Options ->
> Window Properties) to ThinFrame. This completely resolves the issue on
> my system (Slackware 12 with GNOME 2.18, compiz 0.5.2, and NVIDIA card
> with 100.14.09 driver). Blank windows appear momentarily when
> Mathematica starts, but disappear immediately.
>
> Hope this helps.
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175484] Re: snd-hda-intel broken in generic_2.6.22-14.38_amd64

2007-12-12 Thread Sparrow
The upgrade of linux-ubuntu-modules-2.6.22-14-generic from .37 to .38
just makes my all gnome applications crash, the machine cannot restart
properly. I have to push the power button to shut it down.

-- 
snd-hda-intel broken in generic_2.6.22-14.38_amd64
https://bugs.launchpad.net/bugs/175484
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-20 Thread Sparrow
Thank you. It works! But what about the multi-blank-window problem of
Mathematica 6.0.1?

On 10/20/07, giacomoi <[EMAIL PROTECTED]> wrote:
>
> Sorry, I stand corrected!
>
> If one does *not* change the AWT_TOOLKIT environment variable and uses
> export MATLAB_JAVA=/usr/lib/jvm/java-6-sun/jre
>
> matlab R2007b works just fine!
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-24 Thread Sparrow
In fact, there is a method to close the two blank windows. First , move your
mouse to the position of "File" on the menu-bar. There nothing there, but
you know that is the position for "File". Although nothing is there, you can
click it and bring up the File Menu. Then by choosing "Close", you can close
the blank windows. As far as I know, this method can close the two blank
windows and does not affect the normal window.

But the two-blank-windows problem is still very annoying. I wish someone
could come up with a real solution.

On 10/23/07, davebadger <[EMAIL PROTECTED]> wrote:
>
> VERY hacky workaround for the Mathematica two extra windows bug:
>
> 1) Install compiz manager:
>
> sudo apt-get install compizconfig-settings-manager
>
> 2) Run it via Settings -> Preferences -> Advanced Desktop Effects Settings
> 3) Make sure the Regular Expressions and Window Rules plugins are enabled
> 4) Go into Window Rules and enter the following in the 'Skip taskbar',
> 'Skip pager' and 'Below' fields:
>
> name=XMathematica & !title=[A-Za-z0-9] & type=normal
>
> This at least stops the windows taking up taskbar space. You can then
> minimise the visual interference from each of these windows by holding
> the alt key and rolling the mouse wheel down over the offending windows
> to minimise their opacity, then drag them to the bottom of the screen.
> They are now nearly invisible, behind everything and taking up no
> taskbar space.
>
> Alternatively, you can make the windows invisible by default by entering
> General Options on the compiz manager, clicking the Opacity Settings tab
> and clicking the Add button under window opacities, enter the same
> name=XMath... string from above and setting the opacity to 0. This would
> work nicely, except it means that you have invisible windows that you
> can't 'click through' to access the desktop. Also, other windows making
> the same name=XMath... statement will be invisible and will not appear,
> though this is probably unlikely as the windows would have to match the
> whole expression including not having a title.
>
> Clearly a dirty hack but hopefully of some practical use anyway, I will
> keep trying for a better method and post if any success.
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
Public bug reported:

Binary package hint: compiz-core

1) When the desktop effects are on, running Mathematica 6.0.1 will give
me two more blank windows plus a third normal window. The normal window
seems to be OK, and works well. But the two blank windows are annoying.

2) When the desktop effects are on, running Matlab 2007b will give me a
blank window with a "start" button at the bottom left corner. After
searching the web, I found that someone suggested "export
AWT_TOOLKIT=MToolkit" before running Matlab. This method however does
not work: Matlab crashes and I got the error:

Unable to initialize com.mathworks.mwswing.MJStartup
java.lang.UnsatisfiedLinkError: Can't load library: 
/opt/matlab/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/motif12/libmawt.so
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.(Unknown Source)
at java.awt.Component.(Unknown Source)
at javax.swing.ImageIcon.(Unknown Source)
at com.mathworks.mwswing.desk.Desktop.(Desktop.java:103)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at 
com.mathworks.jmi.OpaqueJavaInterface.findClass(OpaqueJavaInterface.java:470)
 Failed to start the Desktop: Failure loading desktop class

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
I forgot to mention that I am using nVidia card "nVidia Corporation G80
[GeForce 8300 GS]".

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
More comment: In another computer with ATI+Xgl, Matlab 2007b works fine
with compiz-fusion. But the problem with Mathematica 6.0.1 remains. Both
Mathematica 6.0.1 and Matlab 2007b use Java.

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
More comment: In another computer with ATI+Xgl, Matlab 2007b works fine
with compiz-fusion after I put "export AWT_TOOLKIT=MToolkit" in the
beginning of matlab shell script. But the problem with Mathematica 6.0.1
remains. Both Mathematica 6.0.1 and Matlab 2007b use Java.

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-17 Thread Sparrow
No, this method does not work for me. I am using Matlab 2007b, and export
AWT_TOOLKIT=MToolkit will give me the following error.

Unable to initialize com.mathworks.mwswing.MJStartup
java.lang.UnsatisfiedLinkError: Can't load library:
/opt/matlab/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/motif12/libmawt.so
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.load0(Unknown Source)
   at java.lang.System.load(Unknown Source)
   at java.lang.ClassLoader$NativeLibrary.load(Native Method)
   at java.lang.ClassLoader.loadLibrary0(Unknown Source)
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.loadLibrary0(Unknown Source)
   at java.lang.System.loadLibrary(Unknown Source)
   at sun.security.action.LoadLibraryAction.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
   at sun.awt.DebugHelper.(Unknown Source)
   at java.awt.Component.(Unknown Source)
   at javax.swing.ImageIcon.(Unknown Source)
   at com.mathworks.mwswing.desk.Desktop.(Desktop.java:103)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Unknown Source)
   at com.mathworks.jmi.OpaqueJavaInterface.findClass(
OpaqueJavaInterface.java:470)
 Failed to start the Desktop: Failure loading desktop class


On 10/17/07, Rouben <[EMAIL PROTECTED]> wrote:
>
> Ah, OK, so this is a Java configuration issue then. I am therefore
> marking this bug as invalid.
>
> ** Changed in: compiz (Ubuntu)
>Status: New => Invalid
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
cell phone:   310-210-1764
Skype: walkingsparrow
SkypeIn #:   773-782-6271
email, MSN, GTalk: [EMAIL PROTECTED]
email:   [EMAIL PROTECTED]
QQ:  664232662

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-18 Thread Sparrow
Yeah, my home computer is 32bit. And this method works. But it does not work
for my 64bit machine.
And the multiple-blank-window problem of Mathematica 6.0.1 still remains for
both 32bit and 64bit machines. I think something in java conflicts with
compiz-core.


On 10/18/07, guillem <[EMAIL PROTECTED]> wrote:
>
> Sparrow,
> Do you have a 64 bit processor?
> So, couldn't you test it using the 32 bit java libraries?
>
>
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-19 Thread Sparrow
"export XLIB_SKIP_ARGB_VISUALS=1" does not help on neither 32bit nor 64bit
machines. I gues I have to wait for future upgrades of compiz-core. Right
now I just switch back to the no-desktop-effects settings.

Hai

On 10/19/07, guillem <[EMAIL PROTECTED]> wrote:
>
> I don't have experience in  java problems...Sorry if I can't help you ...
> I have also a 64-bit PC but I am working with ubuntu gutsy gibbon 32 bits
> (To avoid all of these problems).
> Try to use the Mathematica in the 32-bit PC after adding:
>
> "export XLIB_SKIP_ARGB_VISUALS=1"
>
> via https://help.ubuntu.com/community/Mathematica
>
>
> 2007/10/18, Sparrow <[EMAIL PROTECTED]>:
> >
> > Yeah, my home computer is 32bit. And this method works. But it does not
> > work
> > for my 64bit machine.
> > And the multiple-blank-window problem of Mathematica 6.0.1 still remains
> > for
> > both 32bit and 64bit machines. I think something in java conflicts with
> > compiz-core.
> >
> >
> > On 10/18/07, guillem <[EMAIL PROTECTED]> wrote:
> > >
> > > Sparrow,
> > > Do you have a 64 bit processor?
> > > So, couldn't you test it using the 32 bit java libraries?
> > >
> > >
> > >
> >
> > --
> > Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> > https://bugs.launchpad.net/bugs/153045
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
cell phone:   310-210-1764
Skype: walkingsparrow
SkypeIn #:   773-782-6271
email, MSN, GTalk: [EMAIL PROTECTED]
email:   [EMAIL PROTECTED]
QQ:  664232662

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-24 Thread Sparrow
You are right. I think this is the best solution so far. Thank you.

On 10/24/07, stojic <[EMAIL PROTECTED]> wrote:
>
> There is a workaround for Mathematica 6 blank windows problem. Open
> Option Inspector and set option WindowFrame (in Notebook Options ->
> Window Properties) to ThinFrame. This completely resolves the issue on
> my system (Slackware 12 with GNOME 2.18, compiz 0.5.2, and NVIDIA card
> with 100.14.09 driver). Blank windows appear momentarily when
> Mathematica starts, but disappear immediately.
>
> Hope this helps.
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175484] Re: snd-hda-intel broken in generic_2.6.22-14.38_amd64

2007-12-12 Thread Sparrow
The upgrade of linux-ubuntu-modules-2.6.22-14-generic from .37 to .38
just makes my all gnome applications crash, the machine cannot restart
properly. I have to push the power button to shut it down.

-- 
snd-hda-intel broken in generic_2.6.22-14.38_amd64
https://bugs.launchpad.net/bugs/175484
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-20 Thread Sparrow
Thank you. It works! But what about the multi-blank-window problem of
Mathematica 6.0.1?

On 10/20/07, giacomoi <[EMAIL PROTECTED]> wrote:
>
> Sorry, I stand corrected!
>
> If one does *not* change the AWT_TOOLKIT environment variable and uses
> export MATLAB_JAVA=/usr/lib/jvm/java-6-sun/jre
>
> matlab R2007b works just fine!
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-24 Thread Sparrow
In fact, there is a method to close the two blank windows. First , move your
mouse to the position of "File" on the menu-bar. There nothing there, but
you know that is the position for "File". Although nothing is there, you can
click it and bring up the File Menu. Then by choosing "Close", you can close
the blank windows. As far as I know, this method can close the two blank
windows and does not affect the normal window.

But the two-blank-windows problem is still very annoying. I wish someone
could come up with a real solution.

On 10/23/07, davebadger <[EMAIL PROTECTED]> wrote:
>
> VERY hacky workaround for the Mathematica two extra windows bug:
>
> 1) Install compiz manager:
>
> sudo apt-get install compizconfig-settings-manager
>
> 2) Run it via Settings -> Preferences -> Advanced Desktop Effects Settings
> 3) Make sure the Regular Expressions and Window Rules plugins are enabled
> 4) Go into Window Rules and enter the following in the 'Skip taskbar',
> 'Skip pager' and 'Below' fields:
>
> name=XMathematica & !title=[A-Za-z0-9] & type=normal
>
> This at least stops the windows taking up taskbar space. You can then
> minimise the visual interference from each of these windows by holding
> the alt key and rolling the mouse wheel down over the offending windows
> to minimise their opacity, then drag them to the bottom of the screen.
> They are now nearly invisible, behind everything and taking up no
> taskbar space.
>
> Alternatively, you can make the windows invisible by default by entering
> General Options on the compiz manager, clicking the Opacity Settings tab
> and clicking the Add button under window opacities, enter the same
> name=XMath... string from above and setting the opacity to 0. This would
> work nicely, except it means that you have invisible windows that you
> can't 'click through' to access the desktop. Also, other windows making
> the same name=XMath... statement will be invisible and will not appear,
> though this is probably unlikely as the windows would have to match the
> whole expression including not having a title.
>
> Clearly a dirty hack but hopefully of some practical use anyway, I will
> keep trying for a better method and post if any success.
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
Public bug reported:

Binary package hint: compiz-core

1) When the desktop effects are on, running Mathematica 6.0.1 will give
me two more blank windows plus a third normal window. The normal window
seems to be OK, and works well. But the two blank windows are annoying.

2) When the desktop effects are on, running Matlab 2007b will give me a
blank window with a "start" button at the bottom left corner. After
searching the web, I found that someone suggested "export
AWT_TOOLKIT=MToolkit" before running Matlab. This method however does
not work: Matlab crashes and I got the error:

Unable to initialize com.mathworks.mwswing.MJStartup
java.lang.UnsatisfiedLinkError: Can't load library: 
/opt/matlab/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/motif12/libmawt.so
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.(Unknown Source)
at java.awt.Component.(Unknown Source)
at javax.swing.ImageIcon.(Unknown Source)
at com.mathworks.mwswing.desk.Desktop.(Desktop.java:103)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at 
com.mathworks.jmi.OpaqueJavaInterface.findClass(OpaqueJavaInterface.java:470)
 Failed to start the Desktop: Failure loading desktop class

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
I forgot to mention that I am using nVidia card "nVidia Corporation G80
[GeForce 8300 GS]".

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
More comment: In another computer with ATI+Xgl, Matlab 2007b works fine
with compiz-fusion. But the problem with Mathematica 6.0.1 remains. Both
Mathematica 6.0.1 and Matlab 2007b use Java.

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-15 Thread Sparrow
More comment: In another computer with ATI+Xgl, Matlab 2007b works fine
with compiz-fusion after I put "export AWT_TOOLKIT=MToolkit" in the
beginning of matlab shell script. But the problem with Mathematica 6.0.1
remains. Both Mathematica 6.0.1 and Matlab 2007b use Java.

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-17 Thread Sparrow
No, this method does not work for me. I am using Matlab 2007b, and export
AWT_TOOLKIT=MToolkit will give me the following error.

Unable to initialize com.mathworks.mwswing.MJStartup
java.lang.UnsatisfiedLinkError: Can't load library:
/opt/matlab/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/motif12/libmawt.so
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.load0(Unknown Source)
   at java.lang.System.load(Unknown Source)
   at java.lang.ClassLoader$NativeLibrary.load(Native Method)
   at java.lang.ClassLoader.loadLibrary0(Unknown Source)
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.loadLibrary0(Unknown Source)
   at java.lang.System.loadLibrary(Unknown Source)
   at sun.security.action.LoadLibraryAction.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
   at sun.awt.DebugHelper.(Unknown Source)
   at java.awt.Component.(Unknown Source)
   at javax.swing.ImageIcon.(Unknown Source)
   at com.mathworks.mwswing.desk.Desktop.(Desktop.java:103)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Unknown Source)
   at com.mathworks.jmi.OpaqueJavaInterface.findClass(
OpaqueJavaInterface.java:470)
 Failed to start the Desktop: Failure loading desktop class


On 10/17/07, Rouben <[EMAIL PROTECTED]> wrote:
>
> Ah, OK, so this is a Java configuration issue then. I am therefore
> marking this bug as invalid.
>
> ** Changed in: compiz (Ubuntu)
>Status: New => Invalid
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
cell phone:   310-210-1764
Skype: walkingsparrow
SkypeIn #:   773-782-6271
email, MSN, GTalk: [EMAIL PROTECTED]
email:   [EMAIL PROTECTED]
QQ:  664232662

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-18 Thread Sparrow
Yeah, my home computer is 32bit. And this method works. But it does not work
for my 64bit machine.
And the multiple-blank-window problem of Mathematica 6.0.1 still remains for
both 32bit and 64bit machines. I think something in java conflicts with
compiz-core.


On 10/18/07, guillem <[EMAIL PROTECTED]> wrote:
>
> Sparrow,
> Do you have a 64 bit processor?
> So, couldn't you test it using the 32 bit java libraries?
>
>
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-19 Thread Sparrow
"export XLIB_SKIP_ARGB_VISUALS=1" does not help on neither 32bit nor 64bit
machines. I gues I have to wait for future upgrades of compiz-core. Right
now I just switch back to the no-desktop-effects settings.

Hai

On 10/19/07, guillem <[EMAIL PROTECTED]> wrote:
>
> I don't have experience in  java problems...Sorry if I can't help you ...
> I have also a 64-bit PC but I am working with ubuntu gutsy gibbon 32 bits
> (To avoid all of these problems).
> Try to use the Mathematica in the 32-bit PC after adding:
>
> "export XLIB_SKIP_ARGB_VISUALS=1"
>
> via https://help.ubuntu.com/community/Mathematica
>
>
> 2007/10/18, Sparrow <[EMAIL PROTECTED]>:
> >
> > Yeah, my home computer is 32bit. And this method works. But it does not
> > work
> > for my 64bit machine.
> > And the multiple-blank-window problem of Mathematica 6.0.1 still remains
> > for
> > both 32bit and 64bit machines. I think something in java conflicts with
> > compiz-core.
> >
> >
> > On 10/18/07, guillem <[EMAIL PROTECTED]> wrote:
> > >
> > > Sparrow,
> > > Do you have a 64 bit processor?
> > > So, couldn't you test it using the 32 bit java libraries?
> > >
> > >
> > >
> >
> > --
> > Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> > https://bugs.launchpad.net/bugs/153045
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
cell phone:   310-210-1764
Skype: walkingsparrow
SkypeIn #:   773-782-6271
email, MSN, GTalk: [EMAIL PROTECTED]
email:   [EMAIL PROTECTED]
QQ:  664232662

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion

2007-10-24 Thread Sparrow
You are right. I think this is the best solution so far. Thank you.

On 10/24/07, stojic <[EMAIL PROTECTED]> wrote:
>
> There is a workaround for Mathematica 6 blank windows problem. Open
> Option Inspector and set option WindowFrame (in Notebook Options ->
> Window Properties) to ThinFrame. This completely resolves the issue on
> my system (Slackware 12 with GNOME 2.18, compiz 0.5.2, and NVIDIA card
> with 100.14.09 driver). Blank windows appear momentarily when
> Mathematica starts, but disappear immediately.
>
> Hope this helps.
>
> --
> Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
> https://bugs.launchpad.net/bugs/153045
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
https://bugs.launchpad.net/bugs/153045
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 297022] [NEW] Network Manager Problem

2008-11-11 Thread Richard Sparrow
Public bug reported:

Binary package hint: network-manager

I Apologize if this bug has already been convered and that I might have
missed it. Here is my problem :

When I log onto the computer, and enter my password, my internet
connection will work absolutely fine, until, I download a large'ish
file, view a video or do something that uses a lot of bandwidth. My
connection will cut off and continually ask for my WPA/WPA2 Passphrase,
which I enter, but it just brings it back to me, the only way to get it
working again is to restart the computer. Any help?

Using Intrepid Ipex (8.10)
Network Manager Applet 0.7.0

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Network Manager Problem
https://bugs.launchpad.net/bugs/297022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 297022] [NEW] Network Manager Problem

2008-11-11 Thread Richard Sparrow
Public bug reported:

Binary package hint: network-manager

I Apologize if this bug has already been convered and that I might have
missed it. Here is my problem :

When I log onto the computer, and enter my password, my internet
connection will work absolutely fine, until, I download a large'ish
file, view a video or do something that uses a lot of bandwidth. My
connection will cut off and continually ask for my WPA/WPA2 Passphrase,
which I enter, but it just brings it back to me, the only way to get it
working again is to restart the computer. Any help?

Using Intrepid Ipex (8.10)
Network Manager Applet 0.7.0

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Network Manager Problem
https://bugs.launchpad.net/bugs/297022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 297022] [NEW] Network Manager Problem

2008-11-11 Thread Richard Sparrow
Public bug reported:

Binary package hint: network-manager

I Apologize if this bug has already been convered and that I might have
missed it. Here is my problem :

When I log onto the computer, and enter my password, my internet
connection will work absolutely fine, until, I download a large'ish
file, view a video or do something that uses a lot of bandwidth. My
connection will cut off and continually ask for my WPA/WPA2 Passphrase,
which I enter, but it just brings it back to me, the only way to get it
working again is to restart the computer. Any help?

Using Intrepid Ipex (8.10)
Network Manager Applet 0.7.0

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Network Manager Problem
https://bugs.launchpad.net/bugs/297022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 297022] [NEW] Network Manager Problem

2008-11-11 Thread Richard Sparrow
Public bug reported:

Binary package hint: network-manager

I Apologize if this bug has already been convered and that I might have
missed it. Here is my problem :

When I log onto the computer, and enter my password, my internet
connection will work absolutely fine, until, I download a large'ish
file, view a video or do something that uses a lot of bandwidth. My
connection will cut off and continually ask for my WPA/WPA2 Passphrase,
which I enter, but it just brings it back to me, the only way to get it
working again is to restart the computer. Any help?

Using Intrepid Ipex (8.10)
Network Manager Applet 0.7.0

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Network Manager Problem
https://bugs.launchpad.net/bugs/297022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 297022] [NEW] Network Manager Problem

2008-11-11 Thread Richard Sparrow
Public bug reported:

Binary package hint: network-manager

I Apologize if this bug has already been convered and that I might have
missed it. Here is my problem :

When I log onto the computer, and enter my password, my internet
connection will work absolutely fine, until, I download a large'ish
file, view a video or do something that uses a lot of bandwidth. My
connection will cut off and continually ask for my WPA/WPA2 Passphrase,
which I enter, but it just brings it back to me, the only way to get it
working again is to restart the computer. Any help?

Using Intrepid Ipex (8.10)
Network Manager Applet 0.7.0

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Network Manager Problem
https://bugs.launchpad.net/bugs/297022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 297022] [NEW] Network Manager Problem

2008-11-11 Thread Richard Sparrow
Public bug reported:

Binary package hint: network-manager

I Apologize if this bug has already been convered and that I might have
missed it. Here is my problem :

When I log onto the computer, and enter my password, my internet
connection will work absolutely fine, until, I download a large'ish
file, view a video or do something that uses a lot of bandwidth. My
connection will cut off and continually ask for my WPA/WPA2 Passphrase,
which I enter, but it just brings it back to me, the only way to get it
working again is to restart the computer. Any help?

Using Intrepid Ipex (8.10)
Network Manager Applet 0.7.0

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Network Manager Problem
https://bugs.launchpad.net/bugs/297022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs