[Desktop-packages] [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 shou

[Desktop-packages] [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 Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1480217 Title: N

[Desktop-packages] [Bug 1503693] Re: Dim timeout gsetting key not set anymore

2015-10-29 Thread Lars Uebernickel
nch linked: lp:~larsu/gsettings-qt/lp1503693 ** Changed in: gsettings-qt (Ubuntu) Status: New => In Progress ** Changed in: gsettings-qt (Ubuntu) Importance: Undecided => High ** Changed in: gsettings-qt (Ubuntu) Assignee: (unassigned) => Lars Uebernickel (larsu) -- Yo

[Desktop-packages] [Bug 1394883] Re: gnome-screenshot doesn't support Hi-DPI display

2015-10-27 Thread Lars Uebernickel
This patch didn't fix it properly: screenshots were still blurry. I've fixed it upstream on gtk 3.18. Please drop the patch from gnome-screenshot. ** Bug watch added: GNOME Bug Tracker #757147 https://bugzilla.gnome.org/show_bug.cgi?id=757147 ** Also affects: gtk via https://bugzilla.gnome

[Desktop-packages] [Bug 1508327] Re: ubiquity only mode: close/minimize/restore are on the right edge

2015-10-22 Thread Lars Uebernickel
** Branch linked: lp:~larsu/unity-settings-daemon/lp1508327-again -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/1508327 Title: ubiquity only mode: close/minimize/restor

[Desktop-packages] [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

[Desktop-packages] [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 ca

[Desktop-packages] [Bug 1480387] Re: Clicking a date to go back or forward a month causes repeated jumps between two dates

2015-10-01 Thread Lars Uebernickel
** Package changed: indicator-datetime (Ubuntu) => gtk+3.0 (Ubuntu) ** Changed in: gtk+3.0 (Ubuntu) Status: Confirmed => In Progress ** Changed in: gtk+3.0 (Ubuntu) Importance: Undecided => High ** Changed in: gtk+3.0 (Ubuntu) Assignee: (unassigned) => Lars Uebern

[Desktop-packages] [Bug 1482181] Re: Media keys (ctrl-alt-t, brightness, play/pause) don't work randomly after logging

2015-09-26 Thread Lars Uebernickel
Problem figured out by Trevinho and didrocks on irc: unity only emits AcceleratorActivated() for the first id returned by GrabAccelerator() and doesn't watch the unique name of the grabbing process. Thus, when something other than unity-settings-daemon grabs the key before it, or u-s-d crashes, tho

[Desktop-packages] [Bug 1495173] Re: compiz crashed with SIGSEGV in g_bit_lock()

2015-09-17 Thread Lars Uebernickel
This is not a bug in glib. UploadBlacklist() loops through a list of strings with for (auto item : blacklist_) // do something with item.c_str() which makes a copy of each string in every iteration. This means that item.c_str() is not valid anymore after the loop finishes. g_settings_set_st

[Desktop-packages] [Bug 1448272] Re: White line between the interface and the application window title

2015-09-16 Thread Lars Uebernickel
Hey! Thanks a lot for this patch, but it seems like this has already been fixed recently: http://bazaar.launchpad.net/~jjardon/rhythmbox/trunk/revision/8892 ** Changed in: rhythmbox (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a membe

[Desktop-packages] [Bug 1197969] Re: Date and Time config missing cities

2015-09-07 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1045224 *** https://bugs.launchpad.net/bugs/1045224 ** This bug has been marked a duplicate of bug 1045224 does not support substring search -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-

[Desktop-packages] [Bug 1443767] Re: The installation window was not shown completely with vivid-desktop-amd64-20150408 on hidpi laptop

2015-09-02 Thread Lars Uebernickel
> The screen size is 310mm x 174mm. That gives a DPI of 209. I don't think we should enable hidpi for this resolution. 1280×720 is very small for today's apps. Unity-settings-daemon enables hidpi starting from 192 dpi. I suggest raising that to at least 220 or so. Wikipedia says HIDPI is around 2

[Desktop-packages] [Bug 1451924] Re: gnome-terminal's VteTerminal doesn't have overlay scrollbars

2015-08-31 Thread Lars Uebernickel
They do for me?! However, they're hardly usable because they don't expand on hover. (I think that's because vte doesn't use GtkScrolledWindow.) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchp

[Desktop-packages] [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 attac

[Desktop-packages] [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 ;

[Desktop-packages] [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 Desktop Packages, which is subscribed to evolution-data-server in Ubuntu. https://bugs.launchpad.net

[Desktop-packages] [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 Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/147

[Desktop-packages] [Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-07-11 Thread Lars Uebernickel
Thanks, Franz, for investigating this issue. The mouse module tries to ensure that at least one pointing device is present at any time. This is reasonable, as some people might have problems navigating the UI with only a keyboard if they accidentally disable all pointing devices. However, the har

[Desktop-packages] [Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-07-11 Thread Lars Uebernickel
** Branch linked: lp:~larsu/unity-settings-daemon/allow-disabling- touchpad -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/1454950 Title: It needs to press touchpad hotk

[Desktop-packages] [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 m

[Desktop-packages] [Bug 1426335] Re: gsettings-qt uses a private symbol

2015-06-02 Thread Lars Uebernickel
I don't know if this is supposed to be a private symbol or not, but it gets pulled in when using the protected constructor of QQmlPropertyMap as documented [1]. I don't think there's anything we can change in gsettings-qt to solve this issue. [1] http://doc.qt.io/qt-5/qqmlpropertymap.htmlg ** Ch

[Desktop-packages] [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

[Desktop-packages] [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 Desktop Packages, whi

[Desktop-packages] [Bug 1440157] Re: WARNING **: Could not connect to geoname lookup server: Operation was cancelled

2015-05-07 Thread Lars Uebernickel
** Also affects: libtimezonemap (Ubuntu) Importance: Undecided Status: New ** Changed in: libtimezonemap (Ubuntu) Assignee: (unassigned) => Lars Uebernickel (larsu) ** Changed in: libtimezonemap (Ubuntu) Status: New => In Progress ** Changed in: libtimezonemap (

[Desktop-packages] [Bug 1197969] Re: Date and Time config missing cities

2015-05-07 Thread Lars Uebernickel
** Also affects: ubuntu-geonames Importance: Undecided Status: New ** Changed in: libtimezonemap (Ubuntu) Status: New => Invalid ** Changed in: unity-control-center (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1440157] Re: WARNING **: Could not connect to geoname lookup server: Operation was cancelled

2015-05-07 Thread Lars Uebernickel
** Branch linked: lp:~larsu/timezonemap/lp1440157 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1440157 Title: WARNING **: Could not connect to geoname lookup server: Op

[Desktop-packages] [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 Deskto

[Desktop-packages] [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" https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/14303

[Desktop-packages] [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] https

[Desktop-packages] [Bug 1101157] Re: libgdk-pixbuf2.0-dev unusable for static builds

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] https

[Desktop-packages] [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

[Desktop-packages] [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 Re

[Desktop-packages] [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 re

[Desktop-packages] [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 Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/797775 Title: gedit crashed with SIGSEGV in g_file_equal() Status in

[Desktop-packages] [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 Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1285783 Title: Right panel has a transparent background Status in gtk

[Desktop-packages] [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 Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/440527 Title: evolution crashed with SIGSEGV in g_closure_invoke() St

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

2015-04-12 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 application

[Desktop-packages] [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 Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1435607 Title: file/folder icons do not zoom in the same way Status in nautilus packa

[Desktop-packages] [Bug 1382291] Re: Account creation during first boot of an OEM image needs to scale based on resolution

2015-03-18 Thread Lars Uebernickel
I've attached a patch for gnome-desktop to the upstream bug[1] that fixes this issue for me. [1] https://bugzilla.gnome.org/show_bug.cgi?id=746044 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-settings-daemon in Ubuntu. https://b

[Desktop-packages] [Bug 1376565] Re: Utopic system log wrong design

2015-03-16 Thread Lars Uebernickel
This is a bug in the theme, not in gnome-system-log. ** Branch linked: lp:~larsu/ubuntu-themes/titlebars ** Package changed: gnome-system-log (Ubuntu) => ubuntu-themes (Ubuntu) ** Changed in: ubuntu-themes (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification b

[Desktop-packages] [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 Desktop Packages, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/1426163 Title: no locally integrated menus in gnome-terminal Status in GN

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

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

[Desktop-packages] [Bug 1415168] Re: login dialog box will not display password field in unity-greeter

2015-01-28 Thread Lars Uebernickel
** Changed in: unity-greeter (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-greeter in Ubuntu. https://bugs.launchpad.net/bugs/1415168 Title: login dialog box will not display pas

[Desktop-packages] [Bug 1415168] Re: login dialog box will not display password field in unity-greeter

2015-01-28 Thread Lars Uebernickel
** Branch linked: lp:~larsu/unity-greeter/dont-set-spinner -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-greeter in Ubuntu. https://bugs.launchpad.net/bugs/1415168 Title: login dialog box will not display password field in unit

[Desktop-packages] [Bug 1386584] Re: SIGSEGV when notification contains |

2014-11-05 Thread Lars Uebernickel
** Project changed: unity => indicator-messages ** Package changed: unity (Ubuntu) => indicator-messages (Ubuntu) ** Changed in: indicator-messages Status: Confirmed => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1382566] Re: Authentication dialogs are too wide

2014-10-17 Thread Lars Uebernickel
** Patch added: "0001-auth-dialog-make-the-label-wrap-at-70-chars.patch" https://bugs.launchpad.net/ubuntu/+source/policykit-1-gnome/+bug/1382566/+attachment/4238996/+files/0001-auth-dialog-make-the-label-wrap-at-70-chars.patch -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1382566] [NEW] Authentication dialogs are too wide

2014-10-17 Thread Lars Uebernickel
e: Unknown Status: Unknown ** Affects: policykit-1-gnome (Ubuntu) Importance: Low Assignee: Lars Uebernickel (larsu) Status: In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to policykit-1-gnome in Ubu

[Desktop-packages] [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

[Desktop-packages] [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 Desk

[Desktop-packages] [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 Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1381897 Title: zoom keybinding requires the use of shift Status in “evi

[Desktop-packages] [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 amd6

[Desktop-packages] [Bug 1380278] Re: unity-settings-daemon crashed with SIGSEGV in _gdk_device_xi2_reset_scroll_valuators()

2014-10-14 Thread Lars Uebernickel
** Changed in: unity-settings-daemon (Ubuntu) Assignee: (unassigned) => Lars Uebernickel (larsu) ** Changed in: unity-settings-daemon (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscri

[Desktop-packages] [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 Desktop Packages, which is subscribed to gnome-system-monitor i

[Desktop-packages] [Bug 1374249] Re: Scrolling works erratically when sound center balance is off-center

2014-10-01 Thread Lars Uebernickel
(unassigned) => Lars Uebernickel (larsu) ** Changed in: unity-control-center (Ubuntu) Assignee: (unassigned) => Lars Uebernickel (larsu) ** Changed in: indicator-sound (Ubuntu) Importance: Undecided => Medium ** Changed in: unity-control-center (Ubuntu) Importance: U

[Desktop-packages] [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

[Desktop-packages] [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 some

[Desktop-packages] [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 Desktop Packages, which is subscribed to eog in Ubuntu. https://bugs.launchpad.net/bugs/1330117 Title: eog crashed with SIGSEGV in gtk_application_impl_set_app_menu()

[Desktop-packages] [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 Desktop Packages, which is subscribed to eog in Ubuntu. https://bugs.launchpad.net/bugs/1330117 Title: eog crashed with SIGSEGV

[Desktop-packages] [Bug 1295762] Re: snap decision timeout needs to be determined by the requesting app

2014-06-05 Thread Lars Uebernickel
Reopening, because adding the "x-canonical-snap-decisions-timeout" hint was a bad idea. The notification spec already has a timeout parameter on org.freedesktop.Notifications.Notify(). We can just use that one for snap decisions and ignore it for all other notification types. I've attached branche

[Desktop-packages] [Bug 1315384] Re: python-indicate not showing up in message indicator

2014-05-28 Thread Lars Uebernickel
libmessaging-menu doesn't depend on gtk. It shouldn't matter which gtk version you use as long as glib is up to date. I agree that the package should be removed. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libindicate in Ubuntu. http

[Desktop-packages] [Bug 1315384] Re: python-indicate not showing up in message indicator

2014-05-28 Thread Lars Uebernickel
Jochen: that's strange. Do you import it like other gobject- introspection modules? from gi.repository import MessagingMenu Feel free to ping me about this on freenode (larsu in #ubuntu-desktop). -- You received this bug notification because you are a member of Desktop Packages, which is subs

[Desktop-packages] [Bug 1315384] Re: python-indicate not showing up in message indictor

2014-05-07 Thread Lars Uebernickel
libmessaging-menu already comes with python bindings through gobject- introspection. Unfortunately the online documentation seems to have been taken down. The libmessaging-menu-dev package contains the C documentation (viewable with devhelp), which maps 1:1 to the python API. Here's a simple examp

[Desktop-packages] [Bug 1315384] Re: python-indicate not showing up in message indictor

2014-05-07 Thread Lars Uebernickel
libindicate has been deprecated in favor of libmessaging-menu in Quantal (12.10), becasue we couldn't use libindicate on the phone. Porting to libmessaging-menu is fairly simple. Let me know if you need any pointers. Note that this might change again when we switch to Unity8, which will most likel

[Desktop-packages] [Bug 1314967] Re: Thunderbird entry persist in indicator-messages menu with no email account configured

2014-05-01 Thread Lars Uebernickel
There's currently no UI to remove applications from the messaging menu. Thunderbird should do this by itself when you remove its last account. You can remove it by changing the "applications" gsettings key in com.canonical.indicator.messages either in dconf-editor or with this command: gsetting

[Desktop-packages] [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 Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1312179 Title: "fit" and "width" hotkeys broken Status in “evince” pack

[Desktop-packages] [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 Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1313250 Title: Shortcut key Ctrl+L no longer sets cursor to page selecto

[Desktop-packages] [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 Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1310782 Title: Zoom in

[Desktop-packages] [Bug 994469] Re: amarok does not hide to sound indicator on close but terminates

2014-04-11 Thread Lars Uebernickel
This is not an issue in indicator-sound. Judging by the previous comments, amarok developers don't have interest in supporting this upstream. I'm marking it as a bug in ubuntu's amarok package instead. ** Also affects: amarok (Ubuntu) Importance: Undecided Status: New ** No longer affec

[Desktop-packages] [Bug 1091142] Re: Volume scrolling inconsistent

2014-04-11 Thread Lars Uebernickel
** Changed in: indicator-sound (Ubuntu) Status: Fix Committed => Fix Released ** Changed in: indicator-sound Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching su

[Desktop-packages] [Bug 711345] Re: Unify sound & message menus registration process

2014-04-11 Thread Lars Uebernickel
** Changed in: indicator-sound Status: Triaged => Won't Fix ** Changed in: indicator-messages Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libunity in Ubuntu. Matching subscriptions: dp-libun

[Desktop-packages] [Bug 764389] Re: if on a different workspace, clicking on an indicator applet like evolution mail does not switch workspace

2014-04-11 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1047809 *** https://bugs.launchpad.net/bugs/1047809 ** This bug is no longer a duplicate of bug 882277 When clicking an item from the messaging menu, it doesn't changes virtual desktop ** This bug has been marked a duplicate of bug 1047809 Needs to set

[Desktop-packages] [Bug 1185565] Re: Indicators should have Upstart jobs

2014-04-11 Thread Lars Uebernickel
** Changed in: indicator-messages (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-greeter in Ubuntu. https://bugs.launchpad.net/bugs/1185565 Title: Indicators should have Upstart jobs

[Desktop-packages] [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 Desktop Packages, which is

[Desktop-packages] [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) --

[Desktop-packages] [Bug 1103438] Re: Online Status in indicator does not reflect empathy's online status

2014-04-10 Thread Lars Uebernickel
indicator Assignee: (unassigned) => Lars Uebernickel (larsu) ** Branch linked: lp:~larsu/telepathy-indicator/lp1103438 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to telepathy-indicator in Ubuntu. https://bugs.launchpad.net/bugs/11

[Desktop-packages] [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) **

[Desktop-packages] [Bug 1209235] Re: Having a way to check if a schemas is available would be nice

2014-04-08 Thread Lars Uebernickel
** Changed in: gsettings-qt Assignee: Lars Uebernickel (larsu) => Michal Hruby (mhr3) ** Changed in: gsettings-qt Status: New => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gsettings-qt in Ubuntu.

[Desktop-packages] [Bug 1225063] Re: cannot remove/uninstall online/offline indicator

2014-04-07 Thread Lars Uebernickel
There are actually two bugs in the original screenshot: the chat section should not be shown when no applications support that and the whole messaging menu should not be shown when it doesn't contain any applications. ** Changed in: indicator-messages Status: Triaged => In Progress ** No l

[Desktop-packages] [Bug 1295105] Re: Wrong background color in "Back Up" window

2014-03-27 Thread Lars Uebernickel
** Branch linked: lp:~larsu/ubuntu-themes/fix-dejadup-assistants ** Package changed: deja-dup (Ubuntu) => ubuntu-themes ** Changed in: ubuntu-themes Assignee: (unassigned) => Lars Uebernickel (larsu) ** Changed in: ubuntu-themes Status: Confirmed => In Progress -- You

[Desktop-packages] [Bug 1018718] Re: columns width redrawn by multiple events

2014-03-25 Thread Lars Uebernickel
** Changed in: ubuntu-themes (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unico in Ubuntu. https://bugs.launchpad.net/bugs/1018718 Title: columns width redrawn by multiple events

[Desktop-packages] [Bug 1244205] Re: cupsd wakes up the hard disk every 14 minutes

2014-03-20 Thread Lars Uebernickel
Mike, thanks for the detailed comment. Sorry about the off-hand remark. What I meant by "get on the bus properly" is for CUPS to be on D-Bus all the time, not only when an event happens and a subscription exists. I think the subscription-based system is overkill for desktop notifications and makes

[Desktop-packages] [Bug 1244205] Re: cupsd wakes up the hard disk every 14 minutes

2014-03-13 Thread Lars Uebernickel
I've attached a branch which increases the timeout to 24h. Why don't we just patch cups to always send those dbus signals? (Or get on the bus properly even.) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu. https://bugs.la

[Desktop-packages] [Bug 1218005] Re: Needs an api to reset keys

2014-03-12 Thread Lars Uebernickel
** Changed in: gsettings-qt Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gsettings-qt in Ubuntu. https://bugs.launchpad.net/bugs/1218005 Title: Needs an api to reset keys Status in GSett

[Desktop-packages] [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 Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1290104 Title: some

[Desktop-packages] [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 Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1290067 Title:

[Desktop-packages] [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 Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1289180 Title

[Desktop-packages] [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 Desktop Packages, which i

[Desktop-packages] [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 1

[Desktop-packages] [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 Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1283235 Title: standard me

[Desktop-packages] [Bug 829648] Re: No easy way to turn the sound menu on/off

2014-03-03 Thread Lars Uebernickel
esk) => Lars Uebernickel (larsu) ** Changed in: indicator-sound (Ubuntu) Status: Fix Released => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-control-center in Ubuntu. https://bugs.launchpad.net/bugs/829648 Titl

[Desktop-packages] [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 b

[Desktop-packages] [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 Desktop Packages, 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 St

[Desktop-packages] [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 Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1277370 Title: Now u

[Desktop-packages] [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 Desktop Packages, wh

[Desktop-packages] [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 to

[Desktop-packages] [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 you

[Desktop-packages] [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 Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1277370 Title: Now used Aiatana design blocks Evince accessibility usage

[Desktop-packages] [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 Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1277370 Title: Now used Aiatana design blo

[Desktop-packages] [Bug 1276177] [NEW] Applications using client-side decorations are not resizable in Unity

2014-02-04 Thread Lars Uebernickel
Public bug reported: GNOME applications that use client-side decorations can't be resized on Unity. I think it's because the frame extents hint is not supported. gnome-clocks and gnome-tweak-tool are two apps in the archive that have this problem. ** Affects: unity (Ubuntu) Importance: Unde

  1   2   >