[Desktop-packages] [Bug 2043517] Re: gnome-shell on non-active VT busy-loops through libwayland-server.so (sometimes)

2024-03-06 Thread Alan Jenkins
The bug re-occurred, after manually building libwayland with debugging
symbols.

So I could do more debugging, and I think this Ubuntu bug needs to be
reassigned to Xwayland.

I have filed more details in the upstream Xwayland tracker.

https://gitlab.freedesktop.org/xorg/xserver/-/issues/1648

** Bug watch added: gitlab.freedesktop.org/xorg/xserver/-/issues #1648
   https://gitlab.freedesktop.org/xorg/xserver/-/issues/1648

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

Title:
  gnome-shell on non-active VT busy-loops through libwayland-server.so
  (sometimes)

Status in mutter package in Ubuntu:
  New

Bug description:
  I run several gnome sessions at once - different users on different
  Virtual Terminals.

  Sometimes, gnome-shell for a non-active VT starts using 100% CPU.  Or,
  actually 99% CPU because it's doing IPC as well.  And the
  corresponding XWayland uses 40% CPU.

  FWIW, sending SIGSTOP to either gnome-shell or XWayland stops the
  other one from busy-looping as well.

  If I switch back to the affected VT, it appears to function fine, but
  it is still using 100% + 40% CPU.

  
  Version numbers:

  Ubuntu 22.04.3 LTS
  gnome-shell 42.9-0ubuntu2
  xwayland 2:22.1.1-1ubuntu0.7

  
  $ ps -aux | grep 'alan .*gnome-shell$'
  alan9248 26.1  3.4 5492888 269136 ?  Rsl  19:54  30:26 
/usr/bin/gnome-shell

  $ sudo strace -p 9248 2>&1|head
  strace: Process 9248 attached
  epoll_wait(37, [{events=EPOLLIN, data={u32=403234816, u64=139797293752320}}], 
32, 0) = 1
  recvmsg(21, {msg_name=NULL, msg_namelen=0, 
msg_iov=[{iov_base="\1\0\0\0\0\0\f\0\3\0\0\0", iov_len=752}, {iov_base="", 
iov_len=3344}], msg_iovlen=2, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, 
MSG_DONTWAIT|MSG_CMSG_CLOEXEC) = 12
  write(4, "\1\0\0\0\0\0\0\0", 8) = 8
  sendmsg(21, {msg_name=NULL, msg_namelen=0, 
msg_iov=[{iov_base="\3\0\0\0\0\0\f\0[\2\0\0\1\0\0\0\1\0\f\0\3\0\0\0", 
iov_len=24}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 
MSG_DONTWAIT|MSG_NOSIGNAL) = 24
  poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, 
{fd=19, events=POLLIN}, {fd=20, events=POLLIN}, {fd=23, events=POLLIN}, {fd=24, 
events=POLLIN}, {fd=25, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, 
events=POLLIN}, {fd=37, events=POLLIN}, {fd=54, events=POLLIN}, {fd=63, 
events=POLLIN}, {fd=66, events=POLLIN}], 14, 79809702) = 2 ([{fd=4, 
revents=POLLIN}, {fd=37, revents=POLLIN}])
  read(4, "\2\0\0\0\0\0\0\0", 16) = 8
  write(4, "\1\0\0\0\0\0\0\0", 8) = 8
  epoll_wait(37, [{events=EPOLLIN, data={u32=403234816, u64=139797293752320}}], 
32, 0) = 1

  
  The recvmsg() call is here:

  #0  __libc_recvmsg (fd=21, msg=0x7fff1de64a50, flags=1073741888) at 
../sysdeps/unix/sysv/linux/recvmsg.c:35
  #1  0x7f2531ea5ad6 in  () at /lib/x86_64-linux-gnu/libwayland-server.so.0
  #2  0x7f2531ea4eea in wl_event_loop_dispatch () at 
/lib/x86_64-linux-gnu/libwayland-server.so.0
  #3  0x7f2531d2b45b in wayland_event_source_dispatch (base=, callback=, data=)
  at ../src/wayland/meta-wayland.c:110
  #4  0x7f2532b42d3b in g_main_dispatch (context=0x55c0046cc8f0) at 
../../../glib/gmain.c:3419
  #5  g_main_context_dispatch (context=0x55c0046cc8f0) at 
../../../glib/gmain.c:4137
  #6  0x7f2532b98258 in g_main_context_iterate.constprop.0
  (context=0x55c0046cc8f0, block=block@entry=1, dispatch=dispatch@entry=1, 
self=) at ../../../glib/gmain.c:4213
  #7  0x7f2532b422b3 in g_main_loop_run (loop=0x55c00698ae30) at 
../../../glib/gmain.c:4413
  #8  0x7f2531cd0b79 in meta_context_run_main_loop 
(context=context@entry=0x55c0046c70c0, error=error@entry=0x7fff1de64f08)
  at ../src/core/meta-context.c:437
  #9  0x55c003cf4f12 in main (argc=, argv=) 
at ../src/main.c:650

  
  The sendmsg() call is here:

  Thread 1 "gnome-shell" hit Breakpoint 1, __libc_sendmsg (fd=21, 
msg=0x7fff1de64c50, flags=16448) at ../sysdeps/unix/sysv/linux/sendmsg.c:26
  26../sysdeps/unix/sysv/linux/sendmsg.c: No such file or directory.
  (gdb) where
  #0  __libc_sendmsg (fd=21, msg=0x7fff1de64c50, flags=16448) at 
../sysdeps/unix/sysv/linux/sendmsg.c:26
  #1  0x7f2531ea1c9d in  () at /lib/x86_64-linux-gnu/libwayland-server.so.0
  #2  0x7f2531ea565e in wl_display_flush_clients () at 
/lib/x86_64-linux-gnu/libwayland-server.so.0
  #3  0x7f2531d2b437 in wayland_event_source_prepare 
(base=base@entry=0x55c004a374d0, timeout=timeout@entry=0x7fff1de64dc4)
  at ../src/wayland/meta-wayland.c:97
  #4  0x7f2532b428e7 in g_main_context_prepare (context=0x55c0046cc8f0, 
priority=0x7fff1de64e50) at ../../../glib/gmain.c:3739
  #5  0x7f2532b98123 in g_main_context_iterate.constprop.0
  (context=0x55c0046cc8f0, block=block@entry=1, dispatch=dispatch@entry=1, 
self=) at ../../../glib/gmain.c:4193
  #6  0x7f2532b422b3 in g_main_loop_run (loop=0x55c00698ae30) at 

[Desktop-packages] [Bug 1838963] Re: Firefox window initially appears black when launching on Wayland

2023-11-15 Thread Alan Jenkins
The PC I reproduced the black screen bug on is running Ubuntu 22.04,
however.

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

Title:
  Firefox window initially appears black when launching on Wayland

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Details here: https://photos.app.goo.gl/2CjpJGB1wEWU8qJw6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: firefox 68.0.1+build1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.2.0-8.9-generic 5.2.0
  Uname: Linux 5.2.0-8-generic x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  BuildID: 20190719083815
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug  5 13:24:46 2019
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:1141
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  InstallationDate: Installed on 2019-08-04 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190802)
  Profiles:
   Profile1 (Default) - LastVersion=None/None (Out of date)
   Profile0 - LastVersion=68.0.1/20190719083815
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1838963] Re: Firefox window initially appears black when launching on Wayland

2023-11-15 Thread Alan Jenkins
The upstream bug for the black window is here - it's how I was notified
about Firefox switching to wayland:

https://bugzilla.mozilla.org/show_bug.cgi?id=1788205

Reading the end of the comments, there's a resolution - not inside
Firefox - apparently available as an update in Ubuntu 23.04.

** Bug watch added: Mozilla Bugzilla #1788205
   https://bugzilla.mozilla.org/show_bug.cgi?id=1788205

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

Title:
  Firefox window initially appears black when launching on Wayland

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Details here: https://photos.app.goo.gl/2CjpJGB1wEWU8qJw6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: firefox 68.0.1+build1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.2.0-8.9-generic 5.2.0
  Uname: Linux 5.2.0-8-generic x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  BuildID: 20190719083815
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug  5 13:24:46 2019
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:1141
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  InstallationDate: Installed on 2019-08-04 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190802)
  Profiles:
   Profile1 (Default) - LastVersion=None/None (Out of date)
   Profile0 - LastVersion=68.0.1/20190719083815
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1838963] Re: Firefox window initially appears black when launching on Wayland

2023-11-15 Thread Alan Jenkins
It still reproduces in a small number of tries - on a 10 year old
Celeron.  The packages have been updated recently, and I updated them
again before testing.

I recently saw that Firefox are enabling Wayland for their next release.
So that should bypass this bug with XWayland:

https://bugzilla.mozilla.org/show_bug.cgi?id=1752398#c24

** Bug watch added: Mozilla Bugzilla #1752398
   https://bugzilla.mozilla.org/show_bug.cgi?id=1752398

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

Title:
  Firefox window initially appears black when launching on Wayland

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Details here: https://photos.app.goo.gl/2CjpJGB1wEWU8qJw6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: firefox 68.0.1+build1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.2.0-8.9-generic 5.2.0
  Uname: Linux 5.2.0-8-generic x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  BuildID: 20190719083815
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug  5 13:24:46 2019
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:1141
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  InstallationDate: Installed on 2019-08-04 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190802)
  Profiles:
   Profile1 (Default) - LastVersion=None/None (Out of date)
   Profile0 - LastVersion=68.0.1/20190719083815
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2043517] Re: gnome-shell on non-active VT busy-loops through libwayland-server.so (sometimes)

2023-11-14 Thread Alan Jenkins
I tried installing dbgsym packages or using debuginfod to get a full
backtrace for libwayland-server.so, but I failed.

$ sudo apt install -qq libwayland-server0-dbgsym
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 libwayland-server0-dbgsym : Depends: libwayland-server0 (= 1.20.0-1) but 
1.20.0-1ubuntu0.1 is to be installed
E: Unable to correct problems, you have held broken packages.


$ export DEBUGINFOD_URLS="https://debuginfod.ubuntu.com;
$ sudo gdb 
...
(gdb) set debuginfod enabled on
(gdb) attach 9248
(gdb) break recvmsg
Breakpoint 1 at 0x7f25319279d0: file ../sysdeps/unix/sysv/linux/recvmsg.c, line 
35.
(gdb) cont
Continuing.

Thread 1 "gnome-shell" hit Breakpoint 1, __libc_recvmsg (fd=21, 
msg=0x7fff1de64a50, flags=1073741888) at ../sysdeps/unix/sysv/linux/recvmsg.c:35
35  ../sysdeps/unix/sysv/linux/recvmsg.c: No such file or directory.
(gdb) bt full
#0  __libc_recvmsg (fd=21, msg=0x7fff1de64a50, flags=1073741888) at 
../sysdeps/unix/sysv/linux/recvmsg.c:35
#1  0x7f2531ea5ad6 in  () at /lib/x86_64-linux-gnu/libwayland-server.so.0
#2  0x7f2531ea4eea in wl_event_loop_dispatch () at 
/lib/x86_64-linux-gnu/libwayland-server.so.0
#3  0x7f2531d2b45b in wayland_event_source_dispatch (base=, 
callback=, data=)
at ../src/wayland/meta-wayland.c:110
source = 
loop = 
...
(gdb) finish
Run till exit from #0  __libc_recvmsg (fd=21, msg=0x7fff1de64a50, 
flags=1073741888) at ../sysdeps/unix/sysv/linux/recvmsg.c:35
0x7f2531ea5ad6 in ?? () from /lib/x86_64-linux-gnu/libwayland-server.so.0
Value returned is $2 = 12
(gdb) finish
Run till exit from #0  0x7f2531ea5ad6 in ?? () from 
/lib/x86_64-linux-gnu/libwayland-server.so.0
0x7f2531ea4eea in wl_event_loop_dispatch () from 
/lib/x86_64-linux-gnu/libwayland-server.so.0

(gdb) s
Single stepping until exit from function wl_event_loop_dispatch,
which has no line number information.
wayland_event_source_dispatch (base=, callback=, 
data=) at ../src/wayland/meta-wayland.c:112
112 ../src/wayland/meta-wayland.c: No such file or directory.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/2043517

Title:
  gnome-shell on non-active VT busy-loops through libwayland-server.so
  (sometimes)

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  I run several gnome sessions at once - different users on different
  Virtual Terminals.

  Sometimes, gnome-shell for a non-active VT starts using 100% CPU.  Or,
  actually 99% CPU because it's doing IPC as well.  And the
  corresponding XWayland uses 40% CPU.

  FWIW, sending SIGSTOP to either gnome-shell or XWayland stops the
  other one from busy-looping as well.

  If I switch back to the affected VT, it appears to function fine, but
  it is still using 100% + 40% CPU.

  
  Version numbers:

  Ubuntu 22.04.3 LTS
  gnome-shell 42.9-0ubuntu2
  xwayland 2:22.1.1-1ubuntu0.7

  
  $ ps -aux | grep 'alan .*gnome-shell$'
  alan9248 26.1  3.4 5492888 269136 ?  Rsl  19:54  30:26 
/usr/bin/gnome-shell

  $ sudo strace -p 9248 2>&1|head
  strace: Process 9248 attached
  epoll_wait(37, [{events=EPOLLIN, data={u32=403234816, u64=139797293752320}}], 
32, 0) = 1
  recvmsg(21, {msg_name=NULL, msg_namelen=0, 
msg_iov=[{iov_base="\1\0\0\0\0\0\f\0\3\0\0\0", iov_len=752}, {iov_base="", 
iov_len=3344}], msg_iovlen=2, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, 
MSG_DONTWAIT|MSG_CMSG_CLOEXEC) = 12
  write(4, "\1\0\0\0\0\0\0\0", 8) = 8
  sendmsg(21, {msg_name=NULL, msg_namelen=0, 
msg_iov=[{iov_base="\3\0\0\0\0\0\f\0[\2\0\0\1\0\0\0\1\0\f\0\3\0\0\0", 
iov_len=24}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 
MSG_DONTWAIT|MSG_NOSIGNAL) = 24
  poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, 
{fd=19, events=POLLIN}, {fd=20, events=POLLIN}, {fd=23, events=POLLIN}, {fd=24, 
events=POLLIN}, {fd=25, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, 
events=POLLIN}, {fd=37, events=POLLIN}, {fd=54, events=POLLIN}, {fd=63, 
events=POLLIN}, {fd=66, events=POLLIN}], 14, 79809702) = 2 ([{fd=4, 
revents=POLLIN}, {fd=37, revents=POLLIN}])
  read(4, "\2\0\0\0\0\0\0\0", 16) = 8
  write(4, "\1\0\0\0\0\0\0\0", 8) = 8
  epoll_wait(37, [{events=EPOLLIN, data={u32=403234816, u64=139797293752320}}], 
32, 0) = 1

  
  The recvmsg() call is here:

  #0  __libc_recvmsg (fd=21, msg=0x7fff1de64a50, flags=1073741888) at 
../sysdeps/unix/sysv/linux/recvmsg.c:35
  #1  0x7f2531ea5ad6 in  () at /lib/x86_64-linux-gnu/libwayland-server.so.0
  #2  0x7f2531ea4eea in wl_event_loop_dispatch () at 
/lib/x86_64-linux-gnu/libwayland-server.so.0
  #3  

[Desktop-packages] [Bug 2043517] [NEW] gnome-shell on non-active VT busy-loops through libwayland-server.so (sometimes)

2023-11-14 Thread Alan Jenkins
Public bug reported:

I run several gnome sessions at once - different users on different
Virtual Terminals.

Sometimes, gnome-shell for a non-active VT starts using 100% CPU.  Or,
actually 99% CPU because it's doing IPC as well.  And the corresponding
XWayland uses 40% CPU.

FWIW, sending SIGSTOP to either gnome-shell or XWayland stops the other
one from busy-looping as well.

If I switch back to the affected VT, it appears to function fine, but it
is still using 100% + 40% CPU.


Version numbers:

Ubuntu 22.04.3 LTS
gnome-shell 42.9-0ubuntu2
xwayland 2:22.1.1-1ubuntu0.7


$ ps -aux | grep 'alan .*gnome-shell$'
alan9248 26.1  3.4 5492888 269136 ?  Rsl  19:54  30:26 
/usr/bin/gnome-shell

$ sudo strace -p 9248 2>&1|head
strace: Process 9248 attached
epoll_wait(37, [{events=EPOLLIN, data={u32=403234816, u64=139797293752320}}], 
32, 0) = 1
recvmsg(21, {msg_name=NULL, msg_namelen=0, 
msg_iov=[{iov_base="\1\0\0\0\0\0\f\0\3\0\0\0", iov_len=752}, {iov_base="", 
iov_len=3344}], msg_iovlen=2, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, 
MSG_DONTWAIT|MSG_CMSG_CLOEXEC) = 12
write(4, "\1\0\0\0\0\0\0\0", 8) = 8
sendmsg(21, {msg_name=NULL, msg_namelen=0, 
msg_iov=[{iov_base="\3\0\0\0\0\0\f\0[\2\0\0\1\0\0\0\1\0\f\0\3\0\0\0", 
iov_len=24}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 
MSG_DONTWAIT|MSG_NOSIGNAL) = 24
poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, 
{fd=19, events=POLLIN}, {fd=20, events=POLLIN}, {fd=23, events=POLLIN}, {fd=24, 
events=POLLIN}, {fd=25, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, 
events=POLLIN}, {fd=37, events=POLLIN}, {fd=54, events=POLLIN}, {fd=63, 
events=POLLIN}, {fd=66, events=POLLIN}], 14, 79809702) = 2 ([{fd=4, 
revents=POLLIN}, {fd=37, revents=POLLIN}])
read(4, "\2\0\0\0\0\0\0\0", 16) = 8
write(4, "\1\0\0\0\0\0\0\0", 8) = 8
epoll_wait(37, [{events=EPOLLIN, data={u32=403234816, u64=139797293752320}}], 
32, 0) = 1


The recvmsg() call is here:

#0  __libc_recvmsg (fd=21, msg=0x7fff1de64a50, flags=1073741888) at 
../sysdeps/unix/sysv/linux/recvmsg.c:35
#1  0x7f2531ea5ad6 in  () at /lib/x86_64-linux-gnu/libwayland-server.so.0
#2  0x7f2531ea4eea in wl_event_loop_dispatch () at 
/lib/x86_64-linux-gnu/libwayland-server.so.0
#3  0x7f2531d2b45b in wayland_event_source_dispatch (base=, 
callback=, data=)
at ../src/wayland/meta-wayland.c:110
#4  0x7f2532b42d3b in g_main_dispatch (context=0x55c0046cc8f0) at 
../../../glib/gmain.c:3419
#5  g_main_context_dispatch (context=0x55c0046cc8f0) at 
../../../glib/gmain.c:4137
#6  0x7f2532b98258 in g_main_context_iterate.constprop.0
(context=0x55c0046cc8f0, block=block@entry=1, dispatch=dispatch@entry=1, 
self=) at ../../../glib/gmain.c:4213
#7  0x7f2532b422b3 in g_main_loop_run (loop=0x55c00698ae30) at 
../../../glib/gmain.c:4413
#8  0x7f2531cd0b79 in meta_context_run_main_loop 
(context=context@entry=0x55c0046c70c0, error=error@entry=0x7fff1de64f08)
at ../src/core/meta-context.c:437
#9  0x55c003cf4f12 in main (argc=, argv=) at 
../src/main.c:650


The sendmsg() call is here:

Thread 1 "gnome-shell" hit Breakpoint 1, __libc_sendmsg (fd=21, 
msg=0x7fff1de64c50, flags=16448) at ../sysdeps/unix/sysv/linux/sendmsg.c:26
26  ../sysdeps/unix/sysv/linux/sendmsg.c: No such file or directory.
(gdb) where
#0  __libc_sendmsg (fd=21, msg=0x7fff1de64c50, flags=16448) at 
../sysdeps/unix/sysv/linux/sendmsg.c:26
#1  0x7f2531ea1c9d in  () at /lib/x86_64-linux-gnu/libwayland-server.so.0
#2  0x7f2531ea565e in wl_display_flush_clients () at 
/lib/x86_64-linux-gnu/libwayland-server.so.0
#3  0x7f2531d2b437 in wayland_event_source_prepare 
(base=base@entry=0x55c004a374d0, timeout=timeout@entry=0x7fff1de64dc4)
at ../src/wayland/meta-wayland.c:97
#4  0x7f2532b428e7 in g_main_context_prepare (context=0x55c0046cc8f0, 
priority=0x7fff1de64e50) at ../../../glib/gmain.c:3739
#5  0x7f2532b98123 in g_main_context_iterate.constprop.0
(context=0x55c0046cc8f0, block=block@entry=1, dispatch=dispatch@entry=1, 
self=) at ../../../glib/gmain.c:4193
#6  0x7f2532b422b3 in g_main_loop_run (loop=0x55c00698ae30) at 
../../../glib/gmain.c:4413
#7  0x7f2531cd0b79 in meta_context_run_main_loop 
(context=context@entry=0x55c0046c70c0, error=error@entry=0x7fff1de64f08)
at ../src/core/meta-context.c:437
#8  0x55c003cf4f12 in main (argc=, argv=) at 
../src/main.c:650

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/2043517

