Re: [Bug 491521] Re: Decorations and RGBA

2016-01-17 Thread Benjamin Otte (Company)
I'm not involved in the development of gksu. Nor have I looked at GTK2 related code in ages. So I'm definitely the wrong person to poke. Benjamin On Sun, Jan 17, 2016 at 3:32 PM, Mattias Andrée wrote: > https://launchpadlibrarian.net/36875787/libgksu-rgba-fix.diff > >

[Bug 901838]

2011-12-12 Thread Benjamin Otte (Company)
FWIW, I removed that code, because we got rid of pixmaps in GTK3. I certainly did not intend to remove any functionality previously available, nor do I think I did that. Of course, it made some things different and possibly even harder. From looking at the patch, I can't understand why it would

[Bug 901838]

2011-12-12 Thread Benjamin Otte (Company)
Oh, I'm just now seeing the explanation in comment 2. Do you have a cgit link to the X code for this handy? Because this sounds like something really really ugly inside X (wow, what a surprise ;)) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 901838]

2011-12-12 Thread Benjamin Otte (Company)
Yeah, I think the solution is to try a new_from_name() first for all cursors and if that returns NULL fall back to the image (or the default cursor if you're reasonably sure everybody supports the cursor you care about). -- You received this bug notification because you are a member of Ubuntu

[Bug 592049] Re: [Maverick only] Can't select files after changing sort setting in Gnome file chooser

2010-10-01 Thread Benjamin Otte (Company)
This bug should be fixed in Maverick by now. It works for me at least. -- [Maverick only] Can't select files after changing sort setting in Gnome file chooser https://bugs.launchpad.net/bugs/592049 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 605979] Re: Buttons rendered wrong (with white background) with nvidia-current

2010-07-22 Thread Benjamin Otte (Company)
As I said in the linked GNOME bug: It's a bug in the nvidia driver. If anybody wanted to work around this problem (other than installing nouveau), I'd suggest looking in Cairo's _cairo_xlib_device_create() in src/cairo-xlib-display.c and ensure that display-buggy_gradients is set to TRUE.

[Bug 491521] Re: Decorations and RGBA

2010-01-11 Thread Benjamin Otte (Company)
if (DETAIL (entry_bg)) { cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE); murrine_set_color_rgba (cr, colors-base[state_type], ENTRY_OPACITY); cairo_rectangle (cr, 0, 0, width, height); cairo_fill (cr); } should work as well. It's even more than twice as fast. -- Decorations and RGBA

[Bug 500525] Re: Sync swfdec-mozilla 0.9.2-1 (universe) from Debian experimental (main)

2009-12-26 Thread Benjamin Otte (Company)
Swfdec 0.9 is the unstable version. The only difference from 0.8.4 is broken H264 support and a faster (but more buggy) script interpreter. You should not expect any Flash file to work that previously didn't. I would advise against updating to it. -- Sync swfdec-mozilla 0.9.2-1 (universe) from

[Bug 446674] Re: [M7 LW] no more stellarium or googleearth with mesa 7.6 with Radeon Mobility 7500 1002:4c57

2009-11-02 Thread Benjamin Otte (Company)
Same issue here with R100 - ATI Technologies Inc Radeon RV200 QW [Radeon 7500] to be exact. When running Warcraft3 through wine I get the command queue overrun and dmesg madness jean-baptiste listed above. With the downgraded packages from Bryce I get kernel memory corruption and the machine

[Bug 410102] Re: swfdec-mozilla stores privacy sensitive files

2009-08-07 Thread Benjamin Otte (Company)
Swfdec does not store Flash cookies. And the configuration file just stores user-set information - the sound and autoplay settings you get in the right-clock menu - and not anything site specific. -- swfdec-mozilla stores privacy sensitive files https://bugs.launchpad.net/bugs/410102 You

[Bug 393770] Re: Why does swfdec-mozilla calls itself Shockwave Flash 9.0 r999

2009-06-30 Thread Benjamin Otte (Company)
No, we cannot, because this text is actually readable by the web pages' Javascript. And the Flash tools use the string to determine if a Flash player is installed. So we must use an Adobe Flash Player compatible string in Swfdec. It would be nice if about:plugins would produce more useful output

[Bug 315584] [NEW] Need sources when installing dbgsym packages

2009-01-09 Thread Benjamin Otte (Company)
Public bug reported: Binary package hint: pkg-create-dbgsym When debugging my application in gdb, I was told that it crashed in gtkrange.c:1242. This information is not really useful if I cannot inspect the code in that line. Currently this involves following a huge manual process, outlined

[Bug 296773] [NEW] don't check the file system during 1970

2008-11-11 Thread Benjamin Otte (Company)
Public bug reported: My clock battery is dead. I would like to not have to watch fsck during boot every time. I think its a smart idea to omit file system checks if the date is 1970/01/01. It's very unlikely that this happens ever again within the next 30 years, so it shouldn't hurt to add

[Bug 147846] Re: resolution out of sync with version 2:1.3.0.0.dfsg-12ubuntu8

