[Dx-packages] [Bug 1520667] Re: Try to load images from the icon theme

2015-11-27 Thread Lars Uebernickel
** Branch linked: lp:~larsu/notify-osd/1520667 ** Changed in: notify-osd (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of DX Packages, which is subscribed to notify-osd in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1303796] Re: Display scaling is not applied runtime

2015-11-03 Thread Lars Uebernickel
Attached a branch that fixes the issue I mentioned in comment #3 ** Branch linked: lp:~larsu/notify-osd/lp1303796 -- You received this bug notification because you are a member of DX Packages, which is subscribed to notify-osd in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1303796] Re: Display scaling is not applied runtime

2015-11-02 Thread Lars Uebernickel
Seb just told me that this doesn't happen anymore when changing scale factor, but when changing font size in a11y settings. ** Changed in: notify-osd (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of DX Packages, which is subscribed

[Dx-packages] [Bug 1303796] Re: Display scaling is not applied runtime

2015-11-02 Thread Lars Uebernickel
ntu) Assignee: (unassigned) => Lars Uebernickel (larsu) -- You received this bug notification because you are a member of DX Packages, which is subscribed to notify-osd in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1303796 Title: Display scaling is not applied r

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

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

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

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

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

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

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

[Dx-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 DX Packages, which is subscribed to unity-asset-pool in Ubuntu. Matching subscriptions: dx-packages

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

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

[Dx-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 DX Packages, which is subscribed to humanity-icon-theme in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1462346 Title:

[Dx-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 DX Packages, which is subscribed to humanity-icon-theme in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net

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

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

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

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

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

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

2015-02-24 Thread Lars Uebernickel
Seems to me like Thunderbird's messaging menu integration is optional. Please file a bug against it to make it depend on libmessaging-menu. -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-messages in Ubuntu. Matching subscriptions:

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

[Dx-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:

[Dx-packages] [Bug 1386255] Re: devhelp and many other apps crash with SIGSEGV in g_closure_invoke() due to overlay-scrollbars

2014-11-14 Thread Lars Uebernickel
** Changed in: overlay-scrollbar (Ubuntu) Status: Confirmed = In Progress ** Changed in: overlay-scrollbar (Ubuntu) Assignee: Lars Uebernickel (larsu) = Sebastien Bacher (seb128) -- You received this bug notification because you are a member of DX Packages, which is subscribed

[Dx-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 DX Packages, which is subscribed to indicator-messages in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1389725 Title:

[Dx-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 DX Packages, which is subscribed to unity

[Dx-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 DX Packages, which is subscribed to indicator-sound in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1381871 Title: [wizard] volume

[Dx-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 DX Packages, which is subscribed to indicator-sound

[Dx-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 DX Packages, which is subscribed to indicator

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

[Dx-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 DX Packages, which is subscribed to indicator-messages in Ubuntu. Matching

[Dx-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)

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

[Dx-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 DX Packages, which is subscribed to indicator-messages in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1350952 Title:

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

[Dx-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 DX Packages, which is subscribed to indicator-messages in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1378469 Title:

[Dx-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 DX

[Dx-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 =

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

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

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

[Dx-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 DX Packages, which is subscribed to indicator-sound in Ubuntu. Matching subscriptions:

[Dx-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 DX

[Dx-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 DX Packages, which is subscribed to

[Dx-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 DX Packages, which is subscribed to indicator-sound in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1317828 Title: sound

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

[Dx-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 DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions:

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

[Dx-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 DX Packages, which is subscribed to

[Dx-packages] [Bug 1331460] Re: vlc sound-menu entry broken 14.04

2014-06-23 Thread Lars Uebernickel
@Lars even mine is `false` it does work perfectly. So it should be some thing else. What do you mean by work perfectly? Does the sound menu display the VLC menu item as senstive and when you click it, VLC's main window is raised? If so, that would be a bug in the sound menu, because it shouldn't

[Dx-packages] [Bug 1331460] Re: vlc sound-menu entry broken 14.04

2014-06-18 Thread Lars Uebernickel
Thanks for reporting this bug. The sound menu shows vlc as inactive because vlc reports that it cannot raise its main window: $ gdbus call --session --dest org.mpris.MediaPlayer2.vlc --object-path /org/mpris/MediaPlayer2 --method org.freedesktop.DBus.Properties.Get

[Dx-packages] [Bug 1330390] Re: Some messages sent from the indicator never appear in the message-app

2014-06-16 Thread Lars Uebernickel
This is probably a bug in the messaging app. The message is sent, so the messaging menu definitely communicated it back to the app. ** Package changed: indicator-messages (Ubuntu) = telephony-service (Ubuntu) -- You received this bug notification because you are a member of DX Packages, which

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

2014-06-11 Thread Lars Uebernickel
I disagree. The x-canonical-snap-decisions-timeout is intentionally used in favour of the Freedesktop timeout feature, to indicate very clearly, that is is only applicable to snap-decisions notifications. I think that's unnecessary for the same reason I thought introducing hints for snap

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

2014-06-11 Thread Lars Uebernickel
It's unlikely that developers have a problem understanding that the timeout only applies to a specific kind of notification. Being explicit rather than implicit avoids misunderstanding and possible false-positive bug-reports due to that. I agree with that sentiment, but think it's the

[Dx-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 branches

[Dx-packages] [Bug 1323992] Re: Logout doesn't call com.canonical.Unity.Session.RequestLogout

2014-05-29 Thread Lars Uebernickel
** Changed in: indicator-session (Ubuntu) Importance: High = Critical -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-session in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1323992 Title: Logout

[Dx-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 DX Packages, which is subscribed to libindicate in Ubuntu.

[Dx-packages] [Bug 1319983] Re: notify-osd loses pending bubble if append occurs when bubble is not yet visible

2014-05-16 Thread Lars Uebernickel
** Changed in: notify-osd (Ubuntu) Status: New = In Progress ** Changed in: notify-osd (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) ** Branch linked: lp:~larsu/notify-osd/lp1319983 -- You received this bug notification because you are a member of DX Packages, which

[Dx-packages] [Bug 1304434] Re: indicator-printers not working on Ubuntu 14.04

2014-05-15 Thread Lars Uebernickel
: (unassigned) = Lars Uebernickel (larsu) -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-printers in Ubuntu. https://bugs.launchpad.net/bugs/1304434 Title: indicator-printers not working on Ubuntu 14.04 Status in Print Indicator

[Dx-packages] [Bug 1304434] Re: indicator-printers not working on Ubuntu 14.04

2014-05-15 Thread Lars Uebernickel
** Description changed: - even after lates updates still no printer notifications in the panel . I - checked and the package indicator-printers is correctly installed and - the printer prints without problems. But, there is no notification icons - on unity panel. I had no problems at all with

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

2014-05-08 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

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

[Dx-packages] [Bug 1316613] Re: com.canonical.desktop.interface scrollbar-mode corrupts gtk3 apps in non-Unity desktops

2014-05-06 Thread Lars Uebernickel
No, it is not just a theme problem, but it can be fixed by setting backgrounds for various widgets in the theme. We did that for ubuntu- themes last cycle. These theme fixes aren't necessary with gtk 3.12 (or without overlay- scrollbars). -- You received this bug notification because you are a

[Dx-packages] [Bug 1312968] Re: Open an App from Indicator doesn't work correctly

2014-05-02 Thread Lars Uebernickel
The sound menu start the applications through GLib's g_app_info_launch(). Maybe clementine can't handle being started from a different environment? There's another bug in that clementine doesn't show its main window when starting it from the sound menu (or the launcher) for the first time. **

[Dx-packages] [Bug 1312097] Re: in Ubuntu14.04, the indicator don't work corretly

2014-04-24 Thread Lars Uebernickel
What do you mean by the sound go in the other way? Scrolling up is supposed to increase the volume and scrolling down decrease it. Is it the other way around for you? Do you mean scrolling over the sound menu title in the panel or scrolling on the volume slider in the sound menu itself? **

[Dx-packages] [Bug 1080076] Re: Music titles in SoundMenu too small

2014-04-23 Thread Lars Uebernickel
** Description changed: - When looking at the currently running track in SoundMenu (clementine - music player), the space for the title of the track and album are too - small, because the album art is directly next to it. Both titles are - truncated and thus almost unreadable, when longer than

[Dx-packages] [Bug 1308667] Re: indicator incoming can be taken out of action from the welcome screen

2014-04-23 Thread Lars Uebernickel
It's unlikely that this is a bug in the messaging menu. Even if it were restarting, it would request all currently pending messages from the applications again. Reassigning. ** Package changed: indicator-messages (Ubuntu) = telephony-service (Ubuntu) -- You received this bug notification

[Dx-packages] [Bug 1310490] Re: indicator-messages is hidden on 14.04 LTS

2014-04-21 Thread Lars Uebernickel
Hey, thanks for reporting this issue. The messaging menu hides itself when no applications are using it. The output of gsettings get com.canonical.indicator.messages applications shows a list of applications that have registered to appear in the menu. Do Thunderbird and gmail-notifier appear

[Dx-packages] [Bug 1310490] Re: indicator-messages is hidden on 14.04 LTS

2014-04-21 Thread Lars Uebernickel
The gmail-notifier doesn't register to use the messaging menu, then. Reassigning this bug to that project. ** Package changed: indicator-messages (Ubuntu) = gm-notify (Ubuntu) ** Changed in: gm-notify (Ubuntu) Status: Incomplete = New -- You received this bug notification because you

[Dx-packages] [Bug 1302930] Re: Every message gets new list item on empathy indicator

2014-04-15 Thread Lars Uebernickel
** Branch linked: lp:~larsu/telepathy-indicator/lp1302930 ** Changed in: indicator-messages (Ubuntu) Status: Confirmed = In Progress ** Changed in: indicator-messages (Ubuntu) Assignee: (unassigned) = Lars Uebernickel (larsu) -- You received this bug notification because you

[Dx-packages] [Bug 1307441] Re: The conversation window by Empathy is blank...

2014-04-14 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1195276 *** https://bugs.launchpad.net/bugs/1195276 Hey Joshua. Thanks for taking the time to report this bug. I'm marking it as a duplicate because it has already been reported as bug #1195276. ** This bug has been marked a duplicate of bug 1195276 Chat

[Dx-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) --

[Dx-packages] [Bug 1259564] Re: GPG_AGENT_INFO not being passed to thunderbird

2014-04-11 Thread Lars Uebernickel
indicator-messages was ported to upstart recently, which should make sure that it is started with the right environment. ** Changed in: indicator-messages (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of DX Packages, which is

[Dx-packages] [Bug 1260728] Re: Indicators should send timestamps, not pre-formatted strings

2014-04-11 Thread Lars Uebernickel
indicator-messages uses time stamps for all times. ** Changed in: indicator-messages (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions: dx-packages,

[Dx-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 DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions: dx-packages, dx-packages, dx-packages, dx-packages,

[Dx-packages] [Bug 1216833] Re: sorting is wrong with the converged indicator codebase

2014-04-11 Thread Lars Uebernickel
** Changed in: indicator-messages Status: In Progress = Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-messages in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1216833 Title:

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

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

2014-04-11 Thread Lars Uebernickel
** Changed in: indicator-messages Status: In Progress = Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-messages in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1225063 Title:

[Dx-packages] [Bug 1088029] Re: turn off the notifications in accordance to the messaging menu status

2014-04-11 Thread Lars Uebernickel
This has nothing to do with the messaging menu, as that doesn't actually show the popups. ** No longer affects: indicator-messages -- You received this bug notification because you are a member of DX Packages, which is subscribed to notify-osd in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1245495] Re: Rhythmbox controls and track info broken

2014-04-11 Thread Lars Uebernickel
zomtir, thanks for looking into this. However, we can't make this dependent on the proxy being available, as we want to allow starting recently-used players from the sound menu as well. -- You received this bug notification because you are a member of DX Packages, which is subscribed to

[Dx-packages] [Bug 1297078] Re: /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service:11:g_str_hash:g_hash_table_lookup_node:g_hash_table_lookup:media_player_list_greeter_iterator_real_nex

2014-04-11 Thread Lars Uebernickel
** Changed in: indicator-sound Status: Confirmed = Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-sound in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1297078 Title:

[Dx-packages] [Bug 652978] Re: Notify-OSD should be suppressed when using the sound menu

2014-04-11 Thread Lars Uebernickel
This issue cannot be solved in the sound menu. It is up to the applications to issue notification bubbles based on how the track was changed. Similarly for notify-osd: it doesn't have enough information to decide whether to show the bubble (namely, where the track-changed event was originally

[Dx-packages] [Bug 733285] Re: Focus indication on playback controls is misleading

2014-04-11 Thread Lars Uebernickel
** Changed in: ido Status: In Progress = Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to ido in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/733285 Title: Focus indication on playback

[Dx-packages] [Bug 1297818] Re: indicator-sound keyboard navigation issues

2014-04-11 Thread Lars Uebernickel
** Changed in: ido Status: In Progress = Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to ido in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1297818 Title: indicator-sound keyboard

[Dx-packages] [Bug 1306499] Re: Sound indicator is laggy #287 on mako

2014-04-11 Thread Lars Uebernickel
This is a UI issue. We're using the same indicator-sound on unity7 and have no such issues. ** Package changed: indicator-sound (Ubuntu) = unity8 (Ubuntu) -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-sound in Ubuntu. Matching

[Dx-packages] [Bug 1024705] Re: Sound menu doesn't support absolute icon paths of desktop files

2014-04-11 Thread Lars Uebernickel
** Changed in: indicator-sound Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-sound in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1024705 Title: Sound

[Dx-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 DX Packages, which is subscribed to libunity in Ubuntu. Matching subscriptions: dx-packages

[Dx-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 DX Packages, which is subscribed to indicator-sound in Ubuntu.

[Dx-packages] [Bug 987920] Re: Back Forward buttons in Sound Indicator menu should be highlighted

2014-04-11 Thread Lars Uebernickel
*** This bug is a duplicate of bug 733285 *** https://bugs.launchpad.net/bugs/733285 This was recently fixed. See bug #733285. ** This bug has been marked a duplicate of bug 733285 Focus indication on playback controls is misleading -- You received this bug notification because you are

[Dx-packages] [Bug 947401] Re: indicator-sound-service crashed with SIGABRT in __assert_fail_base()

2014-04-11 Thread Lars Uebernickel
** Changed in: indicator-sound Status: Incomplete = Invalid -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-sound in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/947401 Title:

[Dx-packages] [Bug 946509] Re: indicator-sound-service crashed with SIGABRT in raise()

2014-04-11 Thread Lars Uebernickel
** Changed in: indicator-sound Status: Incomplete = Invalid -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-sound in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/946509 Title:

[Dx-packages] [Bug 841338] Re: unity-panel-service crashed with SIGSEGV

2014-04-11 Thread Lars Uebernickel
** Changed in: indicator-sound Status: Incomplete = Invalid -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-sound in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/841338 Title:

[Dx-packages] [Bug 1005149] Re: When connect Webcam the indicator mute.

2014-04-11 Thread Lars Uebernickel
** Changed in: indicator-sound Status: Incomplete = Invalid -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-sound in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1005149 Title: When connect

[Dx-packages] [Bug 1206534] Re: Max volume icon on volume slider is incorrect.

2014-04-11 Thread Lars Uebernickel
** Changed in: indicator-sound Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-sound in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1206534 Title: Max

[Dx-packages] [Bug 1077252] Re: Empathy shows up as running even though it is stopped

2014-04-10 Thread Lars Uebernickel
) Assignee: (unassigned) = Lars Uebernickel (larsu) -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-messages in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1077252 Title: Empathy shows up as running even

[Dx-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) **

[Dx-packages] [Bug 1254196] Re: apps behavior

2014-04-10 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1261058 *** https://bugs.launchpad.net/bugs/1261058 Thanks for reporting this. It's the same issue as bug #1261058. ** This bug has been marked a duplicate of bug 1261058 Selecting incoming message does not raise corresponding chat window to the

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

2014-04-10 Thread Lars Uebernickel
Assignee: (unassigned) = Lars Uebernickel (larsu) ** Branch linked: lp:~larsu/telepathy-indicator/lp1103438 -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-messages in Ubuntu. Matching subscriptions: dx-packages https

[Dx-packages] [Bug 1301463] Re: Send button when responding to texts is grayed out and non-functional

2014-04-10 Thread Lars Uebernickel
** Package changed: indicator-messages (Ubuntu) = unity8 (Ubuntu) -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-messages in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1301463 Title: Send button

  1   2   3   >