[Bug 406036] Re: inkscape crashes using certain input methods: _gdk_input_grab_pointer: assertion failed: (input_window != NULL)

2010-04-22 Thread bmhm
@WolphFang
You might want to try this if you are on amd64:
$ wget -ci gtk2_urls.txt
$ sudo dpkg -i *.deb

This is the way Alex told you not to use, but since I didn't want to
upgrade yet I preferred this method and did a manual search on
dependencies myself. Inkscape works again for me, including xim.

Hope this helps. But remember that there might be side effects I didn't
encountered yet. If you don't know what these commands do, better don't
execute them (as always).

Regards,
Ben

** Attachment added: URLs for amd64 debian packages
   http://launchpadlibrarian.net/45038104/gtk2_urls.txt

-- 
inkscape crashes using certain input methods: _gdk_input_grab_pointer: 
assertion failed: (input_window != NULL)
https://bugs.launchpad.net/bugs/406036
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 362819] Re: nautilus crashed with SIGSEGV in g_object_ref()

2009-09-02 Thread bmhm
** Bug watch added: code.google.com/p/gnome2-globalmenu/issues #408
   http://code.google.com/p/gnome2-globalmenu/issues/detail?id=408

** Also affects: nautilus via
   http://code.google.com/p/gnome2-globalmenu/issues/detail?id=408
   Importance: Unknown
   Status: Unknown

-- 
nautilus crashed with SIGSEGV in g_object_ref()
https://bugs.launchpad.net/bugs/362819
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 315913] Re: Brasero - recognises a 4.7 gb writable dvd as 4.3 gb

2009-08-12 Thread bmhm
@Mike: 
If it used GB as in 1000^3, it would say 4.7 GB. The 4.3 are referring to GiB 
(4.7 GB ~= 4.3 GiB).

This is definitly a bug, since it uses wrong units. 
See
man 7 units
for more information.

Thus, I dare to reopen.


** Changed in: brasero (Ubuntu)
   Status: Invalid = Confirmed

-- 
Brasero - recognises a 4.7 gb writable dvd as 4.3 gb
https://bugs.launchpad.net/bugs/315913
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 389876] Re: Inconsistent: Quit without saving Firefox, Gedit, OpenOffice

2009-06-23 Thread bmhm
There is a Gnome Human interface guide line:
http://library.gnome.org/devel/hig-book/stable/

What you are actually looking for:
http://library.gnome.org/devel/hig-book/stable/windows-alert.html.en#save-confirmation-alerts

Save confirmation alerts - there is a rule for this window. It really
makes sense and should be obeyed in all apps.  I'd just recommend to put
the red cross to close without saving, because this is actually the
most harmfull action.

Well, the pity is: Neither Firefox nor OO.o are gnome-apps.

-- 
Inconsistent: Quit without saving Firefox, Gedit, OpenOffice
https://bugs.launchpad.net/bugs/389876
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in ubuntu.

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


[Bug 296512] Re: Totem Video Player playes Youtube's videos in low quality only

2008-11-11 Thread bmhm
My setting was LAN. When I set it to T1/Cable, quality did improve in my 
opinnion.
Is there an option to create a trace or to gain some debug information?

Anyway, the plugin source listing contains (python):
def get_fmt_string (self):
if self.gconf_client.get_int (/apps/totem/connection_speed) 
= 10:
return fmt=18
else:
return 

I dislike the 10 over there. something like a global variable would fit better 
there.
The bad thing is, that 10 is just the index of the combo box's value if I am 
not mistaken. So if you changed the combobox item's order, it would be messed 
up.

So far, 10 means DSL 512 or more (10th value in data/totem.ui). I'd
propose to replace that static number with a more
descriptive/meaningful variable and a comment. Is this the right place
to do so?

(sorry, I am new to proposing source code changes, but I'd like to help)

-- 
Totem Video Player playes Youtube's videos in low quality only
https://bugs.launchpad.net/bugs/296512
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 296512] [NEW] Totem Video Player playes Youtube's videos in low quality only

2008-11-10 Thread bmhm
Public bug reported:

Binary package hint: totem

Since Ubuntu 8.10, Totem can play Youtube's videos natively. The
annoying thing is, that I could not find an option to set the videos to
higher quality. The videos I watched were available in higher quality,
so I think there should be an option provided.

HQ MPEG4-Videos can be obtained by appending fmt=18 to the URL. Works
for the page as well as for direct links.

Since I use the amd64-Distribution and there is no well working flash
player yet, Totem would be a great alternative to the browser plugin.

Regards



Release:8.10

Linux Sentinel64 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:06 UTC 2008
x86_64 GNU/Linux

totem:
  Installiert: 2.24.3-0ubuntu1

totem-common:
  Installiert: 2.24.3-0ubuntu1

totem-plugins:
  Installiert: 2.24.3-0ubuntu1

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Totem Video Player playes Youtube's videos in low quality only
https://bugs.launchpad.net/bugs/296512
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 187540] Re: Gnome-panel freeze when 8 windows are open when the panel is vertical

2008-09-21 Thread bmhm
prl77 wrote:
 However, the libwnck-common package I have is 2.22.3 while your patch is for 
 2.22.1 - will this still work?

Well, I just edited the libwnck*.patches to the right folder and it did
work. No freezes anymore.


Thanks paskma!!!

-- 
Gnome-panel freeze when 8 windows are open when the panel is vertical
https://bugs.launchpad.net/bugs/187540
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 118533] Re: dasher segfaults when changing alphabet

2008-08-02 Thread bmhm
Hello,

as far as I can see this is not an issue any more. I can change my
language setting without having dasher crash.

I run 8.04 (.1) amd64.

Regards.

-- 
dasher segfaults when changing alphabet
https://bugs.launchpad.net/bugs/118533
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 118533] Re: dasher segfaults when changing alphabet

2008-02-27 Thread bmhm
Are you sure fonts are the reason? Just look at the output bash gives
me.

In my opinion it's just an programming error. Maybe I'm going to take a
look at the source code when I got time (which may take some weeks).

I'd love to see someone else to care...

** Attachment added: Dasher's console output.
   http://launchpadlibrarian.net/12263307/dasher.log

-- 
dasher segfaults when changing alphabet
https://bugs.launchpad.net/bugs/118533
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 162144] Re: selecting language cause dasher close without any error message

2008-02-17 Thread bmhm
*** This bug is a duplicate of bug 118533 ***
https://bugs.launchpad.net/bugs/118533

** This bug has been marked a duplicate of bug 118533
   dasher segfaults when changing alphabet

-- 
selecting language cause dasher close without any error message
https://bugs.launchpad.net/bugs/162144
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee (via bug 118533).

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


[Bug 118533] dasher hardy

2008-02-17 Thread bmhm
I can also confirm it for hardy. Please fix asap.

-- 
dasher segfaults when changing alphabet
https://bugs.launchpad.net/bugs/118533
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 89956] Re: crash on exit

2007-03-31 Thread bmhm
It ALWAYS crashes on exit... got a lot of bug reports, but never
uploaded them so far...

** Attachment added: complete report (4)
   http://librarian.launchpad.net/7092050/_usr_bin_gaim.1000.crash

-- 
crash on exit
https://launchpad.net/bugs/89956

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