[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-12 Thread Daniel van Vugt
Paddy, sorry ignore that comment.

Breaking on gdk_x_error doesn't work at all, because the symbol is static 
(hence not breakable in release builds).
Breaking on _XError gives false positives, showing harmless X errors that we do 
actually handle and are not fatal.

The correct place to break it seems is the exit function:
break exit

Sorry for the confusion.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-12 Thread Daniel van Vugt
And if that doesn't work, try:
break _exit

:)

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-12 Thread Paddy Landau
LOL, Daniel, you seem to be struggling to find the error.

exit did not catch anything, but _exit did (attached). I hope this gives
you what you need.

Again, when I run your commands, the nature of the breakage changes.
Also, when I run your commands, it usually takes longer for the window
decorations to break than normal. Is this something you would expect?

** Attachment added: bt trace from _error
   
https://bugs.launchpad.net/compiz-core/+bug/993265/+attachment/3220844/+files/_exit.txt

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-12 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1019337 ***
https://bugs.launchpad.net/bugs/1019337

Thanks Paddy.

That confirms bug 1019337 is the same as this one. However since the
fixes are already being applied using that newer bug ID, I will have to
make this older bug a duplicate of the new one.

** This bug has been marked a duplicate of bug 1019337
   gtk-window-decorator crashes with BadWindow (invalid Window parameter), from 
XGetWindowProperty() from get_frame_type()

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-12 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1019337 ***
https://bugs.launchpad.net/bugs/1019337

And yes, running under a debugger will change the frequency of the
errors. Because they're related to inter-process race conditions.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-12 Thread Paddy Landau
*** This bug is a duplicate of bug 1019337 ***
https://bugs.launchpad.net/bugs/1019337

OK, thank you Daniel. I see that there are several duplicates, so this
has been reported several times.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-11 Thread Paddy Landau
Unfortunately, bug 1019337 has not solved my problem (I have updated and
even rebooted today).

However, when I run your trace commands, the nature of the problem
changes; instead of the window decorations disappearing altogether, the
close, minimise and maximise buttons did. And then I cannot cause it to
crash.

Still having a problem with breakpoints:
Function _XError not defined.
So, I just answered y and that gave me a bt (attached).

So, I'm not sure that it will give you a true reflection: without
running your trace, the window decorations disappear; whereas running
your trace, only the close, minimise and maximise buttons disappear.

** Attachment added: bt trace from _XError
   
https://bugs.launchpad.net/compiz-core/+bug/993265/+attachment/3219604/+files/Paddy%20Landau%20_XError%20trace.txt

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-11 Thread Daniel van Vugt
Instead, please try:  break _XError

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-11 Thread Daniel van Vugt
I can't prove it's the same bug but we might have fixed this today in
bug 1019337.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-11 Thread Eric Ding
OK, here's a stack trace (with breakpoint on _XError)...

** Attachment added: backtrace at _XError for WINE-related 
gtk-window-decorator crash
   
https://bugs.launchpad.net/compiz-core/+bug/993265/+attachment/3219355/+files/backtrace%20at%20_XError%20for%20WINE-related%20gtk-window-decorator%20crash

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-11 Thread Daniel van Vugt
Thanks Eric, that's perfect.

Although it's a different crash to bug 1019337 and might be different again to 
what Paddy has. So please log it as a new bug titled:
  gtk-window-decorator crashes with BadWindow (invalid Window parameter), from 
XDeleteProperty() from remove_frame_window() from window_closed()

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-10 Thread Paddy Landau
@Daniel: Here are my results.

$ env DISPLAY=:0 gdb /usr/bin/gtk-window-decorator
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://bugs.launchpad.net/gdb-linaro/...
Reading symbols from /usr/bin/gtk-window-decorator...(no debugging symbols 
found)...done.
(gdb) run --sync --replace
Starting program: /usr/bin/gtk-window-decorator --sync --replace
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffef1a6700 (LWP 5257)]
[New Thread 0x7fffee9a5700 (LWP 5258)]
[New Thread 0x7fffe7fff700 (LWP 5907)]
The program 'gtk-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 28457 error_code 3 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[Thread 0x7fffe7fff700 (LWP 5907) exited]
[Thread 0x7fffee9a5700 (LWP 5258) exited]
[Thread 0x77fc3940 (LWP 5254) exited]
[Inferior 1 (process 5254) exited with code 01]
(gdb) bt
No stack.
(gdb)

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-10 Thread Daniel van Vugt
Sorry, that didn't work. You need a breakpoint. Try:

env DISPLAY=:0 gdb /usr/bin/gtk-window-decorator
(gdb) break gdk_x_error
(gdb) run --sync --replace

Make it crash now. And then back in gdb...