Title:
  gnome-shell on non-active VT busy-loops through libwayland-server.so
  (sometimes)

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  I run several gnome sessions at once - different users on different
  Virtual Terminals.

  Sometimes, gnome-shell for a non-active VT starts using 100% CPU.  Or,
  

[Desktop-packages] [Bug 1987976]

2022-10-29 Thread Alan Jenkins
(In reply to Robert Mader [:rmader] from comment #42)
> Hm, this pretty much sounds like Gnome-Shell bug around Xwayland-on-demand to 
> me - so maybe a better place for that would be 
> https://gitlab.gnome.org/GNOME/mutter/-/issues (or a Ubuntu bug, in case they 
> ship some custom patches).

...

> Thanks @sourcejedi! I've so far been unable to reproduce this on four
different systems with Fedora 36 or Manjaro,

Hi Robert. I got a new reproducer for Firefox, which doesn't use
Xwayland.  I ran this on my Fedora 36 system, the system that required a
quick hand to reproduce with my .desktop file method.

WARNING for people with photosensitive epilepsy. This will cause full-
screen flickering.

1. Make sure user X is logged out, or at least not running Firefox.
2. Switch to a text console (ctrl + alt + f6) and log in.
3. `startx /usr/bin/fvwm`
4. Left click on the desktop to open the app menu. Open an xterm.
5. Open a second xterm.
6. In xterm 1, run `while true; do picom; sleep 0.1; killall picom; done`. The 
screen will now start flickering.
7. In xterm 2, run `firefox`

Result: Firefox doesn't draw anything inside its window, or is
completely black.

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in Mutter:
  New
Status in firefox package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-10-15 Thread Alan Jenkins
Something similar happened on Fedora. So I've reported to GNOME.

"Timing/race condition with Xwayland-on-demand breaks firefox & confuses gedit 
etc"
Link: https://gitlab.gnome.org/GNOME/mutter/-/issues/2472

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-10-15 Thread Alan Jenkins
(In reply to Robert Mader [:rmader] from comment #32)
> Oh, that's really interesting...so does launching with 
> `MOZ_GTK_TITLEBAR_DECORATION=system` also solve the issue?

It does about the same as XDG_CURRENT_DESKTOP="". Instead of remaining
black, basically nothing gets drawn. The inside of the window just shows
my desktop wallpaper.

(I think XDG_CURRENT_DESKTOP="" shows a titlebar, and
MOZ_GTK_TITLEBAR_DECORATION=system doesn't).

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-10-15 Thread Alan Jenkins
It feels like the problem is to do with socket-activated Xwayland.

I can suppress the issue where firefox remains black, by editing my
.desktop file to run "xlsclients" first.  I.e.:

Exec=/bin/bash -c "xlsclients; MOZ_ENABLE_WAYLAND=0
/home/alan/firefox-104.0.2/firefox/firefox"

Similarly, the issue with gedit drawing square window border corners is
suppressed if I use

Exec=/bin/bash -c "xlsclients; GDK_BACKEND=x11 gedit"

(With less confidence: it seemed that if I ran weston, then "Xwayland
:2", then "MOZ_ENABLE_WAYLAND=0 DISPLAY=:2 firefox", then the resulting
firefox window was usable).

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-10-15 Thread Alan Jenkins
Created attachment 9298517
Screenshot from 2022-10-13 20-59-46.png

1. If I launch gedit with GDK_BACKEND=x11, as the first app after
logging in, it appears usable. However the window is incorrectly drawn
with a square window border. See screenshot.

   If I then launch firefox, using the snap for convenience, firefox is
usable.

2. (As before) If I launch firefox using the snap for convenience, as
the first app after logging in, it is not usable. Because the entire
window is black.

   If I then launch gedit with GDK_BACKEND=x11, its window borders are
drawn correctly.

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-10-15 Thread Alan Jenkins
Nice tool. It seemed like nightlies default to Wayland, so I had to test
with MOZ_ENABLE_WAYLAND=0.

Bisecting the *temporary* black window gave:

 9:33.09 INFO: Last good revision: d1eb6fe5a1fa5457425c5a33f212516a5eeaa381
 9:33.09 INFO: First bad revision: 498e0e6f9b19107c8c17525a3d01a659f89002e8
 9:33.09 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=d1eb6fe5a1fa5457425c5a33f212516a5eeaa381=498e0e6f9b19107c8c17525a3d01a659f89002e8

With the mozilla-central (nightly?) builds downloaded by mozregression,
I could not reproduce the main issue, the black window that remains
black. Any suggestions there?

So the following was tested back on my 104.0.2 (originally downloaded
from https://download.mozilla.org/?product=firefox-latest-
ssl=linux64=fr ) :

> Another interesting point would be if setting gfx.x11-egl.force-
disabled (in about:config) to true helps with the issue.

No.

> Also, I suppose gfx.webrender.software:true works around the issue?

No.

Based on the bisection result, I also tried XDG_CURRENT_DESKTOP="". This
changed the main issue but did not solve it. The window did not remain
black, but it did not show firefox controls either.

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-10-15 Thread Alan Jenkins
Created attachment 9298516
Screenshot of firefox with MOZ_GTK_TITLEBAR_DECORATION=system

> To double-check, can you confirm that
MOZ_GTK_TITLEBAR_DECORATION=system works

No, I say MOZ_GTK_TITLEBAR_DECORATION=system fails. Just slightly
differently. Instead of a black window, only a border (drop shadow?) is
drawn. See screenshot. The gnome notification bubble "firefox is ready"
is flickering, constantly and quickly.

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-10-15 Thread Alan Jenkins
Weird!

I can run xterm.  Including immediately after login, which is how I've
been reproducing this Firefox issue.

I can change my hacked-up .desktop file to run "WAYLAND_DISPLAY=''
libreoffice" instead, and the libreoffice window seems fine.

I can run glxgears, xeyes, and xvidtune ok :-). (Didn't bother trying
those immediately after login).

The system should be clean of development or debug hacks.  It's a
desktop that runs Ubuntu, and I'm not the person who uses it normally.
I have some setup scripts (Ansible), that mostly just install the right
packages.

You might have noticed from the Launchpad bug, some reddit users
reported this on June 30. The poster thought it "just started happening
with Firefox 102.0". I don't know if that was the problem. On the system
I have, I had it as soon as I updated to Ubuntu 22.04, which was a bit
later.

Reddit link:
https://old.reddit.com/r/Ubuntu/comments/voat7x/firefox_1020_snap_in_ubuntu_2204_launches_to/

Of course the Launchpad bug is only voted as "affects 4 people", so it
doesn't sound like it's universal.

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-10-15 Thread Alan Jenkins
Yes to all of the above.

I disabled the Firefox snap. I used this download from mozilla.org, and
I still had the black window issue.

And forcing Wayland seems to fix that completely.

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976] Re: firefox black window

2022-10-14 Thread Alan Jenkins
Something similar happened on Fedora. So I've reported to GNOME.

"Timing/race condition with Xwayland-on-demand breaks firefox & confuses gedit 
etc"
Link: https://gitlab.gnome.org/GNOME/mutter/-/issues/2472


** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #2472
   https://gitlab.gnome.org/GNOME/mutter/-/issues/2472

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-09-24 Thread Alan Jenkins
Created attachment 9295261
about:support json from running MOZ_ENABLE_WAYLAND=1 
./firefox-104.0.2/firefox/firefox

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-09-24 Thread Alan Jenkins
Created attachment 9295260
about:support json from running ./firefox-104.0.2/firefox/firefox

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-09-24 Thread Alan Jenkins
> It seems not to happen if instead of the "firefox" launcher binary, I
run "firefox-bin" directly. What's the difference?

Nevermind. I think it can happen with either. It's just a bit random
whether it happens or not.

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-09-24 Thread Alan Jenkins
Sorry, I can't deal with the randomness. Let's simplify -

$ sudo snap disable firefox
firefox disabled

$ cat ~/.local/share/applications/firefox2.desktop 
[Desktop Entry]
Version=1.0
Name=Firefox Web Browser 2
Exec=/bin/bash -c "/home/alan/firefox-104.0.2/firefox/firefox"
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox
Categories=GNOME;GTK;Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;video/webm;application/x-xpinstall;
StartupNotify=true
StartupWMClass=firefox
$

With the above, if I log in and click firefox, I get stuck at the black
window. If I quit firefox and try again, I get a *temporary* black
window, and then a working firefox.

If I edit the file and change it to "MOZ_ENABLE_WAYLAND=1
/home/alan/firefox-104.0.2/firefox/firefox", then two things change:

1. When I log in and click firefox, firefox works the first time. I don't have 
to quit it and click it again before I can use firefox.
2. When firefox starts, there is no *temporary* black screen either.

---

When I *was* trying to launch firefox from the terminal, I also noticed
a difference in debug messages:

$ /bin/bash -c "/home/alan/firefox-104.0.2/firefox/firefox"
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
[2022-09-19T12:44:36Z ERROR viaduct::backend::ffi] Missing HTTP status
[2022-09-19T12:44:36Z ERROR viaduct::backend::ffi] Missing HTTP status
$

$ /bin/bash -c "MOZ_ENABLE_WAYLAND=1 /home/alan/firefox-104.0.2/firefox/firefox"
Unsupported modifier, resource creation failed.
XXX: resource creation failed
Unsupported modifier, resource creation failed.
XXX: resource creation failed
Unsupported modifier, resource creation failed.
XXX: resource creation failed
[2022-09-19T12:44:43Z ERROR viaduct::backend::ffi] Missing HTTP status
[2022-09-19T12:44:43Z ERROR viaduct::backend::ffi] Missing HTTP status
$

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1987976]

2022-09-24 Thread Alan Jenkins
I have the same black window problem. Can I help?

I can reproduce it with upstream "firefox" unpacked from
firefox-104.0.2.tar.bz2 ! (As well as by using the snap)

It seems *not* to happen if instead of the "firefox" launcher binary, I
run "firefox-bin" directly. What's the difference?

It happens the first time I start firefox after logging in. If I quit
firefox and start it again, it works. (The window may *start* black, but
it changes after a few seconds. As reported here:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1838963 )

My GPU description is "Mesa DRI Intel(R) HD Graphics 2000 (SNB GT1)".
(No secondary GPU). I use Ubuntu 22.04.1 (x86_64).

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

Title:
  firefox black window

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1760450] Re: [nvidia] Xorg crashed with signal 7 in _dl_fixup() from _dl_runtime_resolve_xsavec() called from nvidia_drv.so

2018-08-07 Thread Alan Jenkins
Hi Vedant.  Change the line in /etc/default/grub e.g.

GRUB_CMDLINE_LINUX_DEFAULT="quiet"

to

GRUB_CMDLINE_LINUX_DEFAULT="quiet scsi_mod.scan=sync"

and then re-run update-grub.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1760450

Title:
  [nvidia] Xorg crashed with signal 7 in _dl_fixup() from
  _dl_runtime_resolve_xsavec() called from nvidia_drv.so

Status in xorg-server package in Ubuntu:
  Confirmed
Status in Fedora:
  Unknown

Bug description:
  after login session(suspend mode)

  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-core 2:1.19.6-1ubuntu3
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  Date: Sun Apr  1 20:34:29 2018
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExecutablePath: /usr/lib/xorg/Xorg
  InstallationDate: Installed on 2017-09-02 (211 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcCmdline: /usr/lib/xorg/Xorg vt2 -displayfd 3 -auth 
/run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3
  ProcEnviron:
   
  Signal: 7
  SourcePackage: xorg-server
  StacktraceTop:
   _dl_fixup (l=0x559c10faa5a0, reloc_arg=) at 
../elf/dl-runtime.c:84
   _dl_runtime_resolve_xsavec () at ../sysdeps/x86_64/dl-trampoline.h:125
   ?? () from /usr/lib/xorg/modules/libwfb.so
   wfbComposite () from /usr/lib/xorg/modules/libwfb.so
   ?? () from /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
  Title: Xorg crashed with signal 7 in _dl_fixup()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1760450/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 874936] Re: Firefox menu bar under Unity(2D) is too slow for my fingers (on Core2!)

2018-07-30 Thread Alan Jenkins
Please do auto-close.  I don't have a Unity install to test this on, 2D
or otherwise.  I don't plan on using community-supported Unity, partly
because I think there were other reported bugs that I didn't hear
anything about.

Also, it looks as if the root issue is fixed for new Firefox profiles.
*If* I create a new profile, then the default folder when creating a
bookmark is "Other Bookmarks" (heh).  So you don't end up with thousands
of items in the Bookmarks menu.  Unless you deliberately asked for every
one of them.

I wouldn't say the occurrence was a one-off, seems clear from comments
that it was consistent. :-P.

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

Title:
  Firefox menu bar under Unity(2D) is too slow for my fingers (on
  Core2!)

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  1. Open firefox.
  2. Press Alt + V + Y + N, in quick succession.

  Expected behavior:
  The menu item View -> Page Style -> No Style is activated; CSS stylesheets 
are disabled, and the menu disappears.

  Actual behavior:
  My keyboarding gets ahead of the menu.  First time, I'm left with the View 
menu open.  Second time, I'm left with the Page Style menu open.  On the third 
time, all the menus are cached & it works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 7.0.1+build1+nobinonly-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   1459 F pulseaudio
  BuildID: 20111008085652
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 42'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,105bb603,0012'
 Controls  : 38
 Simple ctrls  : 22
  Channel: release
  Date: Sat Oct 15 11:32:21 2011
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: NoScript - ID={73a6fe31-595d-460b-a920-fcc0f8843232}, 
Version=2.1.4, minVersion=1.9a2, maxVersion=1.9.6, Location=app-profile, 
Type=extension, Active=Yes
  IpRoute:
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.16  metric 
1 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   default via 192.168.0.72 dev eth0  proto static
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Plugins:
   Windows Media Player Plug-in 10 (compatible; Totem) - 
Lib=libtotem-gmp-plugin.so, Location=/usr/lib/mozilla/plugins
   QuickTime Plug-in 7.6.6 - Lib=libtotem-narrowspace-plugin.so, 
Location=/usr/lib/mozilla/plugins
   DivX® Web Player - Lib=libtotem-mully-plugin.so, 
Location=/usr/lib/mozilla/plugins
   VLC Multimedia Plugin (compatible Totem 3.0.1) - 
Lib=libtotem-cone-plugin.so, Location=/usr/lib/mozilla/plugins
  ProcEnviron:
   PATH=(custom, no user)
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=7.0.1/20111008085652 (Running)
  PulseSinks:
   Error: command ['pacmd', 'list-sinks'] failed with exit code 1: Home 
