[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

[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)

[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

[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.

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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.

[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

[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

[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

[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

[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

[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

[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-

[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.

[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

[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

[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

[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

[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

[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

[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

[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 --

[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

[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 =

[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

[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

[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

[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

[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

[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

[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:

[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

[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

[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.

[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

[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

[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:

[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:

[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.