(gdb) bt

And paste the output into this bug.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-10 Thread Paddy Landau
Here again, but note the error with the break command. I also was not
sure whether to use y or n to its question, so I used n.

$ env DISPLAY=:0 gdb /usr/bin/gtk-window-decorator
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://bugs.launchpad.net/gdb-linaro/...
Reading symbols from /usr/bin/gtk-window-decorator...(no debugging symbols 
found)...done.
(gdb) break gdk_x_error
Function gdk_x_error not defined.
Make breakpoint pending on future shared library load? (y or [n]) n
(gdb) run --sync --replace
Starting program: /usr/bin/gtk-window-decorator --sync --replace
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffef1a6700 (LWP 7376)]
[New Thread 0x7fffee9a5700 (LWP 7377)]
The program 'gtk-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 15597 error_code 3 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[Thread 0x7fffef1a6700 (LWP 7376) exited]
[Thread 0x7fffee9a5700 (LWP 7377) exited]
[Inferior 1 (process 7373) exited with code 01]
(gdb) bt
No stack.
(gdb)

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-10 Thread Eric Ding
I'm seeing the same problem trying to get a backgrace. Even if I respond
'y' to gdb's prompt regarding gdk_x_error, I still get no break, just an
exit with code 01.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-09 Thread Flittermice
yes, gtk-window-decorator  really helps...

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-09 Thread Daniel van Vugt
Hi all,

Could you please try running a synchronous instance of gtk-window-
decorator under gdb so we can get a stack trace of the problem? To do
this...

env DISPLAY=:0 gdb /usr/bin/gtk-window-decorator
(gdb) run --sync --replace

Make it crash now. And then back in gdb...

(gdb) bt

And paste the output into this bug.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-08 Thread Nicholas Wind
I tried this but unfortunately it does not help with my set-up.

If your really desperate for a workaround, you'll have to give up Unity
3D (Unity is a compiz plugin). Unity 2D and GNOME Classic replace Compiz
with Metacity, and if you install GNOME 3 PPA you'll get Mutter, but
compiz won't be running (or crashing). Something to think about ;).

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-08 Thread Paddy Landau
@Nicholas Wind: Even when I log into Gnome Classic (No Effects), I still
get problems.

Instead, I simply use the workaround mentioned in comment #24:

gtk-window-decorator --replace

I have put this onto a keyboard shortcut, so it's just a keystroke (and
less than a second) to fix.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-07 Thread Nicholas Wind
Not sure if this helps but I'm currently using Evernote via Wine 1.5.8
thru PlayOnLinux. Going into wineprefs and unchecking allow window
manager to decorate this window seems to make Compiz a little less
glitchy, but still crashes.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-07 Thread Paddy Landau
Going into wineprefs and unchecking allow window manager to decorate
this window seems to make Compiz a little less glitchy, but still
crashes.

I tried this but unfortunately it does not help with my set-up.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-05 Thread Rainer Rohde
Happens to me as well -- running Office 2010 on Quantal Alpha 2.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-06-10 Thread Paddy Landau
Thanks to FrankyG, we have a much faster workaround:

From Alt-F2 or a script:
gtk-window-decorator --replace

From the terminal:
nohup gtk-window-decorator --replace /dev/null 

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-05-30 Thread Paddy Landau
@Chris Banakis: I like to showcase my system to all my friends (who use
mac and windows) ... And when something doesn't work right, its a little
embarassing. :(

Well, why don't you get them to show you how well Linux programs work on
Windows? ;) It's hardly embarrassing that Windows programs don't work
perfectly on Linux! (The Linux equivalent of Photoshop is GIMP, isn't
it?)

Thank you for your tip. For those of us who don't use Cairo Dock, is
Composite Manager available for other desktop managers such as Unity?
Jorge Treviño's workaround works well, except for the minor irritation
(for me) of making the panel applets not work properly.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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

[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-05-29 Thread Chris Banakis
Just to share...

I too am having the exact same issue, especially with photoshop CS2.

I hope there will be a fix soon, but as far as workarounds are
concerned, I think I have probably found the best one.

I am using Cairo-Dock.

I added the applet Composite Manager

Whenever I quit photoshop, I click the applet, they click yes.
(This turns off all compiz effects)

Then, I click the applet, they click yes again.
(This turns all of the effects back on)

Seems to work everytime.

Not too terrible, but I hope it gets fixed soon.

I like to showcase my system to all my friends (who use mac and windows)

And when something doesn't work right, its a little embarassing.  :(

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-05-28 Thread Jorge M . Treviño
See [here](http://askubuntu.com/questions/141802/photoshop-cs2-under-
wine-1-4-messes-up-unity-desktop) for a workaround.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-05-28 Thread Paddy Landau
@Jorge: Thank you.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-05-27 Thread pepejose
hi

i have this problem too!

ubuntu 12.04 64bit updated
unity 3D
wine v1.4
ImgBurn 2.5.7

many times, not always, but when execute ImgBurn all window border
applications disappears

thanks!

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-05-22 Thread Igor Korcek
When i try restart unity by terminal i have this output:

unity --reset
WARNING: Unity currently default profile, so switching to metacity while 
resetting the values
unity-panel-service: no process found
Checking if settings need to be migrated ...no
Checking if internal files need to be migrated ...no
Backend : gconf
Integration : true
Profile : unity
Adding plugins
Initializing core options...done
compiz (core) - Warn: failed to receive ConfigureNotify event on 0x184

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x28000ad

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x32e

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x3a006dd

Initializing composite options...done
Initializing opengl options...done
Initializing decor options...done
Initializing vpswitch options...done
Initializing snap options...done
Initializing mousepoll options...done
Initializing resize options...done
Initializing place options...done
Initializing move options...done
Initializing wall options...done
Initializing grid options...done
Initializing session options...done
Initializing gnomecompat options...done
Initializing animation options...done
Initializing fade options...done
Initializing unitymtgrabhandles options...done
Initializing workarounds options...done
Initializing scale options...done
compiz (expo) - Warn: failed to bind image to texture
Initializing expo options...done
Initializing ezoom options...done

(compiz:3256): GConf-CRITICAL **: gconf_client_add_dir: assertion 
`gconf_valid_key (dirname, NULL)' failed
Initializing unityshell options...done
compiz (core) - Warn: unhandled ConfigureNotify on 0xc00090!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0xc00093!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0xc00096!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0xc00096!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0xc00099!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
WARN  2012-05-23 00:48:36 unity.glib-gobject unknown:0 invalid cast from 
`BamfWindow' to `BamfApplication'
ERROR 2012-05-23 00:48:36 unity unknown:0 bamf_application_get_desktop_file: 
assertion `BAMF_IS_APPLICATION (application)' failed
WARN  2012-05-23 00:48:36 unity.glib-gobject unknown:0 invalid cast from 
`BamfWindow' to `BamfApplication'
ERROR 2012-05-23 00:48:36 unity unknown:0 bamf_application_get_desktop_file: 
assertion `BAMF_IS_APPLICATION (application)' failed
WARN  2012-05-23 00:48:36 unity.glib-gobject unknown:0 invalid cast from 
`BamfWindow' to `BamfApplication'
ERROR 2012-05-23 00:48:36 unity unknown:0 bamf_application_get_desktop_file: 
assertion `BAMF_IS_APPLICATION (application)' failed
WARN  2012-05-23 00:48:36 unity.glib-gobject unknown:0 invalid cast from 
`BamfWindow' to `BamfApplication'
ERROR 2012-05-23 00:48:36 unity unknown:0 bamf_application_get_desktop_file: 
assertion `BAMF_IS_APPLICATION (application)' failed
WARN  2012-05-23 00:48:36 unity.glib-gobject unknown:0 invalid cast from 
`BamfWindow' to `BamfApplication'
ERROR 2012-05-23 00:48:36 unity unknown:0 bamf_application_get_desktop_file: 
assertion `BAMF_IS_APPLICATION (application)' failed
WARN  2012-05-23 00:48:36 unity.glib-gobject unknown:0 invalid cast from 
`BamfWindow' to `BamfApplication'
ERROR 2012-05-23 00:48:36 unity unknown:0 bamf_application_get_desktop_file: 
assertion `BAMF_IS_APPLICATION (application)' failed
WARN  2012-05-23 00:48:36 unity.glib-gobject unknown:0 invalid cast from 
`BamfWindow' to `BamfApplication'
ERROR 2012-05-23 00:48:36 unity unknown:0 bamf_application_get_desktop_file: 
assertion `BAMF_IS_APPLICATION (application)' failed
WARN  2012-05-23 00:48:36 unity.glib-gobject unknown:0 invalid cast from 
`BamfWindow' to `BamfApplication'
ERROR 2012-05-23 00:48:36 unity unknown:0 bamf_application_get_desktop_file: 
assertion `BAMF_IS_APPLICATION (application)' failed
WARN  2012-05-23 00:48:36 unity.libindicator unknown:0 Desktop file 
'/usr/share/app-install/desktop/chromium-browser:chromium-browser.desktop' is 
using a deprecated format for its actions that will be dropped soon.
WARN  2012-05-23 00:48:36 unity.glib-gobject unknown:0 invalid cast from 
`BamfWindow' to `BamfApplication'
ERROR 2012-05-23 00:48:36 unity unknown:0 bamf_application_get_desktop_file: 
assertion `BAMF_IS_APPLICATION (application)' failed
WARN  2012-05-23 00:48:36 unity.glib-gobject unknown:0 invalid cast from 
`BamfWindow' to `BamfApplication'
ERROR 2012-05-23 00:48:36 unity unknown:0 bamf_application_get_desktop_file: 
assertion `BAMF_IS_APPLICATION 

[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-05-17 Thread Bryan
I also have this problem. It happens intermittently when running TinyCAD
under wine. I am running Ubuntu 12.04 32-bit with Unity 3D.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-05-17 Thread Daniel van Vugt
** Also affects: compiz
   Importance: Undecided
   Status: New

** Changed in: compiz
   Status: New = Confirmed

** Changed in: compiz
   Importance: Undecided = High

** Changed in: compiz
Milestone: None = 0.9.8.0

** Changed in: compiz-core
Milestone: 0.9.8.0 = 0.9.7.10

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-05-16 Thread eros2
As I reported in duplicate bug #997157, when I heavily use wine
application (Canon Digital Photo Professional) gtk-window-decorator
regularly exits with following error message:

The program 'gtk-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 93198 error_code 3 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Compiz version: 1:0.9.7.8-0ubuntu1
Wine version: 1.4-0ubuntu4
Ubuntu version: 12.04 i386

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-14 Thread Daniel van Vugt
Paddy, all, could you please check if gtk-window-decorator is running
both before and after the decorations disappear?

You can check using this command:
pidof gtk-window-decorator

It will return a process ID if it's running. Or nothing otherwise.

** Changed in: compiz-core
   Status: New = Incomplete

** Changed in: compiz (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: wine1.4 (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-14 Thread Paddy Landau
Daniel, in my case gtk-window-decorator is running before I start the
Wine program; but after the program has started, gtk-window-decorator is
no longer running.

If there is anything I can do to help diagnose this, let me know.

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-05-14 Thread Daniel van Vugt
Thanks. That's all we needed.

** Summary changed:

- Wine breaks window decorations for all applications
+ Wine breaks window decorations for all applications (gtk-window-decorator 
crashes)

** No longer affects: wine1.4 (Ubuntu)

** Changed in: compiz-core
   Status: Incomplete = Confirmed

** Changed in: compiz (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: compiz-core
   Importance: Undecided = High

** Changed in: compiz (Ubuntu)
   Importance: Undecided = High

** Changed in: compiz-core
Milestone: None = 0.9.8.0

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-05-14 Thread jacobika
I can also confirm that gtk-window-decorator is no longer running after
starting the Wine program.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-10 Thread Paddy Landau
@Tweed1: I have just run Quicken 2000 on Unity 2D.

The window decorations remained, but the panel and Launcher become 100%
transparent -- so I could not see anything there. Even the shut-down
dialogue (Restart, Cancel or Shut Down) was completely invisible.

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: compiz (Ubuntu)
   Status: New = Confirmed

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-09 Thread Konrad Hofer
Bug 993421 https://bugs.launchpad.net/ubuntu/+source/unity/+bug/993421
describes the same problem!

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-09 Thread Paddy Landau
@Konrad: Duplicate marked.

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-09 Thread jacobika
Same bug here running Unity3D on a 64-bit Ubuntu 12.04 install.  I'm
running a program called Igor Pro for doing data analysis work.

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-09 Thread Tweed1
If it helps, I have had this problem running normally (3D?) but I am currenlty 
running a 2D session of a 64 bit 12.04 install on a laptop with Intel graphics 
so that I can successfully drive a second monitor (another problem!!!).
Started Quicken (a very old copy from 2000) in Wine (XP) and the window 
decoration is fine.

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-09 Thread Daniel van Vugt
** Also affects: compiz-core
   Importance: Undecided
   Status: New

** Also affects: compiz (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-03 Thread Romcheg
I confirm it happens for Ubuntu 12.04 x86

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-03 Thread Paddy Landau
Well, here's a new thing.

This has just happened to me again this morning -- but I have not used
Wine at all since starting my machine today.

So ... it's not only Wine, but Wine seems to reliably trigger the
problem.

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-02 Thread Paddy Landau
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993265

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: wine1.4 (Ubuntu)
   Status: New = Confirmed

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/993265/+subscriptions

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


[Bug 993265] Re: Wine breaks window decorations for all applications

2012-05-02 Thread Dngrsone
It also happens with ExpressSCH running in Wine 1.5.3 on 12.04-desktop-
amd64.

BTW, you can hit ALT+F2 and type in unity --replace to restore your
decorations for a while.

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

Title:
  Wine breaks window decorations for all applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/993265/+subscriptions

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