[Bug 1763940] Re: Pressing Print Screen in keyboard makes Rhythmbox go to sleep

2019-01-16 Thread Daniel van Vugt
** Description changed:

+ https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/8
+ 
+ ---
+ 
  Steps:
  
  1. Start Rhythmbox and play music
  2. Press Print Screen in keyboard
  3. Music stops and cannot be played again in Rhythmbox
  4. If the music does not stop from the first time try step 2 again and again 
until it stops
  
  I can navigate the UI of Rhythmbox, but I cannot play music. I have to
  kill the sleeping process in order to play music.
  
  I can reproduce this bug in Totem and Clementine too.
  
  Clementine and Totem present this error:
  
  pa_stream_writable_size() failed: Connection terminated
  
  This bug affects Bionic too.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.8
  ProcVersionSignature: Ubuntu 4.4.0-119.143-generic 4.4.114
  Uname: Linux 4.4.0-119-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.16
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  amr9438 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  amr9438 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Apr 14 14:42:55 2018
  InstallationDate: Installed on 2017-06-21 (296 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/08/2011
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F2
  dmi.board.name: GA-78LMT-S2P
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd04/08/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-78LMT-S2P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-78LMT-S2P:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-78LMT-S2P
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  modified.conffile..etc.pulse.daemon.conf: [modified]
  modified.conffile..etc.xdg.autostart.pulseaudio.desktop: [modified]
  mtime.conffile..etc.pulse.daemon.conf: 2017-07-04T15:49:08
  mtime.conffile..etc.xdg.autostart.pulseaudio.desktop: 2017-06-22T13:08:09

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

Title:
  Pressing Print Screen in keyboard makes Rhythmbox go to sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1763940/+subscriptions

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

[Bug 1763940] Re: Pressing Print Screen in keyboard makes Rhythmbox go to sleep

2019-01-16 Thread Sebastien Bacher
** Changed in: rhythmbox (Ubuntu)
   Status: New => Invalid

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

Title:
  Pressing Print Screen in keyboard makes Rhythmbox go to sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1763940/+subscriptions

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

[Bug 1763940] Re: Pressing Print Screen in keyboard makes Rhythmbox go to sleep

2018-07-30 Thread Bug Watch Updater
Launchpad has imported 3 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=106138.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2018-04-19T16:47:26+00:00 Amr Ibrahim wrote:

Created attachment 138931
daemon.conf

Steps:
1. Start Rhythmbox and play music
2. Press Print Screen in keyboard
3. Music stops and cannot be played again in Rhythmbox
4. If the music does not stop from the first time try step 2 again and again 
until it stops

I can navigate the UI of Rhythmbox, but I cannot play music. I have to
kill the sleeping process in order to play music from Rhythmbox again.

I can reproduce this bug in Totem and Clementine too. They present this error:
pa_stream_writable_size() failed: Connection terminated

I have attached my daemon.conf file.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1763940/comments/3


On 2018-04-26T11:26:39+00:00 Tanu Kaskinen wrote:

I can't reproduce this... Can you provide the pulseaudio server log?
Instructions:

1. Disable automatic starting of PulseAudio. If your distro uses
systemd's socket activation to start PulseAudio, run

systemctl --user --now mask pulseaudio.service pulseaudio.socket

If your distro doesn't do that, put "autospawn = no" to
~/.config/pulse/client.conf.

2. Stop pulseaudio with "killall pulseaudio" (the previous systemctl
command might have stopped it already, though).

3. Start pulseaudio in a terminal with verbose logging:

pulseaudio -vv

4. Once the initial burst of logging has stopped, hit enter a few times
to add some empty lines in the log. The empty lines mark the beginning
of the interesting part.

5. Start playing music with Rhythmbox, and try to reproduce the problem.

6. Once the music stops, hit enter again a few times in the terminal
window where pulseaudio is running, to make it easy to find the place
where something went wrong. (The "Connection terminated" error suggests
that PulseAudio might have crashed, though. In that case adding this
step can be skipped.)

7. Stop pulseaudio with Ctrl-C.

8. Copy the full log from the terminal and attach it to this bug.

9. To return things back to normal, run

systemctl --user unmask pulseaudio.service pulseaudio.socket

if you masked the service before. And remove the "autospawn = no" line
from client.conf if you added it there.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1763940/comments/4


On 2018-07-30T09:33:17+00:00 Gitlab-migration wrote:

-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/8.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1763940/comments/5


** Changed in: pulseaudio
   Status: Confirmed => Unknown

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

Title:
  Pressing Print Screen in keyboard makes Rhythmbox go to sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1763940/+subscriptions

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

[Bug 1763940] Re: Pressing Print Screen in keyboard makes Rhythmbox go to sleep

2018-04-19 Thread Bug Watch Updater
** Changed in: pulseaudio
   Status: Unknown => Confirmed

** Changed in: pulseaudio
   Importance: Unknown => Medium

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

Title:
  Pressing Print Screen in keyboard makes Rhythmbox go to sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1763940/+subscriptions

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

[Bug 1763940] Re: Pressing Print Screen in keyboard makes Rhythmbox go to sleep

2018-04-19 Thread Amr Ibrahim
** Bug watch added: freedesktop.org Bugzilla #106138
   https://bugs.freedesktop.org/show_bug.cgi?id=106138

** Also affects: pulseaudio via
   https://bugs.freedesktop.org/show_bug.cgi?id=106138
   Importance: Unknown
   Status: Unknown

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

Title:
  Pressing Print Screen in keyboard makes Rhythmbox go to sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1763940/+subscriptions

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

[Bug 1763940] Re: Pressing Print Screen in keyboard makes Rhythmbox go to sleep

2018-04-16 Thread Amr Ibrahim
I can reproduce this bug in Totem and Clementine too.

Clementine and Totem present this error:

pa_stream_writable_size() failed: Connection terminated

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

Title:
  Pressing Print Screen in keyboard makes Rhythmbox go to sleep

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

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

[Bug 1763940] Re: Pressing Print Screen in keyboard makes Rhythmbox go to sleep

2018-04-15 Thread Daniel van Vugt
** Also affects: rhythmbox (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Pressing Print Screen in keyboard makes Rhythmbox go to sleep

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

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