2008-08-29 Thread Benjamin Otte (Company)
In Intrepid, this bug seems fixed. X comes up fine in 1600x1200 now. -- resolution out of sync with version 2:1.3.0.0.dfsg-12ubuntu8 https://bugs.launchpad.net/bugs/147846 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 247530] [NEW] network doesn't come up if ntpdate fails

2008-07-11 Thread Benjamin Otte (Company)
Public bug reported: Steps to reprdocue the problem: 1) alias ntp.ubuntu.com to somewhere not working or try to connect to a very flaky wireless network 2) bring up your network card in NetworkManager 3) watch it not connect expected result: 3) woohoo, internet! I worked around this with this

[Bug 242223] Re: windowless plugin right-click pops up firefox menu

2008-06-24 Thread Benjamin Otte (Company)
The plugin consumes the event properly. Karl Tomlinson from Mozilla and made sure of that. It's probably interesting to note that the Firefox menu pops up before the swfdec menu. Also, Epiphany suffers from a similar problem. Only that Epiphany pops up its menu and the swfdec menu never shows up.

[Bug 242223] Re: windowless plugin right-click pops up firefox menu

2008-06-23 Thread Benjamin Otte (Company)
** Attachment added: screenshot of the problem http://launchpadlibrarian.net/15520242/twomenus.png -- windowless plugin right-click pops up firefox menu https://bugs.launchpad.net/bugs/242223 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 242223] [NEW] windowless plugin right-click pops up firefox menu

2008-06-22 Thread Benjamin Otte (Company)
Public bug reported: reproduce like this: 1) install swfdec-mozilla from git (likely any other windowless plugin will also work, but for now swfdec git is the only one...) 2) open http://www.comedycentral.com/shows/the_colbert_report/index.jhtml (most other sites don't exhibit this problem) 3)

[Bug 180046] Re: Apple USB Keyboard doesn't work

2008-06-16 Thread Benjamin Otte (Company)
Since upgrading to Hardy, this works perfect where it failed before. So I'd consider this fixed. -- Apple USB Keyboard doesn't work https://bugs.launchpad.net/bugs/180046 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 239182] Re: segfualt in cairo_draw_with_xlib

2008-06-12 Thread Benjamin Otte (Company)
** Bug watch added: Mozilla Bugzilla #435764 https://bugzilla.mozilla.org/show_bug.cgi?id=435764 ** Also affects: firefox via https://bugzilla.mozilla.org/show_bug.cgi?id=435764 Importance: Unknown Status: Unknown -- segfualt in cairo_draw_with_xlib

[Bug 213520] Re: No sound with pulseaudio

2008-05-23 Thread Benjamin Otte (Company)
compiling with --with-audio=pa makes sound go properly through pulse, otherwise no sound. works perfectly with the switch using ubuntu hardy heron. Have you tried seeking in Youtube? Pulse playback is experimental and works accordingly. I had to tell the Fedora packager to disable it

[Bug 189198] Re: r100 video comes up garbled

2008-04-23 Thread Benjamin Otte (Company)
I just tried it, and no change - the video still comes up in the broken 1680x1050 resolution. -- r100 video comes up garbled https://bugs.launchpad.net/bugs/189198 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 188150] Re: promote to main (swfdec-gnome)

2008-03-27 Thread Benjamin Otte (Company)
Upstream would be me in this case and what I said can be read in detail at https://www.redhat.com/archives/fedora-desktop-list/2008-January/msg00084.html In short: I wouldn't recommend Swfdec for an LTS release, so this should likely be done after Hardy. -- promote to main (swfdec-gnome)

[Bug 187451] Re: Undefined symbols (libeel problem?)

2008-02-27 Thread Benjamin Otte (Company)
The missing symbols are in libgnome-desktop-2 I just had the same problem when upgrading (only) nautilus from gutsy to hardy. -- Undefined symbols (libeel problem?) https://bugs.launchpad.net/bugs/187451 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 191245] [NEW] no multiple plugin support in gnome-codec-install

2008-02-12 Thread Benjamin Otte (Company)
Public bug reported: Binary package hint: gnome-app-install When trying to install two plugins at once, gnome-codec-install does not provide any indication as to which packages are required to fulfill the requirements. The common case here is requiring an MP3 audio decoder and some video

[Bug 147846] Re: resolution out of sync with version 2:1.3.0.0.dfsg-12ubuntu8

2008-02-05 Thread Benjamin Otte (Company)
Same problem here, since Gutsy, and still with yesterday's Hardy. I should probably note that xrandr'ing to lots of different resolution works fine. Here's the list: WORKS: 1920x1200, 1600x1200, 1600x1024, 1400x1050, 1280x1024, 1280x960, 1280x800, 1152x864, 1280x768, 1152x768, 1024x768, 832x624,

[Bug 189198] [NEW] r100 video comes up garbled

2008-02-05 Thread Benjamin Otte (Company)
Public bug reported: When starting X, the server fails to show up a proper image. ** Affects: xserver-xorg-video-ati (Ubuntu) Importance: Undecided Status: New -- r100 video comes up garbled https://bugs.launchpad.net/bugs/189198 You received this bug notification because you are

[Bug 189198] Re: r100 video comes up garbled

2008-02-05 Thread Benjamin Otte (Company)
** Attachment added: Xorg.0.log http://launchpadlibrarian.net/11769885/Xorg.0.log -- r100 video comes up garbled https://bugs.launchpad.net/bugs/189198 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 189198] Re: r100 video comes up garbled

2008-02-05 Thread Benjamin Otte (Company)
This server runs without xorg.conf -- r100 video comes up garbled https://bugs.launchpad.net/bugs/189198 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

[Bug 147846] Re: resolution out of sync with version 2:1.3.0.0.dfsg-12ubuntu8

2008-02-05 Thread Benjamin Otte (Company)
Woah, I messed up my list. Here's the correct one: WORKS: 1920x1200, 1600x1200, 1680x1050, 1400x1050, 1280x1024, 1280x960, 1280x800, 1152x864, 1280x768, 1152x768, 1024x768, 832x624, 800x600, 640x480, 720x400, 640x400, 640x350 DOES NOT WORK: 1600x1024, 1440x900 Sorry for not being able to c/p

[Bug 99209] Re: sensors-applet bad display

2008-01-05 Thread Benjamin Otte (Company)
This still happens for me. I'm on a pretty curent Hardy. All sensors display ERROR after booting. What is surprising to me is that every sensor is listed twice in the properties. When I manually select the other one it works. But I don't want to edit properties after every reboot. --

[Bug 180046] Apple USB Keyboard doesn't work

2008-01-03 Thread Benjamin Otte (Company)
Public bug reported: I recently got an Apple USB keyboard and want to use it on my old desktop. However, sometimes, in particular after rebooting from Windows (dual boot), the keyboard does not work. Dmesg spams this message on and on: [ 65.934201] printk: 2 messages suppressed. [

[Bug 180046] Re: Apple USB Keyboard doesn't work

2008-01-03 Thread Benjamin Otte (Company)
** Attachment added: lspci -vv output http://launchpadlibrarian.net/11131648/lspci -- Apple USB Keyboard doesn't work https://bugs.launchpad.net/bugs/180046 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 129388] Re: [GUTSY] ACPI: battery state reporting errors since 2.6.22-9

2007-09-04 Thread Benjamin Otte \(Company\)
I still don't have battery information on my macbook (not macbook pro, just macbook). This is with the latest Gutsy packages. -- [GUTSY] ACPI: battery state reporting errors since 2.6.22-9 https://bugs.launchpad.net/bugs/129388 You received this bug notification because you are a member of

[Bug 122962] Re: Can't right click on Mac using any intuitive method

2007-07-29 Thread Benjamin Otte \(Company\)
*** This bug is a duplicate of bug 37234 *** https://bugs.launchpad.net/bugs/37234 Why is a sane default configuration dependant on SHM being on? This config can easily be put into xorg.conf or the driver itself. -- Can't right click on Mac using any intuitive method

[Bug 120218] Re: Two-finger tap for right-click should be used by default

2007-06-26 Thread Benjamin Otte \(Company\)
I think it would make it a lot nicer if the configuration mirrored Apple's configuration. I'm not sure about usability issues for people used to it, but I just bought a new Macbook and Apple's way of using it was way more intuitive than the way it's configured in Ubuntu. In particular, the

[Bug 122266] excess deprecation warnings

2007-06-26 Thread Benjamin Otte \(Company\)
Public bug reported: This is with gutsy's ffmpeg packages. When including avcodec.h, these warnings always get issued: /usr/include/ffmpeg/avcodec.h:2447: warning: 'ImgReSampleContext' is deprecated /usr/include/ffmpeg/avcodec.h:2450: warning: 'ImgReSampleContext' is deprecated This breaks

[Bug 115937] [shares-admin] Can't share files on Windows partition

2007-05-21 Thread Benjamin Otte \(Company\)
Public bug reported: Steps to reproduce (This is on Feisty): 1) plan to share /media/windows/Stuff 2) open shares-admin 3) select add 4) select Path/other 5) in the file selector, navigate to /media/windows, which is the mount point of the windows partition 6) don't find any folder to select

[Bug 38198] Re: Garbled using open source Radeon driver

2006-09-05 Thread Benjamin Otte \(Company\)
This might be related to https://bugs.freedesktop.org/show_bug.cgi?id=8134 -- Garbled using open source Radeon driver https://launchpad.net/bugs/38198 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 57749] radio and check buttons are drawn wrong

2006-08-25 Thread Benjamin Otte \(Company\)
Public bug reported: If draw_option is called with a non-rectangular argument, the drawn button looks weird, because it's scaled according to width. Also, if draw_option and draw_check are called with non-standard sizes (not the usual 12 or 13 px), the checks are drawn at the wrong place and

[Bug 57749] Re: radio and check buttons are drawn wrong

2006-08-25 Thread Benjamin Otte \(Company\)
THis patch fixes it. It's against the svn version at home.stellingwerff.com/svn -- radio and check buttons are drawn wrong https://launchpad.net/bugs/57749 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs