r-bishop / bpbible

Automatically exported from code.google.com/p/bpbible
0 stars 0 forks source link

Tooltip windows don't have the right properties under Linux? #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
By properties I mean primarily the skip_taskbar hint. So whenever you hover
over a link, a little window titled "Tooltip" appears on the taskbar. It
shouldn't, as the code says wx.FRAME_NO_TASKBAR. I'm using the latest
Openbox WM under Linux.

By poking around I was able to fix this for myself at least. Can you please
look at the patch and tell me if it's a bug in bpbible or Openbox? Does it
work as expected under GNOME/Metacity and Windows?

Original issue reported on code.google.com by war...@gmail.com on 22 Feb 2010 at 11:06

Attachments:

GoogleCodeExporter commented 9 years ago
OK, I recently switched from Openbox (which is *very* freedesktop compliant) to 
XFCE 
(which is the same way). The problem also occurs with XFCE.

It's a little hard to believe the problem doesn't manifest itself in GNOME. 
What kind 
of desktop/window manager you guys use under Linux?

Original comment by war...@gmail.com on 8 Apr 2010 at 9:05

GoogleCodeExporter commented 9 years ago
I had reproduced this under Linux with GNOME, but obviously forgot to make a 
comment
here.  I haven't had time to look at your patch yet.

Original comment by jonmmor...@gmail.com on 11 Apr 2010 at 11:45

GoogleCodeExporter commented 9 years ago
Jon,

thanks for your response. The patch is like 4 characters only ;) Just for the 
record, 
I tested it with GNOME, XFCE, and Openbox, and it works fine.

Original comment by war...@gmail.com on 13 Apr 2010 at 6:39

GoogleCodeExporter commented 9 years ago
The change was a small change, and makes sense too.  I don't know why it wasn't 
done 
that way to start with.  I don't often use Linux, which is why these changes 
take 
longer to get done.

I've made the change in r982, and it fixes it.

Thanks for the suggestion.

Original comment by jonmmor...@gmail.com on 14 Apr 2010 at 1:57

GoogleCodeExporter commented 9 years ago

Original comment by jonmmor...@gmail.com on 22 Apr 2010 at 12:52