[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-05-14 Thread yakovlev
I've attached a hacked version of gnome-terminal that dumps some screen information to a file called "foo" in your home directory when run. THIS IS NOT a secure version, DO NOT install the resulting hacked .deb. However, if you compile gnome-terminal with this patch to src/terminal.c, you should

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-05-14 Thread yakovlev
I've attached a hacked version of gnome-terminal that dumps some screen information to a file called "foo" in your home directory when run. THIS IS NOT a secure version, DO NOT install the resulting hacked .deb. However, if you compile gnome-terminal with this patch to src/terminal.c, you should

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-05-14 Thread yakovlev
I've attached a hacked version of gnome-terminal that dumps some screen information to a file called "foo" in your home directory when run. THIS IS NOT a secure version, DO NOT install the resulting hacked .deb. However, if you compile gnome-terminal with this patch to src/terminal.c, you should

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-05-14 Thread yakovlev
Sorry about that, didn't know that the comment took, it just wasn't showing me the bug screen. -- menu items selected from screen 1 open on screen 0 https://bugs.launchpad.net/bugs/346964 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee.

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-05-15 Thread yakovlev
I think you're missing the point. Add a gnome-panel launcher (temporarily, of course) to screen 1 which launches the hacked gnome-terminal. Then use that to make it appear on the *wrong* screen. **What I most need the output of is a run where gnome-terminal shows up on the wrong screen.** The o

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-05-15 Thread yakovlev
Interesting... I need one more thing... it will take a while for me to get a new patch file ready, if you can do this yourself, that would be great. Basically, I need to add the following lines to the previous patch so that I have the value of the "DISPLAY" environment variable. I think some oth

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-05-27 Thread yakovlev
Okay, now for a patched gnome-panel. For this one, you'll need to install the gnome-panel and libpanel .debs. To get the old ones, recompile without the patch and reinstall the .debs. There also may be a way to force synaptic/apt-get to reinstall over the current ones, but I'm not sure what it is

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-05-28 Thread yakovlev
Actually, this helps a lot. What this tells us is that this is actually a bug in glib2.0 function g_app_info_launch_uris(). The bug occurs when this is launched with a context including a screen with gdk_screen_make_display_name(screen)=":0.1" but the parent process has DISPLAY=":0.0" Here is a

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-05-29 Thread yakovlev
Okay, I think I found the problem. I think this is a bug in the "is_env()" function in glib2.0 file gdesktopappinfo.c. I will be providing a patch shortly once I have tested it locally. Basically what's happening is the environment passed to the spawned process has 2 "DISPLAY=" lines, one with "

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-05-29 Thread yakovlev
Nope, above doesn't work, this should: static gboolean is_env (const char *a, const char *b) { while (*a == *b) { if (*a == 0 || *b == 0 || *b == '=') /* cover naughty equals usage */ return FALSE; a++; b++; } if (*a == '=' && *b == 0) return TRUE; return

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-05-29 Thread yakovlev
Here is a patch with both the fix and debugging information. Use this only if the later patch doesn't work. I don't know if you need libglib or libgio-fam, so install both .debs. ** Attachment added: "C:\cygwin\home\gwa\glib-fdfoo.patch" http://launchpadlibrarian.net/27278331/C%3A%5Ccygwin%5

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-05-29 Thread yakovlev
And here is the patch without debugging information. TRY THIS FIRST. Again, this is a bug in glib, NOT gnome-panel. ** Attachment added: "Patch to glib2.0 function is_env()." http://launchpadlibrarian.net/27278363/C%3A%5Ccygwin%5Chome%5Cgwa%5Cglib-fix.patch ** Also affects: glib Importan

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-06-01 Thread yakovlev
I added the patch to 580103. However, I don't know the right way to get that bug moved from the gnome-panel team to the glib team. Also, has anybody tried out the patch and made sure it fixes the problem? I'm pretty confident it does, as I was able to observe bad behavior on my single-head machi

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-06-10 Thread yakovlev
Ubuntu 8.10 shouldn't have this bug, unless glib or gnome-panel was updated recently (in which case, shame on the developers for breaking a working release.) The patch only fixes application launchers, which is the only thing anyone mentioned having problems with. Gnome-panel internals are a whol

[Bug 346964] Re: menu items selected from screen 1 open on screen 0

2009-06-10 Thread yakovlev
The Places bug in 8.10 is a different nautilus bug. It is documented in launchpad bug 282806, referenced above. My guess is that bug also covers the drag&drop problem. I'm not sure about the shutdown or properties bugs. I don't know how those are launched. I agree that things for dual-screen u

[Bug 235944] Re: Hardy: opening a drawer can randomly make gnome-panel hang using 100% cpu

2009-04-16 Thread yakovlev
I got here from another bug. I get this when I click on button launchers on the panel in screen 1 from my NVIDIA graphics card. It doesn't seem to occur if I run applications from the applications menu. A blank error dialog pops up (usually in screen 0) that I can't close and it uses 100% CPU.

[Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working in app windows

2019-11-04 Thread George Yakovlev
Release: Ubuntu 19.10 Kernel: 5.0.0-31-generic GNOME: 3.34.1 Freshly installed, so no extensions. The problem happens *only* on Logitech M185 mouse. Did not observe it with other mice. When bug happens touchpad on Dell XPS 13 (2019) stops working in the same fashion Left mouse button gets stuck

[Bug 459192] Re: empty drop-down list

2009-10-31 Thread Vladimir Yakovlev
*** This bug is a duplicate of bug 467187 *** https://bugs.launchpad.net/bugs/467187 ** This bug has been marked a duplicate of bug 467187 Empathy hang x.org while reciving mesage -- empty drop-down list https://bugs.launchpad.net/bugs/459192 You received this bug notification because yo

[Bug 467187] Re: Empathy hang x.org while reciving mesage

2009-10-31 Thread Vladimir Yakovlev
Same problem, ubuntu x86_64. X.org hangs while recieving message and menu open. xorg can be restarted from tty1 ctrl+alt+F1 -- Empathy hang x.org while reciving mesage https://bugs.launchpad.net/bugs/467187 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 625793] Re: Regression: Multiple Keyboard Layouts unusable: continuously changes layout + 100% CPU usage [updated]

2010-10-12 Thread Vladimir Yakovlev
Package from maverick-proposed fixed problem, thank you! -- Regression: Multiple Keyboard Layouts unusable: continuously changes layout + 100% CPU usage [updated] https://bugs.launchpad.net/bugs/625793 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is s

[Bug 625793] Re: Regression: Multiple Keyboard Layouts unusable: continuously changes layout + 100% CPU usage [updated]

2010-10-13 Thread Vladimir Yakovlev
@Dmitry Shachnev i was able reproduce bug in 2.32.0-0ubuntu4 (and ubuntu3 , ubuntu2 from Chris Coulson). gnome-settings-daemon_2.32.0-0ubuntu3 from maverick-proposed work fine, no bug. -- Regression: Multiple Keyboard Layouts unusable: continuously changes layout + 100% CPU usage [updated] http