directory /home/alan not ours.
   No PulseAudio daemon running, or not running as session daemon.
  PulseSources:
   Error: command ['pacmd', 'list-sources'] failed with exit code 1: Home 
directory /home/alan not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RfKill:
   
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)
  dmi.bios.date: 07/26/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: 946 7MA Series
  dmi.board.vendor: Foxconn
  dmi.chassis.type: 3
  dmi.chassis.vendor: OEM
  dmi.chassis.version: OEM
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd07/26/2007:svnOEM:pnOEM:pvrOEM:rvnFoxconn:rn9467MASeries:rvr:cvnOEM:ct3:cvrOEM:
  dmi.product.name: OEM
  dmi.product.version: OEM
  dmi.sys.vendor: OEM

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1769819] Re: [nvidia] Xorg crashes after system sleep / wakeup, in libwfb.so+25597 → nvidia_drv.so+60a46c → [heap]+d35cb0

2018-07-20 Thread Alan Jenkins
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1776887

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1769819

Title:
  [nvidia] Xorg crashes after system sleep / wakeup, in libwfb.so+25597
  → nvidia_drv.so+60a46c → [heap]+d35cb0

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  New

Bug description:
  after putting the system to sleep, and waking it up, Xorg crashes, and
  I'm lead to a new greeter / login screen. naturally the state of my
  desktop is lost in this process, and I'm stuck with a new login with
  no apps running.

  the error reporter says:

  Error: [Errno 21] is a directory:
  '/proc/driver/nvidia/gpus/:01:00.0/'

  which is indeed true:

  $ ls /proc/driver/nvidia/gpus/\:01\:00.0/
  information  registry

  the same system worked fine with ubuntu 17.10

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-core 2:1.19.6-1ubuntu4
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.48  Thu Mar 22 00:42:57 
PDT 2018
   GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May  8 07:51:42 2018
  DistUpgraded: 2018-05-04 09:38:04,874 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 390.48, 4.13.0-39-generic, x86_64: installed
   nvidia, 390.48, 4.15.0-20-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Xeon E3-1200 v3/4th Gen Core 
Processor Integrated Graphics Controller [1458:d000]
   NVIDIA Corporation GK104 [GeForce GTX 680] [10de:1180] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. GK104 [GeForce GTX 680] [3842:3687]
  InstallationDate: Installed on 2016-04-03 (764 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Gigabyte Technology Co., Ltd. Z97X-UD5H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic 
root=UUID=e56cb504-229d-4c7a-b16c-b259d05e992b ro noprompt quiet splash 
vt.handoff=1
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to bionic on 2018-05-04 (3 days ago)
  dmi.bios.date: 08/03/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F10
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97X-UD5H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF10:bd08/03/2015:svnGigabyteTechnologyCo.,Ltd.:pnZ97X-UD5H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97X-UD5H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: Z97X-UD5H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
  xserver.bootTime: Mon May  7 08:48:46 2018
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  

[Desktop-packages] [Bug 1769819] Re: [nvidia] Xorg crashes after system sleep / wakeup, in libwfb.so+25597 → nvidia_drv.so+60a46c → [heap]+d35cb0

2018-07-20 Thread Alan Jenkins
CurrentDmesg.txt:

[58189.152330] PM: suspend exit
[58189.162027] Read-error on swap-device (253:0:361608)
[58189.167038] Read-error on swap-device (253:0:361672)

"People die when they are killed".  Specifically "Read-error on swap-
device" kills you with SIGBUS.  Mystery solved.

I really expect if you looked at the crash, you would notice it is
SIGBUS, with si_code == BUS_ADRERR (2).  This means a read error when
trying to load a page of virtual memory back in from swap or from the
filesystem.

There's a common bug which matches this, so please read #1776887
"Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash after 
suspend".

I'm sure this applies to at least some users who marked themselves as
affected, or some duplicates of this bug.  This particular kernel log
includes some other errors as well though, so I can't rule out that they
also have some relation.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1769819

Title:
  [nvidia] Xorg crashes after system sleep / wakeup, in libwfb.so+25597
  → nvidia_drv.so+60a46c → [heap]+d35cb0

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  New

Bug description:
  after putting the system to sleep, and waking it up, Xorg crashes, and
  I'm lead to a new greeter / login screen. naturally the state of my
  desktop is lost in this process, and I'm stuck with a new login with
  no apps running.

  the error reporter says:

  Error: [Errno 21] is a directory:
  '/proc/driver/nvidia/gpus/:01:00.0/'

  which is indeed true:

  $ ls /proc/driver/nvidia/gpus/\:01\:00.0/
  information  registry

  the same system worked fine with ubuntu 17.10

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-core 2:1.19.6-1ubuntu4
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.48  Thu Mar 22 00:42:57 
PDT 2018
   GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May  8 07:51:42 2018
  DistUpgraded: 2018-05-04 09:38:04,874 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 390.48, 4.13.0-39-generic, x86_64: installed
   nvidia, 390.48, 4.15.0-20-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Xeon E3-1200 v3/4th Gen Core 
Processor Integrated Graphics Controller [1458:d000]
   NVIDIA Corporation GK104 [GeForce GTX 680] [10de:1180] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. GK104 [GeForce GTX 680] [3842:3687]
  InstallationDate: Installed on 2016-04-03 (764 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Gigabyte Technology Co., Ltd. Z97X-UD5H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic 
root=UUID=e56cb504-229d-4c7a-b16c-b259d05e992b ro noprompt quiet splash 
vt.handoff=1
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to bionic on 2018-05-04 (3 days ago)
  dmi.bios.date: 08/03/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F10
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97X-UD5H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF10:bd08/03/2015:svnGigabyteTechnologyCo.,Ltd.:pnZ97X-UD5H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97X-UD5H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: Z97X-UD5H
  dmi.product.version: To be filled by 

[Desktop-packages] [Bug 1775593] Re: X server crashes with SIGBUS when resuming from suspend

2018-06-27 Thread Alan Jenkins
*** This bug is a duplicate of bug 1753012 ***
https://bugs.launchpad.net/bugs/1753012

Actually for frequent suspend -> SIGBUS in Xorg on Ubuntu 18.04, you
also need to look at this bug:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1776887

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1775593

Title:
  X server crashes with SIGBUS when resuming from suspend

Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  Every night I suspend my laptop and resume it in the morning. At least
  once a week, the X server crashes with SIGBUS when resuming from
  suspend.

  I scoured systemd journals and all logs under /var/log, and this was
  the only suspicious message I found:

  [ 59358.134] (EE) /dev/dri/card0: failed to set DRM interface version
  1.4: Permission denied

  As my graphics card uses driver i915, I installed xserver-xorg-video-
  intel-dbg but couldn't find any package with debugging symbols for
  xserver-xorg-core, so running 'sudo gdb --core=/core' only yielded
  this:

  Core was generated by `/usr/lib/xorg/Xorg -core :0 -seat seat0 -auth 
/var/run/lightdm/root/:0 -noliste'.
  Program terminated with signal SIGBUS, Bus error.
  #0  0x5631c45681f1 in ?? ()
  [Current thread is 1 (LWP 1016)]
  (gdb) bt
  #0  0x5631c45681f1 in ?? ()
  #1  0x0001 in ?? ()
  #2  0x5631c5a03350 in ?? ()
  #3  0x0001 in ?? ()
  #4  0x5631c4596ec5 in ?? ()
  #5  0x7f5f0974e2a0 in ?? ()
  #6  0x7f5f093e5977 in ?? ()
  #7  0x in ?? ()

  I'm attaching apport's crash report.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg 1:7.7+19ubuntu7
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Thu Jun  7 08:56:01 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics 
Controller [1028:04b0]
  InstallationDate: Installed on 2018-04-28 (39 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  MachineType: Dell Inc. Inspiron N5110
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=c4c2d11a-634c-4105-9991-e2fb5c18e1dc ro net.ifnames=0 quiet splash 
systemd.legacy_systemd_cgroup_controller=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/26/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 08FDW5
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A06
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd05/26/2011:svnDellInc.:pnInspironN5110:pvrNotSpecified:rvnDellInc.:rn08FDW5:rvrA06:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron N5110
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1775593/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1760450] Re: [nvidia] Xorg crashed with signal 7 in _dl_fixup() from _dl_runtime_resolve_xsavec() called from nvidia_drv.so

2018-06-15 Thread Alan Jenkins
Thanks for your confirmation, Julien.  I have asked Ubuntu to import the
proper fix from upstream and they responded very promptly.  See:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1776887

They have posted a test kernel.  I don't have a ubuntu install to test
it on - only a VM which cannot suspend.  It *might* be useful if someone
wants to volunteer to try using the test kernel.

You could test that your normal suspend still works, and test the
command mentioned in the commit.  I.e.

$ sudo -i
# dd if=/dev/sda of=/dev/null iflag=direct & \
  while killall -SIGUSR1 dd; do sleep 0.1; done & \
  echo mem > /sys/power/state ; \
  sleep 5; killall dd  # stop after 5 seconds

On a "bad" kernel, any time you run this command it should show a
message about an IO error.  On a "good" kernel, the system will appear
to suspend and resume, but there should be no IO error.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1760450

Title:
  [nvidia] Xorg crashed with signal 7 in _dl_fixup() from
  _dl_runtime_resolve_xsavec() called from nvidia_drv.so

Status in xorg-server package in Ubuntu:
  Confirmed
Status in Fedora:
  Unknown

Bug description:
  after login session(suspend mode)

  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-core 2:1.19.6-1ubuntu3
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  Date: Sun Apr  1 20:34:29 2018
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExecutablePath: /usr/lib/xorg/Xorg
  InstallationDate: Installed on 2017-09-02 (211 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcCmdline: /usr/lib/xorg/Xorg vt2 -displayfd 3 -auth 
/run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3
  ProcEnviron:
   
  Signal: 7
  SourcePackage: xorg-server
  StacktraceTop:
   _dl_fixup (l=0x559c10faa5a0, reloc_arg=) at 
../elf/dl-runtime.c:84
   _dl_runtime_resolve_xsavec () at ../sysdeps/x86_64/dl-trampoline.h:125
   ?? () from /usr/lib/xorg/modules/libwfb.so
   wfbComposite () from /usr/lib/xorg/modules/libwfb.so
   ?? () from /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
  Title: Xorg crashed with signal 7 in _dl_fixup()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1760450/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1760450] Re: [nvidia] Xorg crashed with signal 7 in _dl_fixup() from _dl_runtime_resolve_xsavec() called from nvidia_drv.so

2018-05-29 Thread Alan Jenkins
Uh, if anyone else is affected by this, there's a trivial fix upstream
already (and a workaround).  Hop to it, Ubuntu.  gregkh is looking
disappointed at you :-).  I checked, and it looks like you didn't apply
it to you 4.15 tree.  See end for links to the fix etc.


For users: The workaround is to add "scsi_mod.scan=sync" on the kernel command 
line (i.e. edit /etc/default/grub and run `update-grub`).


Please note

1. AFAICT this is near-universal.
   It affects all desktop users of kernel 4.15/4.16 who use suspend
   (and whose workloads use all their RAM).
   It could be avoided by not using SCSI, but it does affect all systems with 
root on SATA.

2. Although this is horrible when it happens (X crash) and can happen on a 
near-daily basis,
   it can be quite difficult for users to analyze and report.  For example, the 
crash doesn't
   have one specific backtrace in Xorg.   It tends to generate several 
different backtraces,
   non-deterministicly.  Sometimes, making a coredump fails, presumably due to 
the same bug
   that causes the crash.

   I remember that Sosha had to make two attempts at reporting this bug
   (though I don't remember what was wrong with the first one).

   Also, it's triggered by a medium-term SIGALRM timer in Xorg.
   This made it really annoying to reproduce, at the time when I didn't know 
the root cause.
   I was able to reproduce the memory pressure needed, but it didn't happen
   when testing suspend+resume... only when I broke for lunch and left the 
machine
   suspended for long enough :).


Fix: "block: do not use interruptible wait anywhere"

in kernel 4.17:
https://github.com/torvalds/linux/commit/1dc3039bc87ae7d19a990c3ee71cfd8a9068f428

in kernel 4.16.8: https://git.kernel.org/pub/scm/linux/kernel/git/stable
/linux-
stable.git/commit/?h=linux-4.16.y=7859056bc73dea2c3714b00c83b253d4c22bf7b6

lack of fix in 4.15.0-23.25 (ubuntu bionic): https://git.launchpad.net
/~ubuntu-kernel/ubuntu/+source/linux/+git/bionic/tree/block/blk-
core.c?id=Ubuntu-4.15.0-23.25#n856

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1760450

Title:
  [nvidia] Xorg crashed with signal 7 in _dl_fixup() from
  _dl_runtime_resolve_xsavec() called from nvidia_drv.so

Status in xorg-server package in Ubuntu:
  Confirmed
Status in Fedora:
  Unknown

Bug description:
  after login session(suspend mode)

  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-core 2:1.19.6-1ubuntu3
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  Date: Sun Apr  1 20:34:29 2018
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExecutablePath: /usr/lib/xorg/Xorg
  InstallationDate: Installed on 2017-09-02 (211 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcCmdline: /usr/lib/xorg/Xorg vt2 -displayfd 3 -auth 
/run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3
  ProcEnviron:
   
  Signal: 7
  SourcePackage: xorg-server
  StacktraceTop:
   _dl_fixup (l=0x559c10faa5a0, reloc_arg=) at 
../elf/dl-runtime.c:84
   _dl_runtime_resolve_xsavec () at ../sysdeps/x86_64/dl-trampoline.h:125
   ?? () from /usr/lib/xorg/modules/libwfb.so
   wfbComposite () from /usr/lib/xorg/modules/libwfb.so
   ?? () from /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
  Title: Xorg crashed with signal 7 in _dl_fixup()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1760450/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1760450] Re: Xorg crashed with signal 7 in _dl_fixup()

2018-05-29 Thread Alan Jenkins
** Also affects: fedora via
   https://bugzilla.redhat.com/show_bug.cgi?id=1553979
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1760450

Title:
  Xorg crashed with signal 7 in _dl_fixup()

Status in xorg-server package in Ubuntu:
  Confirmed
Status in Fedora:
  Unknown

Bug description:
  after login session(suspend mode)

  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-core 2:1.19.6-1ubuntu3
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  Date: Sun Apr  1 20:34:29 2018
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExecutablePath: /usr/lib/xorg/Xorg
  InstallationDate: Installed on 2017-09-02 (211 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcCmdline: /usr/lib/xorg/Xorg vt2 -displayfd 3 -auth 
/run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3
  ProcEnviron:
   
  Signal: 7
  SourcePackage: xorg-server
  StacktraceTop:
   _dl_fixup (l=0x559c10faa5a0, reloc_arg=) at 
../elf/dl-runtime.c:84
   _dl_runtime_resolve_xsavec () at ../sysdeps/x86_64/dl-trampoline.h:125
   ?? () from /usr/lib/xorg/modules/libwfb.so
   wfbComposite () from /usr/lib/xorg/modules/libwfb.so
   ?? () from /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
  Title: Xorg crashed with signal 7 in _dl_fixup()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1760450/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1771196] Re: daap plugin opens port by default

2018-05-24 Thread Alan Jenkins
Thank you for fixing my silly mistake, Steve.

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

Title:
   daap plugin opens port by default

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  In a default installation, the daap plugin is enabled, and listens to
  port 3689 (daap).

  tcp0  0 *:daap  *:*
  LISTEN  guest-43a0me 72019   -

  Ubuntu has a "no open ports by default" policy.[1][2]

  [1] https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/753986
  [2] https://wiki.ubuntu.com/SecurityTeam/Policies#No_Open_Ports

  Please resolve this e.g. by updating rhythmbox not to listen on a port
  by default, or documenting rhythmbox as an exception to the security
  policy.

  ---

  Ubuntu 16.04.4 LTS
  rhythmbox 3.3-1ubuntu7

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1771196] [NEW] daap plugin opens port by default

2018-05-14 Thread Alan Jenkins
*** This bug is a security vulnerability ***

Public security bug reported:

In a default installation, the daap plugin is enabled, and listens to
port 3689 (daap).

tcp0  0 *:daap  *:*
LISTEN  guest-43a0me 72019   -

Ubuntu has a "no open ports by default" policy.[1][2]

[1] https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/753986
[2] https://wiki.ubuntu.com/SecurityTeam/Policies#No_Open_Ports

Please resolve this e.g. by updating rhythmbox not to listen on a port
by default, or documenting rhythmbox as an exception to the security
policy.

---

Ubuntu 16.04.4 LTS
rhythmbox 3.3-1ubuntu7

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New

** Information type changed from Public to Public Security

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

Title:
   daap plugin opens port by default

Status in banshee package in Ubuntu:
  New

Bug description:
  In a default installation, the daap plugin is enabled, and listens to
  port 3689 (daap).

  tcp0  0 *:daap  *:*
  LISTEN  guest-43a0me 72019   -

  Ubuntu has a "no open ports by default" policy.[1][2]

  [1] https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/753986
  [2] https://wiki.ubuntu.com/SecurityTeam/Policies#No_Open_Ports

  Please resolve this e.g. by updating rhythmbox not to listen on a port
  by default, or documenting rhythmbox as an exception to the security
  policy.

  ---

  Ubuntu 16.04.4 LTS
  rhythmbox 3.3-1ubuntu7

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1756984] Re: Xorg crashed with signal 7 in dl_new_hash()

2018-04-04 Thread Alan Jenkins
I strongly suspect this is the same bug in upstream kernel v4.15, which
causes this issue:

https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1760450/comments/6

I am basing this on the "signal 7" (SIGBUS), as this is relatively rare
on x86 [1].  Also that it occurs inside xorg_backtrace() - this is also
*supposed* to be relatively rare, because libunwind tries to use a
clever trick to avoid reading wild pointers and dying with a
segmentation fault [2].

[1] https://stackoverflow.com/questions/2089167/debugging-sigbus-on-x86-linux
[2] https://lwn.net/Articles/502864/

I would also predict that the original fault was caused by fetching the
first instruction of the function, but it looks like we don't have the
symbol information for it.  (boo, nvidia).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/1756984

Title:
  Xorg crashed with signal 7 in dl_new_hash()

Status in nvidia-graphics-drivers package in Ubuntu:
  Confirmed

Bug description:
  after turn on system(on suspend mode) and login session...

  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-core 2:1.19.6-1ubuntu3
  ProcVersionSignature: Ubuntu 4.15.0-12.13-generic 4.15.7
  Uname: Linux 4.15.0-12-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.42  Sat Mar  3 04:10:22 
PST 2018
   GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-11ubuntu1)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CrashCounter: 1
  Date: Mon Mar 19 22:53:41 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 390.42, 4.15.0-12-generic, x86_64: installed
   virtualbox, 5.2.8, 4.15.0-12-generic, x86_64: installed
  ExecutablePath: /usr/lib/xorg/Xorg
  GraphicsCard:
   NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] [10de:1c82] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. GP107 [GeForce GTX 1050 Ti] [1043:85cd]
  InstallationDate: Installed on 2017-09-02 (198 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: System manufacturer System Product Name
  ProcCmdline: /usr/lib/xorg/Xorg vt2 -displayfd 3 -auth 
/run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-12-generic.efi.signed 
root=UUID=a5d262b4-1b0f-4856-9935-f6a7f6d6d406 ro quiet splash vt.handoff=1
  Signal: 7
  SourcePackage: nvidia-graphics-drivers
  StacktraceTop:
   dl_new_hash (s=0x7f1d94fa7f3c "pixman_rasterize_trapezoid") at 
dl-lookup.c:555
   _dl_lookup_symbol_x (undef_name=0x7f1d94fa7f3c "pixman_rasterize_trapezoid", 
undef_map=0x55a6c8f6d5b0, ref=ref@entry=0x7ffeda6e5728, 
symbol_scope=0x55a6c8f6d908, version=0x0, type_class=type_class@entry=1, 
flags=5, skip_map=0x0) at dl-lookup.c:791
   _dl_fixup (l=, reloc_arg=) at 
../elf/dl-runtime.c:112
   _dl_runtime_resolve_xsavec () at ../sysdeps/x86_64/dl-trampoline.h:125
   wfbRasterizeTrapezoid () from /usr/lib/xorg/modules/libwfb.so
  Title: Xorg crashed with signal 7 in dl_new_hash()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  dmi.bios.date: 09/19/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2003
  dmi.board.asset.tag: Default string
  dmi.board.name: Z170-P
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2003:bd09/19/2016:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ170-P:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.90-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc4-1ubuntu3
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc4-1ubuntu3
  

[Desktop-packages] [Bug 1760450] Re: Xorg crashed with signal 7 in _dl_fixup()

2018-04-04 Thread Alan Jenkins
Hi Ubuntu users!  Signal 7 is SIGBUS.  SIGBUS should be relatively
unusual on x86 [1].

[1] https://stackoverflow.com/questions/2089167/debugging-sigbus-
on-x86-linux

I'm excited to inform you that Fedora Linux users also started seeing
the same root problem.  It is tied to the upgrade from kernel v4.14 to
v4.15.

Fedora bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=1553979

Arch Linux independently identified this as caused by the kernel upgrade:
https://bbs.archlinux.org/viewtopic.php?id=235027

It can happen after resume from suspend, not every time but maybe once
every three days.  We have reports for both Xwayland and Xorg getting a
fatal SIGBUS in _dl_fixup().  (While this is actually a secondary crash
in xorg_backtrace(), we have a load of SIGBUS traces that have the same
primary trace as each other).

Notice the specific faulting instruction in disassembly you captured: it
is not performing a memory access!

=> 0x559c102a4060 :  sub$0xd8,%rsp

Instead, notice that this is the first instruction in the function
ErrorFSigSafe.  This is a big common factor in our traces.  (We actually
have several different traces captured, with the failing function
varying, often along the same call chain).

What's happening is a fault on the instruction fetch.  You should be
able to confirm this if you look at the address which generates the
fault.  (si_addr field of struct siginfo.  I don't know where the Ubuntu
crash collector saves this information)

The kernel failed to load in the page which holds the program code at
this point.  That's the real problem: some sort of transient IO error
during wakeup.  Users sometimes see other symptoms of these IO errors as
well:

PM: resume devices took 1.017 seconds
Restarting tasks ...
Read-error on swap-device (253:1:836184)
PM: suspend exit
systemd-coredump[755]: Process 1356 (Xwayland) of user 42 dumped core.

and

PM: suspend exit
EXT4-fs error (device dm-2): ext4_find_entry:1436: inode #5514052: comm 
thunderbird: reading directory lblock 0
Buffer I/O error on dev dm-2, logical block 0, lost sync page write
WARNING: CPU: 1 PID: 748 at fs/buffer.c:1108 mark_buffer_dirty+0xd4/0xe0
 (and a kernel backtrace)

** Bug watch added: Red Hat Bugzilla #1553979
   https://bugzilla.redhat.com/show_bug.cgi?id=1553979

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1760450

Title:
  Xorg crashed with signal 7 in _dl_fixup()

Status in xorg-server package in Ubuntu:
  New

Bug description:
  after login session(suspend mode)

  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-core 2:1.19.6-1ubuntu3
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  Date: Sun Apr  1 20:34:29 2018
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExecutablePath: /usr/lib/xorg/Xorg
  InstallationDate: Installed on 2017-09-02 (211 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcCmdline: /usr/lib/xorg/Xorg vt2 -displayfd 3 -auth 
/run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3
  ProcEnviron:
   
  Signal: 7
  SourcePackage: xorg-server
  StacktraceTop:
   _dl_fixup (l=0x559c10faa5a0, reloc_arg=) at 
../elf/dl-runtime.c:84
   _dl_runtime_resolve_xsavec () at ../sysdeps/x86_64/dl-trampoline.h:125
   ?? () from /usr/lib/xorg/modules/libwfb.so
   wfbComposite () from /usr/lib/xorg/modules/libwfb.so
   ?? () from /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
  Title: Xorg crashed with signal 7 in _dl_fixup()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1760450/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1175898] [NEW] Files menu cannot be accessed with standard keyboard shortcut

2013-05-03 Thread Alan Jenkins
Public bug reported:

Nautilus has a Files menu.  I can see it if I hover the mouse cursor
over the menu bar at the top of the screen.

It cannot be accessed using the keyboard.  Alt+F doesn't work (the well-
known standard).  F10 doesn't work (this is a shortcut which should open
the menus, it dates back to IBM's CDE spec and is still extrememly
widely implemented).  Both of these work fine in Firefox.

For the record, I was trying to access the connect to server menu item
to transfer files over SSH.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: nautilus 1:3.6.3-0ubuntu16
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Fri May  3 07:36:14 2013
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'800x550+564+189'
InstallationDate: Installed on 2013-04-27 (5 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: a11y amd64 apport-bug raring

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

Title:
  Files menu cannot be accessed with standard keyboard shortcut

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Nautilus has a Files menu.  I can see it if I hover the mouse cursor
  over the menu bar at the top of the screen.

  It cannot be accessed using the keyboard.  Alt+F doesn't work (the
  well-known standard).  F10 doesn't work (this is a shortcut which
  should open the menus, it dates back to IBM's CDE spec and is still
  extrememly widely implemented).  Both of these work fine in Firefox.

  For the record, I was trying to access the connect to server menu
  item to transfer files over SSH.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu16
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Fri May  3 07:36:14 2013
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'800x550+564+189'
  InstallationDate: Installed on 2013-04-27 (5 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1026298] Re: dash search breaks when used quickly

2013-04-27 Thread Alan Jenkins
This doesn't seem to happen to me when testing Ubuntu 13.04.  (Not quite
the same computer, but should be similarly specced).  Closed for now.

** Changed in: unity (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1026298

Title:
  dash search breaks when used quickly

Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  Firstly, this isn't about type quickly, hit enter without looking,
  and instead of e.g. running firefox you get fidentify.  I'm sure
  you're already aware of that.  Instead -

  1. Log into Ubuntu as a guest user.  Either Ubuntu or Ubuntu 2D session will 
do.
  2. As soon as the dock appears, bring up the dash with alt+f2
  3. Start typing immediately, e.g. xterm

  no results could be found.  Try again, and it works properly.
  (xterm is always installed by ubuntu-desktop).

  I've also noticed occaisionally that I'm unable to close the dash
  using the Escape key.  I think you can reproduce this with the fresh-
  login method, but different timing.  Wait for long enough that it
  shows a result after typing xterm, then hit Escape once to clear
  xterm, then try hitting Escape again and see if it works or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.12-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Wed Jul 18 20:18:41 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025906] Re: quick resizing causes text (not graphical) corruption

2013-04-27 Thread Alan Jenkins
I can still reproduce this in 13.04.  However I don't think anyone's
been interested in this run of minor bugs I filed, and this one is the
weakest of the bunch :).

** Changed in: gnome-terminal (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1025906

Title:
  quick resizing causes text (not graphical) corruption

Status in “gnome-terminal” package in Ubuntu:
  Invalid

Bug description:
  Quickly resize the terminal to the smallest width, and then quickly
  drag it back out to a normal size.

  It will leave a copies of the text behind.  See screenshot.  This is
  actually corruption of the text console, not rendering corruption.
  You can select, copy and paste this text into another application.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Tue Jul 17 22:37:50 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1025906/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 874936] Re: Firefox menu bar under Unity(2D) is too slow for my fingers (on Core2!)

2013-04-27 Thread Alan Jenkins
Still present in 13.04.

(Note Open Firefox means a _new_ firefox.  You will need to close your
current Firefox, or alternatively switch to a Guest user for testing).

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

Title:
  Firefox menu bar under Unity(2D) is too slow for my fingers (on
  Core2!)

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Steps to reproduce:

  1. Open firefox.
  2. Press Alt + V + Y + N, in quick succession.

  Expected behavior:
  The menu item View - Page Style - No Style is activated; CSS stylesheets 
are disabled, and the menu disappears.

  Actual behavior:
  My keyboarding gets ahead of the menu.  First time, I'm left with the View 
menu open.  Second time, I'm left with the Page Style menu open.  On the third 
time, all the menus are cached  it works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 7.0.1+build1+nobinonly-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   1459 F pulseaudio
  BuildID: 20111008085652
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 42'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,105bb603,0012'
 Controls  : 38
 Simple ctrls  : 22
  Channel: release
  Date: Sat Oct 15 11:32:21 2011
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: NoScript - ID={73a6fe31-595d-460b-a920-fcc0f8843232}, 
Version=2.1.4, minVersion=1.9a2, maxVersion=1.9.6, Location=app-profile, 
Type=extension, Active=Yes
  IpRoute:
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.16  metric 
1 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   default via 192.168.0.72 dev eth0  proto static
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Plugins:
   Windows Media Player Plug-in 10 (compatible; Totem) - 
Lib=libtotem-gmp-plugin.so, Location=/usr/lib/mozilla/plugins
   QuickTime Plug-in 7.6.6 - Lib=libtotem-narrowspace-plugin.so, 
Location=/usr/lib/mozilla/plugins
   DivX® Web Player - Lib=libtotem-mully-plugin.so, 
Location=/usr/lib/mozilla/plugins
   VLC Multimedia Plugin (compatible Totem 3.0.1) - 
Lib=libtotem-cone-plugin.so, Location=/usr/lib/mozilla/plugins
  ProcEnviron:
   PATH=(custom, no user)
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=7.0.1/20111008085652 (Running)
  PulseSinks:
   Error: command ['pacmd', 'list-sinks'] failed with exit code 1: Home 
directory /home/alan not ours.
   No PulseAudio daemon running, or not running as session daemon.
  PulseSources:
   Error: command ['pacmd', 'list-sources'] failed with exit code 1: Home 
directory /home/alan not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RfKill:
   
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)
  dmi.bios.date: 07/26/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: 946 7MA Series
  dmi.board.vendor: Foxconn
  dmi.chassis.type: 3
  dmi.chassis.vendor: OEM
  dmi.chassis.version: OEM
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd07/26/2007:svnOEM:pnOEM:pvrOEM:rvnFoxconn:rn9467MASeries:rvr:cvnOEM:ct3:cvrOEM:
  dmi.product.name: OEM
  dmi.product.version: OEM
  dmi.sys.vendor: OEM

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025897] Re: Ctrl+Alt+0 does not work as advertised

2012-09-13 Thread Alan Jenkins
Confirmed.

(I'm not using Ubuntu at the moment.  If anyone else feels there's a bug
here - discoverability, documentation, or just plain not a good idea -
feel free to reopen).

** Changed in: metacity (Ubuntu)
   Status: New = Invalid

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

Title:
  Ctrl+Alt+0 does not work as advertised

Status in “metacity” package in Ubuntu:
  Invalid

Bug description:
  I'm using unity-2d.  Press alt+space, and I see a window menu.  On the
  right hand side of the menu, it shows keyboard shortcuts - e.g. next
  to close, it shows Alt+F4.

  Next to minimize, it shows Ctrl+Alt+0.

  All the other keyboard shortcuts seem to work ok.  (Once you know that
  Super means the windows key).  But pressing Ctrl+Alt+0 doesn't
  seem to work.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: metacity 1:2.34.1-1ubuntu11
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Tue Jul 17 22:22:12 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 723879] Re: When a window is maximised, clicking in the menu bar should bring the window to the top of the window stack.

2012-07-19 Thread Alan Jenkins
*** This bug is a duplicate of bug 731761 ***
https://bugs.launchpad.net/bugs/731761

I saw this as a dupe independently.  Marking this one as a duplicate of
the newer bug, because it has fix committed in unity-2d.

** This bug has been marked a duplicate of bug 731761
   clicking on top panel should raise maximized windows

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-2d in Ubuntu.
Matching subscriptions: dp-unity2d
https://bugs.launchpad.net/bugs/723879

Title:
  When a window is maximised, clicking in the menu bar should bring the
  window to the top of the window stack.

Status in Ayatana Design:
  Fix Released
Status in Unity 2D:
  Confirmed
Status in “unity-2d” package in Ubuntu:
  Confirmed

Bug description:
  Description:

  To reproduce, maximise a window like Thunderbird.  Then open a new
  window into the 'restored state' (non-maximised) on top of the
  maximised window.  Clicking in the empty space in the top bar does not
  bring the maximised window back to the top of the window z order
  stack.

  Desired resolution:

  When a window is maximised, clicking in the empty space in the menu
  bar bar should bring the maximised window to the front of the z order
  stack.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723879/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025897] Re: Ctrl+Alt+0 does not work as advertised

2012-07-18 Thread Alan Jenkins
Confirmed in a guest login in both unity-2d (metacity) and unity-3d
(presumably compiz).

After setting Ctrl+Alt+0 manually under System Settings - Keyboard, it
works ok.  I don't think it's an O either - I tried that as well.

(Though - it might be an idea to use a different font for the keyboard
shortcuts, that distinguishes between O and 0 by something other than
width.  Generic monospace might be an easy option).

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

Title:
  Ctrl+Alt+0 does not work as advertised

Status in “metacity” package in Ubuntu:
  New

Bug description:
  I'm using unity-2d.  Press alt+space, and I see a window menu.  On the
  right hand side of the menu, it shows keyboard shortcuts - e.g. next
  to close, it shows Alt+F4.

  Next to minimize, it shows Ctrl+Alt+0.

  All the other keyboard shortcuts seem to work ok.  (Once you know that
  Super means the windows key).  But pressing Ctrl+Alt+0 doesn't
  seem to work.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: metacity 1:2.34.1-1ubuntu11
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Tue Jul 17 22:22:12 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875672] Re: Banshee window isn't raised when clicking on it in the sound menu

2012-07-18 Thread Alan Jenkins
** Description changed:

- 1) Start banshee.  Leave the window open
+ [Originally reported for banshee.  Re-tested with Rhythymbox on Ubuntu
+ 12.04].
+ 
+ 1) Start rhythymbox.  Leave the window open
  2) Open another application e.g. gnome-terminal or firefox.
  3) Click on sound menu (volume icon in the top panel).  Click on banshee.
  
- Normally (when the banshee window is closed, but still playing), you'd
- see the banshee window appear.  As a new window, it would appear in
- front of the other application.
+ Normally (when the rhythymbox window is closed, but still playing),
+ you'd see the banshee window appear.  As a new window, it would appear
+ in front of the other application.
  
- But in this case, the Banshee window is already open.  Instead of being
- raised to the front, as I'd expect, the Unity sidebar pops up, with the
- Banshee icon jiggling about.
+ But in this case, the rhythymbox window is already open.  Instead of
+ being raised to the front, as I'd expect, the Unity sidebar pops up,
+ with the Banshee icon jiggling about.
  
- I know very roughly why this happens.  The Banshee window _is_ demanding
- attention.  But it's clearly doing the wrong thing.  There's no reason
- why the user should have to click on the jiggling banshee icon - they've
- already said that they want to see the Banshee window!
+ I know very roughly why this happens.  The rhythymbox window _is_
+ demanding attention.  But it's clearly doing the wrong thing.  There's
+ no reason why the user should have to click on the jiggling banshee icon
+ - they've already said that they want to see the Banshee window!
  
  I don't think Unity needs a new API for this.  I don't have this problem
  with the integration of Thunderbird and the Mail application notifier.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee-extension-soundmenu 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 12:47:07 2011
  ProcEnviron:
-  PATH=(custom, user)
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

** Summary changed:

- Banshee window isn't raised when clicking on it in the sound menu
+ Ryhthymbox window isn't raised when clicking on it in the sound menu

** Summary changed:

- Ryhthymbox window isn't raised when clicking on it in the sound menu
+ Rhythmbox window isn't raised when clicking on it in the sound menu

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

Title:
  Rhythmbox window isn't raised when clicking on it in the sound menu

Status in “banshee” package in Ubuntu:
  Confirmed
Status in “compiz” package in Ubuntu:
  Confirmed

Bug description:
  [Originally reported for banshee.  Re-tested with Rhythymbox on Ubuntu
  12.04].

  1) Start rhythymbox.  Leave the window open
  2) Open another application e.g. gnome-terminal or firefox.
  3) Click on sound menu (volume icon in the top panel).  Click on banshee.

  Normally (when the rhythymbox window is closed, but still playing),
  you'd see the banshee window appear.  As a new window, it would appear
  in front of the other application.

  But in this case, the rhythymbox window is already open.  Instead of
  being raised to the front, as I'd expect, the Unity sidebar pops up,
  with the Banshee icon jiggling about.

  I know very roughly why this happens.  The rhythymbox window _is_
  demanding attention.  But it's clearly doing the wrong thing.  There's
  no reason why the user should have to click on the jiggling banshee
  icon - they've already said that they want to see the Banshee window!

  I don't think Unity needs a new API for this.  I don't have this
  problem with the integration of Thunderbird and the Mail application
  notifier.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee-extension-soundmenu 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 12:47:07 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1026278] [NEW] default window is too small for ubuntu music store

2012-07-18 Thread Alan Jenkins
Public bug reported:

Open rhythymbox from dash search.  A relatively small window appears -
plenty big enough for playing music.  But click on the Ubuntu One music
store item.  The navigation bar at the top is cut off at my
downloa  Horizontal scrolling doesn't help.

Expected behaviour:

1. The Ubuntu One music store should document the minimum required resolution.
2. When rhythmbox opens the Ubuntu One music store, it should respect the 
minimum required resolution documented by Ubuntu One music store.

rhythymbox should not attempt to add another layer of horizontal
scrolling (which is, at least prior to Windows Metro, already
universally hated), or otherwise hack around limitations of the Ubuntu
One website.

Of course, if it is possible to improve the Ubuntu One website, that
would also be a legitimate fix.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: rhythmbox 2.96-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Wed Jul 18 19:11:16 2012
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  default window is too small for ubuntu music store

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Open rhythymbox from dash search.  A relatively small window appears -
  plenty big enough for playing music.  But click on the Ubuntu One
  music store item.  The navigation bar at the top is cut off at my
  downloa  Horizontal scrolling doesn't help.

  Expected behaviour:

  1. The Ubuntu One music store should document the minimum required resolution.
  2. When rhythmbox opens the Ubuntu One music store, it should respect the 
minimum required resolution documented by Ubuntu One music store.

  rhythymbox should not attempt to add another layer of horizontal
  scrolling (which is, at least prior to Windows Metro, already
  universally hated), or otherwise hack around limitations of the Ubuntu
  One website.

  Of course, if it is possible to improve the Ubuntu One website, that
  would also be a legitimate fix.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  Date: Wed Jul 18 19:11:16 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1026278] Re: default window is too small for ubuntu music store

2012-07-18 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1026278

Title:
  default window is too small for ubuntu music store

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Open rhythymbox from dash search.  A relatively small window appears -
  plenty big enough for playing music.  But click on the Ubuntu One
  music store item.  The navigation bar at the top is cut off at my
  downloa  Horizontal scrolling doesn't help.

  Expected behaviour:

  1. The Ubuntu One music store should document the minimum required resolution.
  2. When rhythmbox opens the Ubuntu One music store, it should respect the 
minimum required resolution documented by Ubuntu One music store.

  rhythymbox should not attempt to add another layer of horizontal
  scrolling (which is, at least prior to Windows Metro, already
  universally hated), or otherwise hack around limitations of the Ubuntu
  One website.

  Of course, if it is possible to improve the Ubuntu One website, that
  would also be a legitimate fix.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  Date: Wed Jul 18 19:11:16 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 802442] Re: Enable screen reader doesn't work

2012-07-18 Thread Alan Jenkins
Works in Ubuntu 12.04 with lightdm.

** Changed in: gdm (Ubuntu)
   Status: New = Fix Released

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

Title:
  Enable screen reader doesn't work

Status in “gdm” package in Ubuntu:
  Fix Released

Bug description:
  The Orca screen reader works (ish) on my desktop.  However, if I try
  to activate the screen reader in GDM (under Universal Access
  Preferences, the blue circle icon with a white person on it), I just
  get a busy cursor for 15 seconds, and no other result.

  (It doesn't seem to enable Orca for the desktop session either).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gdm 2.32.1-0ubuntu3.2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  Date: Mon Jun 27 10:46:48 2011
  ProcEnviron:
   LANGUAGE=C:en
   PATH=(custom, user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: gdm
  UpgradeStatus: Upgraded to natty on 2011-06-19 (7 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025741] [NEW] multi-clicking on firefox icon in unity-2d can open more than one window

2012-07-17 Thread Alan Jenkins
Public bug reported:

1. Log in to unity-2d.

2. Double-click on the firefox icon - and then just keep on clicking :).

I can get more than one firefox window to open.  But that's not supposed
to happen.  It's inconsistent, because once firefox is loaded, I can't
open multiple windows by clicking on the firefox icon.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 13.0.1+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alan   2432 F pulseaudio
 /dev/snd/pcmC0D0p:   alan   2432 F...m pulseaudio
BuildID: 20120615112143
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 43'
   Mixer name   : 'Realtek ALC883'
   Components   : 'HDA:10ec0883,105bb603,0012'
   Controls  : 48
   Simple ctrls  : 23
Channel: release
CurrentDmesg:
 [   33.474258] NFSD: starting 90-second grace period
 [   34.239442] skge :02:03.0: eth0: Link is up at 100 Mbps, full duplex, 
flow control both
 [   35.037596] init: plymouth-stop pre-start process (1986) terminated with 
status 1
 [   42.704071] eth0: no IPv6 routers present
Date: Tue Jul 17 17:16:22 2012
ForcedLayersAccel: False
IpRoute:
 default via 10.184.27.116 dev eth0  proto static 
 10.0.0.0/8 dev eth0  proto kernel  scope link  src 10.184.27.62  metric 1 
 169.254.0.0/16 dev eth0  scope link  metric 1000
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
Plugins: Skype Buttons for Kopete - /usr/lib/mozilla/plugins/skypebuttons.so 
(kopete)
PrefErrors: Unexpected character before comma @ 
[Profile]/extensions/fire...@ghostery.com/defaults/preferences/defaults.js:25
PrefSources:
 /etc/firefox/syspref.js
 prefs.js
 user.js
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=13.0.1/20120615112143
RelatedPackageVersions: kopete 4:4.8.4-0ubuntu0.1
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/26/2007
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: 946 7MA Series
dmi.board.vendor: Foxconn
dmi.chassis.type: 3
dmi.chassis.vendor: OEM
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd07/26/2007:svnOEM:pnOEM:pvrOEM:rvnFoxconn:rn9467MASeries:rvr:cvnOEM:ct3:cvrOEM:
dmi.product.name: OEM
dmi.product.version: OEM
dmi.sys.vendor: OEM
http_proxy: http://brick.scree.dyndns.org:8123/

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise release-channel

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

Title:
  multi-clicking on firefox icon in unity-2d can open more than one
  window

Status in “firefox” package in Ubuntu:
  New

Bug description:
  1. Log in to unity-2d.

  2. Double-click on the firefox icon - and then just keep on clicking
  :).

  I can get more than one firefox window to open.  But that's not
  supposed to happen.  It's inconsistent, because once firefox is
  loaded, I can't open multiple windows by clicking on the firefox icon.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 13.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   2432 F pulseaudio
   /dev/snd/pcmC0D0p:   alan   2432 F...m pulseaudio
  BuildID: 20120615112143
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 43'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,105bb603,0012'
 Controls  : 48
 Simple ctrls  : 23
  Channel: release
  CurrentDmesg:
   [   33.474258] NFSD: starting 90-second grace period
   [   34.239442] skge :02:03.0: eth0: Link is up at 100 Mbps, full duplex, 
flow control both
   [   35.037596] init: plymouth-stop pre-start process (1986) terminated with 
status 1
   [   42.704071] eth0: no IPv6 routers present
  Date: Tue Jul 17 17:16:22 2012
  ForcedLayersAccel: False
  IpRoute:
   default via 10.184.27.116 dev eth0  proto static 
   10.0.0.0/8 dev eth0  proto kernel  scope link  src 10.184.27.62  metric 1 
   169.254.0.0/16 dev 

[Desktop-packages] [Bug 1025741] Re: multi-clicking on firefox icon in unity-2d can open more than one window

2012-07-17 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1025741

Title:
  multi-clicking on firefox icon in unity-2d can open more than one
  window

Status in “firefox” package in Ubuntu:
  New

Bug description:
  1. Log in to unity-2d.

  2. Double-click on the firefox icon - and then just keep on clicking
  :).

  I can get more than one firefox window to open.  But that's not
  supposed to happen.  It's inconsistent, because once firefox is
  loaded, I can't open multiple windows by clicking on the firefox icon.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 13.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   2432 F pulseaudio
   /dev/snd/pcmC0D0p:   alan   2432 F...m pulseaudio
  BuildID: 20120615112143
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 43'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,105bb603,0012'
 Controls  : 48
 Simple ctrls  : 23
  Channel: release
  CurrentDmesg:
   [   33.474258] NFSD: starting 90-second grace period
   [   34.239442] skge :02:03.0: eth0: Link is up at 100 Mbps, full duplex, 
flow control both
   [   35.037596] init: plymouth-stop pre-start process (1986) terminated with 
status 1
   [   42.704071] eth0: no IPv6 routers present
  Date: Tue Jul 17 17:16:22 2012
  ForcedLayersAccel: False
  IpRoute:
   default via 10.184.27.116 dev eth0  proto static 
   10.0.0.0/8 dev eth0  proto kernel  scope link  src 10.184.27.62  metric 1 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Plugins: Skype Buttons for Kopete - /usr/lib/mozilla/plugins/skypebuttons.so 
(kopete)
  PrefErrors: Unexpected character before comma @ 
[Profile]/extensions/fire...@ghostery.com/defaults/preferences/defaults.js:25
  PrefSources:
   /etc/firefox/syspref.js
   prefs.js
   user.js
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=13.0.1/20120615112143
  RelatedPackageVersions: kopete 4:4.8.4-0ubuntu0.1
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/26/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: 946 7MA Series
  dmi.board.vendor: Foxconn
  dmi.chassis.type: 3
  dmi.chassis.vendor: OEM
  dmi.chassis.version: OEM
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd07/26/2007:svnOEM:pnOEM:pvrOEM:rvnFoxconn:rn9467MASeries:rvr:cvnOEM:ct3:cvrOEM:
  dmi.product.name: OEM
  dmi.product.version: OEM
  dmi.sys.vendor: OEM
  http_proxy: http://brick.scree.dyndns.org:8123/

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025860] [NEW] alt+f+a doesn't work the first time round

2012-07-17 Thread Alan Jenkins
Public bug reported:

1. Quit firefox
2. Start firefox
3. Press alt+f+a

Expected result: save page as dialog box.
Actual result: the File menu appears, but the Save Page As item cannot be 
activated by pressing a

Additional detail: if you try alt+f+a a second time, then it will start
working.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 13.0.1+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alan   2666 F pulseaudio
 /dev/snd/pcmC0D0p:   alan   2666 F...m pulseaudio
BuildID: 20120615112143
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 43'
   Mixer name   : 'Realtek ALC883'
   Components   : 'HDA:10ec0883,105bb603,0012'
   Controls  : 48
   Simple ctrls  : 23
Channel: release
CurrentDmesg:
 [   31.120517] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery 
directory
 [   31.152507] NFSD: starting 90-second grace period
 [   31.889181] skge :02:03.0: eth0: Link is up at 100 Mbps, full duplex, 
flow control both
 [   32.260512] init: plymouth-stop pre-start process (2133) terminated with 
status 1
 [   40.192795] eth0: no IPv6 routers present
Date: Tue Jul 17 20:49:09 2012
ForcedLayersAccel: False
IpRoute:
 default via 10.184.27.116 dev eth0  proto static 
 10.0.0.0/8 dev eth0  proto kernel  scope link  src 10.184.27.62  metric 1 
 169.254.0.0/16 dev eth0  scope link  metric 1000
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
PrefErrors: Unexpected character before comma @ 
[Profile]/extensions/fire...@ghostery.com/defaults/preferences/defaults.js:25
PrefSources:
 /etc/firefox/syspref.js
 prefs.js
 user.js
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=13.0.1/20120615112143 (In use)
RelatedPackageVersions:
 rhythmbox-mozilla 2.96-0ubuntu4.1
 kopete4:4.8.4-0ubuntu0.1
 totem-mozilla 3.0.1-0ubuntu21
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/26/2007
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: 946 7MA Series
dmi.board.vendor: Foxconn
dmi.chassis.type: 3
dmi.chassis.vendor: OEM
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd07/26/2007:svnOEM:pnOEM:pvrOEM:rvnFoxconn:rn9467MASeries:rvr:cvnOEM:ct3:cvrOEM:
dmi.product.name: OEM
dmi.product.version: OEM
dmi.sys.vendor: OEM
http_proxy: http://brick.scree.dyndns.org:8123/
no_proxy: localhost,127.0.0.0/8

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise release-channel

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

Title:
  alt+f+a doesn't work the first time round

Status in “firefox” package in Ubuntu:
  New

Bug description:
  1. Quit firefox
  2. Start firefox
  3. Press alt+f+a

  Expected result: save page as dialog box.
  Actual result: the File menu appears, but the Save Page As item cannot be 
activated by pressing a

  Additional detail: if you try alt+f+a a second time, then it will
  start working.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 13.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   2666 F pulseaudio
   /dev/snd/pcmC0D0p:   alan   2666 F...m pulseaudio
  BuildID: 20120615112143
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 43'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,105bb603,0012'
 Controls  : 48
 Simple ctrls  : 23
  Channel: release
  CurrentDmesg:
   [   31.120517] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state 
recovery directory
   [   31.152507] NFSD: starting 90-second grace period
   [   31.889181] skge :02:03.0: eth0: Link is up at 100 Mbps, full duplex, 
flow control both
   [   32.260512] init: plymouth-stop pre-start process (2133) terminated with 
status 1
   [   40.192795] eth0: no IPv6 routers present
  Date: Tue Jul 17 20:49:09 2012
  ForcedLayersAccel: False
 

[Desktop-packages] [Bug 1025860] Re: alt+f+a doesn't work the first time round

2012-07-17 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1025860

Title:
  alt+f+a doesn't work the first time round

Status in “firefox” package in Ubuntu:
  New

Bug description:
  1. Quit firefox
  2. Start firefox
  3. Press alt+f+a

  Expected result: save page as dialog box.
  Actual result: the File menu appears, but the Save Page As item cannot be 
activated by pressing a

  Additional detail: if you try alt+f+a a second time, then it will
  start working.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 13.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   2666 F pulseaudio
   /dev/snd/pcmC0D0p:   alan   2666 F...m pulseaudio
  BuildID: 20120615112143
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 43'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,105bb603,0012'
 Controls  : 48
 Simple ctrls  : 23
  Channel: release
  CurrentDmesg:
   [   31.120517] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state 
recovery directory
   [   31.152507] NFSD: starting 90-second grace period
   [   31.889181] skge :02:03.0: eth0: Link is up at 100 Mbps, full duplex, 
flow control both
   [   32.260512] init: plymouth-stop pre-start process (2133) terminated with 
status 1
   [   40.192795] eth0: no IPv6 routers present
  Date: Tue Jul 17 20:49:09 2012
  ForcedLayersAccel: False
  IpRoute:
   default via 10.184.27.116 dev eth0  proto static 
   10.0.0.0/8 dev eth0  proto kernel  scope link  src 10.184.27.62  metric 1 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  PrefErrors: Unexpected character before comma @ 
[Profile]/extensions/fire...@ghostery.com/defaults/preferences/defaults.js:25
  PrefSources:
   /etc/firefox/syspref.js
   prefs.js
   user.js
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=13.0.1/20120615112143 (In use)
  RelatedPackageVersions:
   rhythmbox-mozilla 2.96-0ubuntu4.1
   kopete4:4.8.4-0ubuntu0.1
   totem-mozilla 3.0.1-0ubuntu21
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/26/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: 946 7MA Series
  dmi.board.vendor: Foxconn
  dmi.chassis.type: 3
  dmi.chassis.vendor: OEM
  dmi.chassis.version: OEM
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd07/26/2007:svnOEM:pnOEM:pvrOEM:rvnFoxconn:rn9467MASeries:rvr:cvnOEM:ct3:cvrOEM:
  dmi.product.name: OEM
  dmi.product.version: OEM
  dmi.sys.vendor: OEM
  http_proxy: http://brick.scree.dyndns.org:8123/
  no_proxy: localhost,127.0.0.0/8

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025874] [NEW] Breadcrumbs can be mistaken for a tab bar

2012-07-17 Thread Alan Jenkins
Public bug reported:

1. Look at the panel at the top of the screen.  Click on your username.
2. Select user accounts from the menu.

A window opens - see screenshot.  At the top, there is All Settings
and User accounts.

I'm not used to Ubuntu.  (I use KDE more).  My first impression is that
this is some sort of tab bar, with two options.  If I remember my
interfaces right, I think Mac users might have an even stronger
impression of this.  And I'm not particularly expecting a two-item
breadcrumb navigation bar, because I haven't done any navigation; I've
only just opened a new window.

As a result, while exploring the dialog, our user clicks on all
settings to see what the other tab means.  He's rewarded with a  sea of
icons (the gnome control center :).

A second level of frustration comes in, because this is a bit like
starting a navigational file browser at a specific directory, and then
accidentally going up a level.  But unlike Dolphin/Konqueror, Firefox
or Nautilus, there's no quick back button to reverse the mistake.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.4.2-0ubuntu0.3
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Tue Jul 17 21:15:29 2012
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu3
 deja-dup22.0-0ubuntu2
 gnome-bluetooth 3.2.2-0ubuntu5
 indicator-datetime  0.3.94-0ubuntu2

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1025874

Title:
  Breadcrumbs can be mistaken for a tab bar

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  1. Look at the panel at the top of the screen.  Click on your username.
  2. Select user accounts from the menu.

  A window opens - see screenshot.  At the top, there is All Settings
  and User accounts.

  I'm not used to Ubuntu.  (I use KDE more).  My first impression is
  that this is some sort of tab bar, with two options.  If I remember my
  interfaces right, I think Mac users might have an even stronger
  impression of this.  And I'm not particularly expecting a two-item
  breadcrumb navigation bar, because I haven't done any navigation;
  I've only just opened a new window.

  As a result, while exploring the dialog, our user clicks on all
  settings to see what the other tab means.  He's rewarded with a  sea
  of icons (the gnome control center :).

  A second level of frustration comes in, because this is a bit like
  starting a navigational file browser at a specific directory, and then
  accidentally going up a level.  But unlike Dolphin/Konqueror,
  Firefox or Nautilus, there's no quick back button to reverse the
  mistake.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.2-0ubuntu0.3
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Tue Jul 17 21:15:29 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   deja-dup22.0-0ubuntu2
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1025874/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025874] Re: Breadcrumbs can be mistaken for a tab bar

2012-07-17 Thread Alan Jenkins
** Attachment added: snapshot6.png
   
https://bugs.launchpad.net/bugs/1025874/+attachment/3226425/+files/snapshot6.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1025874

Title:
  Breadcrumbs can be mistaken for a tab bar

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  1. Look at the panel at the top of the screen.  Click on your username.
  2. Select user accounts from the menu.

  A window opens - see screenshot.  At the top, there is All Settings
  and User accounts.

  I'm not used to Ubuntu.  (I use KDE more).  My first impression is
  that this is some sort of tab bar, with two options.  If I remember my
  interfaces right, I think Mac users might have an even stronger
  impression of this.  And I'm not particularly expecting a two-item
  breadcrumb navigation bar, because I haven't done any navigation;
  I've only just opened a new window.

  As a result, while exploring the dialog, our user clicks on all
  settings to see what the other tab means.  He's rewarded with a  sea
  of icons (the gnome control center :).

  A second level of frustration comes in, because this is a bit like
  starting a navigational file browser at a specific directory, and then
  accidentally going up a level.  But unlike Dolphin/Konqueror,
  Firefox or Nautilus, there's no quick back button to reverse the
  mistake.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.2-0ubuntu0.3
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Tue Jul 17 21:15:29 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   deja-dup22.0-0ubuntu2
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1025874/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025885] Re: The app menu for the desktop is not keyboard-accessible

2012-07-17 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1025885

Title:
  The app menu for the desktop is not keyboard-accessible

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Click on the desktop background.

  Press and hold the Alt key.  As expected, you will see an application
  menu (in the global menu bar).  But you won't see any underlined
  letter.  E.g. pressing Alt+F doesn't bring up the File menu as it
  should.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.4.2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Tue Jul 17 21:50:18 2012
  GsettingsChanges: org.gnome.nautilus.window-state geometry '800x550+65+24'
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025892] Re: System Settings shows a second icon in the unity-2d dock for a few seconds

2012-07-17 Thread Alan Jenkins
** Attachment added: Screenshot from 2012-07-17 22:15:03.png
   
https://bugs.launchpad.net/bugs/1025892/+attachment/3226558/+files/Screenshot%20from%202012-07-17%2022%3A15%3A03.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1025892

Title:
  System Settings shows a second icon in the unity-2d dock for a few
  seconds

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  I'm using unity-2d.  When I click on the System Settings icon, I get a
  second one :).  At least for a few seconds.  See screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.2-0ubuntu0.3
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Tue Jul 17 22:15:10 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   deja-dup22.0-0ubuntu2
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1025892/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025892] [NEW] System Settings shows a second icon in the unity-2d dock for a few seconds

2012-07-17 Thread Alan Jenkins
Public bug reported:

I'm using unity-2d.  When I click on the System Settings icon, I get a
second one :).  At least for a few seconds.  See screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.4.2-0ubuntu0.3
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Tue Jul 17 22:15:10 2012
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu3
 deja-dup22.0-0ubuntu2
 gnome-bluetooth 3.2.2-0ubuntu5
 indicator-datetime  0.3.94-0ubuntu2

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1025892

Title:
  System Settings shows a second icon in the unity-2d dock for a few
  seconds

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  I'm using unity-2d.  When I click on the System Settings icon, I get a
  second one :).  At least for a few seconds.  See screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.2-0ubuntu0.3
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Tue Jul 17 22:15:10 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   deja-dup22.0-0ubuntu2
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1025892/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025897] Re: Ctrl+Alt+0 does not work as advertised

2012-07-17 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1025897

Title:
  Ctrl+Alt+0 does not work as advertised

Status in “metacity” package in Ubuntu:
  New

Bug description:
  I'm using unity-2d.  Press alt+space, and I see a window menu.  On the
  right hand side of the menu, it shows keyboard shortcuts - e.g. next
  to close, it shows Alt+F4.

  Next to minimize, it shows Ctrl+Alt+0.

  All the other keyboard shortcuts seem to work ok.  (Once you know that
  Super means the windows key).  But pressing Ctrl+Alt+0 doesn't
  seem to work.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: metacity 1:2.34.1-1ubuntu11
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Tue Jul 17 22:22:12 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025906] [NEW] quick resizing causes text (not graphical) corruption

2012-07-17 Thread Alan Jenkins
Public bug reported:

Quickly resize the terminal to the smallest width, and then quickly drag
it back out to a normal size.

It will leave a copies of the text behind.  See screenshot.  This is
actually corruption of the text console, not rendering corruption.  You
can select, copy and paste this text into another application.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-terminal 3.4.1.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Tue Jul 17 22:37:50 2012
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1025906

Title:
  quick resizing causes text (not graphical) corruption

Status in “gnome-terminal” package in Ubuntu:
  New

Bug description:
  Quickly resize the terminal to the smallest width, and then quickly
  drag it back out to a normal size.

  It will leave a copies of the text behind.  See screenshot.  This is
  actually corruption of the text console, not rendering corruption.
  You can select, copy and paste this text into another application.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Tue Jul 17 22:37:50 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1025906/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1025906] Re: quick resizing causes text (not graphical) corruption

2012-07-17 Thread Alan Jenkins
** Attachment added: snapshot8.png
   
https://bugs.launchpad.net/bugs/1025906/+attachment/3226584/+files/snapshot8.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1025906

Title:
  quick resizing causes text (not graphical) corruption

Status in “gnome-terminal” package in Ubuntu:
  New

Bug description:
  Quickly resize the terminal to the smallest width, and then quickly
  drag it back out to a normal size.

  It will leave a copies of the text behind.  See screenshot.  This is
  actually corruption of the text console, not rendering corruption.
  You can select, copy and paste this text into another application.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Tue Jul 17 22:37:50 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1025906/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875632] Re: When http_proxy is unreachable, banshee spins 200% cpu (and may lock entire system if unlucky, requiring unclean reboot)

2011-11-10 Thread Alan Jenkins
Yes, like the daily PPA I tried, the hang is gone in -proposed.

When this is due to the proxy setting, the Ubuntu Music pane shows an
error message Cannot connect to proxy (localhost), which seems pretty
helpful.

When this is due to the network cable being unplugged, the pane shows
first a blank grey screen, then a blank white screen, with no error
information.

So much better for people with intermittent connections.  And hopefully it'll 
be fixed _properly_ at some point :).
Thanks!

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

Title:
  When http_proxy is unreachable, banshee spins 200% cpu (and may lock
  entire system if unlucky, requiring unclean reboot)

Status in Banshee Music Player:
  Fix Released
Status in “banshee” package in Ubuntu:
  Fix Released
Status in “banshee” source package in Oneiric:
  Fix Committed
Status in “banshee” source package in Precise:
  Fix Released

Bug description:
  System Settings - Network - Network proxy
  You can set e.g. localhost, port 9090, assuming you're not running any 
service on that port.

  Now run Banshee, and attempt to use the Online Media-Internet
  Archive.

  Banshee will stop responding to any input, and go into an infinite
  loop (on at least two different threads).

  It is possible to reproduce situations where Banshee will hang while a
  context menu is open.  It is then not possible to switch to a
  different application.  An inexperienced user would be forced to hard-
  reboot the machine, which could cause data loss.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 11:29:30 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875635] Re: banshee: Some Internet Archive items are missing the license icon

2011-10-25 Thread Alan Jenkins
** Summary changed:

- banshee Internet Archive items sometimes missing license icon
+ banshee: Some Internet Archive items are missing the license icon

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

Title:
  banshee: Some Internet Archive items are missing the license icon

Status in Banshee Music Player:
  New
Status in “banshee” package in Ubuntu:
  Triaged

Bug description:
  Banshee
  Online Media
  Internet Archive

  Search for Canticle

  Some items are labelled as (PD), for public domain.  A Canticle for
  Leibowitz is not, but it _should_ be.

  The problem seems to be that

  http://creativecommons.org/licenses/publicdomain

  is recognized correctly, but

  http://creativecommons.org/publicdomain/mark/1.0

  is not.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 11:42:10 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 865697] Re: banshee freeze when off line

2011-10-20 Thread Alan Jenkins
*** This bug is a duplicate of bug 875632 ***
https://bugs.launchpad.net/bugs/875632

Heh, you mean dist-upgrade.

The hang is fixed for me, and a nice helpful (for me, anyway) error in
the Ubuntu One pane Cannot connect to proxy (localhost).  (I initially
triggered, and subsequently  reproduced, the bug by deliberately using a
bad proxy setting).

Thanks for helping us!  Banshee is very pretty when it works.

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

Title:
  banshee freeze when off line

Status in Banshee Music Player:
  Unknown
Status in “banshee” package in Ubuntu:
  Incomplete

Bug description:
  When computer is off line, banshee freeze after some seconds of using
  it.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu2
  Architecture: amd64
  Date: Mon Oct  3 22:33:13 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110719)
  ProcEnviron:
   LANG=fr_FR.utf8
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-09-30 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 877214] [NEW] metacity doesn't detect hung apps like compiz does

2011-10-18 Thread Alan Jenkins
Public bug reported:

To observe expected behaviour:

Log in as Ubuntu (3D).
Open a terminal
Run gcalctool from the terminal
Switch back to the terminal
press ctrl+Z to suspect gcalctool

Now try to close gcalctool.
After a few seconds, Compiz will recognise that gcalctool is not responding, 
and offer an option to kill it.

But if you log in to Ubuntu (2D) instead, you don't get that force
quit option.  gcalctool just sits there, refusing to close.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: metacity 1:2.34.1-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Tue Oct 18 09:12:26 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: metacity
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (3 days ago)

** Affects: metacity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  metacity doesn't detect hung apps like compiz does

Status in “metacity” package in Ubuntu:
  New

Bug description:
  To observe expected behaviour:

  Log in as Ubuntu (3D).
  Open a terminal
  Run gcalctool from the terminal
  Switch back to the terminal
  press ctrl+Z to suspect gcalctool

  Now try to close gcalctool.
  After a few seconds, Compiz will recognise that gcalctool is not responding, 
and offer an option to kill it.

  But if you log in to Ubuntu (2D) instead, you don't get that force
  quit option.  gcalctool just sits there, refusing to close.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: metacity 1:2.34.1-1ubuntu4
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Tue Oct 18 09:12:26 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: metacity
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (3 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 877214] Re: metacity doesn't detect hung apps like compiz does

2011-10-18 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/877214

Title:
  metacity doesn't detect hung apps like compiz does

Status in “metacity” package in Ubuntu:
  New

Bug description:
  To observe expected behaviour:

  Log in as Ubuntu (3D).
  Open a terminal
  Run gcalctool from the terminal
  Switch back to the terminal
  press ctrl+Z to suspect gcalctool

  Now try to close gcalctool.
  After a few seconds, Compiz will recognise that gcalctool is not responding, 
and offer an option to kill it.

  But if you log in to Ubuntu (2D) instead, you don't get that force
  quit option.  gcalctool just sits there, refusing to close.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: metacity 1:2.34.1-1ubuntu4
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Tue Oct 18 09:12:26 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: metacity
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (3 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 876525] Dependencies.txt

2011-10-17 Thread Alan Jenkins
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/876525/+attachment/2553988/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/876525

Title:
  Unity (2D) task management sidebar is confused by running gnome center
  applets directly

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  1. Log in to Unity 2D.
  2. Press alt+f1, and Enter.
  3. Type universal access and hit enter

  - Universal access window opens.
  - Universal access icon appears in sidebar.

  Click All settings.

  Now you're in the gnome control center, or System Settings.  For
  example, you can go into Appearance and change the screen.  But the
  sidebar still thinks you've got Universal Access open.

  Thinking about it, the best solution would be to remove the All
  settings button when running a specific control panel applet.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.22.0-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Mon Oct 17 14:31:23 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (3 days ago)
  --- 
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.2.0-0ubuntu6
  PackageArchitecture: amd64
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Tags:  oneiric running-unity
  Uname: Linux 2.6.38-11-generic x86_64
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (3 days ago)
  UserGroups: adm admin cdrom dialout dip fax floppy fuse plugdev tape video
  usr_lib_gnome-control-center:
   deja-dup   20.0-0ubuntu3
   gnome-bluetooth3.2.0-0ubuntu1
   indicator-datetime 0.3.0-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/876525/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 876525] Re: Unity (2D) task management sidebar is confused by running gnome center applets directly

2011-10-17 Thread Alan Jenkins
** Package changed: unity (Ubuntu) = gnome-control-center (Ubuntu)

** Tags added: apport-collected

** Description changed:

  1. Log in to Unity 2D.
  2. Press alt+f1, and Enter.
  3. Type universal access and hit enter
  
  - Universal access window opens.
  - Universal access icon appears in sidebar.
  
  Click All settings.
  
  Now you're in the gnome control center, or System Settings.  For
  example, you can go into Appearance and change the screen.  But the
  sidebar still thinks you've got Universal Access open.
  
  Thinking about it, the best solution would be to remove the All
  settings button when running a specific control panel applet.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.22.0-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Mon Oct 17 14:31:23 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (3 days ago)
+ --- 
+ ApportVersion: 1.23-0ubuntu3
+ Architecture: amd64
+ DistroRelease: Ubuntu 11.10
+ Package: gnome-control-center 1:3.2.0-0ubuntu6
+ PackageArchitecture: amd64
+ ProcEnviron:
+  PATH=(custom, user)
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
+ Tags:  oneiric running-unity
+ Uname: Linux 2.6.38-11-generic x86_64
+ UpgradeStatus: Upgraded to oneiric on 2011-10-14 (3 days ago)
+ UserGroups: adm admin cdrom dialout dip fax floppy fuse plugdev tape video
+ usr_lib_gnome-control-center:
+  deja-dup   20.0-0ubuntu3
+  gnome-bluetooth3.2.0-0ubuntu1
+  indicator-datetime 0.3.0-0ubuntu3

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/876525

Title:
  Unity (2D) task management sidebar is confused by running gnome center
  applets directly

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  1. Log in to Unity 2D.
  2. Press alt+f1, and Enter.
  3. Type universal access and hit enter

  - Universal access window opens.
  - Universal access icon appears in sidebar.

  Click All settings.

  Now you're in the gnome control center, or System Settings.  For
  example, you can go into Appearance and change the screen.  But the
  sidebar still thinks you've got Universal Access open.

  Thinking about it, the best solution would be to remove the All
  settings button when running a specific control panel applet.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.22.0-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Mon Oct 17 14:31:23 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (3 days ago)
  --- 
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.2.0-0ubuntu6
  PackageArchitecture: amd64
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Tags:  oneiric running-unity
  Uname: Linux 2.6.38-11-generic x86_64
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (3 days ago)
  UserGroups: adm admin cdrom dialout dip fax floppy fuse plugdev tape video
  usr_lib_gnome-control-center:
   deja-dup   20.0-0ubuntu3
   gnome-bluetooth3.2.0-0ubuntu1
   indicator-datetime 0.3.0-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/876525/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 876570] Re: Thunderbird crash dialog: restart thunderbird button doesn't work

2011-10-17 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/876570

Title:
  Thunderbird crash dialog: restart thunderbird button doesn't work

Status in “thunderbird” package in Ubuntu:
  New

Bug description:
  After noticing it on a bona-fide crash, I was able to reproduce this
  as follows:

  1. Run thunderbird
  2. killall -SIGSEGV thunderbird-bin
  3. Don't report this (faked) crash; but click restart thunderbird.

  It didn't work for me; I had to restart Thunderbird manually.  No
  great hardship, just a bit annoying that it doesn't do what it said it
  would.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: thunderbird 7.0.1+build1+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   1587 F pulseaudio
   /dev/snd/pcmC0D0p:   alan   1587 F...m pulseaudio
  BuildID: 20110929183320
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 41'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,105bb603,0012'
 Controls  : 38
 Simple ctrls  : 22
  Channel: release
  Date: Mon Oct 17 15:26:36 2011
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.16  metric 
1 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   default via 192.168.0.72 dev eth0  proto static
  IwConfig: Error: [Errno 2] No such file or directory
  Plugins: pluginreg.dat isn't available
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=7.0.1/20110929183320
  RfKill: Error: [Errno 2] No such file or directory
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (3 days ago)
  dmi.bios.date: 07/26/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: 946 7MA Series
  dmi.board.vendor: Foxconn
  dmi.chassis.type: 3
  dmi.chassis.vendor: OEM
  dmi.chassis.version: OEM
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd07/26/2007:svnOEM:pnOEM:pvrOEM:rvnFoxconn:rn9467MASeries:rvr:cvnOEM:ct3:cvrOEM:
  dmi.product.name: OEM
  dmi.product.version: OEM
  dmi.sys.vendor: OEM
  no_proxy: localhost,127.0.0.0/8

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 876570] [NEW] Thunderbird crash dialog: restart thunderbird button doesn't work

2011-10-17 Thread Alan Jenkins
Public bug reported:

After noticing it on a bona-fide crash, I was able to reproduce this as
follows:

1. Run thunderbird
2. killall -SIGSEGV thunderbird-bin
3. Don't report this (faked) crash; but click restart thunderbird.

It didn't work for me; I had to restart Thunderbird manually.  No great
hardship, just a bit annoying that it doesn't do what it said it would.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: thunderbird 7.0.1+build1+nobinonly-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alan   1587 F pulseaudio
 /dev/snd/pcmC0D0p:   alan   1587 F...m pulseaudio
BuildID: 20110929183320
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 41'
   Mixer name   : 'Realtek ALC883'
   Components   : 'HDA:10ec0883,105bb603,0012'
   Controls  : 38
   Simple ctrls  : 22
Channel: release
Date: Mon Oct 17 15:26:36 2011
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IpRoute:
 192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.16  metric 1 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 default via 192.168.0.72 dev eth0  proto static
IwConfig: Error: [Errno 2] No such file or directory
Plugins: pluginreg.dat isn't available
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=7.0.1/20110929183320
RfKill: Error: [Errno 2] No such file or directory
RunningIncompatibleAddons: False
SourcePackage: thunderbird
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (3 days ago)
dmi.bios.date: 07/26/2007
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: 946 7MA Series
dmi.board.vendor: Foxconn
dmi.chassis.type: 3
dmi.chassis.vendor: OEM
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd07/26/2007:svnOEM:pnOEM:pvrOEM:rvnFoxconn:rn9467MASeries:rvr:cvnOEM:ct3:cvrOEM:
dmi.product.name: OEM
dmi.product.version: OEM
dmi.sys.vendor: OEM
no_proxy: localhost,127.0.0.0/8

** Affects: thunderbird (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Thunderbird crash dialog: restart thunderbird button doesn't work

Status in “thunderbird” package in Ubuntu:
  New

Bug description:
  After noticing it on a bona-fide crash, I was able to reproduce this
  as follows:

  1. Run thunderbird
  2. killall -SIGSEGV thunderbird-bin
  3. Don't report this (faked) crash; but click restart thunderbird.

  It didn't work for me; I had to restart Thunderbird manually.  No
  great hardship, just a bit annoying that it doesn't do what it said it
  would.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: thunderbird 7.0.1+build1+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   1587 F pulseaudio
   /dev/snd/pcmC0D0p:   alan   1587 F...m pulseaudio
  BuildID: 20110929183320
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 41'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,105bb603,0012'
 Controls  : 38
 Simple ctrls  : 22
  Channel: release
  Date: Mon Oct 17 15:26:36 2011
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.16  metric 
1 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   default via 192.168.0.72 dev eth0  proto static
  IwConfig: Error: [Errno 2] No such file or directory
  Plugins: pluginreg.dat isn't available
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=7.0.1/20110929183320
  RfKill: Error: [Errno 2] No such file or directory
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (3 days ago)
  dmi.bios.date: 07/26/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: 946 7MA Series
  dmi.board.vendor: Foxconn
  dmi.chassis.type: 3
  dmi.chassis.vendor: OEM
  

[Desktop-packages] [Bug 545879] Re: Banshee does not honor GNOME proxy settings or allow any (graphical) proxy configuration

2011-10-17 Thread Alan Jenkins
Nevermind.  I was confused by a bug in the Ubuntu Music extension, which
_does_ respect proxy settings.  I don't think the Internet Archive code
supports proxy settings.

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

Title:
  Banshee does not honor GNOME proxy settings or allow any (graphical)
  proxy configuration

Status in Banshee Music Player:
  New
Status in “banshee” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: banshee

  Banshee 1.5.6-1 fails to connect to the internet when a proxy is
  required for connection, despite the proxy being set in Gnome. No
  proxy configuration dialog is offered to the user, either.

  I am using Ubuntu 10.04 fully updated as of post timestamp.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Mar 24 11:03:44 2010
  DistroRelease: Ubuntu 10.04
  NonfreeKernelModules: nvidia
  Package: banshee 1.5.6-1
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
  SourcePackage: banshee
  Uname: Linux 2.6.32-17-generic i686

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875632] Re: When http_proxy is unreachable, banshee spins 200% cpu (and may lock entire system if unlucky, requiring unclean reboot)

2011-10-17 Thread Alan Jenkins
Ah.  Disabling the Ubuntu music store plugin avoids the problem.

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

Title:
  When http_proxy is unreachable, banshee spins 200% cpu (and may lock
  entire system if unlucky, requiring unclean reboot)

Status in Banshee Music Player:
  New
Status in “banshee” package in Ubuntu:
  Incomplete

Bug description:
  System Settings - Network - Network proxy
  You can set e.g. localhost, port 9090, assuming you're not running any 
service on that port.

  Now run Banshee, and attempt to use the Online Media-Internet
  Archive.

  Banshee will stop responding to any input, and go into an infinite
  loop (on at least two different threads).

  It is possible to reproduce situations where Banshee will hang while a
  context menu is open.  It is then not possible to switch to a
  different application.  An inexperienced user would be forced to hard-
  reboot the machine, which could cause data loss.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 11:29:30 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875649] Re: When started from sound menu, a notification appears _with buttons which don't work_

2011-10-17 Thread Alan Jenkins
** Changed in: banshee (Ubuntu)
   Status: Incomplete = New

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

Title:
  When started from sound menu, a notification appears _with buttons
  which don't work_

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Environment: Unity 2D.

  Install banshee, as per defaults.
  Close banshee.  (Stop it from playing, and close the banshee window)
  Click on the sound menu.  (Volume control in the top panel).  You should see 
Banshee listed, but no track information.

  Click the play button in the sound menu.  Banshee will be started, and
  will start playing.

  At the same time, a notification will appear.  This includes an X
  (close the notification) button, and a skip to next track link.
  However, neither of these actions work.

  Expected behaviour: this notification doesn't appear during normal
  operation.  The fact that it appears is almost certainly a bug.  The
  fact that the controls on it don't work is expected; it's part of the
  Ubuntu implementation of notifications; but it shows that this
  notification is supposed to be appearing in Ubuntu.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee-extension-soundmenu 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 12:11:03 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875632] Re: When http_proxy is unreachable, banshee spins 200% cpu (and may lock entire system if unlucky, requiring unclean reboot)

2011-10-17 Thread Alan Jenkins
** Changed in: banshee (Ubuntu)
   Status: Incomplete = New

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

Title:
  When http_proxy is unreachable, banshee spins 200% cpu (and may lock
  entire system if unlucky, requiring unclean reboot)

Status in Banshee Music Player:
  New
Status in “banshee” package in Ubuntu:
  New

Bug description:
  System Settings - Network - Network proxy
  You can set e.g. localhost, port 9090, assuming you're not running any 
service on that port.

  Now run Banshee, and attempt to use the Online Media-Internet
  Archive.

  Banshee will stop responding to any input, and go into an infinite
  loop (on at least two different threads).

  It is possible to reproduce situations where Banshee will hang while a
  context menu is open.  It is then not possible to switch to a
  different application.  An inexperienced user would be forced to hard-
  reboot the machine, which could cause data loss.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 11:29:30 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875586] Re: Banshee manual: Empty section common problems

2011-10-16 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/875586

Title:
  Banshee manual: Empty section common problems

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Banshee - Help- Contents.  Scroll down.

  Seems to be an upstream bug.  Because the same is true of the online
  manual.  http://library.gnome.org/users/banshee/1.8/index.html.en

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:03:01 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875586] [NEW] Banshee manual: Empty section common problems

2011-10-16 Thread Alan Jenkins
Public bug reported:

Banshee - Help- Contents.  Scroll down.

Seems to be an upstream bug.  Because the same is true of the online
manual.  http://library.gnome.org/users/banshee/1.8/index.html.en

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee 2.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 10:03:01 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Banshee manual: Empty section common problems

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Banshee - Help- Contents.  Scroll down.

  Seems to be an upstream bug.  Because the same is true of the online
  manual.  http://library.gnome.org/users/banshee/1.8/index.html.en

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:03:01 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875581] Re: Banshee manual: illustration in Introduction doesn't show

2011-10-16 Thread Alan Jenkins
This seems to be an upstream bug.  Because it also happens in the online
version of the manual.

http://library.gnome.org/users/banshee/1.8/introduction.html.en

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

Title:
  Banshee manual: illustration in Introduction doesn't show

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Run Banshee.
  Help-Contents

  Introduction.

  It looks like there's supposed to be a helpful picture underneath the
  text Banshee Media Player Window.  But there isn't.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 09:50:45 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875581] Re: Banshee manual: illustration in Introduction doesn't show

2011-10-16 Thread Alan Jenkins
** Attachment added: Screenshot showing bug as described
   
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/875581/+attachment/2549826/+files/Screenshot%20at%202011-10-16%2009%3A53%3A53.png

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

Title:
  Banshee manual: illustration in Introduction doesn't show

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Run Banshee.
  Help-Contents

  Introduction.

  It looks like there's supposed to be a helpful picture underneath the
  text Banshee Media Player Window.  But there isn't.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 09:50:45 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875581] [NEW] Banshee manual: illustration in Introduction doesn't show

2011-10-16 Thread Alan Jenkins
Public bug reported:

Run Banshee.
Help-Contents

Introduction.

It looks like there's supposed to be a helpful picture underneath the
text Banshee Media Player Window.  But there isn't.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee 2.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 09:50:45 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Banshee manual: illustration in Introduction doesn't show

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Run Banshee.
  Help-Contents

  Introduction.

  It looks like there's supposed to be a helpful picture underneath the
  text Banshee Media Player Window.  But there isn't.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 09:50:45 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875581] Re: Banshee manual: illustration in Introduction doesn't show

2011-10-16 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/875581

Title:
  Banshee manual: illustration in Introduction doesn't show

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Run Banshee.
  Help-Contents

  Introduction.

  It looks like there's supposed to be a helpful picture underneath the
  text Banshee Media Player Window.  But there isn't.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 09:50:45 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875589] [NEW] System Settings: http_proxy Apply system wide auth dialogue: Cancel button doesn't work

2011-10-16 Thread Alan Jenkins
Public bug reported:

System Settings - Network - Network Proxy

[Apply system wide]

Policykit authentication dialogue appears.  But if you click cancel,
it keeps on reappearing. (Although not the exact same dialogue - there's
something slightly more going on).  You have to cancel three times to
escape.  It's as if you were entering an incorrect password and clicking
ok.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-control-center 1:3.2.0-0ubuntu6
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 10:10:12 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)
usr_lib_gnome-control-center:
 deja-dup   20.0-0ubuntu3
 gnome-bluetooth3.2.0-0ubuntu1
 indicator-datetime 0.3.0-0ubuntu3

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/875589

Title:
  System Settings: http_proxy Apply system wide auth dialogue: Cancel
  button doesn't work

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  System Settings - Network - Network Proxy

  [Apply system wide]

  Policykit authentication dialogue appears.  But if you click cancel,
  it keeps on reappearing. (Although not the exact same dialogue -
  there's something slightly more going on).  You have to cancel three
  times to escape.  It's as if you were entering an incorrect password
  and clicking ok.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.2.0-0ubuntu6
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:10:12 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)
  usr_lib_gnome-control-center:
   deja-dup   20.0-0ubuntu3
   gnome-bluetooth3.2.0-0ubuntu1
   indicator-datetime 0.3.0-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/875589/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875589] Re: System Settings: http_proxy Apply system wide auth dialogue: Cancel button doesn't work

2011-10-16 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/875589

Title:
  System Settings: http_proxy Apply system wide auth dialogue: Cancel
  button doesn't work

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  System Settings - Network - Network Proxy

  [Apply system wide]

  Policykit authentication dialogue appears.  But if you click cancel,
  it keeps on reappearing. (Although not the exact same dialogue -
  there's something slightly more going on).  You have to cancel three
  times to escape.  It's as if you were entering an incorrect password
  and clicking ok.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.2.0-0ubuntu6
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:10:12 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)
  usr_lib_gnome-control-center:
   deja-dup   20.0-0ubuntu3
   gnome-bluetooth3.2.0-0ubuntu1
   indicator-datetime 0.3.0-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/875589/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875594] [NEW] banshee album cover art: deleting auto-fetched covers doesn't stick

2011-10-16 Thread Alan Jenkins
Public bug reported:

Right click on an album image.
Properties
Right click on the album image in the properties window
Delete this cover art.

Cover art is deleted, BUT
As soon as you start playing the track, the album art is re-fetched.

This is annoying.  I haven't seen any cover images that are I'm 100%
sure are _wrong_ yet, but there are some that I don't recognize.  I want
to be able to null them out, without having to draw up a dummy cover
image.

As well as the extra state, I guess this would also need an explicit
check for cover art action, so I could reverse my decision in future.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee 2.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 10:20:12 2011
ProcEnviron:
 PATH=(custom, no user)
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  banshee album cover art: deleting auto-fetched covers doesn't stick

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Right click on an album image.
  Properties
  Right click on the album image in the properties window
  Delete this cover art.

  Cover art is deleted, BUT
  As soon as you start playing the track, the album art is re-fetched.

  This is annoying.  I haven't seen any cover images that are I'm 100%
  sure are _wrong_ yet, but there are some that I don't recognize.  I
  want to be able to null them out, without having to draw up a dummy
  cover image.

  As well as the extra state, I guess this would also need an explicit
  check for cover art action, so I could reverse my decision in
  future.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:20:12 2011
  ProcEnviron:
   PATH=(custom, no user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875594] Re: banshee album cover art: deleting auto-fetched covers doesn't stick

2011-10-16 Thread Alan Jenkins
** Description changed:

  Right click on an album image.
  Properties
  Right click on the album image in the properties window
  Delete this cover art.
  
  Cover art is deleted, BUT
  As soon as you start playing the track, the album art is re-fetched.
  
  This is annoying.  I haven't seen any cover images that are I'm 100%
  sure are _wrong_ yet, but there are some that I don't recognize.  I want
  to be able to null them out, without having to draw up a dummy cover
- image.  As well as the extra state, I guess this would also want an
- explicit check for cover art action, so I could reverse my decision.
+ image.
+ 
+ As well as the extra state, I guess this would also need an explicit
+ check for cover art action, so I could reverse my decision in future.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:20:12 2011
  ProcEnviron:
-  PATH=(custom, no user)
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

Title:
  banshee album cover art: deleting auto-fetched covers doesn't stick

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Right click on an album image.
  Properties
  Right click on the album image in the properties window
  Delete this cover art.

  Cover art is deleted, BUT
  As soon as you start playing the track, the album art is re-fetched.

  This is annoying.  I haven't seen any cover images that are I'm 100%
  sure are _wrong_ yet, but there are some that I don't recognize.  I
  want to be able to null them out, without having to draw up a dummy
  cover image.

  As well as the extra state, I guess this would also need an explicit
  check for cover art action, so I could reverse my decision in
  future.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:20:12 2011
  ProcEnviron:
   PATH=(custom, no user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875612] [NEW] removing the current album causes banshee to start playing

2011-10-16 Thread Alan Jenkins
Public bug reported:

Start playing something.
Click pause.
Right click on the album, Remove from library.  (This is completely 
reversible - you can just re-import that folder, or your root music folder, 
later).

Actual results: Banshee starts playing from All albums.
Expected results: Banshee should remain paused.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee 2.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 10:44:51 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  removing the current album causes banshee to start playing

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Start playing something.
  Click pause.
  Right click on the album, Remove from library.  (This is completely 
reversible - you can just re-import that folder, or your root music folder, 
later).

  Actual results: Banshee starts playing from All albums.
  Expected results: Banshee should remain paused.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:44:51 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875612] Re: removing the current album causes banshee to start playing

2011-10-16 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/875612

Title:
  removing the current album causes banshee to start playing

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Start playing something.
  Click pause.
  Right click on the album, Remove from library.  (This is completely 
reversible - you can just re-import that folder, or your root music folder, 
later).

  Actual results: Banshee starts playing from All albums.
  Expected results: Banshee should remain paused.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:44:51 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875606] Re: Unknown Artist, Unknown Album is presented in completely random order

2011-10-16 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/875606

Title:
  Unknown Artist, Unknown Album is presented in completely random
  order

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Banshee

  Add a few directories of sound files with no metadata to your library.
  (You could just rip a single track from a CD to a wav file, then copy
  it to files with different names - track1, track2, etc.)

  Click All Artists.  Scroll down to the end, where you find Unknown
  Artist, Unknown Album.  Click on it.

  Actual result: tracks are sorted completely randomly, with no respect for 
filename or directory.
  Expected result: tracks should be grouped by directory, and sorted 
alphabetically.  (Well, ideally with version-sort to cope with track2, which 
is alphabetically early than track10).  Also, the same sort order should be 
applied to directories (for multi-disk albums / audiobooks).

  For comparison: If you click on Unknown artist in the list of
  _artists_, instead of Unknown album in the list of _albums_, the
  tracks seem to be sorted correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:34:44 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875606] [NEW] Unknown Artist, Unknown Album is presented in completely random order

2011-10-16 Thread Alan Jenkins
Public bug reported:

Banshee

Add a few directories of sound files with no metadata to your library.
(You could just rip a single track from a CD to a wav file, then copy it
to files with different names - track1, track2, etc.)

Click All Artists.  Scroll down to the end, where you find Unknown
Artist, Unknown Album.  Click on it.

Actual result: tracks are sorted completely randomly, with no respect for 
filename or directory.
Expected result: tracks should be grouped by directory, and sorted 
alphabetically.  (Well, ideally with version-sort to cope with track2, which 
is alphabetically early than track10).  Also, the same sort order should be 
applied to directories (for multi-disk albums / audiobooks).

For comparison: If you click on Unknown artist in the list of
_artists_, instead of Unknown album in the list of _albums_, the
tracks seem to be sorted correctly.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee 2.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 10:34:44 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Unknown Artist, Unknown Album is presented in completely random
  order

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Banshee

  Add a few directories of sound files with no metadata to your library.
  (You could just rip a single track from a CD to a wav file, then copy
  it to files with different names - track1, track2, etc.)

  Click All Artists.  Scroll down to the end, where you find Unknown
  Artist, Unknown Album.  Click on it.

  Actual result: tracks are sorted completely randomly, with no respect for 
filename or directory.
  Expected result: tracks should be grouped by directory, and sorted 
alphabetically.  (Well, ideally with version-sort to cope with track2, which 
is alphabetically early than track10).  Also, the same sort order should be 
applied to directories (for multi-disk albums / audiobooks).

  For comparison: If you click on Unknown artist in the list of
  _artists_, instead of Unknown album in the list of _albums_, the
  tracks seem to be sorted correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:34:44 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875616] [NEW] banshee archive.org - files not ordered correctly - A Canticle for Leibowitz

2011-10-16 Thread Alan Jenkins
Public bug reported:

Banshee
Online Media
Internet Archive

Search
Canticle

A canticle for Leibowitz should appear near the top of the list; it's fairly 
popular.
Double-click on that item in the list.

Now look at the list of files in the right-hand pane.  The first part
listed is Part 10.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee 2.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 10:57:01 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: Invalid


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  banshee archive.org - files not ordered correctly - A Canticle for
  Leibowitz

Status in “banshee” package in Ubuntu:
  Invalid

Bug description:
  Banshee
  Online Media
  Internet Archive

  Search
  Canticle

  A canticle for Leibowitz should appear near the top of the list; it's 
fairly popular.
  Double-click on that item in the list.

  Now look at the list of files in the right-hand pane.  The first part
  listed is Part 10.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:57:01 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875616] Re: banshee archive.org - files not ordered correctly - A Canticle for Leibowitz

2011-10-16 Thread Alan Jenkins
Oops.  This is a direct result of the ordering on archive.org.  You can
see it if you look at

http://www.archive.org/details/ACanticleForLiebowitz

Closed.

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

Title:
  banshee archive.org - files not ordered correctly - A Canticle for
  Leibowitz

Status in “banshee” package in Ubuntu:
  Invalid

Bug description:
  Banshee
  Online Media
  Internet Archive

  Search
  Canticle

  A canticle for Leibowitz should appear near the top of the list; it's 
fairly popular.
  Double-click on that item in the list.

  Now look at the list of files in the right-hand pane.  The first part
  listed is Part 10.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:57:01 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875616] Re: banshee archive.org - files not ordered correctly - A Canticle for Leibowitz

2011-10-16 Thread Alan Jenkins
** Changed in: banshee (Ubuntu)
   Status: New = Invalid

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

Title:
  banshee archive.org - files not ordered correctly - A Canticle for
  Leibowitz

Status in “banshee” package in Ubuntu:
  Invalid

Bug description:
  Banshee
  Online Media
  Internet Archive

  Search
  Canticle

  A canticle for Leibowitz should appear near the top of the list; it's 
fairly popular.
  Double-click on that item in the list.

  Now look at the list of files in the right-hand pane.  The first part
  listed is Part 10.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:57:01 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875620] [NEW] Banshee - text cannot be selected and copied (from the description of items in the Internet Archive)

2011-10-16 Thread Alan Jenkins
Public bug reported:

Banshee
Online Media
Internet Archive

Click on an item.  E.g. search for canticle, and click on the third item.
You see a nice long description.  This may include the name of the item.

But I can't select A Canticle for Leibowitz and copy it to the
clipboard.  E.g. if I want to tell someone else how to find the item
using search, and I'm not familiar with the spelling of Leibowitz.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee 2.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 10:58:17 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Banshee - text cannot be selected and copied (from the description of
  items in the Internet Archive)

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Banshee
  Online Media
  Internet Archive

  Click on an item.  E.g. search for canticle, and click on the third item.
  You see a nice long description.  This may include the name of the item.

  But I can't select A Canticle for Leibowitz and copy it to the
  clipboard.  E.g. if I want to tell someone else how to find the item
  using search, and I'm not familiar with the spelling of Leibowitz.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:58:17 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875620] Re: Banshee - text cannot be selected and copied (from the description of items in the Internet Archive)

2011-10-16 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/875620

Title:
  Banshee - text cannot be selected and copied (from the description of
  items in the Internet Archive)

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Banshee
  Online Media
  Internet Archive

  Click on an item.  E.g. search for canticle, and click on the third item.
  You see a nice long description.  This may include the name of the item.

  But I can't select A Canticle for Leibowitz and copy it to the
  clipboard.  E.g. if I want to tell someone else how to find the item
  using search, and I'm not familiar with the spelling of Leibowitz.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 10:58:17 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875632] [NEW] When http_proxy is unreachable, banshee spins 200% cpu (and may lock entire system if unlucky, requiring unclean reboot)

2011-10-16 Thread Alan Jenkins
Public bug reported:

System Settings - Network - Network proxy
You can set e.g. localhost, port 9090, assuming you're not running any 
service on that port.

Now run Banshee, and attempt to use the Online Media-Internet Archive.

Banshee will stop responding to any input, and go into an infinite loop
(on at least two different threads).

It is possible to reproduce situations where Banshee will hang while a
context menu is open.  It is then not possible to switch to a different
application.  An inexperienced user would be forced to hard-reboot the
machine, which could cause data loss.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee 2.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 11:29:30 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  When http_proxy is unreachable, banshee spins 200% cpu (and may lock
  entire system if unlucky, requiring unclean reboot)

Status in “banshee” package in Ubuntu:
  New

Bug description:
  System Settings - Network - Network proxy
  You can set e.g. localhost, port 9090, assuming you're not running any 
service on that port.

  Now run Banshee, and attempt to use the Online Media-Internet
  Archive.

  Banshee will stop responding to any input, and go into an infinite
  loop (on at least two different threads).

  It is possible to reproduce situations where Banshee will hang while a
  context menu is open.  It is then not possible to switch to a
  different application.  An inexperienced user would be forced to hard-
  reboot the machine, which could cause data loss.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 11:29:30 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875632] Re: When http_proxy is unreachable, banshee spins 200% cpu (and may lock entire system if unlucky, requiring unclean reboot)

2011-10-16 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/875632

Title:
  When http_proxy is unreachable, banshee spins 200% cpu (and may lock
  entire system if unlucky, requiring unclean reboot)

Status in “banshee” package in Ubuntu:
  New

Bug description:
  System Settings - Network - Network proxy
  You can set e.g. localhost, port 9090, assuming you're not running any 
service on that port.

  Now run Banshee, and attempt to use the Online Media-Internet
  Archive.

  Banshee will stop responding to any input, and go into an infinite
  loop (on at least two different threads).

  It is possible to reproduce situations where Banshee will hang while a
  context menu is open.  It is then not possible to switch to a
  different application.  An inexperienced user would be forced to hard-
  reboot the machine, which could cause data loss.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 11:29:30 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875635] [NEW] banshee Internet Archive items sometimes missing license icon

2011-10-16 Thread Alan Jenkins
Public bug reported:

Banshee
Online Media
Internet Archive

Search for Canticle

Some items are labelled as (PD), for public domain.  A Canticle for
Leibowitz is not, but it _should_ be.

The problem seems to be that

http://creativecommons.org/licenses/publicdomain

is recognized correctly, but

http://creativecommons.org/publicdomain/mark/1.0

is not.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee 2.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 11:42:10 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  banshee Internet Archive items sometimes missing license icon

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Banshee
  Online Media
  Internet Archive

  Search for Canticle

  Some items are labelled as (PD), for public domain.  A Canticle for
  Leibowitz is not, but it _should_ be.

  The problem seems to be that

  http://creativecommons.org/licenses/publicdomain

  is recognized correctly, but

  http://creativecommons.org/publicdomain/mark/1.0

  is not.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 11:42:10 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875635] Re: banshee Internet Archive items sometimes missing license icon

2011-10-16 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/875635

Title:
  banshee Internet Archive items sometimes missing license icon

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Banshee
  Online Media
  Internet Archive

  Search for Canticle

  Some items are labelled as (PD), for public domain.  A Canticle for
  Leibowitz is not, but it _should_ be.

  The problem seems to be that

  http://creativecommons.org/licenses/publicdomain

  is recognized correctly, but

  http://creativecommons.org/publicdomain/mark/1.0

  is not.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 11:42:10 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 545879] Re: Banshee does not honor GNOME proxy settings or allow any (graphical) proxy configuration

2011-10-16 Thread Alan Jenkins
New banshee user, not a banshee developer.  That's interesting.
Because Online Media-Internet Archive _seems_ to be going through my
personal HTTP proxy.

Is this still an issue?  Does it apply to Online Media-Internet
Archive?  If not,  would someone like to point out one of the features
which doesn't go through the proxy as it should?

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

Title:
  Banshee does not honor GNOME proxy settings or allow any (graphical)
  proxy configuration

Status in Banshee Music Player:
  New
Status in “banshee” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: banshee

  Banshee 1.5.6-1 fails to connect to the internet when a proxy is
  required for connection, despite the proxy being set in Gnome. No
  proxy configuration dialog is offered to the user, either.

  I am using Ubuntu 10.04 fully updated as of post timestamp.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Mar 24 11:03:44 2010
  DistroRelease: Ubuntu 10.04
  NonfreeKernelModules: nvidia
  Package: banshee 1.5.6-1
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
  SourcePackage: banshee
  Uname: Linux 2.6.32-17-generic i686

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875649] Re: When started from sound menu, a notification appears _with buttons which don't work_

2011-10-16 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/875649

Title:
  When started from sound menu, a notification appears _with buttons
  which don't work_

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Environment: Unity 2D.

  Install banshee, as per defaults.
  Close banshee.  (Stop it from playing, and close the banshee window)
  Click on the sound menu.  (Volume control in the top panel).  You should see 
Banshee listed, but no track information.

  Click the play button in the sound menu.  Banshee will be started, and
  will start playing.

  At the same time, a notification will appear.  This includes an X
  (close the notification) button, and a skip to next track link.
  However, neither of these actions work.

  Expected behaviour: this notification doesn't appear during normal
  operation.  The fact that it appears is almost certainly a bug.  The
  fact that the controls on it don't work is expected; it's part of the
  Ubuntu implementation of notifications; but it shows that this
  notification is supposed to be appearing in Ubuntu.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee-extension-soundmenu 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 12:11:03 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875649] [NEW] When started from sound menu, a notification appears _with buttons which don't work_

2011-10-16 Thread Alan Jenkins
Public bug reported:

Environment: Unity 2D.

Install banshee, as per defaults.
Close banshee.  (Stop it from playing, and close the banshee window)
Click on the sound menu.  (Volume control in the top panel).  You should see 
Banshee listed, but no track information.

Click the play button in the sound menu.  Banshee will be started, and
will start playing.

At the same time, a notification will appear.  This includes an X (close
the notification) button, and a skip to next track link.  However,
neither of these actions work.

Expected behaviour: this notification doesn't appear during normal
operation.  The fact that it appears is almost certainly a bug.  The
fact that the controls on it don't work is expected; it's part of the
Ubuntu implementation of notifications; but it shows that this
notification is supposed to be appearing in Ubuntu.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee-extension-soundmenu 2.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 12:11:03 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  When started from sound menu, a notification appears _with buttons
  which don't work_

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Environment: Unity 2D.

  Install banshee, as per defaults.
  Close banshee.  (Stop it from playing, and close the banshee window)
  Click on the sound menu.  (Volume control in the top panel).  You should see 
Banshee listed, but no track information.

  Click the play button in the sound menu.  Banshee will be started, and
  will start playing.

  At the same time, a notification will appear.  This includes an X
  (close the notification) button, and a skip to next track link.
  However, neither of these actions work.

  Expected behaviour: this notification doesn't appear during normal
  operation.  The fact that it appears is almost certainly a bug.  The
  fact that the controls on it don't work is expected; it's part of the
  Ubuntu implementation of notifications; but it shows that this
  notification is supposed to be appearing in Ubuntu.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee-extension-soundmenu 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 12:11:03 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875658] [NEW] Banshee creates unwanted Ubuntu One folder every time I play music

2011-10-16 Thread Alan Jenkins
Public bug reported:

Login
Start Banshee
Play a track

Banshee creates an unwanted Ubuntu One folder in my home directory.

I don't have an Ubuntu One account.  I haven't told Unity about it - if
I start the Ubuntu One application (by sidebar icon or from the mail app
indicator menu), I get a welcome screen asking me to create an account.
I certainly haven't told Banshee about it.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee 2.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 12:20:35 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Banshee creates unwanted Ubuntu One folder every time I play music

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Login
  Start Banshee
  Play a track

  Banshee creates an unwanted Ubuntu One folder in my home directory.

  I don't have an Ubuntu One account.  I haven't told Unity about it -
  if I start the Ubuntu One application (by sidebar icon or from the
  mail app indicator menu), I get a welcome screen asking me to create
  an account.  I certainly haven't told Banshee about it.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 12:20:35 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875658] Re: Banshee creates unwanted Ubuntu One folder every time I play music

2011-10-16 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/875658

Title:
  Banshee creates unwanted Ubuntu One folder every time I play music

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Login
  Start Banshee
  Play a track

  Banshee creates an unwanted Ubuntu One folder in my home directory.

  I don't have an Ubuntu One account.  I haven't told Unity about it -
  if I start the Ubuntu One application (by sidebar icon or from the
  mail app indicator menu), I get a welcome screen asking me to create
  an account.  I certainly haven't told Banshee about it.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 12:20:35 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875672] [NEW] Banshee window isn't raised when clicking on it in the sound menu

2011-10-16 Thread Alan Jenkins
Public bug reported:

1) Start banshee.  Leave the window open
2) Open another application e.g. gnome-terminal or firefox.
3) Click on sound menu (volume icon in the top panel).  Click on banshee.

Normally (when the banshee window is closed, but still playing), you'd
see the banshee window appear.  As a new window, it would appear in
front of the other application.

But in this case, the Banshee window is already open.  Instead of being
raised to the front, as I'd expect, the Unity sidebar pops up, with the
Banshee icon jiggling about.

I know very roughly why this happens.  The Banshee window _is_ demanding
attention.  But it's clearly doing the wrong thing.  There's no reason
why the user should have to click on the jiggling banshee icon - they've
already said that they want to see the Banshee window!

I don't think Unity needs a new API for this.  I don't have this problem
with the integration of Thunderbird and the Mail application notifier.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee-extension-soundmenu 2.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 12:47:07 2011
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Banshee window isn't raised when clicking on it in the sound menu

Status in “banshee” package in Ubuntu:
  New

Bug description:
  1) Start banshee.  Leave the window open
  2) Open another application e.g. gnome-terminal or firefox.
  3) Click on sound menu (volume icon in the top panel).  Click on banshee.

  Normally (when the banshee window is closed, but still playing), you'd
  see the banshee window appear.  As a new window, it would appear in
  front of the other application.

  But in this case, the Banshee window is already open.  Instead of
  being raised to the front, as I'd expect, the Unity sidebar pops up,
  with the Banshee icon jiggling about.

  I know very roughly why this happens.  The Banshee window _is_
  demanding attention.  But it's clearly doing the wrong thing.  There's
  no reason why the user should have to click on the jiggling banshee
  icon - they've already said that they want to see the Banshee window!

  I don't think Unity needs a new API for this.  I don't have this
  problem with the integration of Thunderbird and the Mail application
  notifier.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee-extension-soundmenu 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 12:47:07 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875672] Re: Banshee window isn't raised when clicking on it in the sound menu

2011-10-16 Thread Alan Jenkins
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/875672

Title:
  Banshee window isn't raised when clicking on it in the sound menu

Status in “banshee” package in Ubuntu:
  New

Bug description:
  1) Start banshee.  Leave the window open
  2) Open another application e.g. gnome-terminal or firefox.
  3) Click on sound menu (volume icon in the top panel).  Click on banshee.

  Normally (when the banshee window is closed, but still playing), you'd
  see the banshee window appear.  As a new window, it would appear in
  front of the other application.

  But in this case, the Banshee window is already open.  Instead of
  being raised to the front, as I'd expect, the Unity sidebar pops up,
  with the Banshee icon jiggling about.

  I know very roughly why this happens.  The Banshee window _is_
  demanding attention.  But it's clearly doing the wrong thing.  There's
  no reason why the user should have to click on the jiggling banshee
  icon - they've already said that they want to see the Banshee window!

  I don't think Unity needs a new API for this.  I don't have this
  problem with the integration of Thunderbird and the Mail application
  notifier.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee-extension-soundmenu 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 12:47:07 2011
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 830130] Re: Banshee doesn't show album art

2011-10-16 Thread Alan Jenkins
(Fellow user, not banshee developer).  The dropbox screenshots are
404'ing.  It would be better if you could attach screenshots directly to
the bug.  There's a link add attachment or patch directly beneath the
comment field.

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

Title:
  Banshee doesn't show album art

Status in “banshee” package in Ubuntu:
  New

Bug description:
  If there aren't anything in the album tag, Banshee won't show the cover.
  I use Ubuntu 11.04 Natty Narwhal, a Banshee 2.0.0-2ubuntu2.
  I also attach two image to illustrate what happend. 
http://dl.dropbox.com/u/10543014/img1.png 
http://dl.dropbox.com/u/10543014/img2.png
  Sorry for my bad English.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


  1   2   >