[Bug 1676361] Re: keeper-service segfaults inside ubuntu::app_launch::helper_impls::Base::launch
I'm adding ubuntu-app-launch as well to this as it looks to me an issue in the new version of libubuntu-app-launch ** Package changed: keeper (Ubuntu) => ubuntu-app-launch (Ubuntu) ** Also affects: keeper (Ubuntu) Importance: Undecided Status: New ** Changed in: keeper (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676361 Title: keeper-service segfaults inside ubuntu::app_launch::helper_impls::Base::launch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/keeper/+bug/1676361/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1555831] Re: Miss call removes the sound icon in the notification bar
I managed to recreate, in fact it happens everytime. I think it is an indicator-sound issue, as I can see the following difference in the indicator before and after the call: BEFORE: dict entry( string "icon" variantstruct { string "themed" variant array [ string "audio-volume-high-panel" string "audio-volume-high" string "audio-volume" string "audio" ] } ) AFTER: dict entry( string "icon" variantstruct { string "themed" variant array [ string "" ] } ) The themed icon looks incorrect. Investigating it... ** Changed in: indicator-sound (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555831 Title: Miss call removes the sound icon in the notification bar To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1555831/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1555831] Re: Miss call removes the sound icon in the notification bar
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/bug-1555831-get- root-icon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555831 Title: Miss call removes the sound icon in the notification bar To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1555831/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1317860] Re: the phone should switch itself off before completely draining battery
Just to add a note here: The upower config is NOT using percentages. It's using the calculated remaining time... >From /etc/UPower/UPower.conf # Policy for warnings and action based on battery levels # # Whether battery percentage based policy should be used. The default # is to use the time left, change to true to use the percentage, which # should work around broken firmwares. # default=false UsePercentageForPolicy=false -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317860 Title: the phone should switch itself off before completely draining battery To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1317860/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1317860] Re: the phone should switch itself off before completely draining battery
Alright, so I did some tests and here's what I needed to change ON THE PHONE. UsePercentageForPolicy=true CriticalPowerAction=PowerOff The default critical power action is: HybridSleep Those changes work fine on the phone, but upower has only 1 configuration file, there is no different configuration for the desktop and the phone. If we change the values like I noted above this is going to affect the desktop. I think we should create a separated config package for each device config. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317860 Title: the phone should switch itself off before completely draining battery To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1317860/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1317860] Re: the phone should switch itself off before completely draining battery
BTW, we could leave UsePercentageForPolicy=false and use the time estimation instead, but on the phone we need to change the action to PowerOff as HybridSleep is not supported. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317860 Title: the phone should switch itself off before completely draining battery To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1317860/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1317860] Re: the phone should switch itself off before completely draining battery
** Branch linked: lp:~xavi-garcia-mena/ubuntu/vivid/upower/percentages- power-off -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317860 Title: the phone should switch itself off before completely draining battery To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1317860/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1538703] Re: Playlist next/prev controls only available when player is in foreground
I've been testing this with silo 51 and I still see the issue. I don't know if I'm doing something wrong, but these are my steps: 1- Start music in the music app 2. Check the indicator (controls are fine) 3. Move back to music scope 4. Check the indicator... controls are disabled and I cannot pause music until I put the focus on the music app again... this is maybe what the proposed branches implement (to grab back the MPRIS controls when we get the focus on music app)... I though it was going to be around which is the last app playing something. So if music app is the one playing music, then the controls are for music app, if we switch to another music source, then controls are changed for that other app... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1538703 Title: Playlist next/prev controls only available when player is in foreground To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1538703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1538703] Re: Playlist next/prev controls only available when player is in foreground
Ok, so the issue was with the stable image of krillin. Using silo 51 updates media-hub, but not qtubuntu-media. This is the error I get: qtubuntu-media : Depends: libqt5multimedia5 (>= 5.4.1-1ubuntu19~overlay3~vivid1~test4 After testing with rc-proposed image it works as expected. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1538703 Title: Playlist next/prev controls only available when player is in foreground To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1538703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1574700] Re: Silent mode does not turn off ALL sounds
I'm moving this as invalid, please don't hesitate to reopen if you still think this is a valid bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574700 Title: Silent mode does not turn off ALL sounds To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1574700/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1574700] Re: Silent mode does not turn off ALL sounds
Hi, I think the behavior you see is the right one following the spec. https://wiki.ubuntu.com/Sound#silent-mode When you launch a browser that plays any sound you are explicitly playing that sound (similar to what happens when you launch the music app and start playing a song). More information about silent mode can be found here: https://wiki.ubuntu.com/SilentMode ** Changed in: indicator-sound (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574700 Title: Silent mode does not turn off ALL sounds To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1574700/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1576970] Re: Regression in Ubuntu 16.04: Pause button is not shown when CanPause is true and CanPlay is false
I've been testing this with the following players: rhythmbox banshee spotify All 3 work fine, so it makes me think the problem is in Nuvola. We haven't change anything about MPRIS in the sound indicator recently. I'm moving this as invalid, if you still think it is a problem in the sound indicator, please re-open. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576970 Title: Regression in Ubuntu 16.04: Pause button is not shown when CanPause is true and CanPlay is false To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1576970/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1577197] Re: Pulseaudio bluez5-util.c: TryAcquire() failed - Operation Not Authorized
This seems like a pulseaudio bug to me, nothing to do with the indicator. Adding pulseaudio and moving to invalid for indicator-sound... ** Also affects: pulseaudio (Ubuntu) Importance: Undecided Status: New ** Changed in: indicator-sound (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1577197 Title: Pulseaudio bluez5-util.c: TryAcquire() failed - Operation Not Authorized To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1577197/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1534169] Re: When playing audio from two sources with bgplaylists support (eg music-app and scope) it becomes confusing
** Changed in: indicator-sound (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534169 Title: When playing audio from two sources with bgplaylists support (eg music-app and scope) it becomes confusing To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1534169/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1513357] Re: No title and thumbnail displayed for playing music in indicator
** Changed in: indicator-sound (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1513357 Title: No title and thumbnail displayed for playing music in indicator To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1513357/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1556069] Re: Warning dialog not displayed after re-plugging headphones
This case was implemented as an existing request in an old bug report (including other features). I discussed it with design and the unity api team and we decided to follow the spec and avoid the feature described in the bug report. I've already updated the test plan. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556069 Title: Warning dialog not displayed after re-plugging headphones To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1556069/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1317860] Re: the phone should switch itself off before completely draining battery
** Branch linked: lp:~xavi-garcia-mena/livecd-rootfs/bug-1317860-upower- poweroff-phone-only -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317860 Title: the phone should switch itself off before completely draining battery To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1317860/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1317860] Re: the phone should switch itself off before completely draining battery
** Branch linked: lp:~xavi-garcia-mena/ubuntu-touch-session/bug-1317860 -env-variable-poweroff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317860 Title: the phone should switch itself off before completely draining battery To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1317860/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1485522] Re: Volume obtained is 100% in multimedia sink for sounds from app
I've tested this adding some debug statements to the sound indicator to see if the incoming volumes are changing from Pulse. Now the Qml game (I've tested with Maroon in trouble) is not changing the volume, so the issue seems to be fixed! :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1485522 Title: Volume obtained is 100% in multimedia sink for sounds from app To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1485522/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1570779] [NEW] The volume slider in the sound indicator sometimes does no have the right value when pressing cancel in the warning notification
Public bug reported: When testing another bug I saw that sometimes the value in the slider of the sound indicator was above the warning level when pressing cancel. After some investigation I've realized that this happens when we press the up button very fast and press cancel immediately. What happens is that the slider reflects the value set to accounts service, which is applied with 1 second of delay. ** Affects: indicator-sound (Ubuntu) Importance: Medium Assignee: Xavi Garcia (xavi-garcia-mena) Status: In Progress ** Changed in: indicator-sound (Ubuntu) Assignee: (unassigned) => Xavi Garcia (xavi-garcia-mena) ** Changed in: indicator-sound (Ubuntu) Importance: Undecided => Medium ** Branch linked: lp:~xavi-garcia-mena/indicator-sound/bug-pressing- cancel-accounts-service ** Changed in: indicator-sound (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1570779 Title: The volume slider in the sound indicator sometimes does no have the right value when pressing cancel in the warning notification To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1570779/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1564813] Re: MPRIS next/prev controls are not disabled when no music playing
*** This bug is a duplicate of bug 1538703 *** https://bugs.launchpad.net/bugs/1538703 ** This bug has been marked a duplicate of bug 1538703 Playlist next/prev controls only available when player is in foreground -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1564813 Title: MPRIS next/prev controls are not disabled when no music playing To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1564813/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1506946] Re: Volume increases on its own when phone is muted.
*** This bug is a duplicate of bug 1485522 *** https://bugs.launchpad.net/bugs/1485522 ** This bug has been marked a duplicate of bug 1485522 Volume obtained is 100% in multimedia sink for sounds from app -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1506946 Title: Volume increases on its own when phone is muted. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1506946/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1497512] Re: sound indicator disappears randomly
Hi, can you still recreate this issue, do you have any more information? Marking this as incomplete while we get more information. ** Changed in: indicator-sound (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1497512 Title: sound indicator disappears randomly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1497512/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1469071] Re: Tick boxes appear inside-out in indicator pulldowns (highlighting is upside down)
** Changed in: indicator-sound (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1469071 Title: Tick boxes appear inside-out in indicator pulldowns (highlighting is upside down) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1469071/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 779782] Re: Mouse release does not activate playback control buttons
This bug is very very old. Marking it as invalid to clean up the actual bug list. If anybody thinks it should be reopened, please feel free to do so ** Changed in: indicator-sound (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/779782 Title: Mouse release does not activate playback control buttons To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-sound/+bug/779782/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1554315] Re: Sound icon disappear in indicator
*** This bug is a duplicate of bug 1555831 *** https://bugs.launchpad.net/bugs/1555831 ** This bug has been marked a duplicate of bug 1555831 Miss call removes the sound icon in the notification bar -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554315 Title: Sound icon disappear in indicator To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1554315/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1432689] Re: No indicator-sound sometimes after switching language
** Changed in: indicator-sound (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1432689 Title: No indicator-sound sometimes after switching language To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1432689/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1543515] Re: [desktop] doesn't start the player when using the indicator play button
** Changed in: indicator-sound (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543515 Title: [desktop] doesn't start the player when using the indicator play button To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1543515/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 906050] Re: Playback controls don't highlight anything like other menu items
Confirmed it's not an indicator issue, the issue is very old and the icons seem to be fixed now. ** No longer affects: indicator-sound ** Changed in: indicator-sound (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/906050 Title: Playback controls don't highlight anything like other menu items To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/906050/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1542543] Re: [Phone] [Wishlist] sound indicator icon to change when headphones/speaker is connected
** Changed in: indicator-sound (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542543 Title: [Phone] [Wishlist] sound indicator icon to change when headphones/speaker is connected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1542543/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1389761] Re: Don't show the volume overlay when changing the volume with the slider
** Changed in: indicator-sound (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1389761 Title: Don't show the volume overlay when changing the volume with the slider To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1389761/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1378146] Re: Indicator sound needs integration tests for MPRIS players
** Changed in: indicator-sound (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1378146 Title: Indicator sound needs integration tests for MPRIS players To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-sound/+bug/1378146/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 923485] Re: Use symbolic volume and mic icons
*** This bug is a duplicate of bug 903819 *** https://bugs.launchpad.net/bugs/903819 ** This bug has been marked a duplicate of bug 903819 use symbolic icons -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/923485 Title: Use symbolic volume and mic icons To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-sound/+bug/923485/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 983325] Re: use symbolic play icons
*** This bug is a duplicate of bug 903819 *** https://bugs.launchpad.net/bugs/903819 ** This bug has been marked a duplicate of bug 903819 use symbolic icons -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983325 Title: use symbolic play icons To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/983325/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1069316] Re: The 'player section' of the sound menu is inconsistent
This was already released. It was implemented in the following branch: lp:~xavi-garcia-mena/indicator-sound/last-running-player-accounts-service ** Changed in: indicator-sound (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1069316 Title: The 'player section' of the sound menu is inconsistent To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/1069316/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1446667] Re: [Icons] Sound OSD and sound indicator icons should match
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/icon-volume-zero -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446667 Title: [Icons] Sound OSD and sound indicator icons should match To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1446667/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1478506] Re: Apps change audio output role all the time
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/lp-1478506-use- role-volume -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1478506 Title: Apps change audio output role all the time To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478506/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1485522] [NEW] Volume obtained is 100% in multimedia sink for sounds from app
Public bug reported: I'm not sure 100% this is a bug but it is related to https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478506 When the "Marron in trouble" games launches a sound the multimedia sink it's updated and when reading the volume it's always 100%. I'ts not 100% for other applications using the multimedia role, like the music app or other games/apps. The volume in that case is in sync with the volume that was previously set for it. This is the code from the indicator-sound where we get the 100% volume. var props_variant = yield _pconn.call ("org.PulseAudio.Ext.StreamRestore1.RestoreEntry", sink_input_objp, "org.freedesktop.DBus.Properties", "Get", new Variant ("(ss)", "org.PulseAudio.Ext.StreamRestore1.RestoreEntry", "Volume"), null, DBusCallFlags.NONE, -1); Variant tmp; props_variant.get ("(v)", out tmp); uint32 type = 0, volume = 0; VariantIter iter = tmp.iterator (); iter.next ("(uu)", &type, &volume); I did a workaround branch in the indicator-sound that reads the volume at initilaization for every role and stores any change When the sink is updated I read the volume in it that is already stored instead of reading the volume from pulse. I'm not convinced of that, and would like to know why I get 100% volume only for this particular game. ** Affects: pulseaudio (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1485522 Title: Volume obtained is 100% in multimedia sink for sounds from app To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1485522/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1478506] Re: Apps change audio output role all the time
The main problem I've found when testing this bug is that every sound played from the "Maroon in trouble" opens and closes the pulse audio sink to play every single sound. What we experience then is that the role is changing from "alert" to "multimedia" just for less than a second and you can see the sound slider at the indicator moving from 100% to the alert role volume. You don't have the time to change the volume of the game, because it uses the multimedia role for a very short period of time, and even you modify the multimedia role volume every sound that comes from that game is set to 100% when we read it using pulse. I have a workaround branch, that stores volumes for every role and set the current volume for the multimedia sink when any sound of that role comes in. I'm not fully convinced by that approach, so I've opened a bug in pulse-audio to see why we get 100% volume for the sounds coming from the game. https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1485522 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1478506 Title: Apps change audio output role all the time To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478506/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1485522] Re: Volume obtained is 100% in multimedia sink for sounds from app
Note: As commented here: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478506/comments/11 and I've observed in other apps the problem seems to be in the QML component for playing sounds. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1485522 Title: Volume obtained is 100% in multimedia sink for sounds from app To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1485522/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1373313] Re: Media Hub not exporting MPRIS controls
I've been looking at this issue and I've found that Rhythmbox returns false for both properties: CanGoNext and CanGoPrevious when the player is not playing anything, after pressing play it returns true to both properties and next and previous buttons do what we expect. Banshee returns true even if the player is not yet playing anything and starts playing when the previous or next buttons are clicked. The question here wold be: What should we do in the case of Rhythmbox? Should we show the next and previous buttons although we know that they are going to do nothing until something is playing? Should we consider this as a bug of Rhythmbox? The question about if showing the buttons or not in this case I guess is something to be answered by the desing team. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1373313 Title: Media Hub not exporting MPRIS controls To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1373313/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1415480] Re: [indicators]/OSD provide no visual clue that they modify bluetooth device volumes
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/bluetooth-icons- bug-1415480 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1415480 Title: [indicators]/OSD provide no visual clue that they modify bluetooth device volumes To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1415480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1484589] Re: Spurious volume notification when changing output role with headphones
** Changed in: indicator-sound (Ubuntu) Assignee: (unassigned) => Xavi Garcia (xavi-garcia-mena) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1484589 Title: Spurious volume notification when changing output role with headphones To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1484589/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1382548] Re: no warning upon headset plugin
** Changed in: indicator-sound (Ubuntu) Assignee: (unassigned) => Xavi Garcia (xavi-garcia-mena) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382548 Title: no warning upon headset plugin To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1382548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1382548] Re: no warning upon headset plugin
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/bluetooth-icons- bug-1415480 ** Changed in: indicator-sound (Ubuntu) Status: Triaged => Confirmed ** Changed in: indicator-sound (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382548 Title: no warning upon headset plugin To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1382548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1484589] Re: Spurious volume notification when changing output role with headphones
I've fixed some changes to notify the user when the active output changes [bug 1382548] What happens for the Marron game is what describes bug 1485522. We have the notification because everytime we play a sound the audio role changes from the ringtone to multimedia. ** Branch linked: lp:~xavi-garcia-mena/indicator-sound/bluetooth-icons- bug-1415480 ** Changed in: indicator-sound (Ubuntu) Status: Confirmed => Fix Committed ** Also affects: pulseaudio (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1484589 Title: Spurious volume notification when changing output role with headphones To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1484589/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1415480] Re: [indicators]/OSD provide no visual clue that they modify bluetooth device volumes
** Changed in: indicator-bluetooth (Ubuntu) Assignee: Xavi Garcia (xavi-garcia-mena) => (unassigned) ** Also affects: indicator-sound (Ubuntu) Importance: Undecided Status: New ** Changed in: indicator-sound (Ubuntu) Status: New => Fix Committed ** Changed in: indicator-sound (Ubuntu) Assignee: (unassigned) => Xavi Garcia (xavi-garcia-mena) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1415480 Title: [indicators]/OSD provide no visual clue that they modify bluetooth device volumes To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1415480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1488569] Re: MPRIS controls don't reflect the current player state
** Changed in: indicator-sound (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488569 Title: MPRIS controls don't reflect the current player state To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1488569/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1474324] Re: Sound indicator disappeared after headset connection issue
This doesn't sound to me as an indicator-sound bug. I think it might be related with the bluetooth system and/or system settings. If the indicator-sound appears after activating "Show volume in the menubar" in the system settings it points out that the indicator didn't crash (which could be initially the reason why it disappears). >From the pactl list provided I see the bluetooth device is not assigned to any active port. Active Profile: off -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1474324 Title: Sound indicator disappeared after headset connection issue To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1474324/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1488569] Re: MPRIS controls don't reflect the current player state
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/next-play-prev- buttons-bug-1373313 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488569 Title: MPRIS controls don't reflect the current player state To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1488569/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1373313] Re: Media Hub not exporting MPRIS controls
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/next-play-prev- buttons-bug-1373313 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1373313 Title: Media Hub not exporting MPRIS controls To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1373313/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1488569] Re: MPRIS controls don't reflect the current player state
Hi, I've installed silo 055 and check the result with the new code of the indicator-sound from branch: lp:~xavi-garcia-mena/indicator-sound/next-play-prev-buttons-bug-1373313 The code instead of setting the MPRIS controls by default reads the CanPlay, CanGoNext and CanGoPrevous properties. The MPRIS player always return true to CanPlay, but returns always false for CanGoNext and CanGoPrevious, the result is obviously that the play control is the only only one showing as active. I've also noticed that the player is not emiting any signal when the properties change. The indicator-sound is subscribed to the PropertiesChanged signal with the following code: /* Connecting to GDBusProxy's "g-properties-changed" signal here, because vala's dbus objects don't emit notify signals */ var gproxy = this.proxy as DBusProxy; gproxy.g_properties_changed.connect (this.proxy_properties_changed); To debug the code I'm listing all the properties that changed. The method proxy_properties_changed is never called. This works fine on the desktop, but not on the phone with silo 55. Should we register to the signal in a different way? or should we consider the above issues as a bug? In relation with the play/pause button: the desktop changes from the play to the pause button correctly with the current indicator-sound code, but not on the phone. (could this be a bug in the UI?) We can maybe set a different value for the play property in the indicator menu, but as I said the PropertiesChanged signal is not working... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488569 Title: MPRIS controls don't reflect the current player state To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1488569/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1351299] Re: [Location Indicator Menu] GPS switch should be turned off when "Location detection" is off
I've pushed the following branch that removes the GPS entry and adds Location Settings at the end. The location settings uses the following url: settings:///system /security-privacy as it is the closest we can get to the location entry in system settings. As discussed with seb128, the url to access location is pending. ** Branch linked: lp:~xavi-garcia-mena/indicator-location/bug-1351299 -location-settings ** Changed in: indicator-location (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1351299 Title: [Location Indicator Menu] GPS switch should be turned off when "Location detection" is off To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1351299/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1432689] Re: No indicator-sound sometimes after switching language
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/restart-dbus- error -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1432689 Title: No indicator-sound sometimes after switching language To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1432689/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1512798] Re: Doesn't update range when volume boost option is enabled
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/bug-1512798 -reenable-amplified-volume -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512798 Title: Doesn't update range when volume boost option is enabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1512798/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1382548] Re: no warning upon headset plugin
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/bluetooth-usb- hdmi-labels-with-tests -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382548 Title: no warning upon headset plugin To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1382548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1415480] Re: [indicators]/OSD provide no visual clue that they modify bluetooth device volumes
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/bluetooth-usb- hdmi-labels-with-tests ** Changed in: indicator-sound (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1415480 Title: [indicators]/OSD provide no visual clue that they modify bluetooth device volumes To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1415480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1484589] Re: Spurious volume notification when changing output role with headphones
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/bluetooth-usb- hdmi-labels-with-tests -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1484589 Title: Spurious volume notification when changing output role with headphones To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1484589/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1373313] Re: Media Hub not exporting MPRIS controls
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/mpris-bug-1373313 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1373313 Title: Media Hub not exporting MPRIS controls To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1373313/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1245495] Re: Rhythmbox controls and track info broken
I'm been working on the sound indicator for a few weeks running vivid in the desktop and I've never observed the described issue. Taking into account that the bug was reported on 2013, I'm not sure if it should be tested by anybody from QA and confirm if it's fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1245495 Title: Rhythmbox controls and track info broken To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-sound/+bug/1245495/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1378146] Re: Indicator sound needs integration tests for MPRIS players
** Changed in: indicator-sound (Ubuntu) Assignee: Ted Gould (ted) => Xavi Garcia (xavi-garcia-mena) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1378146 Title: Indicator sound needs integration tests for MPRIS players To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-sound/+bug/1378146/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1378146] Re: Indicator sound needs integration tests for MPRIS players
The following branch includes integration tests adding MPRIS players. lp:~xavi-garcia-mena/indicator-sound/bluetooth-usb-hdmi-labels-with- tests ** Changed in: indicator-sound (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1378146 Title: Indicator sound needs integration tests for MPRIS players To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-sound/+bug/1378146/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1432689] Re: No indicator-sound sometimes after switching language
** Changed in: indicator-sound (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1432689 Title: No indicator-sound sometimes after switching language To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1432689/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1415480] Re: [indicators]/OSD provide no visual clue that they modify bluetooth device volumes
I'm looking at this bug and I have some questions: I understand that the icon we need to change is the right icon on the volume slider, isn't it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1415480 Title: [indicators]/OSD provide no visual clue that they modify bluetooth device volumes To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1415480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1276008] Re: indicator-sound-service crashed with SIGSEGV in mpris_player_PlayPause()
** Changed in: indicator-sound (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276008 Title: indicator-sound-service crashed with SIGSEGV in mpris_player_PlayPause() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1276008/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 906050] Re: Playback controls don't highlight anything like other menu items
As the MPRIS controls seem to be OK in the sound indicator and Mathew's comment points to a cosmetic issue I'm assigning this to unity and moving it as Invalid for the indicator-sound. Please feel free to re-open for indicator-sound if you think this is still a valid bug for indicator-sound. ** Also affects: unity (Ubuntu) Importance: Undecided Status: New ** Changed in: indicator-sound (Ubuntu) Status: Triaged => Invalid ** Changed in: unity (Ubuntu) Assignee: (unassigned) => Michał Sawicz (saviq) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/906050 Title: Playback controls don't highlight anything like other menu items To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-sound/+bug/906050/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1368291] Re: Selecting the metadata/album art in the indicator should raise the app
This seems to be fixed. Moving as invalid ** Changed in: indicator-sound (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1368291 Title: Selecting the metadata/album art in the indicator should raise the app To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1368291/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1530971] Re: Headphone plug-in can push volume "off the chart"
Landings for OTA-9 fixed this. ** Changed in: indicator-sound (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1530971 Title: Headphone plug-in can push volume "off the chart" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1530971/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1525092] Re: Volume level switches along with pressing Pause/Play buttons on media player control
That's a known behavior... We only have 1 slider for all the audio roles. When we play/pause music we are switching between multimedia and alert role. If the plan is to keep having 1 slider, that's the expected behavior. I'm moving this to Wishlist... ** Changed in: indicator-sound (Ubuntu) Status: New => Triaged ** Changed in: indicator-sound (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1525092 Title: Volume level switches along with pressing Pause/Play buttons on media player control To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1525092/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1524354] Re: too long string chain for warning about too high level when earphone is plugged
The sound indicator is the one setting the text, but it doesn't know if the translated string is going to fit the space available or not. To me the visual notification should be the one adjusting its size, as there's nothing we can do from the indicator-sound. Also assigning to unity8. ** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Changed in: indicator-sound (Ubuntu) Status: New => Triaged ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Michał Sawicz (saviq) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1524354 Title: too long string chain for warning about too high level when earphone is plugged To manage notifications about this bug go to: https://bugs.launchpad.net/music-app/+bug/1524354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490954] Re: Short sound as seen in game can trigger max volume notification warning, unable to play the current game
*** This bug is a duplicate of bug 1484589 *** https://bugs.launchpad.net/bugs/1484589 It is, indeed, a duplicate of the noted bug ** This bug has been marked a duplicate of bug 1484589 Spurious volume notification when changing output role with headphones -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490954 Title: Short sound as seen in game can trigger max volume notification warning, unable to play the current game To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1490954/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1443586] Re: muting phone will not change icon on top bar
*** This bug is a duplicate of bug 1446667 *** https://bugs.launchpad.net/bugs/1446667 This was already fixed for OTA-7... marking as duplicate ** This bug has been marked a duplicate of bug 1446667 [Icons] Sound OSD and sound indicator icons should match -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1443586 Title: muting phone will not change icon on top bar To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1443586/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1533251] Re: Ubuntu phone / Aquaris E5: no ringtones when receiving calls, no sound when receiving messages; no sound on speakers
This doesn't sound related to the indicator-sound, that is, as its name points out: an indicator. It does not manage the full audio system. I don't know which should be the project to be assigned, but I'm marking this as invalid for the indicator to tidy up the bug list. ** Changed in: indicator-sound (Ubuntu) Status: Confirmed => Invalid ** Also affects: pulseaudio (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1533251 Title: Ubuntu phone / Aquaris E5: no ringtones when receiving calls, no sound when receiving messages; no sound on speakers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1533251/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1533251] Re: Ubuntu phone / Aquaris E5: no ringtones when receiving calls, no sound when receiving messages; no sound on speakers
Assigning to pulseaudio to see if we can keep track of this from a deeper perspective -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1533251 Title: Ubuntu phone / Aquaris E5: no ringtones when receiving calls, no sound when receiving messages; no sound on speakers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1533251/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1506946] Re: Volume increases on its own when phone is muted.
As Michael points out... this is partly a duplicate of the stated bug. I landed a branch for OTA-9 that doesn't fully fix bug #1485522, but that avoids the volume changes from the multimedia sink. We are waiting for a Qt patch to fully fix the volume change issue. Regarding Silent Mode: the sound spec state that multimedia sounds should not be muted. https://wiki.ubuntu.com/Sound#Silent_Mode -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1506946 Title: Volume increases on its own when phone is muted. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1506946/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1504076] Re: [indicators] Translations don't fit into high volume warning
Thanks Matthew for the clarification. After OTA-9, that message does not appear in the OSD notification, so this bug should be already fixed. ** Branch linked: lp:~xavi-garcia-mena/indicator-sound/bluetooth-icons- bug-1415480 ** Changed in: indicator-sound (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1504076 Title: [indicators] Translations don't fit into high volume warning To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1504076/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1451046] Re: shorten long strings...
I see the layout changed for the UI and this is no longer happening. ** Changed in: indicator-sound (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1451046 Title: shorten long strings... To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1451046/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1520548] [NEW] Volume slider in sound indicator ignores the "volume" action coming from indicator-sound in a particular case
Public bug reported: To re-create this: Use last rc flash image. 1. Plug headphones in 2. Play audio multimedia 3. Open the sound indicator 4. Move the volume slider to the maximum A warning dialog should appear asking the user to approve high volume At this point the indicator-sound has clamped the volume to 75% waiting for the user to accept or decline the warning. 5. Press cancel 6. The slider shows the value over 75% I can see with dbus-monitor that the volume action signal is emitted with the 75% value, although it seems that the UI is ignoring it. ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1520548 Title: Volume slider in sound indicator ignores the "volume" action coming from indicator-sound in a particular case To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1520548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1520548] Re: Volume slider in sound indicator ignores the "volume" action coming from indicator-sound in a particular case
Hi Nick, I'm not sure I completely understood that wait mechanism, but the slider does not set the right value after a while. In fact, until we don't start changing the volume again the UI keeps the value above 75% I don't see any problem on adding an extra action to the backend to keep in sync with the UI. I can start coding it. Thanks, Xavi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1520548 Title: Volume slider in sound indicator ignores the "volume" action coming from indicator-sound in a particular case To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1520548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1538703] Re: Playlist next/prev controls only available when player is in foreground
I managed to recreate the issue. It looks like after switching to any application using sound makes the indicator reset the state of the playback controls. If I switch to the main dash (no scope using sound) it works fine. Needs further investigation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1538703 Title: Playlist next/prev controls only available when player is in foreground To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1538703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1538703] Re: Playlist next/prev controls only available when player is in foreground
After looking at this for quite some time I saw that, after switching to the music scope I get the following MPRIS properties for MediaPlayer: signal sender=:1.50 -> dest=(null destination) serial=8169 path=/org/mpris/MediaPlayer2; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.mpris.MediaPlayer2.Player" array [ dict entry( string "PlaybackStatus" variant string "Stopped" ) ] array [ ] signal sender=:1.50 -> dest=(null destination) serial=8170 path=/org/mpris/MediaPlayer2; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.mpris.MediaPlayer2.Player" array [ dict entry( string "LoopStatus" variant string "None" ) ] array [ ] signal sender=:1.50 -> dest=(null destination) serial=8171 path=/org/mpris/MediaPlayer2; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.mpris.MediaPlayer2.Player" array [ dict entry( string "CanPlay" variant boolean false ) ] array [ ] signal sender=:1.50 -> dest=(null destination) serial=8172 path=/org/mpris/MediaPlayer2; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.mpris.MediaPlayer2.Player" array [ dict entry( string "CanPause" variant boolean false ) ] array [ ] signal sender=:1.50 -> dest=(null destination) serial=8173 path=/org/mpris/MediaPlayer2; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.mpris.MediaPlayer2.Player" array [ dict entry( string "CanGoPrevious" variant boolean false ) ] array [ ] signal sender=:1.50 -> dest=(null destination) serial=8174 path=/org/mpris/MediaPlayer2; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.mpris.MediaPlayer2.Player" array [ dict entry( string "CanGoNext" variant boolean false ) ] array [ ] The indicator sound is updating the player correctly, but the information received is wrong. Also: as the "Metadata" property is not implemented in media-hub we don't get any update on the icon, song name or artist currently playing. The "Metadata" property not implemented was reported in the following bug: https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1498962 In summary: I think this is NOT an indicator sound bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1538703 Title: Playlist next/prev controls only available when player is in foreground To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1538703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1541781] [NEW] [indicators] Players in sound indicator are not launched when clicking in its icon
Public bug reported: The sound indicator defines an action per each player. Example for music-app on the phone: struct { uint32 1 uint32 2 array [ array [ dict entry( string "action" variant string "indicator.mediaplayer-app.desktop" ) I don't see on the phone that the action is invoked when pressing the app icon, so the app cannot be raised or launched from the indicator. This works fine in unity7 (desktop). ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1541781 Title: [indicators] Players in sound indicator are not launched when clicking in its icon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1541781/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon
The music-app is an MPRIS player (running the code from media-player- mpris.vala:) That code is running on the desktop (unity7) and it launches the players fine. That's why I've opened the bug, to also confirm the action associated with the player is executed. I've asked dednick about it and he wasn't 100% sure if it was a unity8 bug. Cheers -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1541781 Title: [indicators] Players in sound indicator are not launched when clicking in its icon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1541781/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1474324] Re: Sound indicator disappeared after headset connection issue
I've added the bluez packate to this one, as I still think is not an indicator-sound bug, please see my comments above. ** Also affects: bluez (Ubuntu) Importance: Undecided Status: New ** Changed in: indicator-sound (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1474324 Title: Sound indicator disappeared after headset connection issue To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1474324/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1519448] Re: Previous and next buttons enabled/disabled state not updating in realtime
I can recreate this with OTA-9 image, but not with the rc-proposed. The code in rc-proposed and OTA-9 is the same for the sound indicator. I just updated music-app following the instructions from the following document: https://docs.google.com/document/d/1xzI4D6knVJ6VmXxqJ2gyGSMowbtVVoNPgQl1fywim_U/edit And the issue is fixed. I'm assigning this one to the music-app to keep track. ** Also affects: music-app (Ubuntu) Importance: Undecided Status: New ** Changed in: indicator-sound (Ubuntu) Status: Confirmed => Invalid ** Changed in: indicator-sound (Ubuntu RTM) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1519448 Title: Previous and next buttons enabled/disabled state not updating in realtime To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1519448/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon
I cannot see any action with dbus-monitor being invoked when pressing the app icon. I'm moving this as Invalid for the indicator, please feel free to reopen if you conclude there's nothing wrong in unity8. ** Changed in: indicator-sound (Ubuntu) Status: New => Invalid ** Changed in: indicator-sound (Ubuntu) Assignee: (unassigned) => Xavi Garcia (xavi-garcia-mena) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1541781 Title: [indicators] Players in sound indicator are not launched when clicking in its icon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1541781/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon
I see, thanks a lot for finding this out!... But in that case... I'm wondering if the icon should launch the media-app instead. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1541781 Title: [indicators] Players in sound indicator are not launched when clicking in its icon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1541781/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1526057] Re: Always shows the "hearing damage" warning
** Changed in: indicator-sound (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1526057 Title: Always shows the "hearing damage" warning To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1526057/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1538703] Re: Playlist next/prev controls only available when player is in foreground
The indicator can only listen what comes from the media-hub in terms of MPRIS messages, it does not decide what to show on the playback control. Maybe something is confusing the media-hub when the dash is asking for the playlist? As we discussed with Albert and Pawel the playback controls only change when there is a scope using audio... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1538703 Title: Playlist next/prev controls only available when player is in foreground To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1538703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1538703] Re: Playlist next/prev controls only available when player is in foreground
And looking from a higher point of view... This is a comment by greyback on IRC: unity8 does export a dbus service com.canonical.Unity.WindowStack which media service could use to monitor what app is currently focused only other idea is that when app is unfocused, it signals that to media-hub, and media-hub does the wrong thing with that info but those are the only 2 ways such state could be passed from the app/window manager to media-hub I can think of The sound indicator is not monitoring the stated dbus service. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1538703 Title: Playlist next/prev controls only available when player is in foreground To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1538703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1543515] Re: [desktop] doesn't start the player when using the indicator play button
** Changed in: indicator-sound (Ubuntu) Assignee: (unassigned) => Xavi Garcia (xavi-garcia-mena) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543515 Title: [desktop] doesn't start the player when using the indicator play button To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1543515/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1543515] Re: [desktop] doesn't start the player when using the indicator play button
I've been testing with and without the indicator from silo 18 (that landed today). With the new indicator I cannot recreate the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543515 Title: [desktop] doesn't start the player when using the indicator play button To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1543515/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1543515] Re: [desktop] doesn't start the player when using the indicator play button
Sorry, that silo didn't land yet. It's under QA... I tested with the deb package. I would wait until it lands ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543515 Title: [desktop] doesn't start the player when using the indicator play button To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1543515/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1543515] Re: [desktop] doesn't start the player when using the indicator play button
** Changed in: indicator-sound (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543515 Title: [desktop] doesn't start the player when using the indicator play button To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1543515/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1543515] Re: [desktop] doesn't start the player when using the indicator play button
** Changed in: indicator-sound (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543515 Title: [desktop] doesn't start the player when using the indicator play button To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1543515/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1534169] Re: When playing audio from two sources with bgplaylists support (eg music-app and scope) it becomes confusing
This bug is related to https://bugs.launchpad.net/ubuntu/+source /indicator-sound/+bug/1538703 Is not a full duplicate as in the stated bug the playback controls are all inactive, but it is related to switching the app in the same way. I was thinking on listening to the incoming sink input from the indicator and control which is the app that manages the playback controls, but on the phone all sink inputs come from the media-hub. If you follow the comments from bug 1538703 you'll see that at the moment we suspect that the dash is calling a query to media-hub and that it's confusing the latest. ** Changed in: indicator-sound (Ubuntu) Assignee: Charles Kerr (charlesk) => Xavi Garcia (xavi-garcia-mena) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534169 Title: When playing audio from two sources with bgplaylists support (eg music-app and scope) it becomes confusing To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1534169/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1432689] Re: No indicator-sound sometimes after switching language
The following branch landed in vivid and xenial a few days ago. https://code.launchpad.net/~xavi-garcia-mena/indicator-sound/readd-respawn-upstart ** Branch linked: lp:~xavi-garcia-mena/indicator-sound/readd-respawn- upstart ** Changed in: indicator-sound (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1432689 Title: No indicator-sound sometimes after switching language To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1432689/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1245495] Re: Rhythmbox controls and track info broken
I've been checking this and I can confirm the issue in xenial. Clicking at the next/previous buttons does not send the expected dbus message, so something in the indicator might be wrong. The play/pause button seems to be working fine, though. In relation to having the focus in rhythmbox ... it depends on if the application was started by the indicator or by its own. If the application is NOT started from the sound indicator then clicking on its name on the indicator does not focus the player. Under investigation... ** Changed in: indicator-sound (Ubuntu) Assignee: (unassigned) => Xavi Garcia (xavi-garcia-mena) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1245495 Title: Rhythmbox controls and track info broken To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-sound/+bug/1245495/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1245495] Re: Rhythmbox controls and track info broken
** Branch linked: lp:~xavi-garcia-mena/indicator-sound/bug-1245495 -playback-controls-with-playlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1245495 Title: Rhythmbox controls and track info broken To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-sound/+bug/1245495/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1245495] Re: Rhythmbox controls and track info broken
I've created the following MP: https://code.launchpad.net/~xavi-garcia-mena/indicator-sound/bug-1245495-playback-controls-with-playlist/+merge/283339 To fix the issue with the Next/Previous controls. The problem was that, when the playlist was included in the player controls section, we were not updating the state of those buttons. In relation to having the application on focus... I saw that when starting the application from the sound indicator if the application is out of focus and you click the name of the application in the sound indicator...it comes to focus as expected. If you launch the application by itself, it's out of focus and you click on its name in the indicator, then the icon wiggles in the launcher, but is does not come to focus. Checking at the dbus messages, I see that the indicator is sending the right message (in fact the application is receiving it as its icon wiggles). I've tested that with Banshee, GMusicBrowser and Rhythmbox... all 3 application have the same behavior. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1245495 Title: Rhythmbox controls and track info broken To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-sound/+bug/1245495/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs