[Bug 1532544] Re: Window becomes unresponsive and sound stops when skipping to next track

2024-04-24 Thread Ken Sharp
** Changed in: rhythmbox (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/1532544

Title:
  Window becomes unresponsive and sound stops when skipping to next
  track

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1532544/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1532544] Re: Window becomes unresponsive and sound stops when skipping to next track

2016-07-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: rhythmbox (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/1532544

Title:
  Window becomes unresponsive and sound stops when skipping to next
  track

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1532544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1532544] Re: Window becomes unresponsive and sound stops when skipping to next track

2016-07-24 Thread Artem S.
I fogot copypaste 'fi' as last line in the script

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1532544

Title:
  Window becomes unresponsive and sound stops when skipping to next
  track

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1532544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1532544] Re: Window becomes unresponsive and sound stops when skipping to next track

2016-07-24 Thread Artem S.
Please raise improtance of the issue. It's not Low!

indicator-sound.log very quickly eats all free space. It also tries to
do this constantly. My 13G of free space it took in less then hour.

And since it tries to write log line tens times in a second, I have got
several apps that lost their settings, because when they tried to save
them (overwrite files with settings) they failed to do this and wrote
file with 0 size. All settings were lost.

It's huge impact.

I had to create script to protect me from this:
--
 ~ -> cat ~/.local/indicator-workaround.sh 
#!/bin/bash

echo $(date) "Check for indicator-sound size"

if [ $(stat -c %s ~/.cache/upstart/indicator-sound.log) -ge 1000 ] ; then
echo $(date) "Killing indicator-sound!"
rm ~/.cache/upstart/indicator-sound.log
pkill -f indicator-sound-service
--

And add it to 'crontab -e':
-
SHELL=/bin/bash

*/5 * * * *  ~/.local/indicator-workaround.sh >>~/.cache/cron.log 2>&1
-

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1532544

Title:
  Window becomes unresponsive and sound stops when skipping to next
  track

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1532544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1532544] Re: Window becomes unresponsive and sound stops when skipping to next track

2016-01-11 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1532544

Title:
  Window becomes unresponsive and sound stops when skipping to next
  track

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1532544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs