[Touch-packages] [Bug 1539055] Re: latest update broke overlay scrollbar on terminals

2016-02-08 Thread Lars Uebernickel
** Branch linked: lp:~larsu/ubuntu-themes/fix-terminal -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu. https://bugs.launchpad.net/bugs/1539055 Title: latest update broke overlay scrollbar on

[Touch-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

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

2015-10-29 Thread Lars Uebernickel
: 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) -- You received

[Touch-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

[Touch-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
** Branch linked: lp:~larsu/gtk/calendar-day-selected -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1480387 Title: Clicking a date to go back or forward a month causes

[Touch-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,

[Touch-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.

[Touch-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 Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1450747] Re: Native overlay scrollbars aren't themed

2015-09-03 Thread Lars Uebernickel
Some of this work has already landed: http://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu- themes/trunk/revision/444 Marco is working on refining them a bit (currently waiting on further design input): https://code.launchpad.net/~3v1n0/ubuntu-themes/osd-scrollbars- improvements/+merge/269245

[Touch-packages] [Bug 1466890] Re: eog overlay buttons lack special theming

2015-08-28 Thread Lars Uebernickel
Indeed, we only styled buttons inside overlay toolbars. Eog overlays buttons directly. The attached branch should fix that. ** Branch linked: lp:~larsu/ubuntu-themes/eog-overlay-buttons ** Changed in: ubuntu-themes (Ubuntu) Status: Triaged = In Progress -- You received this bug

[Touch-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

[Touch-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 ;)

[Touch-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 Ubuntu Touch seeded packages, which is subscribed to address-book-service in Ubuntu.

[Touch-packages] [Bug 1320634] Re: The blacklisted-media-players key doesn't work

2015-08-22 Thread Lars Uebernickel
Indeed, the blacklisted-media-players settings key hasn't been honored for a couple of ubuntu releases. The idea is that applications have UI to disable integration into the sound menu. For example in VLC, you can disable it in Preferences (look for DBus control interface). It might make sense to

[Touch-packages] [Bug 1473029] Re: notification (image update, gmail, calls) displayed twice

2015-07-16 Thread Lars Uebernickel
Thanks for reporting this. When it happens again, could you please paste the output of gdbus call --session --dest com.canonical.indicator.messages --object- path /com/canonical/indicator/messages/phone --method org.gtk.Menus.Start [0,1] This is to find out whether the service thinks there are

[Touch-packages] [Bug 1463848] Re: [gtk 3.16] sidebar has unused space at the bottom

2015-07-15 Thread Lars Uebernickel
** Branch linked: lp:~larsu/ubuntu-themes/nautilus-sidebar ** Changed in: ubuntu-themes (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.

[Touch-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 Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.

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

2015-07-08 Thread Lars Uebernickel
Our theme cannot do anything to fix this other than setting the button- spacing specifically for that one dialog. This problem will most certainly appear somewhere else as well as it's a case of a bad default. Let's fix it in gtk. ** Bug watch added: GNOME Bug Tracker #752131

[Touch-packages] [Bug 1462346] Re: Wrong size of folder-drag-accept/gnome-fs-directory-accept icon at zoom levels bigger than 100% in Nautilus

2015-07-06 Thread Lars Uebernickel
** Changed in: humanity-icon-theme (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to humanity-icon-theme in Ubuntu. https://bugs.launchpad.net/bugs/1462346 Title: Wrong size of

[Touch-packages] [Bug 1462346] Re: Wrong size of folder-drag-accept/gnome-fs-directory-accept icon at zoom levels bigger than 100% in Nautilus

2015-06-29 Thread Lars Uebernickel
** Changed in: humanity-icon-theme (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to humanity-icon-theme in Ubuntu. https://bugs.launchpad.net/bugs/1462346 Title

[Touch-packages] [Bug 1460970] [NEW] DeferredDelete events not handled in time when created by GLib dispatched events

2015-06-02 Thread Lars Uebernickel
Public bug reported: DeferredDelete events are handled only for the main loop level that object-deleteLater() was called in. Events dispatched directly from GLib don't pass through qt's dispatching, thus getting a level of 0, which means that they aren't handled until the program exits (i.e., as

[Touch-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 **

[Touch-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 Ubuntu Touch seeded

[Touch-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 Ubuntu

[Touch-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 (Ubuntu

[Touch-packages] [Bug 1445540] Re: GTK draws its own (double) window decorations under Mir

2015-04-30 Thread Lars Uebernickel
Many gtk applications are moving towards client side decorations in order to put widgets into their title bars. We'd like to stop patching them (upstream or downstream) with the move to Mir and Unity 8, as that is a break in design anyways and many of the newly designed default applications will

[Touch-packages] [Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-04-30 Thread Lars Uebernickel
** Description changed: - there's a bug in gtk+ 3.10 and 3.12 (Ubuntu 14.04 and 14.10) which prevents user from resizing a column in TreeView. - In the sample code below, when started, try to resize the 'File Name' column so the Size in bytes' column would go out of the view - right now it's

[Touch-packages] [Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-04-29 Thread Lars Uebernickel
+3.0 (Ubuntu) Status: Confirmed = In Progress ** Changed in: gtk+3.0 (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https

[Touch-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

[Touch-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]

[Touch-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]

[Touch-packages] [Bug 1352478] Re: rapid flickering in menu bar.sound volume couldnot control

2015-04-16 Thread Lars Uebernickel
Sorry, this bug doesn't provide enough information to be useful for developers to reproduce. Is this happening on a regular basis? Which version of Ubuntu are you running? ** Changed in: gtk+3.0 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a

[Touch-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

[Touch-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

[Touch-packages] [Bug 1444174] Re: gtk fails to build if mir backend enabled with x11 backend disabled

2015-04-15 Thread Lars Uebernickel
Thanks! Pushed the patch to upstream master and put up a MR to backport it to our package. ** Branch linked: lp:~larsu/gtk/lp1444174 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.

[Touch-packages] [Bug 1444174] Re: gtk fails to build if mir backend enabled with x11 backend disabled

2015-04-15 Thread Lars Uebernickel
Note that you still need to disable libcanberra in order for this to work. It's only used in examples, but enabled by default. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.

[Touch-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

[Touch-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

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

[Touch-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 Ubuntu Touch seeded 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()

[Touch-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 Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/440527 Title: evolution crashed with SIGSEGV in

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

[Touch-packages] [Bug 1425155] Re: totem 3.14's OSD looks bad in Ambiance

2015-03-16 Thread Lars Uebernickel
Screenshot of totem with the new theme. ** Attachment added: totem-osd.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1425155/+attachment/4347063/+files/totem-osd.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1425155] Re: totem 3.14's OSD looks bad in Ambiance

2015-03-16 Thread Lars Uebernickel
After quite some tinkering with backgrounds and borders to give these widgets a buttony feel (like Adwaita does) while trying to make them look similar to our other buttons, I gave up and decided for a very minimal approach. Branch is attached. Please let me know what you think. ** Branch

[Touch-packages] [Bug 1425155] Re: totem 3.14's OSD looks bad in Ambiance

2015-03-16 Thread Lars Uebernickel
** Description changed: In our theme, totem's OSD (player controls) doesn't look very nice. It's not really styled. - Just play a video and look at the in-window controls to see this. + Fixing this involves only changes to css files, and in there only adding + rules for the .osd style

[Touch-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

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

2015-03-16 Thread Lars Uebernickel
** Description changed: On ubuntu 14.10 gnome-system-log has the new headerbars (look at the screenshot). It should look like all other ubuntu applications. + + Fixing this entails changing the style of header bars in css files and + adding new icons which are used for the window buttons

[Touch-packages] [Bug 1429354] Re: Systemd takes very long to boot with error in swap mounting

2015-03-09 Thread Lars Uebernickel
** Attachment added: udevadm https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1429354/+attachment/4338780/+files/udevadm -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1429354] Re: Systemd takes very long to boot with error in swap mounting

2015-03-09 Thread Lars Uebernickel
I have the same issue. Attaching my fstab and crypttab. ** Attachment added: fstab https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1429354/+attachment/4338777/+files/fstab -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1429354] Re: Systemd takes very long to boot with error in swap mounting

2015-03-09 Thread Lars Uebernickel
** Attachment added: crypttab https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1429354/+attachment/4338779/+files/crypttab -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1427286] Re: g_variant_unref warning displayed when calling back after a missed call

2015-03-02 Thread Lars Uebernickel
This is an issue in telephony-service: it calls g_variant_unref() on a variant that it doesn't own a reference to [1]. g_variant_new_strv() returns a floating reference which is consumed by the call to messaging_menu_message_add_action(). Another bug in that code is g_variant_unref() might be

[Touch-packages] [Bug 1421919] Re: clock is missing ~10% of the time

2015-02-27 Thread Lars Uebernickel
indicator-datetime-service seems to do the right thing when it loses its name (exit the process). Maybe it gets stuck in a deadlock and doesn't respond to D-Bus calls anymore? Can someone please attach a backtrace of the running process when this happens again? -- You received this bug

[Touch-packages] [Bug 1416810] Re: indicator-messages should depent (or recommend) libmessaging-menu0

2015-02-24 Thread Lars Uebernickel
They could use DBus directly if they wanted. No, the D-Bus interface is not part of the public API. [...] the messaging menu never appears in the panel, unless libmessaging-menu0 gets installed, although applications using it are installed [...] It doesn't appear until an application

[Touch-packages] [Bug 1414025] Re: Call back and the phone icon don't work in messaging indicator

2015-01-26 Thread Lars Uebernickel
** Branch linked: lp:~larsu/indicator-messages/lp1414025 ** Changed in: indicator-messages (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-messages in Ubuntu.

[Touch-packages] [Bug 1390011] Re: using new gtk, gedit's fileselector encoding combo has no preselected value

2015-01-26 Thread Lars Uebernickel
This is an issue with gedit-encodings-combobox chaining up to constructed() too late. Fixed in 3.14 [1]. Let's backport that if we decide to stay with 3.10. [1] https://git.gnome.org/browse/gedit/commit/?id=f012999aebefd226fa04a35b71506d4b67dd99dd ** Changed in: gtk+3.0 (Ubuntu) Status:

[Touch-packages] [Bug 1344990] Re: Volume control jumps back and forth

2015-01-23 Thread Lars Uebernickel
** Branch linked: lp:~larsu/ido/fix-volume-slider ** Project changed: indicator-sound = ido ** Changed in: ido Status: New = Fix Committed ** Changed in: ido Assignee: (unassigned) = Lars Uebernickel (larsu) ** Package changed: indicator-sound (Ubuntu) = ido (Ubuntu) ** Changed

[Touch-packages] [Bug 958431] Re: GtkSwitch background isn't logical

2015-01-19 Thread Lars Uebernickel
Interesting. I've always thought of the whole widget lighting up when it is turned to ON, because the frame is drawn in the active color as well. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.

[Touch-packages] [Bug 1332858] Re: Speaker icon should change to indicate that sound is muted

2014-11-23 Thread Lars Uebernickel
It already does this. Please provide more information on when this doesn't work for you. Is the Mute menu item in the sound menu checked when sound is on mute, but the icon in the panel shows that volume is above 0? How about the Mute checkbox in System Settings Sound? ** Changed in:

[Touch-packages] [Bug 1389725] Re: g_app_info warning on start (utouch)

2014-11-07 Thread Lars Uebernickel
** Changed in: indicator-messages (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-messages in Ubuntu. https://bugs.launchpad.net/bugs/1389725 Title: g_app_info

[Touch-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 Ubuntu Touch seeded packages, which is

[Touch-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

[Touch-packages] [Bug 1381871] Re: [wizard] volume notification showing up during wizard (with volume as 0)

2014-10-16 Thread Lars Uebernickel
** Branch linked: lp:~larsu/indicator-sound/lp1381871 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-sound in Ubuntu. https://bugs.launchpad.net/bugs/1381871 Title: [wizard] volume notification showing up during

[Touch-packages] [Bug 1381871] Re: [wizard] volume notification showing up during wizard (with volume as 0)

2014-10-16 Thread Lars Uebernickel
** Changed in: indicator-sound (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) ** Changed in: indicator-sound (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1381546] Re: Please backport patches to add '.csd' class to CSDed windows

2014-10-15 Thread Lars Uebernickel
These patches are harmless. I'm fine with adding them in an SRU. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1381546 Title: Please backport patches to add '.csd' class

[Touch-packages] [Bug 1381069] Re: We should hide the player controls in the sound indicator until the music player is fixed to work with them

2014-10-14 Thread Lars Uebernickel
** Changed in: indicator-sound (Ubuntu) Status: New = In Progress ** Changed in: indicator-sound (Ubuntu) Assignee: Thomas Strehl (strehl-t) = Lars Uebernickel (larsu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1378821] Re: today/yesterday label on sms and calls is incorrect

2014-10-13 Thread Lars Uebernickel
** Changed in: indicator-messages (Ubuntu) Assignee: (unassigned) = Nick Dedekind (nick-dedekind) ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) = Nick Dedekind (nick-dedekind) ** Changed in: indicator-messages (Ubuntu) Status: New = Invalid -- You received this bug

[Touch-packages] [Bug 1372061] Re: SMS notification: time format not translatable

2014-10-13 Thread Lars Uebernickel
** No longer affects: indicator-messages (Ubuntu) ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) = Nick Dedekind (nick-dedekind) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-messages in Ubuntu.

[Touch-packages] [Bug 1369737] Re: Send button does not enable until you press spacebar

2014-10-10 Thread Lars Uebernickel
This is not an issue in indicator-messages. Action parameters (the reply string is the parameter in this case) cannot have insensitive states. ** Package changed: indicator-messages (Ubuntu) = unity8 (Ubuntu) ** Changed in: unity8 (Ubuntu) Assignee: Lars Uebernickel (larsu) = Nick Dedekind

[Touch-packages] [Bug 1378462] Re: cannot reply to second notification

2014-10-10 Thread Lars Uebernickel
indicator-messages doesn't supply the state of whether or not a message item is expanded or not. ** Changed in: unity8 (Ubuntu) Status: Opinion = Triaged ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) = Nick Dedekind (nick-dedekind) ** Changed in: indicator-messages (Ubuntu)

[Touch-packages] [Bug 1350952] Re: [Indicators] replace the text Empty! with something more useful

2014-10-10 Thread Lars Uebernickel
** Changed in: indicator-messages (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-messages in Ubuntu. https://bugs.launchpad.net/bugs/1350952 Title: [Indicators]

[Touch-packages] [Bug 1378463] Re: notifications are very hard to read when indicators open

2014-10-10 Thread Lars Uebernickel
Notifications are handled in unity8, which also knows when the indicator menu is opened. It could suppress or differently color the bubbles in that case. The messaging menu itself never sends notifications. ** Package changed: indicator-messages (Ubuntu) = unity8 (Ubuntu) -- You received this

[Touch-packages] [Bug 1378469] Re: messaging-menu should be closed after sending last message

2014-10-10 Thread Lars Uebernickel
** Package changed: indicator-messages (Ubuntu) = unity8 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1378469 Title: messaging-menu should be closed after

[Touch-packages] [Bug 1378811] Re: If a SIM slot with no signal is selected as the default SIM then replying via the indicator fails silently

2014-10-10 Thread Lars Uebernickel
Reassigning to the components that actually send the message. ** Package changed: indicator-messages (Ubuntu) = messaging-app (Ubuntu) ** Also affects: telepathy-ofono (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1378048] Re: Forward button does not work

2014-10-06 Thread Lars Uebernickel
Unlikely to be a bug in the sound menu, as that works with all other players. ** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Also affects: media-hub (Ubuntu) Importance: Undecided Status: New ** Changed in: indicator-sound (Ubuntu) Status: New =

[Touch-packages] [Bug 1378103] Re: Indicator does not display message and there is no notification when screen is locked and message is in messaging app

2014-10-06 Thread Lars Uebernickel
Unlikely to be a bug in the messaging indicator itself. The messaging app displays notifications and adds an entry into the messaging menu. If you can't see notifications either, it's probably a bug in the app. ** Package changed: indicator-messages (Ubuntu) = messaging-app (Ubuntu) -- You

[Touch-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 this bug

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

2014-10-01 Thread Lars Uebernickel
** Branch linked: lp:~larsu/gtk/lp1375979 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1375979 Title: 14.10: Gtk sometimes doesn't pickup translations in the about

[Touch-packages] [Bug 1374517] Re: Back Forward buttons don't rewind or fast-forward, respectively, the track for however long they are pushed

2014-10-01 Thread Lars Uebernickel
Good point. I didn't implement it yet because it's hard to get right with MPRIS (the D-Bus protocol we use to talk to media players). Players do provide a Seek() method, but no way to put them into a seeking state. That means, it would continue playing while the previous or next button is pressed

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

2014-10-01 Thread Lars Uebernickel
) = 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: Undecided = Critical ** Changed

[Touch-packages] [Bug 1369468] Re: no warning when volume increased to maximum and headphones plugged

2014-10-01 Thread Lars Uebernickel
** Changed in: indicator-sound (Ubuntu) Status: New = Triaged ** Changed in: indicator-sound (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.

[Touch-packages] [Bug 1347713] Re: cannot launch sound settings from indicator-sound applet panel

2014-10-01 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1359248 *** https://bugs.launchpad.net/bugs/1359248 ** This bug has been marked a duplicate of bug 1359248 Sound settings no longer works with Gnome Control Center Sound in Xfce -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1343681] Re: VLC media player uses ugly motif theme when opened through sound indicator

2014-10-01 Thread Lars Uebernickel
I can't reproduce this in 14.10. Is it still a problem for you? If it is, please also add VLC as affected. ** Changed in: indicator-sound (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1317828] Re: sound indicator disappeared after updates

2014-10-01 Thread Lars Uebernickel
** Changed in: indicator-sound (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-sound in Ubuntu. https://bugs.launchpad.net/bugs/1317828 Title: sound indicator disappeared

[Touch-packages] [Bug 1365408] Re: Should ship a PNG icon instead of using the theme

2014-09-16 Thread Lars Uebernickel
I've added support for X-Ubuntu-SymbolicIcon in indictor-messages to get around the problem Renato described. However, I'd like to get rid of that patch and make applications use the theme again. Processes that open one application icon tend to open a bunch of them, so they benefit a lot from the

[Touch-packages] [Bug 1350952] Re: [Indicators] replace the text Empty! with something more useful

2014-09-12 Thread Lars Uebernickel
Third, some code in the indicator system itself is inserting the word Empty! into empty indicator menus and should not Indeed, unity8 is putting that in while the menu has not been loaded yet: http://bazaar.launchpad.net/~unity-

[Touch-packages] [Bug 1350544] Re: Some translations are not loaded

2014-09-08 Thread Lars Uebernickel
** Branch linked: lp:~larsu/indicator-datetime/dont-escape-unicode-chars ** Changed in: indicator-datetime Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-datetime in Ubuntu.

[Touch-packages] [Bug 1347321] Re: Inherited shadows in GtkPopover text cause readability problems

2014-09-05 Thread Lars Uebernickel
** Branch linked: lp:~larsu/ubuntu-themes/lp1347321 ** Changed in: ubuntu-themes Status: New = In Progress ** Changed in: ubuntu-themes Assignee: (unassigned) = Lars Uebernickel (larsu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages

[Touch-packages] [Bug 1358436] Re: Indicator sound missing from unity panel

2014-08-19 Thread Lars Uebernickel
I'm not sure what the bug is here. The setting controls whether the sound menu is shown or not. If it is set to false, it is not visible. It can be controlled from the sound panel in System Settings. ** Changed in: indicator-sound (Ubuntu) Status: New = Invalid -- You received this bug

[Touch-packages] [Bug 1329289] Re: Messaging indicator sometimes fails to send a reply

2014-07-26 Thread Lars Uebernickel
I've seen similar issues recently. I'm pretty sure that this is not an issue in the service, but in the UI layer in unity8. ** Also affects: unity8 Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1342398] Re: display tests fail

2014-07-16 Thread Lars Uebernickel
Sorry Robert, I can't reproduce this failure (and neither can seb128). Is there anything weird about your display settings that I might not have though about? ** Changed in: gtk+3.0 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu