[Bug 999827] Re: Nautilus missing Preferences (incorrect handling of appmenu and menu used together)

2012-06-07 Thread Lars Uebernickel
Nautilus has gained an application menu, which is implemented with gmenumodel. Its window menus are still using GtkMenuBar, which gets picked up by the ubuntu-menuproxy plugin and exported with dbusmenu. indicator-appmenu can handle both dbusmenu and gmenumodel, but as far as I can see not both

[Bug 893676] Re: Cups disrupts unity window theme

2011-11-29 Thread Lars Uebernickel
Found the problem: when generating a d-bus message, CUPS's dbus notifier ignores parameters which contain invalid utf8 strings, but sends the message anyway. This results in a PrinterStateChanged message with less than the needed 6 parameters. This in turn crashes gnome-settings- daemon. Attached

[Bug 893676] Re: Cups disrupts unity window theme

2011-11-29 Thread Lars Uebernickel
Submitted the patch upstream at http://cups.org/str.php?L3984 ** Tags added: patch-forwarded-upstream -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/893676 Title:

[Bug 146918] Re: Poor descriptions for some applications in Startup Programs window

2011-11-29 Thread Lars Uebernickel
system-config-printer's applet will be deprecated in 12.04. ** Changed in: system-config-printer (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/146918

[Bug 894341] Re: ugly icons and decorations in Nautilus after printing

2011-11-29 Thread Lars Uebernickel
*** This bug is a duplicate of bug 893676 *** https://bugs.launchpad.net/bugs/893676 ** This bug has been marked a duplicate of bug 893676 Cups disrupts unity window theme -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 893676] Re: Cups disrupts unity window theme

2011-11-29 Thread Lars Uebernickel
Giorgio, you do have the same issue. Your PPD file contains an invalid utf8 sequence at position 18679 (last char in line 429). You can check for invalid utf8 by running iconv -f UTF-8 FILENAME If you know which charset the file is in, you can fix it by running iconv -f CHARSET FILENAME

[Bug 893676] Re: Cups disrupts unity window theme

2011-12-06 Thread Lars Uebernickel
I just submitted a patch to gnome-settings-daemon upstream at https://bugzilla.gnome.org/show_bug.cgi?id=665689 which fixes the issue from the other side. ** Bug watch added: GNOME Bug Tracker #665689 https://bugzilla.gnome.org/show_bug.cgi?id=665689 ** Changed in: gnome-settings-daemon

[Bug 893676] Re: Cups disrupts unity window theme

2011-12-07 Thread Lars Uebernickel
** Changed in: gnome-settings-daemon (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/893676 Title: Cups disrupts

[Bug 829690] Re: No easy way to turn the Bluetooth menu on/off

2012-03-09 Thread Lars Uebernickel
The checkbox was definitely there at some point in the cycle. I disabled it some time ago and now have no way of bringing it back (except for setting the dconf key manually). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 953757] Re: Inconsistent behavior of slider widgets

2012-03-14 Thread Lars Uebernickel
** Changed in: ido Assignee: (unassigned) = Lars Uebernickel (larsu) ** Changed in: gnome-control-center (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) ** Changed in: gtk+3.0 (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) ** Changed in: ido (Ubuntu

[Bug 953757] Re: Inconsistent behavior of slider widgets

2012-03-16 Thread Lars Uebernickel
Could we please get a feature freeze exception for this in gtk3? This would unify slider behavior again and we could get rid of the ugly act-as-if-middle-button-was-pressed hacks in IDO and gnome-control- center. I've submitted the patch upstream at

[Bug 922299] Re: Mouse-wheeling Launcher icon size slider moves it the wrong way.

2012-03-16 Thread Lars Uebernickel
(Ubuntu) Importance: Undecided Status: New ** Changed in: gtk+3.0 (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https

[Bug 922299] Re: Mouse-wheeling sliders moves them the wrong way.

2012-03-16 Thread Lars Uebernickel
Need input from design: should we change all sliders to move to the left when scrolling down? ** Summary changed: - Mouse-wheeling Launcher icon size slider moves it the wrong way. + Mouse-wheeling sliders moves them the wrong way. -- You received this bug notification because you are a member

[Bug 953757] Re: Inconsistent behavior of slider widgets

2012-03-16 Thread Lars Uebernickel
** Changed in: gnome-control-center (Ubuntu) Status: Confirmed = In Progress ** Changed in: ido Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.

[Bug 906042] Re: Menu items are miscapitalized, and Preferences is out of date

2012-02-01 Thread Lars Uebernickel
Charles, could you please also replace the three single dots '...' by the unicode symbol U+2026 (…). I think (actually, I hope) we do that in all menus. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.

[Bug 928762] Re: Theme and Launcher labels are hundreds of pixels away from their controls

2012-02-08 Thread Lars Uebernickel
Actually, the HIG specifies 12 pixels between the longest label its corresponding option widget, at least in figure 8-4 on the page Matthew linked to. Nevertheless, neither the existing gnome capplets nor the spec on google docs is very consistent. I see three different ways in which option label

[Bug 953757] Re: Inconsistent behavior of slider widgets

2012-08-27 Thread Lars Uebernickel
** Changed in: ido Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.launchpad.net/bugs/953757 Title: Inconsistent behavior of slider widgets To manage

[Bug 1043879] Re: xchat-gnome crashed with SIGSEGV in source_action_activated()

2012-08-30 Thread Lars Uebernickel
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to xchat-gnome in Ubuntu. https://bugs.launchpad.net/bugs/1043879 Title: xchat-gnome crashed with SIGSEGV in source_action_activated() To manage

[Bug 872356] Re: empathy incorrectly shown running in messaging menu

2012-09-04 Thread Lars Uebernickel
Comment #8 is right, this is a bug in telepathy-indicator, not the messaging menu. ** Also affects: telepathy-indicator Importance: Undecided Status: New ** Changed in: indicator-messages Status: Triaged = Invalid ** Changed in: indicator-messages (Ubuntu) Status:

[Bug 1019609] Re: Empathy window doesn't show any message when contacts write

2012-09-04 Thread Lars Uebernickel
** Also affects: telepathy-indicator Importance: Undecided Status: New ** Changed in: indicator-messages Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu.

[Bug 537287] Re: The about window shows the indicator applet about information

2012-09-04 Thread Lars Uebernickel
** Changed in: indicator-messages Status: Confirmed = Invalid ** Changed in: indicator-session Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.

[Bug 1049851] Re: creating screenshot by grabing a region while using global menu does not work

2012-09-12 Thread Lars Uebernickel
For me, this doesn't work with any menu opened, even GIMP's context menu. Are you sure this is not a gtk+ bug? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gimp in Ubuntu. https://bugs.launchpad.net/bugs/1049851 Title: creating

[Bug 1039476] Re: gtk_menu_new_from_model doesn't support custom menu items

2012-09-18 Thread Lars Uebernickel
Attached an updated patch that applies against gtk+-3.5.18. ** Patch added: gtk-custom-menu-items.patch https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1039476/+attachment/3323075/+files/gtk-custom-menu-items.patch ** Changed in: gtk+3.0 (Ubuntu) Status: Fix Released = In

[Bug 1019569] Re: empathyindicator menus dont work when getting contact requests

2012-09-19 Thread Lars Uebernickel
** Also affects: telepathy-indicator Importance: Undecided Status: New ** Changed in: indicator-messages Status: Triaged = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu.

[Bug 1001229] Re: wrong icon for the power indicator after last 12.04 update

2012-09-20 Thread Lars Uebernickel
** Changed in: indicator-power Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1001229 Title: wrong icon for the power indicator after last 12.04

[Bug 1001229] Re: wrong icon for the power indicator after last 12.04 update

2012-09-20 Thread Lars Uebernickel
** Changed in: ubuntu-mono (Ubuntu Quantal) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1001229 Title: wrong icon for the power

[Bug 1053670] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast(), from settings_notify_cb(), in dbusmenu's parser.c

2012-09-24 Thread Lars Uebernickel
** Changed in: dbusmenu Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1053670 Title: nautilus crashed with SIGSEGV in

[Bug 206547] Re: Open (but do not raise) new conversation windows automatically

2013-01-11 Thread Lars Uebernickel
Status: New = Triaged ** Changed in: telepathy-indicator Importance: Undecided = Medium ** Changed in: telepathy-indicator Assignee: (unassigned) = Lars Uebernickel (larsu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 1098549] [NEW] Chat windows should always be openend automatically (in the background)

2013-01-11 Thread Lars Uebernickel
-indicator Importance: Medium Assignee: Lars Uebernickel (larsu) Status: Triaged ** Affects: empathy (Ubuntu) Importance: Undecided Status: New ** Changed in: telepathy-indicator Status: New = Triaged ** Changed in: telepathy-indicator Importance: Undecided

[Bug 206547] Re: Open (but do not raise) new conversation windows automatically

2013-01-11 Thread Lars Uebernickel
Sure, why not: bug #1098549. ** No longer affects: telepathy-indicator -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/206547 Title: Open (but do not raise) new conversation

[Bug 872356] Re: Empathy incorrectly shown running in messaging menu and problem with status indicator

2013-02-19 Thread Lars Uebernickel
** Branch linked: lp:~larsu/telepathy-indicator/watch-empathy -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/872356 Title: Empathy incorrectly shown running in messaging menu and

[Bug 1183505] Re: Ubuntu's custom menu item patch depends on GType

2013-09-10 Thread Lars Uebernickel
** Changed in: gtk+3.0 (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1183505 Title: Ubuntu's custom menu item patch depends on

[Bug 1002106] Re: indicator-sound-service crashed with SIGABRT in g_assertion_message()

2013-10-30 Thread Lars Uebernickel
To me, this looks like a bug in gvfs. Are you still experiencing it? ** Package changed: indicator-sound (Ubuntu) = gvfs (Ubuntu) ** Changed in: gvfs (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1030179] Re: indicator-sound-service crashed with SIGABRT in g_assertion_message()

2013-10-30 Thread Lars Uebernickel
This looks like a bug in gvfs (maybe even the same as bug #1002106). Jono, is this still happening to you? ** Package changed: indicator-sound (Ubuntu) = gvfs (Ubuntu) ** Changed in: gvfs (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a

[Bug 1099972] Re: Bluetooth devices are not able to control and display playing music from apps and web apps consistently

2013-10-30 Thread Lars Uebernickel
Cool idea, but this would most likely be implemented in the media-keys plugin of gnome-settings-daemon, which already takes care of media keys. ** Package changed: indicator-sound (Ubuntu) = gnome-settings-daemon (Ubuntu) -- You received this bug notification because you are a member of Ubuntu

[Bug 748805] Re: Sound level icon is inconsistent with gnome-settings-daemon notifications

2013-10-30 Thread Lars Uebernickel
Ah, neat observation. This seems to be fixed in 13.10. (Feel free to reopen if this is still an issue for you.) ** Changed in: gnome-settings-daemon (Ubuntu) Status: Confirmed = Fix Released ** Changed in: indicator-sound (Ubuntu) Status: Confirmed = Fix Released -- You received

[Bug 1099972] Re: Bluetooth devices are not able to control and display playing music from apps and web apps consistently

2013-10-30 Thread Lars Uebernickel
** Also affects: gnome-settings-daemon (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/1099972 Title: Bluetooth

[Bug 779544] Re: Play (or play/pause) keyboard shortcut should launch media player if not running

2013-10-30 Thread Lars Uebernickel
gnome-settings-daemon listens to the media keys (and also speaks mpris if no player grabbed them), it should be responsible for doing this as well. ** Package changed: indicator-sound (Ubuntu) = gnome-settings-daemon (Ubuntu) -- You received this bug notification because you are a member of

[Bug 887139] Re: Middle clicking the keyboard layout indicator has behaviour inconsistent with other indicator applets

2013-10-30 Thread Lars Uebernickel
** Changed in: indicator-keyboard Status: New = Confirmed ** Changed in: hundredpapercuts Status: Confirmed = Invalid ** Changed in: indicator-keyboard Assignee: (unassigned) = William Hua (attente) ** No longer affects: gnome-settings-daemon (Ubuntu) ** No longer affects:

[Bug 1153251] Re: Sound settings slidebar, togglebutton behavior

2013-10-30 Thread Lars Uebernickel
It does toggle back for me, but only after releasing the mouse button. ** Package changed: indicator-sound (Ubuntu) = gnome-control-center (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.

[Bug 1116280] Re: sound menu should properly handle play/pause/next/previous when multiple audio players are running

2013-10-30 Thread Lars Uebernickel
Strange. I think it's only possible for one application to grab media keys. Assigning this to gnome-settings-daemon, which handles media keys. ** Package changed: indicator-sound (Ubuntu) = gnome-settings-daemon (Ubuntu) -- You received this bug notification because you are a member of Ubuntu

[Bug 1173804] Re: Sound indicator controlls disabled after suspend

2013-10-30 Thread Lars Uebernickel
Are you still experiencing this issue? I cannot reproduce it in 13.10. ** Package changed: indicator-sound (Ubuntu) = gnome-control-center (Ubuntu) ** Changed in: gnome-control-center (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of

[Bug 1233508] Re: Volume keys on keyboard don't adjust volume or display volume popup while using gnome fallback/flashback

2013-10-30 Thread Lars Uebernickel
** Package changed: indicator-sound (Ubuntu) = gnome-session (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/1233508 Title: Volume keys on keyboard don't adjust

[Bug 553527] Re: Installing Evolution should install evolution-indicator

2013-11-26 Thread Lars Uebernickel
It's still a valid bug, though. ** Changed in: indicator-applet Assignee: (unassigned) = Lars Uebernickel (larsu) ** Changed in: evolution (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs

[Bug 1262801] Re: eog hangs when the print dialog is closed

2014-01-07 Thread Lars Uebernickel
The patch I've attached to [1] fixes the issue, but I'm not sure if it causes other problems. I'm waiting to hear from a eog maintainer for an opinion. [1] https://bugzilla.gnome.org/show_bug.cgi?id=721755 ** Bug watch added: GNOME Bug Tracker #721755

[Bug 1260761] Re: file browser toolbar has wrong background color in Ambiance

2014-01-08 Thread Lars Uebernickel
The problem is that that toolbar is marked as a primary toolbar, which ambiance colors dark. I've removed that in gedit upstream[1]. I'll backport the patch when it is accepted. [1] https://bugzilla.gnome.org/show_bug.cgi?id=721813 ** Bug watch added: GNOME Bug Tracker #721813

[Bug 1242984] Re: Gedit context menu font is monospace

2014-01-10 Thread Lars Uebernickel
** Changed in: gedit (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) ** Changed in: gedit (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https

[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-07 Thread Lars Uebernickel
** Changed in: evince (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1277370 Title: Now used Aiatana design blocks

[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-07 Thread Lars Uebernickel
** Changed in: evince (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1277370 Title: Now used Aiatana design blocks Evince accessibility

[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-10 Thread Lars Uebernickel
Attila, that patch removes the use of a function that isn't available in gtk+ 3.10 (we won't upgrade to 3.12 in this cycle). Gtk should pick up the accelerators from the menu xml, but doesn't for some reason. I've added a workaround to the patch at lp:~larsu/evince/fix-accels. This also fixes

[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-11 Thread Lars Uebernickel
Unity will show the more traditional menu bar layout (File, Edit, View, ...) in its global menu bar. Pressing F10 should open those menus. GNOME applications are moving towards a gear menu on the right side (in ltr-layouts) of the toolbar. Evince does this as well (it has two new buttons on the

[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-12 Thread Lars Uebernickel
Hey Attila. Thanks for mentioning this issue, but it doesn't seem to be a regression introduced this patch (I'm seeing the same issue with prior versions of evince 3.10). Can you please file a new bug for that? -- You received this bug notification because you are a member of Ubuntu Desktop

[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-12 Thread Lars Uebernickel
Yes, one bug report on launchpad is enough. Feel free to assign me to it. I'll file an upstream report if necessary. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1277370 Title:

[Bug 1130722] Re: Change nautilus menu layout in Unity back to the style of 3.4

2014-02-27 Thread Lars Uebernickel
** Branch linked: lp:~larsu/nautilus/add-menubar-patch -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1130722 Title: Change nautilus menu layout in Unity back to the style of 3.4

[Bug 1130722] Re: [ffe] Restore a traditional menu under Unity

2014-02-28 Thread Lars Uebernickel
Hi Attila. The patch only enables the menubar when the Gtk/shell-shows- menubar xsetting is set. That means, only on desktop environments that show the menu bar outside of the application's window. I don't think it is wise to check for the desktop environment to decide whether to show the menu

[Bug 1283235] Re: standard menubar shouldn't be displayed in presentation mode

2014-03-03 Thread Lars Uebernickel
** Changed in: evince (Ubuntu) Status: New = In Progress ** Branch linked: lp:~larsu/evince/lp1283235 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1283235 Title: standard

[Bug 1282203] Re: gnome-terminal not respecting Enable menu access keys setting, inside the Unity desktop environment.

2014-03-05 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1282782 *** https://bugs.launchpad.net/bugs/1282782 ** This bug has been marked a duplicate of bug 1282782 Newest compiz/unity has decided that it owns my Alt key -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 1285631] Re: alt+keystroke opens menus, despite that feature being switched off

2014-03-05 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1282782 *** https://bugs.launchpad.net/bugs/1282782 ** This bug is no longer a duplicate of bug 1282203 gnome-terminal not respecting Enable menu access keys setting, inside the Unity desktop environment. ** This bug has been marked a duplicate of bug

[Bug 1289180] Re: Zoom dropdown is broken

2014-03-11 Thread Lars Uebernickel
** Changed in: evince (Ubuntu) Status: Confirmed = In Progress ** Branch linked: lp:~larsu/evince/restore-zoom-popup -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1289180

[Bug 1290067] Re: New File menu in nautilus (ubuntu session) is missing option to create a 'New Document'

2014-03-11 Thread Lars Uebernickel
** Branch linked: lp:~larsu/nautilus/lp1290067 ** Changed in: nautilus (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1290067

[Bug 1290104] Re: some shortcuts stopped working

2014-03-11 Thread Lars Uebernickel
** Branch linked: lp:~larsu/evince/lp1290104 ** Changed in: evince (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1290104 Title:

[Bug 1077626] Re: Top bar problem with status

2014-04-10 Thread Lars Uebernickel
This seems to be a bug in empathy. telepathy-indicator (the component providing messaging menu integration with empathy) correctly requests TP_CONNECTION_PRESENCE_TYPE_HIDDEN when I choose invisible from the messaging menu. ** Package changed: indicator-messages (Ubuntu) = empathy (Ubuntu) **

[Bug 1252026] Re: Message indicator and Empathy showing different status

2014-04-11 Thread Lars Uebernickel
This seems to be a bug in empathy. telepathy-indicator (the component providing messaging menu integration with empathy) correctly requests TP_CONNECTION_PRESENCE_TYPE_HIDDEN when I choose invisible from the messaging menu. ** Package changed: indicator-messages (Ubuntu) = empathy (Ubuntu) --

[Bug 1077626] Re: Top bar problem with status

2014-04-11 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1252026 *** https://bugs.launchpad.net/bugs/1252026 ** This bug has been marked a duplicate of bug 1252026 Message indicator and Empathy showing different status -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 1310782] Re: Zoom in shortcut should be =/+, not shift +

2014-04-28 Thread Lars Uebernickel
** Branch linked: lp:~larsu/evince/lp1310782 ** Changed in: evince (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1310782 Title: Zoom

[Bug 1313250] Re: Shortcut key Ctrl+L no longer sets cursor to page selector in 3.10.3

2014-04-28 Thread Lars Uebernickel
** Changed in: evince (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1313250 Title: Shortcut key Ctrl+L no longer sets cursor to page

[Bug 1312179] Re: fit and width hotkeys broken

2014-04-29 Thread Lars Uebernickel
** Changed in: evince (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1312179 Title: fit and width hotkeys broken To manage notifications

[Bug 1330117] Re: eog crashed with SIGSEGV in gtk_application_impl_set_app_menu()

2014-06-17 Thread Lars Uebernickel
** Changed in: eog (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to eog in Ubuntu. https://bugs.launchpad.net/bugs/1330117 Title: eog crashed with SIGSEGV

[Bug 1330117] Re: eog crashed with SIGSEGV in gtk_application_impl_set_app_menu()

2014-06-17 Thread Lars Uebernickel
** Changed in: eog (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to eog in Ubuntu. https://bugs.launchpad.net/bugs/1330117 Title: eog crashed with SIGSEGV in

[Bug 1336386] Re: gtk popover widgets are rendered incomplete (cut) in some circumstances

2014-07-01 Thread Lars Uebernickel
That's an unfortunate (but known) limitation of GtkPopover[1]. [1] https://bugzilla.gnome.org/show_bug.cgi?id=729644 ** Bug watch added: GNOME Bug Tracker #729644 https://bugzilla.gnome.org/show_bug.cgi?id=729644 ** Summary changed: - gtk popover widgets are rendered incomplete (cut) in

[Bug 1375979] Re: 14.10: Gtk sometimes doesn't pickup translations in the about dialog

2014-10-01 Thread Lars Uebernickel
** No longer affects: ubuntu-translations ** Changed in: gtk+3.0 (Ubuntu) Status: New = In Progress ** Changed in: gtk+3.0 (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) ** Changed in: gtk+3.0 (Ubuntu) Importance: Undecided = High -- You received this bug

[Bug 1376432] Re: GNOME System Monitor Resources graphs show black borders

2014-10-02 Thread Lars Uebernickel
** Branch linked: lp:~larsu/gnome-system-monitor/draw-graph-transparent- background ** Changed in: gnome-system-monitor (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1381804] Re: whoopsie test failure since glib2.0 2.41.2-1 uploaded

2014-10-16 Thread Lars Uebernickel
Posting on behalf of Ryan, who cannot log in right now. He found out that the problem is in the test case itself. It uses g_main_loop_quit() as a source callback from test_callback_never_triggered. Source callbacks are supposed to return bool for if they get issued again or not. Apparently on

[Bug 1381897] Re: zoom keybinding requires the use of shift

2014-10-16 Thread Lars Uebernickel
** Changed in: evince (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1381897 Title: zoom keybinding requires the use of shift To manage

[Bug 1381897] Re: zoom keybinding requires the use of shift

2014-10-16 Thread Lars Uebernickel
** Bug watch added: GNOME Bug Tracker #738609 https://bugzilla.gnome.org/show_bug.cgi?id=738609 ** Also affects: evince via https://bugzilla.gnome.org/show_bug.cgi?id=738609 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of

[Bug 1381897] Re: zoom keybinding requires the use of shift

2014-10-16 Thread Lars Uebernickel
Linked the wrong upstream bug, sorry. ** Bug watch added: GNOME Bug Tracker #738625 https://bugzilla.gnome.org/show_bug.cgi?id=738625 ** Changed in: evince Importance: Wishlist = Unknown ** Changed in: evince Status: Won't Fix = Unknown ** Changed in: evince Remote watch: GNOME

[Bug 1426163] Re: no locally integrated menus in gnome-terminal

2015-03-01 Thread Lars Uebernickel
) Assignee: (unassigned) = Lars Uebernickel (larsu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/1426163 Title: no locally integrated menus in gnome-terminal To manage

[Bug 1426163] Re: no locally integrated menus in gnome-terminal

2015-03-01 Thread Lars Uebernickel
Alberto: why does this qualify as a 100 papercuts bug? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/1426163 Title: no locally integrated menus in gnome-terminal To

[Bug 1435607] Re: file/folder icons do not zoom in the same way

2015-03-26 Thread Lars Uebernickel
** Branch linked: lp:~larsu/humanity/set-maxsize -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1435607 Title: file/folder icons do not zoom in the same way To manage

[Bug 1285783] Re: Right panel has a transparent background

2015-04-14 Thread Lars Uebernickel
** Changed in: gtk+3.0 (Ubuntu) Status: Triaged = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1285783 Title: Right panel has a transparent background To manage

[Bug 797775] Re: gedit crashed with SIGSEGV in g_file_equal()

2015-04-14 Thread Lars Uebernickel
** Changed in: gtk+3.0 (Ubuntu) Status: Triaged = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/797775 Title: gedit crashed with SIGSEGV in g_file_equal() To

[Bug 440527] Re: evolution crashed with SIGSEGV in g_closure_invoke()

2015-04-14 Thread Lars Uebernickel
** Changed in: gtk+3.0 (Ubuntu) Status: Triaged = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/440527 Title: evolution crashed with SIGSEGV in g_closure_invoke() To manage

[Bug 803627] Re: empathy crashed with signal 5 in gtk_box_size_allocate()

2015-04-14 Thread Lars Uebernickel
Some widget (probably a custom one from empathy) reported a negative minimum size, resulting in gtk to abort on an assertion. So this is not really a gtk issue. Since it is quite old and I cannot reproduce it in newer versions, I'll close it. If this is still a problem for anyone, feel free to

[Bug 813653] Re: gedit crashed with SIGSEGV in g_type_check_instance_is_a()

2015-04-14 Thread Lars Uebernickel
This was fixed upstream: https://bugzilla.gnome.org/show_bug.cgi?id=664137 The upstream bug linked here is a duplicate of the above. ** Bug watch added: GNOME Bug Tracker #664137 https://bugzilla.gnome.org/show_bug.cgi?id=664137 ** Changed in: gtk+3.0 (Ubuntu) Status: Triaged = Fix

[Bug 1222053] Re: per-session gsettings overrides

2015-04-24 Thread Lars Uebernickel
** Bug watch added: GNOME Bug Tracker #746592 https://bugzilla.gnome.org/show_bug.cgi?id=746592 ** Also affects: glib via https://bugzilla.gnome.org/show_bug.cgi?id=746592 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of

[Bug 1453763] Re: Unable to differentiate between toggled and untoggled buttons

2015-05-11 Thread Lars Uebernickel
** Package changed: rhythmbox (Ubuntu) = ubuntu-themes (Ubuntu) ** Changed in: ubuntu-themes (Ubuntu) Importance: Undecided = Medium ** Changed in: ubuntu-themes (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 1430307] Re: Deprecation warning should be turned off for release

2015-04-16 Thread Lars Uebernickel
Yeah, let's disable them for the release. Developers can still opt in to showing them while developing an application by setting G_ENABLE_DIAGNOSTIC to 1. ** Patch added: 0001-Don-t-warn-about-deprecated-properties-by-default.patch

[Bug 1385624] Re: wrapper-2.0 crashed with SIGSEGV in strrchr()

2015-04-16 Thread Lars Uebernickel
This crashes because indicator-messages sends and action name with a '|' in it, which is invalid. I fixed this in r433 by escaping all ids[1], which was released in 13.10.1+15.04.20150112-0ubuntu1. Gtk currently assumes that those inputs are trusted and thus doesn't verify them. There's been some

[Bug 1385619] Re: libgtk-3.a and libgdk-3.a missing in libgtk-3-dev

2015-04-16 Thread Lars Uebernickel
Statically linking gtk+ is uncommon and discouraged by gtk+ developers (see Extra Configuration Options in [1]). Also, I don't think we should increase the package size for such an uncommon a use case. Please compile gtk+ yourself if you want to link your application to it statically. [1]

[Bug 1443273] [NEW] gdk_set_program_class breaks --class

2015-04-13 Thread Lars Uebernickel
Public bug reported: When a program itself calls gdk_set_program_class(), passing --class on the command line is a no-op. Gnome-terminal does this to change it's WM_CLASS from gnome-terminal- server to gnome-terminal. Many people use --class in a custom desktop file to use profiles as

[Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-06-05 Thread Lars Uebernickel
This patch is a backport of the upstream patch to 3.14 ** Patch added: 0001-Add-a-traditional-menubar.patch https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1447224/+attachment/4410401/+files/0001-Add-a-traditional-menubar.patch -- You received this bug notification because you are a

[Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-05-27 Thread Lars Uebernickel
Totem's menu xml has placeholders for subtitles and languages, which are populated dynamically based on the video that is loaded. The traditional menubar, the gear menu, and the fullscreen gear menu all share the same placeholder ids and Totem inserts the dynamic submenu in only one of them. I've

[Bug 1436211] Re: Remove GTK3 from phone images

2015-08-22 Thread Lars Uebernickel
litimezonemap contains gtk3 widgets that are used in unity7's system settings. Can we make unity-system-settings not depend on it? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution-data-server in Ubuntu.

[Bug 1470434] Re: wrong buttons borders in file-rollect extract dialog

2015-07-14 Thread Lars Uebernickel
** Package changed: ubuntu-themes (Ubuntu) = gtk+3.0 (Ubuntu) ** Changed in: gtk+3.0 (Ubuntu) Status: Won't Fix = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.

[Bug 627195]

2015-08-24 Thread Lars Uebernickel
Instead of only passing a timestamp, this could be the same platform data that GApplication uses in its Activate method (of type asv). This would make passing these kinds of things more uniform and easier to handle for toolkits, as well as being extensible. Maybe we could even call it Activate ;)

[Bug 627195]

2015-08-24 Thread Lars Uebernickel
Created attachment 88321 Add org.mpris.MediaPlayer2.Activate Alex, the desktop entry spec recently gained support for org.freedesktop.Application, which has a method Activate() that takes a platform data. I think it makes sense to reuse this terminology and the platform-data convention. The

[Bug 1480217] Re: Nautilus background handling screwed when changing scaling factor.

2015-10-30 Thread Lars Uebernickel
** Branch linked: lp:~larsu/nautilus/lp1480217 ** Changed in: nautilus (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1480217 Title:

[Bug 1488344] Re: dbus rejected send messages

2015-10-30 Thread Lars Uebernickel
Indeed, accountsservice sends a reply even when the client talking to it doesn't want one. The dbus daemon doesn't remember messages that have NO_REPLY_EXPECTED set, so the replies from accountsservice look like unsolicited messages to it and it denies them. Gnome bug #755421 argues that this

[Bug 1473269] Re: Wily login screen shows an all black notification bubble

2015-10-12 Thread Lars Uebernickel
** Changed in: gtk+3.0 (Ubuntu) Status: In Progress => Opinion ** Changed in: notify-osd (Ubuntu) Status: Confirmed => In Progress ** Changed in: notify-osd (Ubuntu) Assignee: (unassigned) => Lars Uebernickel (larsu) ** Branch linked: lp:~larsu/notify-osd/lp1473269

[Bug 1503602] Re: Eog should show an Open with... menu item in the global menu under Unity

2015-10-07 Thread Lars Uebernickel
Thanks for reporting this bug. The way GNOME does menus has changed quite a bit recently and as a result it is quite hard to have dynamic menus of this kind in the global menu bar. We're working on a way to do this in gtk, but it is too late in the cycle to land that work. In the meantime, you

  1   2   >