[Desktop-packages] [Bug 1875015] Re: Ubuntu 20.04 and Displaylink is extremely slow

2021-06-30 Thread Dave Walker
Upstream patch debdiff for hirsute

** Patch added: "xorg-server_1.20.11-1ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1875015/+attachment/5508173/+files/xorg-server_1.20.11-1ubuntu2.debdiff

-- 
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/1875015

Title:
  Ubuntu 20.04 and Displaylink is extremely slow

Status in X.Org X server:
  Unknown
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  Using ubuntu 20.04 on displaylink docking with external monitor is
  totally slow, unusable. The GUI responds very slow, if you click, the
  command of the click goes on after about 3 seconds... if you type, all
  the letters are with the same lag, so it is totally unusable.

  Was using displaylink without any problem on 19.10 until yesterday, when I 
upgraded to 20.04. 
  It is terrific.

  If i plug out the usb for the displaylink docking station, than the
  speed is back, and the system is ok, if I connect it to the docking
  station again, everything extremely slow again.

  Please investigate this asap, as it is unusable on displaylink docking
  stations.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1875015/+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 1875015] Re: Ubuntu 20.04 and Displaylink is extremely slow

2021-06-30 Thread Dave Walker
Upstream patch debdiff for focal


** Patch added: "xorg-server_1.20.11-1ubuntu2~20.04.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1875015/+attachment/5508174/+files/xorg-server_1.20.11-1ubuntu2~20.04.1.debdiff

-- 
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/1875015

Title:
  Ubuntu 20.04 and Displaylink is extremely slow

Status in X.Org X server:
  Unknown
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  Using ubuntu 20.04 on displaylink docking with external monitor is
  totally slow, unusable. The GUI responds very slow, if you click, the
  command of the click goes on after about 3 seconds... if you type, all
  the letters are with the same lag, so it is totally unusable.

  Was using displaylink without any problem on 19.10 until yesterday, when I 
upgraded to 20.04. 
  It is terrific.

  If i plug out the usb for the displaylink docking station, than the
  speed is back, and the system is ok, if I connect it to the docking
  station again, everything extremely slow again.

  Please investigate this asap, as it is unusable on displaylink docking
  stations.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1875015/+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 1005901] Re: cannot change temp dir

2013-08-28 Thread Dave Walker
Hello nocturo, or anyone else affected,

Accepted duplicity into precise-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/duplicity/0.6.18-0ubuntu3.2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: duplicity (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  cannot change temp dir

Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  Fix Released
Status in “duplicity” package in Ubuntu:
  Fix Released
Status in “duplicity” source package in Precise:
  Fix Committed

Bug description:
  SRU justification :

  Duplicity does not honor the TMPDIR, TEMP, TMP or --tempdir
  redirection as expected.

  Impact :

  If the available size in /tmp is too small, restore may fail to
  complete

  Fix :

  Backport upstream fix applied in 0.6.21 (Merge proposal from the
  upstream task of this bug)

  Test Case : 
  Note: Incremental backup is necessary so both the full  difftar are required 
in /tmp which will require more than 50Mb

  1) Mount a 50Mb file system under /tmp
  ~# df -h /tmp
  Filesystem  Size  Used Avail Use% Mounted on
  /dev/sda148M  794K   45M   2% /tmp

  2) Create a 60Mb file to be backed up under /srv called data
  dd if=/proc/kcore of=/srv/data bs=1M count=60

  3) Do a full backup of /srv into /backup

  duplicity full --name test --encrypt-key A6C785C2 --sign-key A6C785C2
  --volsize 25 /srv file:///backup/duply

  4) Modify the 60Mb file so it can be picked up by the incremental backup
  dd if=/proc/kcore of=/srv/data bs=1M count=10 conv=notrunc oflag=append

  5) Do an incremental backup
  duplicity incr --name 'duply_test' --encrypt-key A6C785C2 --sign-key A6C785C2 
--volsize 25 /srv file:///backup/duply

  6) Restore the flag using TMPDIR :
  TEMPDIR=/mytemp duplicity --name 'duply_test' --encrypt-key A6C785C2 
--sign-key A6C785C2 --verbosity '4' --volsize 25 -t now file:///backup/duply 
/restore

  With the patch, the command will succeed.

  Regression :

  None expected, this code is used in the version currently available in
  Raring

  Description of the problem :

  When /tmp is too small, duplicity is sometimes unable to do a restore.
  Using TMPDIR variable or --tempdir doe not work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1005901/+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 1190479] Re: Twitter auth does not work. API Change.

2013-07-11 Thread Dave Walker
Hello Philipp, or anyone else affected,

Accepted gwibber into precise-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/gwibber/3.4.2-0ubuntu2.3 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: gwibber (Ubuntu Precise)
   Status: New = Fix Committed

** Tags added: verification-needed

** Changed in: gwibber (Ubuntu Quantal)
   Status: New = Fix Committed

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

Title:
  Twitter auth does not work. API Change.

Status in “gwibber” package in Ubuntu:
  Fix Released
Status in “gwibber” source package in Precise:
  Fix Committed
Status in “gwibber” source package in Quantal:
  Fix Committed

Bug description:
  [Impact]
  Gwibber's support for Twitter is completely broken because Twitter retired v1 
API support.

  [Test Case]
  - Open Gwibber,
  - Add a twitter account
  - make sure that some messages appear.

  [Regression Potential]
  None, Gwibber is just broken without this fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1190479/+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 1190479] Please test proposed package

2013-07-11 Thread Dave Walker
Hello Philipp, or anyone else affected,

Accepted gwibber into quantal-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/gwibber/3.6.0-0ubuntu1.2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  Twitter auth does not work. API Change.

Status in “gwibber” package in Ubuntu:
  Fix Released
Status in “gwibber” source package in Precise:
  Fix Committed
Status in “gwibber” source package in Quantal:
  Fix Committed

Bug description:
  [Impact]
  Gwibber's support for Twitter is completely broken because Twitter retired v1 
API support.

  [Test Case]
  - Open Gwibber,
  - Add a twitter account
  - make sure that some messages appear.

  [Regression Potential]
  None, Gwibber is just broken without this fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1190479/+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 952185] Re: ~/.pam_environment not parsed by default

2013-04-11 Thread Dave Walker
Hello Gunnar, or anyone else affected,

Accepted openssh into precise-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/openssh/1:5.9p1-5ubuntu1.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: openssh (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

-- 
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/952185

Title:
  ~/.pam_environment not parsed by default

Status in Light Display Manager:
  Invalid
Status in “at” package in Ubuntu:
  Fix Released
Status in “gdm” package in Ubuntu:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “openssh” package in Ubuntu:
  Fix Released
Status in “pam” package in Ubuntu:
  Invalid
Status in “sudo” package in Ubuntu:
  Invalid
Status in “at” source package in Precise:
  Won't Fix
Status in “gdm” source package in Precise:
  Fix Committed
Status in “lightdm” source package in Precise:
  Fix Released
Status in “openssh” source package in Precise:
  Fix Committed
Status in “pam” source package in Precise:
  Invalid
Status in “sudo” source package in Precise:
  Invalid

Bug description:
  lightdm precise and gdm precise SRU proposals
  -
  [Impact]
  As was originally stated in the bug summary, ~/.pam_environment is not read 
at login if $HOME is encrypted. The lightdm (Precise) and gdm (Precise) SRUs 
fix that issue.

  [Test Case]
  Steps to reproduce:
  * As a user with an ecryptfs protected $HOME, use language-selector to make 
the user language and/or user regional formats differ from the system wide 
settings (i.e. ~/.pam_environment != /etc/default/locale).
  * Log out and log in again. Run the locale command from a terminal window, 
and with the old version you'll find that the output is a result of 
/etc/default/locale, i.e. ~/.pam_environment was ignored; with the new version 
~/.pam_environment should be honoured.

  [Regression Potential]
  Low.

  openssh precise SRU proposal
  
  As lightdm/gdm, but log in via an ssh session instead.  (This can just be 
'ssh localhost'.)

  Previous description
  
  PAM needs to be told explicitly by respective service to parse 
~/.pam_environment, since the fix of http://bugs.debian.org/611136 is about to 
make it into Raring. Please see comment #29 and #30.

  Otherwise the session environment will contain the system wide locale
  settings, while the user's locale settings are ignored.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/952185/+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 952185] Re: ~/.pam_environment not parsed by default

2013-04-11 Thread Dave Walker
Hello Gunnar, or anyone else affected,

Accepted gdm into precise-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/gdm/3.0.4-0ubuntu15.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: gdm (Ubuntu Precise)
   Status: In Progress = Fix Committed

-- 
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/952185

Title:
  ~/.pam_environment not parsed by default

Status in Light Display Manager:
  Invalid
Status in “at” package in Ubuntu:
  Fix Released
Status in “gdm” package in Ubuntu:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “openssh” package in Ubuntu:
  Fix Released
Status in “pam” package in Ubuntu:
  Invalid
Status in “sudo” package in Ubuntu:
  Invalid
Status in “at” source package in Precise:
  Won't Fix
Status in “gdm” source package in Precise:
  Fix Committed
Status in “lightdm” source package in Precise:
  Fix Released
Status in “openssh” source package in Precise:
  Fix Committed
Status in “pam” source package in Precise:
  Invalid
Status in “sudo” source package in Precise:
  Invalid

Bug description:
  lightdm precise and gdm precise SRU proposals
  -
  [Impact]
  As was originally stated in the bug summary, ~/.pam_environment is not read 
at login if $HOME is encrypted. The lightdm (Precise) and gdm (Precise) SRUs 
fix that issue.

  [Test Case]
  Steps to reproduce:
  * As a user with an ecryptfs protected $HOME, use language-selector to make 
the user language and/or user regional formats differ from the system wide 
settings (i.e. ~/.pam_environment != /etc/default/locale).
  * Log out and log in again. Run the locale command from a terminal window, 
and with the old version you'll find that the output is a result of 
/etc/default/locale, i.e. ~/.pam_environment was ignored; with the new version 
~/.pam_environment should be honoured.

  [Regression Potential]
  Low.

  openssh precise SRU proposal
  
  As lightdm/gdm, but log in via an ssh session instead.  (This can just be 
'ssh localhost'.)

  Previous description
  
  PAM needs to be told explicitly by respective service to parse 
~/.pam_environment, since the fix of http://bugs.debian.org/611136 is about to 
make it into Raring. Please see comment #29 and #30.

  Otherwise the session environment will contain the system wide locale
  settings, while the user's locale settings are ignored.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/952185/+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 1163999] Re: Libcroco uses wrong green color

2013-04-11 Thread Dave Walker
Hello Petr, or anyone else affected,

Accepted libcroco into precise-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/libcroco/0.6.5-1ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: libcroco (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  Libcroco uses wrong green color

Status in Libcroco - C Library to suppost CSS parsing and manipulation:
  Fix Released
Status in “libcroco” package in Ubuntu:
  Fix Released
Status in “libcroco” source package in Precise:
  Fix Committed
Status in “libcroco” source package in Quantal:
  Fix Committed

Bug description:
  [Impact]

  libcroco [1] had a bug [2] in its versions 0.6.5 and 0.6.6, which
  results in e.g. librsvg rendering wrong green color. The bug has been
  fixed since 0.6.7 [3], but the Ubuntu 12.04 Precise LTS version
  contains the broken version 0.6.5-1 (and Quantal uses a newer, but
  still broken, 0.6.6-1; Raring seems to use the current (fixed)
  0.6.8-1). [4] Because Wikimedia Foundation wikis (including Wikipedia
  and Wikimedia Commons) suffer from this bug in SVG rendering [5], I
  was referred to here to report it/ask for the library to be updated,
  prior to patching it locally.

  This fix libcroco so that it again complies with the CSS  SVG
  standards.

  [Test Case]

  
  [Regression Potential]
  This is a one line patch that has been shipped in libcroco 0.6.7 for six 
months.

  [Rest of original bug report]

  As I am not acquainted with Ubuntu/Debian
  policies/requirements/workflow for such changes, I hope I am not
  reporting it in a _completely_ wrong place… If so, feel free to
  forward this, or point me to a better place. Thanks.

     [1] https://launchpad.net/ubuntu/+source/libcroco
     [2] https://bugzilla.gnome.org/show_bug.cgi?id=672332#c4
     [3] https://git.gnome.org/browse/libcroco/log/
     [4] https://launchpad.net/libcroco/+packages
     [5] https://bugzilla.wikimedia.org/show_bug.cgi?id=46540

To manage notifications about this bug go to:
https://bugs.launchpad.net/libcroco/+bug/1163999/+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 1163999] Please test proposed package

2013-04-11 Thread Dave Walker
Hello Petr, or anyone else affected,

Accepted libcroco into quantal-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/libcroco/0.6.6-1ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  Libcroco uses wrong green color

Status in Libcroco - C Library to suppost CSS parsing and manipulation:
  Fix Released
Status in “libcroco” package in Ubuntu:
  Fix Released
Status in “libcroco” source package in Precise:
  Fix Committed
Status in “libcroco” source package in Quantal:
  Fix Committed

Bug description:
  [Impact]

  libcroco [1] had a bug [2] in its versions 0.6.5 and 0.6.6, which
  results in e.g. librsvg rendering wrong green color. The bug has been
  fixed since 0.6.7 [3], but the Ubuntu 12.04 Precise LTS version
  contains the broken version 0.6.5-1 (and Quantal uses a newer, but
  still broken, 0.6.6-1; Raring seems to use the current (fixed)
  0.6.8-1). [4] Because Wikimedia Foundation wikis (including Wikipedia
  and Wikimedia Commons) suffer from this bug in SVG rendering [5], I
  was referred to here to report it/ask for the library to be updated,
  prior to patching it locally.

  This fix libcroco so that it again complies with the CSS  SVG
  standards.

  [Test Case]

  
  [Regression Potential]
  This is a one line patch that has been shipped in libcroco 0.6.7 for six 
months.

  [Rest of original bug report]

  As I am not acquainted with Ubuntu/Debian
  policies/requirements/workflow for such changes, I hope I am not
  reporting it in a _completely_ wrong place… If so, feel free to
  forward this, or point me to a better place. Thanks.

     [1] https://launchpad.net/ubuntu/+source/libcroco
     [2] https://bugzilla.gnome.org/show_bug.cgi?id=672332#c4
     [3] https://git.gnome.org/browse/libcroco/log/
     [4] https://launchpad.net/libcroco/+packages
     [5] https://bugzilla.wikimedia.org/show_bug.cgi?id=46540

To manage notifications about this bug go to:
https://bugs.launchpad.net/libcroco/+bug/1163999/+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 116399] Re: [apport] gnome-session crashed with SIGSEGV

2013-04-11 Thread Dave Walker
Hello riny, or anyone else affected,

Accepted libcroco into quantal-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/libcroco/0.6.6-1ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

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

Title:
  [apport] gnome-session crashed with SIGSEGV

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

Bug description:
  Binary package hint: gnome-session

  It happend after I choose a new Theme. That night I normally logged
  out. The next morning I couldn't login in Gnome anymore. Failsafe
  works well.

  ProblemType: Crash
  Architecture: i386
  CrashCounter: 1
  Date: Wed May 23 13:57:49 2007
  DistroRelease: Ubuntu 7.10
  ExecutablePath: /usr/bin/gnome-session
  Package: gnome-session 2.19.2-0ubuntu1
  PackageArchitecture: i386
  ProcCmdline: /usr/bin/gnome-session
  ProcCwd: /home/riny
  ProcEnviron:
   LANGUAGE=nl_NL.UTF-8
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: gnome-session
  Stacktrace:
   #0  0xb75e715a in ?? () from /lib/tls/i686/cmov/libc.so.6
   #1  0x in ?? ()
  StacktraceTop:
   ?? () from /lib/tls/i686/cmov/libc.so.6
   ?? ()
  Uname: Linux Linux 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 
GNU/Linux
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin mythtv plugdev 
scanner video

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/116399/+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 116399] Please test proposed package

2013-04-11 Thread Dave Walker
Hello riny, or anyone else affected,

Accepted libcroco into quantal-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/libcroco/0.6.6-1ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  [apport] gnome-session crashed with SIGSEGV

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

Bug description:
  Binary package hint: gnome-session

  It happend after I choose a new Theme. That night I normally logged
  out. The next morning I couldn't login in Gnome anymore. Failsafe
  works well.

  ProblemType: Crash
  Architecture: i386
  CrashCounter: 1
  Date: Wed May 23 13:57:49 2007
  DistroRelease: Ubuntu 7.10
  ExecutablePath: /usr/bin/gnome-session
  Package: gnome-session 2.19.2-0ubuntu1
  PackageArchitecture: i386
  ProcCmdline: /usr/bin/gnome-session
  ProcCwd: /home/riny
  ProcEnviron:
   LANGUAGE=nl_NL.UTF-8
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: gnome-session
  Stacktrace:
   #0  0xb75e715a in ?? () from /lib/tls/i686/cmov/libc.so.6
   #1  0x in ?? ()
  StacktraceTop:
   ?? () from /lib/tls/i686/cmov/libc.so.6
   ?? ()
  Uname: Linux Linux 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 
GNU/Linux
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin mythtv plugdev 
scanner video

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/116399/+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 116399] Re: [apport] gnome-session crashed with SIGSEGV

2013-04-11 Thread Dave Walker
I made a typo producing the above report, please disregard the above.

** Tags removed: verification-needed

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

Title:
  [apport] gnome-session crashed with SIGSEGV

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

Bug description:
  Binary package hint: gnome-session

  It happend after I choose a new Theme. That night I normally logged
  out. The next morning I couldn't login in Gnome anymore. Failsafe
  works well.

  ProblemType: Crash
  Architecture: i386
  CrashCounter: 1
  Date: Wed May 23 13:57:49 2007
  DistroRelease: Ubuntu 7.10
  ExecutablePath: /usr/bin/gnome-session
  Package: gnome-session 2.19.2-0ubuntu1
  PackageArchitecture: i386
  ProcCmdline: /usr/bin/gnome-session
  ProcCwd: /home/riny
  ProcEnviron:
   LANGUAGE=nl_NL.UTF-8
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: gnome-session
  Stacktrace:
   #0  0xb75e715a in ?? () from /lib/tls/i686/cmov/libc.so.6
   #1  0x in ?? ()
  StacktraceTop:
   ?? () from /lib/tls/i686/cmov/libc.so.6
   ?? ()
  Uname: Linux Linux 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 
GNU/Linux
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin mythtv plugdev 
scanner video

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/116399/+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 1163999] Please test proposed package

2013-04-11 Thread Dave Walker
Hello Petr, or anyone else affected,

Accepted libcroco into precise-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/libcroco/0.6.5-1ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: libcroco (Ubuntu Quantal)
   Status: In Progress = Fix Committed

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

Title:
  Libcroco uses wrong green color

Status in Libcroco - C Library to suppost CSS parsing and manipulation:
  Fix Released
Status in “libcroco” package in Ubuntu:
  Fix Released
Status in “libcroco” source package in Precise:
  Fix Committed
Status in “libcroco” source package in Quantal:
  Fix Committed

Bug description:
  [Impact]

  libcroco [1] had a bug [2] in its versions 0.6.5 and 0.6.6, which
  results in e.g. librsvg rendering wrong green color. The bug has been
  fixed since 0.6.7 [3], but the Ubuntu 12.04 Precise LTS version
  contains the broken version 0.6.5-1 (and Quantal uses a newer, but
  still broken, 0.6.6-1; Raring seems to use the current (fixed)
  0.6.8-1). [4] Because Wikimedia Foundation wikis (including Wikipedia
  and Wikimedia Commons) suffer from this bug in SVG rendering [5], I
  was referred to here to report it/ask for the library to be updated,
  prior to patching it locally.

  This fix libcroco so that it again complies with the CSS  SVG
  standards.

  [Test Case]

  
  [Regression Potential]
  This is a one line patch that has been shipped in libcroco 0.6.7 for six 
months.

  [Rest of original bug report]

  As I am not acquainted with Ubuntu/Debian
  policies/requirements/workflow for such changes, I hope I am not
  reporting it in a _completely_ wrong place… If so, feel free to
  forward this, or point me to a better place. Thanks.

     [1] https://launchpad.net/ubuntu/+source/libcroco
     [2] https://bugzilla.gnome.org/show_bug.cgi?id=672332#c4
     [3] https://git.gnome.org/browse/libcroco/log/
     [4] https://launchpad.net/libcroco/+packages
     [5] https://bugzilla.wikimedia.org/show_bug.cgi?id=46540

To manage notifications about this bug go to:
https://bugs.launchpad.net/libcroco/+bug/1163999/+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 987578] Re: Evince is not allowed to use exo-open

2013-03-11 Thread Dave Walker
Hello Wannes, or anyone else affected,

Accepted apparmor into precise-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/apparmor/2.7.102-0ubuntu3.8 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: apparmor (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

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

Title:
  Evince is not allowed to use exo-open

Status in “apparmor” package in Ubuntu:
  Fix Released
Status in “evince” package in Ubuntu:
  Fix Released
Status in “apparmor” source package in Precise:
  Fix Committed
Status in “evince” source package in Precise:
  Fix Released

Bug description:
  Applications aren't able to use exo-open in Xubuntu with apparmor
  profiles enabled.

  Test case (apparmor):
  sudo aa-enforce /etc/apparmor.d/usr.bin.firefox
  Launch firefox
  Download a file in Firefox
  Tools - Downloads
  Right Click and open the downloaded file, should fail with the old version 
and open with the new

  Test case (evince):
  Open PDF with a link in it under Xubuntu
  Click the link
  Should fail with the current versions of evince/apparmor and work with the 
new versions

  -

  Regression potential:
  minimal as this should just enable exo usage with apparmor profiles

  --

  Using a fresh install of Xubuntu 12.04 beta, I can not open links from
  within evince.

  A red bar appears on top and says :
  Unable to open external link
  Failed to execute child process exo-open (Permission denied)

  I suppose this is due to a bad configuration of AppArmor.

  ProblemType: BugDistroRelease: Ubuntu 12.04
  Package: evince 3.4.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  Date: Tue Apr 24 02:40:31 2012
  EcryptfsInUse: Yes
  InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120328)
  KernLog:
   Apr 24 02:22:50 box kernel: [349882.938280] type=1400 
audit(1335226970.303:28): apparmor=DENIED operation=exec parent=13156 
profile=/usr/bin/evince name=/usr/bin/exo-open pid=13157 comm=evince 
requested_mask=x denied_mask=x fsuid=1000 ouid=0
   Apr 24 02:23:01 box kernel: [349894.110102] type=1400 
audit(1335226981.475:29): apparmor=DENIED operation=exec parent=13158 
profile=/usr/bin/evince name=/usr/bin/exo-open pid=13159 comm=evince 
requested_mask=x denied_mask=x fsuid=1000 ouid=0
   Apr 24 02:29:40 box kernel: [350293.526127] type=1400 
audit(1335227380.890:30): apparmor=DENIED operation=exec parent=13225 
profile=/usr/bin/evince name=/usr/bin/exo-open pid=13226 comm=evince 
requested_mask=x denied_mask=x fsuid=1000 ouid=0
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bashSourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/987578/+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 1100320] Re: Annotation Font-Color is unreadable in Evince

2013-03-07 Thread Dave Walker
Hello TheGhost, or anyone else affected,

Accepted evince into precise-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/evince/3.4.0-0ubuntu1.6
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: evince (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  Annotation Font-Color is unreadable in Evince

Status in Evince document viewer:
  Fix Released
Status in “evince” package in Ubuntu:
  Fix Released
Status in “evince” source package in Precise:
  Fix Committed

Bug description:
  * Impact: 
  notes added to pdfs are hard to read

  * Test Case:

  0. Select one of the Ubuntu themes
  1. Open a PDF with Evince
  2. Try to add an annotation
  3. Write some text within the annotation

  Expected to Happen:

  The annotation font color is black, so that is readable on white
  background.

  What happens instead:

  The color is yellow, so that all written text is unreadable.

  * Regression potential:
  watch for the text's color of pdf notes

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1100320/+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 1134364] Re: Check for missing language support for all installed languages

2013-03-07 Thread Dave Walker
Briefly looking at this SRU bug, please can you expand the description to 
satisfy the template suggested here:
https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template

It will unlikely be processed without this, particularly as trying to
judge regression potential.

Thanks.

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

Title:
  Check for missing language support for all installed languages

Status in “accountsservice” package in Ubuntu:
  Fix Released
Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “accountsservice” source package in Precise:
  In Progress
Status in “language-selector” source package in Precise:
  In Progress

Bug description:
  When dealing with bug 1103547 it was considered appropriate to let
  language-selector start checking for missing language support packages
  for all installed languages. In a backport context this comprises
  these steps to prevent undesired side effects:

  * Let LanguageSelector.py call missing() in language_support_pkgs.py
  instead of by_locale().

  * Backport
  https://launchpad.net/ubuntu/+source/accountsservice/0.6.29-1ubuntu5

  * Modify available_languages() in language_support_pkgs.py to safely
  exclude non-installed languages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1134364/+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 985202] Re: libx11 causes kwin to crash on login (over NX protocol)

2013-03-07 Thread Dave Walker
HansHook, Are you saying that this patch in the queue is not suitable?
http://launchpadlibrarian.net/131627487/libxrandr_2%3A1.3.2-2_2%3A1.3.2-2ubuntu0.1.diff.gz

Thanks.

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

Title:
  libx11 causes kwin to crash on login (over NX protocol)

Status in X.Org X server:
  Confirmed
Status in “libxrandr” package in Ubuntu:
  Fix Released
Status in “libxrandr” source package in Precise:
  In Progress

Bug description:
  [Impact]

  xserver crash with kwin and NX

  [Test Case]

  install NX server, log in remotely using kde session

  [Regression Potential]

  small, patch has been in raring for a couple of weeks now without
  issues

  --

  This behavior is 100% reproducible. I have freenx-server installed from here:
  https://launchpad.net/~freenx-team/+archive/ppa

  And am logging in from a remote machine with the newest nxclient from
  nomachine.org. What happens is that upon login or shortly thereafter,
  kwin crashes with a segfault. After restarting, it crashes at regular
  intervals as well.

  I reported a bug to the KDE4 tracker:
  https://bugs.kde.org/show_bug.cgi?id=298370

  And it was marked a duplicate of a bug NOT related to NX:
  https://bugs.kde.org/show_bug.cgi?id=293209

  Judging from the backtrace, and from the comments in bug 293209, the
  problem is related to Xorg, and the people at KDE seem to think that
  the problem might even be Ubuntu 12.04 specific. So I decided to re-
  report the bug here and give you pointers to the relevant KDE
  bugreports.

  We are really desperate to get Kwin working under NX and are willing
  to test whatever you like!

  Many thanks in advance.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libx11-6 2:1.4.99.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
  Uname: Linux 3.2.0-23-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu4
  Architecture: i386
  Date: Wed Apr 18 16:18:16 2012
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   SHELL=/bin/bash
  SourcePackage: libx11
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/985202/+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 1126558] Re: Please mark alsa-base as Multi-Arch: foreign

2013-02-27 Thread Dave Walker
Hello Mark, or anyone else affected,

Accepted alsa-driver into precise-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/alsa-
driver/1.0.25+dfsg-0ubuntu1.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: alsa-driver (Ubuntu Precise)
   Status: New = Fix Committed

** Tags added: verification-needed

** Changed in: alsa-driver (Ubuntu Quantal)
   Status: New = Fix Committed

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

Title:
  Please mark alsa-base as Multi-Arch: foreign

Status in “alsa-driver” package in Ubuntu:
  Fix Released
Status in “alsa-driver” source package in Precise:
  Fix Committed
Status in “alsa-driver” source package in Quantal:
  Fix Committed

Bug description:
  [Impact]
  Marking alsa-base as M-A: foreign will allow i386 packages that depend on 
alsa-base to install on a amd64 system.  Since alsa interfaces are architecture 
independent, foreign seems like the correct marking.

  $ sudo apt-get install my-32-bit-app
  my-32-bit-app:i386 : PreDepends: alsa-base:i386 but it is not installable

  [Test Case]
  Install a 32-bit package that depends or pre-depends on alsa-base and have it 
properly install.

  [Regression Potential]
  Minimal as this change on affects multi-arch status only.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1126558/+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 1126558] Please test proposed package

2013-02-27 Thread Dave Walker
Hello Mark, or anyone else affected,

Accepted alsa-driver into quantal-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/alsa-
driver/1.0.25+dfsg-0ubuntu3.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  Please mark alsa-base as Multi-Arch: foreign

Status in “alsa-driver” package in Ubuntu:
  Fix Released
Status in “alsa-driver” source package in Precise:
  Fix Committed
Status in “alsa-driver” source package in Quantal:
  Fix Committed

Bug description:
  [Impact]
  Marking alsa-base as M-A: foreign will allow i386 packages that depend on 
alsa-base to install on a amd64 system.  Since alsa interfaces are architecture 
independent, foreign seems like the correct marking.

  $ sudo apt-get install my-32-bit-app
  my-32-bit-app:i386 : PreDepends: alsa-base:i386 but it is not installable

  [Test Case]
  Install a 32-bit package that depends or pre-depends on alsa-base and have it 
properly install.

  [Regression Potential]
  Minimal as this change on affects multi-arch status only.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1126558/+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 1029289] Re: Need to authorize my google account each time I boot the computer

2013-02-27 Thread Dave Walker
Hello François, or anyone else affected,

Accepted account-plugins into quantal-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/account-
plugins/0.8-0ubuntu2.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: account-plugins (Ubuntu Quantal)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

** Changed in: signon-plugin-oauth2 (Ubuntu Quantal)
   Status: Confirmed = Fix Committed

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

Title:
  Need to authorize my google account each time I boot the computer

Status in Online Accounts: Account plugins:
  In Progress
Status in Online Accounts: OAuth2 plug-in:
  Unknown
Status in Online Accounts: Sign-on UI:
  Fix Released
Status in “account-plugins” package in Ubuntu:
  Confirmed
Status in “signon-plugin-oauth2” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Fix Committed
Status in “signon-plugin-oauth2” source package in Quantal:
  Fix Committed

Bug description:
  [Test Case] Sometimes after one day, sometimes after one week, the
  system indicator will turn red and the Google account will be marked
  as needing reauthentication. Time can vary, but any period shorter
  than one month is a symptom of the bug.

  [Regression Potential] Minimal: the change to the Google plugin (in
  account-plugins) simply changes the authentication method, in a way
  that is well-documented. The change in signon-plugin-oauth2 affects
  only those accounts/providers which use the OAuth refresh tokens --
  which is only Google, at the moment -- and in a way that can't
  possibly break any existing functionality; if the new code had some
  mistake, the refresh token would be unusable and the system would
  automatically fall back to requesting a new access token (which is
  exactly what happens now, with this bug).

  I'll try to find why the account-plugins package was not uploaded;
  indeed, both are required in order to fix this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1029289/+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 1029289] Please test proposed package

2013-02-27 Thread Dave Walker
Hello François, or anyone else affected,

Accepted signon-plugin-oauth2 into quantal-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source
/signon-plugin-oauth2/0.11-0ubuntu3.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  Need to authorize my google account each time I boot the computer

Status in Online Accounts: Account plugins:
  In Progress
Status in Online Accounts: OAuth2 plug-in:
  Unknown
Status in Online Accounts: Sign-on UI:
  Fix Released
Status in “account-plugins” package in Ubuntu:
  Confirmed
Status in “signon-plugin-oauth2” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Fix Committed
Status in “signon-plugin-oauth2” source package in Quantal:
  Fix Committed

Bug description:
  [Test Case] Sometimes after one day, sometimes after one week, the
  system indicator will turn red and the Google account will be marked
  as needing reauthentication. Time can vary, but any period shorter
  than one month is a symptom of the bug.

  [Regression Potential] Minimal: the change to the Google plugin (in
  account-plugins) simply changes the authentication method, in a way
  that is well-documented. The change in signon-plugin-oauth2 affects
  only those accounts/providers which use the OAuth refresh tokens --
  which is only Google, at the moment -- and in a way that can't
  possibly break any existing functionality; if the new code had some
  mistake, the refresh token would be unusable and the system would
  automatically fall back to requesting a new access token (which is
  exactly what happens now, with this bug).

  I'll try to find why the account-plugins package was not uploaded;
  indeed, both are required in order to fix this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1029289/+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 1100587] Please test proposed package

2013-02-27 Thread Dave Walker
Hello Alec, or anyone else affected,

Accepted gnome-control-center into precise-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source/gnome-
control-center/1:3.4.2-0ubuntu0.10 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

-- 
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/1100587

Title:
  gnome-control-center does not remove system-wide proxy settings from
  /etc/environment when switch from manual to automatic mode.

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gnome-control-center” source package in Precise:
  Fix Committed
Status in “gnome-control-center” source package in Quantal:
  Fix Committed

Bug description:
  * Impact: the environment proxy settings might end up being
  incorrectly set

  * Test Case:

  Go into system settings = network = Network Proxy = Method = Manual
  Set a proxy (I chose 'goats' for the http bit, and 8080 as the port.

  Click on 'apply system wide'.

  Note that /etc/environment contains 'http_proxy=http://goats:8080;'

  Then go into system settings = network = Network Proxy = Method = 
Automatic
  Set my automatic proxy config URL to my companies wpad.dat.
  Click on 'apply system wide'

  Note that /etc/environment still contains 'http_proxy=http://goats:8080;.
  This ends up hosing specific applications that read the proxy from the 
environment, instead of from wherever GNOME stores this data.

  * Regression potential: limited, check that the proxy settings are
  correctly set and used in both manual and automatic modes

  Ubuntu 12.04.1 LTS Precise

  gnome-control-center-1:3.4.2-0ubuntu0.8 (from precise-updates)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1100587/+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 1071561] Re: [sound-nua] Bluetooth device not listed if change mode to Off

2013-02-27 Thread Dave Walker
Hello Jimmy, or anyone else affected,

Accepted gnome-control-center into precise-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source/gnome-
control-center/1:3.4.2-0ubuntu0.10 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: gnome-control-center (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
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/1071561

Title:
  [sound-nua] Bluetooth device not listed if change mode to Off

Status in GNOME Control Center:
  New
Status in OEM Priority Project:
  In Progress
Status in OEM Priority Project precise series:
  In Progress
Status in “gnome-control-center” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Precise:
  Fix Committed

Bug description:
  * Impact: users can turn off bluetooth devices without being able to
  turn them back on

  * Test Case:
  - connect a bluetooth audio device (headset for example)
  - go to system settings - sound (under Unity)
  - look at the profiles for the bluetooth device

  off shouldn't be listed

  * Regression potential: 
  limited, check that other profiles are listed are they should

  -

  I've accidentally changed the operation mode of my Bluetooth phone
  from A2DP to Off, then the device is removed from the list.

  Instead, it should be marked as disabled, and kept on list, so I could 
reactivate it later.
  To reactivate, I needed to install tdbtools, open tdb file that store this 
settings (pulseaudio), then remove my device from records. After that, the 
device was listed again on Sound Settings as A2DP sound output.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1071561/+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 1034163] Re: gnome-panel crashed with SIGABRT in g_assertion_message()

2012-11-12 Thread Dave Walker
** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1034163/+attachment/3251797/+files/Stacktrace.txt

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

Title:
  gnome-panel crashed with SIGABRT in g_assertion_message()

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

Bug description:
  I switched theme, then I switched theme back.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: gnome-panel 1:3.5.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-8.8-generic 3.5.0
  Uname: Linux 3.5.0-8-generic x86_64
  ApportVersion: 2.4-0ubuntu6
  Architecture: amd64
  Date: Tue Aug  7 23:07:15 2012
  ExecutablePath: /usr/bin/gnome-panel
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcCmdline: gnome-panel
  Signal: 6
  SourcePackage: gnome-panel
  StacktraceTop:
   raise () from /lib/x86_64-linux-gnu/libc.so.6
   abort () from /lib/x86_64-linux-gnu/libc.so.6
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   gtk_container_propagate_draw () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: gnome-panel crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to quantal on 2012-07-25 (12 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1034163/+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 1070877] [NEW] vfat mounts as showexec

2012-10-24 Thread Dave Walker
Public bug reported:

Kinda surprised to see *.py/*.sh not executable on pen drives...

   showexec
  If  set,  the  execute  permission  bits of the file will be 
allowed only if the extension part of the name is .EXE, .COM, or
  .BAT. Not set by default.

The good news is that i learned a new (useless) mount option, so today..
I am a better person for that knowledge.

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

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

Title:
  vfat mounts as showexec

Status in “gnome-disk-utility” package in Ubuntu:
  New

Bug description:
  Kinda surprised to see *.py/*.sh not executable on pen drives...

 showexec
If  set,  the  execute  permission  bits of the file will be 
allowed only if the extension part of the name is .EXE, .COM, or
.BAT. Not set by default.

  The good news is that i learned a new (useless) mount option, so
  today.. I am a better person for that knowledge.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1070877/+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 844995] Re: Please demote python-couchdb to universe

2012-08-31 Thread Dave Walker
Override component to universe
python-couchdb 0.8-0ubuntu2 in quantal: main/python - universe
python-couchdb 0.8-0ubuntu2 in quantal amd64: main/python/optional - universe
python-couchdb 0.8-0ubuntu2 in quantal armel: main/python/optional - universe
python-couchdb 0.8-0ubuntu2 in quantal armhf: main/python/optional - universe
python-couchdb 0.8-0ubuntu2 in quantal i386: main/python/optional - universe
python-couchdb 0.8-0ubuntu2 in quantal powerpc: main/python/optional - universe
6 publications overridden.


** Changed in: python-couchdb (Ubuntu)
   Status: New = Fix Released

** Changed in: python-couchdb (Ubuntu)
 Assignee: (unassigned) = Dave Walker (davewalker)

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

Title:
  Please demote python-couchdb to universe

Status in “couchdb” package in Ubuntu:
  Fix Released
Status in “couchdb-glib” package in Ubuntu:
  Fix Released
Status in “desktopcouch” package in Ubuntu:
  Fix Released
Status in “evolution-couchdb” package in Ubuntu:
  Fix Released
Status in “kombu” package in Ubuntu:
  Fix Released
Status in “python-couchdb” package in Ubuntu:
  Fix Released
Status in “couchdb” source package in Precise:
  Fix Released
Status in “couchdb-glib” source package in Precise:
  Fix Released
Status in “desktopcouch” source package in Precise:
  Fix Released
Status in “evolution-couchdb” source package in Precise:
  Fix Released
Status in “kombu” source package in Precise:
  Won't Fix
Status in “python-couchdb” source package in Precise:
  Won't Fix

Bug description:
  There are several packages which we'd like to have demoted to universe
  in the archive. The related binary packages are:

  couchdb
  couchdb-bin

  gir1.2-couchdb-1.0
  gir1.2-desktopcouch-1.0
  libcouchdb-glib-1.0-2
  libcouchdb-glib-1.0-cil
  libcouchdb-glib-dev
  libcouchdb-glib-doc
  libdesktopcouch-glib-1.0-2
  libdesktopcouch-glib-dev

  desktopcouch
  desktopcouch-tools
  desktopcouch-ubuntuone
  python-desktopcouch
  python-desktopcouch-application
  python-desktopcouch-records
  python-desktopcouch-recordtypes

  evolution-couchdb

  python-couchdb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/couchdb/+bug/844995/+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 844995] Re: Drop support for couchdb related packages

2012-08-12 Thread Dave Walker
** Changed in: kombu (Ubuntu)
 Assignee: Canonical Server Team (canonical-server) = (unassigned)

** Changed in: kombu (Ubuntu Precise)
 Assignee: Canonical Server Team (canonical-server) = (unassigned)

** Changed in: kombu (Ubuntu)
 Assignee: (unassigned) = Dave Walker (davewalker)

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

Title:
  Drop support for couchdb related packages

Status in “couchdb” package in Ubuntu:
  Fix Released
Status in “couchdb-glib” package in Ubuntu:
  Fix Released
Status in “desktopcouch” package in Ubuntu:
  Fix Released
Status in “evolution-couchdb” package in Ubuntu:
  Fix Released
Status in “kombu” package in Ubuntu:
  Fix Released
Status in “python-couchdb” package in Ubuntu:
  Triaged
Status in “couchdb” source package in Precise:
  Fix Released
Status in “couchdb-glib” source package in Precise:
  Fix Released
Status in “desktopcouch” source package in Precise:
  Fix Released
Status in “evolution-couchdb” source package in Precise:
  Fix Released
Status in “kombu” source package in Precise:
  Won't Fix
Status in “python-couchdb” source package in Precise:
  Won't Fix

Bug description:
  There are several packages which we'd like to have demoted to universe
  in the archive. The related binary packages are:

  couchdb
  couchdb-bin

  gir1.2-couchdb-1.0
  gir1.2-desktopcouch-1.0
  libcouchdb-glib-1.0-2
  libcouchdb-glib-1.0-cil
  libcouchdb-glib-dev
  libcouchdb-glib-doc
  libdesktopcouch-glib-1.0-2
  libdesktopcouch-glib-dev

  desktopcouch
  desktopcouch-tools
  desktopcouch-ubuntuone
  python-desktopcouch
  python-desktopcouch-application
  python-desktopcouch-records
  python-desktopcouch-recordtypes

  evolution-couchdb

  python-couchdb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/couchdb/+bug/844995/+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 1015788] Re: All the apport crash reports are now *** Error: Invalid problem report - TypeError: startswith first arg must be bytes or a tuple of bytes, not str

2012-06-21 Thread Dave Walker
I am still seeing this issue, attached is the .crash file.

Thanks.

** Attachment added: _usr_share_apport_package-hooks_dkms_packages.py.0.crash
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1015788/+attachment/3198607/+files/_usr_share_apport_package-hooks_dkms_packages.py.0.crash

** Changed in: apport (Ubuntu Quantal)
   Status: Fix Released = Confirmed

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

Title:
  All the apport crash reports are now *** Error: Invalid problem
  report - TypeError: startswith first arg must be bytes or a tuple of
  bytes, not str

Status in “apport” package in Ubuntu:
  Confirmed
Status in “apport” source package in Quantal:
  Confirmed

Bug description:
  TEST CASE:
  1. Select any crash file in /var/crash/
  2. From a terminal run:
  $ apport-cli 
/var/crash/_usr_share_apport_package-hooks_dkms_packages.py.0.crash
  3. Select 'View Report'

  ACTUAL RESULT:
  show this in cli -
  Traceback (most recent call last):
    File /usr/bin/apport-cli, line 366, in module
  if not app.run_argv():
    File /usr/lib/python3/dist-packages/apport/ui.py, line 569, in run_argv
  self.run_crash(self.options.crash_file, False)
    File /usr/lib/python3/dist-packages/apport/ui.py, line 231, in run_crash
  response = self.ui_present_report_details(allowed_to_report)
    File /usr/bin/apport-cli, line 206, in ui_present_report_details
  self.collect_info()
    File /usr/lib/python3/dist-packages/apport/ui.py, line 912, in 
collect_info
  known_thread.exc_raise()
    File /usr/lib/python3/dist-packages/apport/REThread.py, line 65, in 
exc_raise
  raise 
self._exception[0](self._exception[1]).with_traceback(self._exception[2])
    File /usr/lib/python3/dist-packages/apport/REThread.py, line 35, in run
  self._retval = self.__target(*self.__args, **self.__kwargs)
    File /usr/lib/python3/dist-packages/apport/crashdb_impl/launchpad.py, 
line 904, in known
  if not line.startswith('bug:'):
  TypeError: startswith first arg must be bytes or a tuple of bytes, not str

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: apport 2.2.3-0ubuntu6
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.2.3-0ubuntu6
  Architecture: amd64
  CrashReports:
   640:1000:114:16459596:2012-06-20 16:43:49.167639000 -0400:2012-06-20 
16:43:50.167639000 -0400:/var/crash/_usr_bin_inkscape.1000.crash
   640:1000:114:51527:2012-06-20 16:42:49.539343000 -0400:2012-06-20 
16:42:51.567348389 -0400:/var/crash/_usr_share_apport_apport-gtk.1000.crash
  Date: Wed Jun 20 16:44:39 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120603)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1015788/+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 932279] Re: It require a password never inserted

2012-02-15 Thread Dave Walker
Please can you provide information how you logged into the system.. Have
you enabled automatic login?

Thanks.

** Changed in: gnome-keyring (Ubuntu)
   Status: New = Incomplete

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

Title:
  It require a password never inserted

Status in “gnome-keyring” package in Ubuntu:
  Incomplete

Bug description:
  Hello
  testing Lucid 20120214.2, fresh installed, I click on the network icon and 
the keyring popup appear requesting a password that i've never inserted, root 
password is not accepted.
  I close this popup, it reappear, close it again then no more disturbing 
apparently.
  Fabio

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gnome-keyring 2.92.92.is.2.30.3-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
  Uname: Linux 2.6.32-38-generic x86_64
  Architecture: amd64
  Date: Tue Feb 14 20:37:12 2012
  InstallationMedia: Ubuntu 10.04.4 LTS Lucid Lynx - Release amd64 
(20120214.2)
  ProcEnviron:
   LANG=it_IT.utf8
   SHELL=/bin/bash
  SourcePackage: gnome-keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932279/+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 833073] Re: oneiric gdm picker list contains system user, rabbitmq

2012-01-06 Thread Dave Walker
** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided = Medium

-- 
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/833073

Title:
  oneiric gdm picker list contains system user, rabbitmq

Status in “gdm” package in Ubuntu:
  Confirmed
Status in “rabbitmq-server” package in Ubuntu:
  New

Bug description:
  Probably related to #696038, which is marked as fixed in 11.04.
  Screen photo of picker attached.

  $ id rabbitmq
  uid=133(rabbitmq) gid=139(rabbitmq) groups=139(rabbitmq)
  $ ck-history --frequent |head -2
  cmiller  294
  rabbitmq 93
  $ ck-list-sessions 
  Session4:
unix-user = '133'
realname = 'RabbitMQ messaging server'
seat = 'Seat1'
session-type = ''
active = FALSE
x11-display = ''
x11-display-device = ''
display-device = '/dev/???'
remote-host-name = ''
is-local = TRUE
on-since = '2011-08-24T14:50:45.556121Z'
login-session-id = ''
  Session5:
unix-user = '1000'
realname = 'Chad MILLER'
seat = 'Seat1'
session-type = 'x11'
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2011-08-24T14:54:20.599190Z'
login-session-id = ''

  
  ii  gdm3.0.4-0ubuntu9
  ii  rabbitmq-server 2.5.0-1ubuntu1
  ii  consolekit 0.4.5-1

  debsums lists no local changes for either gdm or rabbitmq-server.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/833073/+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 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2011-12-01 Thread Dave Walker
** Changed in: cups (Ubuntu)
Milestone: precise-alpha-1 = precise-alpha-2

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

Title:
  Completely replace lcms1 by lcms2 in Ubuntu

Status in Inkscape: A Vector Drawing Tool:
  New
Status in “cups” package in Ubuntu:
  In Progress
Status in “dcraw” package in Ubuntu:
  New
Status in “digikam” package in Ubuntu:
  New
Status in “enblend” package in Ubuntu:
  New
Status in “enblend-enfuse” package in Ubuntu:
  New
Status in “f-spot” package in Ubuntu:
  New
Status in “geeqie” package in Ubuntu:
  New
Status in “gimp” package in Ubuntu:
  New
Status in “imagemagick” package in Ubuntu:
  New
Status in “inkscape” package in Ubuntu:
  Triaged
Status in “kdegraphics” package in Ubuntu:
  New
Status in “lcms” package in Ubuntu:
  New
Status in “libkdcraw” package in Ubuntu:
  New
Status in “libmng” package in Ubuntu:
  New
Status in “libraw” package in Ubuntu:
  Fix Released
Status in “openjdk-6” package in Ubuntu:
  New
Status in “poppler” package in Ubuntu:
  New
Status in “python-imaging” package in Ubuntu:
  New
Status in “rawstudio” package in Ubuntu:
  New
Status in “shotwell” package in Ubuntu:
  Fix Released
Status in “ufraw” package in Ubuntu:
  New
Status in “xsane” package in Ubuntu:
  New

Bug description:
  Many packages in Ubuntu use the liblcms1 library (source package
  lcms). This library is discontinued upstream and replaced by liblcms2.
  Due to this bugs in liblcms1 are not fixed any more upstream and
  important improvements in color reproduction and safety against
  crashes are not done. Therefore we should remove lcms1 and migrate all
  programs using it to lcms2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/885324/+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 882296] Re: No complete specification for how Ubuntu sessions are supposed to work

2011-12-01 Thread Dave Walker
** Changed in: gnome-session (Ubuntu)
Milestone: precise-alpha-1 = precise-alpha-2

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

Title:
  No complete specification for how Ubuntu sessions are supposed to work

Status in “gnome-session” package in Ubuntu:
  In Progress

Bug description:
  Ubuntu has no complete specification for the appearance and behavior
  of startup, login, locking, unlocking, suspending, hibernating,
  resuming, restarting, and shutting down.

  Without a specification, any request for a design change is unlikely
  to take into account consistency with, or constraints imposed by, the
  rest of the session system.

  For example:
  - How should you be discouraged from, or warned about, losing data when 
logging out of a guest session?
  - What should Restart or Shut Down do if other user accounts are logged 
in? (bug 86)
  - What should happen if you try to choose Restart while the Log Out 
dialog is open?
  - How should the lock screen command and option be presented for a user 
account that logs in automatically?

  This bug will be fixed when the desired behavior for all UI-related
  bug reports in https://bugs.launchpad.net/ubuntu/+source/gnome-
  session is either obvious, or specified in
  https://wiki.ubuntu.com/SessionHandling.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/882296/+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 829221] Re: lightdm crashed with SIGSEGV in initialize_password_db()

2011-12-01 Thread Dave Walker
** Changed in: samba (Ubuntu)
Milestone: precise-alpha-1 = precise-alpha-2

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

Title:
  lightdm crashed with SIGSEGV in initialize_password_db()

Status in “lightdm” package in Ubuntu:
  Invalid
Status in “samba” package in Ubuntu:
  Confirmed
Status in “lightdm” source package in Oneiric:
  Invalid
Status in “samba” source package in Oneiric:
  Fix Released
Status in “lightdm” source package in Precise:
  Invalid
Status in “samba” source package in Precise:
  Confirmed

Bug description:
  Happens on every login afer upgrading from 11.04

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: lightdm 0.9.3-0ubuntu5
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Fri Aug 19 00:59:54 2011
  Disassembly: = 0x0:  Cannot access memory at address 0x0
  ExecutablePath: /usr/sbin/lightdm
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcCmdline: lightdm
  ProcCwd: /
  ProcEnviron: PATH=(custom, no user)
  SegvAnalysis:
   Segfault happened at: 0x0:   Cannot access memory at address 0x0
   PC (0x) not located in a known VMA region (needed executable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: executing NULL VMA
  Signal: 11
  SourcePackage: lightdm
  StacktraceTop:
   ?? ()
   ?? () from /lib/security/pam_smbpass.so
   initialize_password_db () from /lib/security/pam_smbpass.so
   pam_sm_authenticate () from /lib/security/pam_smbpass.so
   ?? () from /lib/x86_64-linux-gnu/libpam.so.0
  Title: lightdm crashed with SIGSEGV in initialize_password_db()
  UpgradeStatus: Upgraded to oneiric on 2011-08-18 (0 days ago)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/829221/+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 888662] Re: Web browsers should share the cache

2011-11-11 Thread Dave Walker
** Changed in: elinks (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Web browsers should share the cache

Status in “amaya” package in Ubuntu:
  New
Status in “chimera2” package in Ubuntu:
  New
Status in “dillo” package in Ubuntu:
  New
Status in “dooble” package in Ubuntu:
  New
Status in “elinks” package in Ubuntu:
  New
Status in “epiphany-browser” package in Ubuntu:
  New
Status in “links” package in Ubuntu:
  New
Status in “links2” package in Ubuntu:
  New
Status in “luakit” package in Ubuntu:
  New
Status in “lynx-cur” package in Ubuntu:
  Invalid
Status in “netrik” package in Ubuntu:
  New
Status in “netsurf” package in Ubuntu:
  New
Status in “surf” package in Ubuntu:
  New
Status in “uzbl” package in Ubuntu:
  New
Status in “w3m” package in Ubuntu:
  New
Status in “xxxterm” package in Ubuntu:
  New

Bug description:
  Web browsers should share the browser cache;
  * Reduce disk usage
  * Reduce network bandwidth usage
  * Make it easier to clean the cache
  * Unify and centralize common cache

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amaya/+bug/888662/+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 642792] Re: ALT+PrtSc not recognised: breaks built-in screenshot function

2011-10-12 Thread Dave Walker
This is not a new regression for Oneiric and is therefore not suitable
for inclusion in the release notes.  The prior release notes have
shipped, and therefore marking task as Invalid.

Thanks.

** Changed in: ubuntu-release-notes
   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/642792

Title:
  ALT+PrtSc not recognised: breaks built-in screenshot function

Status in Release Notes for Ubuntu:
  Invalid
Status in “compiz” package in Ubuntu:
  Invalid
Status in “linux” package in Ubuntu:
  Confirmed
Status in “metacity” package in Ubuntu:
  Invalid
Status in “compiz” source package in Maverick:
  Invalid
Status in “linux” source package in Maverick:
  Confirmed
Status in “metacity” source package in Maverick:
  Invalid

Bug description:
  Binary package hint: xkeyboard-config

  On an EN-GB keyboard (and maybe others) ALT+PrtSc is the default
  keyboard shortcut for Take a screenshot of a window as configured in
  System - Preferences - Keyboard Shortcuts. However the system
  doesn't seem to respond to that keyboard combination at all. Pressing
  ALT+PrtSc on a default Maverick install does nothing. Indeed
  attempting to _set_ that keyboard shortcut in the Keyboard Shortcuts
  dialog results in it not being registered.

  Workaround:
  sudo sysctl -w kernel.sysrq=0

  Steps to reproduce:-

  1) Try to screenshot the entire desktop with PrtSc - this works
  2) Try to take a screenshot of one active window with ALT+PrtSc - nothing 
happens.

  Additionally

  1) Navigate to System - Preferences - Keyboard Shortcuts
  2) Scroll down to Desktop - Take a screenshot of a window, and then click 
that line in order to set a keyboard shortcut for the action
  3) Press ALT+PrtSc - nothing happens
  4) Press a different keyboard combination such as CTRL+PrtSc or 
Super/Windows+PrtSc - this works

  Additionally

  1) Open a terminal
  2) Run 'xev' and then press ALT+PrtSc. Observe data in the xev terminal 
window when ALT is pressed, but nothing for ALT+PrtSc

  Seems a fairly critical regression bug given we document this keyboard
  shortcut in the help, and it's very commonly used by documenters and
  people getting support. It works fine in previous releases.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xkb-data 1.8-1ubuntu8
  ProcVersionSignature: Ubuntu 2.6.35-22.32-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  256.53  Fri Aug 27 20:27:48 
PDT 2010
   GCC version:  gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu4)
  Architecture: amd64
  CurrentDmesg:
   [   22.090007] eth1: no IPv6 routers present
   [  691.401253] show_signal_msg: 9 callbacks suppressed
   [  691.401258] gnome-help[2307]: segfault at 35a3f08 ip 7f9f58d3043e sp 
7d377130 error 4 in libxml2.so.2.7.7[7f9f58cae000+147000]
  Date: Sun Sep 19 14:19:15 2010
  Dependencies:

  DkmsStatus:
   nvidia-current, 256.53, 2.6.35-22-generic, x86_64: installed
   nvidia-current, 256.53, 2.6.35-21-generic, x86_64: installed
   nvidia-current, 256.53, 2.6.35-20-generic, x86_64: installed
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.1)
  MachineType: System manufacturer System Product Name
  PackageArchitecture: all
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=fb22b4e1-1576-4bf8-8272-15300bc7de38 ro quiet splash
  ProcEnviron:
   LANG=en_GB.utf8
   SHELL=/bin/bash
  SourcePackage: xkeyboard-config
  dmi.bios.date: 04/24/2009
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: ASUS P5N32-E SLI ACPI BIOS Revision 1801
  dmi.board.name: P5N32-E SLI
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 1.XX
  dmi.chassis.asset.tag: 123456789000
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSP5N32-ESLIACPIBIOSRevision1801:bd04/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N32-ESLI:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  glxinfo: Error: [Errno 2] No such file or directory
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   x86_64
   kernel: 2.6.35-22-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/642792/+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 529714] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2011-09-30 Thread Dave Walker
(For the samba task.)

** Changed in: samba (Ubuntu Oneiric)
   Status: Triaged = Fix Released

** Changed in: samba (Ubuntu Oneiric)
 Assignee: Chuck Short (zulcss) = (unassigned)

-- 
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/529714

Title:
  rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

Status in Samba:
  Unknown
Status in “banshee” package in Ubuntu:
  New
Status in “eglibc” package in Ubuntu:
  Confirmed
Status in “samba” package in Ubuntu:
  Fix Released
Status in “banshee” source package in Natty:
  New
Status in “eglibc” source package in Natty:
  Won't Fix
Status in “samba” source package in Natty:
  Fix Released
Status in “banshee” source package in Oneiric:
  New
Status in “eglibc” source package in Oneiric:
  Won't Fix
Status in “samba” source package in Oneiric:
  Fix Released

Bug description:
  Binary package hint: rhythmbox

  rhythmbox crashes when trying to access the Ubuntu One music store.

  ProblemType: Crash
  Architecture: i386
  Date: Sun Feb 28 16:05:20 2010
  DistroRelease: Ubuntu 10.04
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/rhythmbox
  Package: rhythmbox 0.12.6git20100223-0ubuntu1
  ProcCmdline: rhythmbox
  ProcEnviron:
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
  SegvAnalysis:
   Segfault happened at: 0x223f682 _nss_wins_gethostbyname_r+914: movl   
$0x0,(%eax)
   PC (0x0223f682) ok
   source $0x0 ok
   destination (%eax) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: rhythmbox
  StacktraceTop:
   _nss_wins_gethostbyname_r () from /lib/libnss_wins.so.2
   _nss_wins_gethostbyname2_r () from /lib/libnss_wins.so.2
   ?? () from /lib/tls/i686/cmov/libc.so.6
   getaddrinfo () from /lib/tls/i686/cmov/libc.so.6
   ?? () from /usr/lib/libgio-2.0.so.0
  Title: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
  Uname: Linux 2.6.32-14-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/529714/+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 529714] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2011-09-30 Thread Dave Walker
As per comment #63  #64, this is Fix Released in Oneiric.

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/529714

Title:
  rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

Status in Samba:
  Unknown
Status in “banshee” package in Ubuntu:
  New
Status in “eglibc” package in Ubuntu:
  Confirmed
Status in “samba” package in Ubuntu:
  Fix Released
Status in “banshee” source package in Natty:
  New
Status in “eglibc” source package in Natty:
  Won't Fix
Status in “samba” source package in Natty:
  Fix Released
Status in “banshee” source package in Oneiric:
  New
Status in “eglibc” source package in Oneiric:
  Won't Fix
Status in “samba” source package in Oneiric:
  Fix Released

Bug description:
  Binary package hint: rhythmbox

  rhythmbox crashes when trying to access the Ubuntu One music store.

  ProblemType: Crash
  Architecture: i386
  Date: Sun Feb 28 16:05:20 2010
  DistroRelease: Ubuntu 10.04
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/rhythmbox
  Package: rhythmbox 0.12.6git20100223-0ubuntu1
  ProcCmdline: rhythmbox
  ProcEnviron:
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
  SegvAnalysis:
   Segfault happened at: 0x223f682 _nss_wins_gethostbyname_r+914: movl   
$0x0,(%eax)
   PC (0x0223f682) ok
   source $0x0 ok
   destination (%eax) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: rhythmbox
  StacktraceTop:
   _nss_wins_gethostbyname_r () from /lib/libnss_wins.so.2
   _nss_wins_gethostbyname2_r () from /lib/libnss_wins.so.2
   ?? () from /lib/tls/i686/cmov/libc.so.6
   getaddrinfo () from /lib/tls/i686/cmov/libc.so.6
   ?? () from /usr/lib/libgio-2.0.so.0
  Title: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
  Uname: Linux 2.6.32-14-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/529714/+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 807733] Re: Firefox doesn't restart after upgrades where the version changes

2011-09-23 Thread Dave Walker
** Changed in: firefox (Ubuntu)
Milestone: ubuntu-11.10-beta-2 = ubuntu-11.10

-- 
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/807733

Title:
  Firefox doesn't restart after upgrades where the version changes

Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox” source package in Oneiric:
  Triaged

Bug description:
  When you click the restart button in Firefox after a version upgrade
  (like 5-6, 3.6.17-3.6.18, but not 8.0~a1~hg20110707r72459 -
  8.0~a1~hg20110708r72522), Firefox doesn't restart.  This functionality
  works normally after addons are installed.  The problem is the path
  changes to the Firefox binary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/807733/+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 764321] Re: Please add launcher quicklist for banshee

2011-09-23 Thread Dave Walker
** Changed in: banshee (Ubuntu)
Milestone: ubuntu-11.10-beta-2 = ubuntu-11.10

-- 
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/764321

Title:
  Please add launcher quicklist for banshee

Status in Ayatana Design:
  Invalid
Status in Banshee Music Player:
  New
Status in NULL Project:
  Invalid
Status in “banshee” package in Ubuntu:
  In Progress

Bug description:
  Banshee does not have quicklist actions in Unity. The linked patch in
  comment #13 (attached in the upstream bug) is a preliminary patch
  towards resolving this issue, and will probably be the final patch
  assuming that the current set of quicklist actions added by the patch
  is acked and finalized.

  For now, the list is:-
  * Play
  * Pause
  * Stop
  * Previous
  * Next
  * Preferences.

  Play and Pause should probably be merged into Play/Pause using the
  banshee --toggle-playing option, as only one of those options is
  relevant at any point in time. However, while Play and Pause have
  already been localized by existing strings elsewhere, Play/Pause has
  not.

  And do we need Preferences? Perhaps that action should be just dropped
  from the quicklist outright.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/764321/+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 732572] Re: New Mail Notification Sound does not play in Natty

2011-09-23 Thread Dave Walker
** Changed in: thunderbird (Ubuntu)
Milestone: ubuntu-11.10-beta-2 = ubuntu-11.10

-- 
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/732572

Title:
  New Mail Notification Sound does not play in Natty

Status in Mozilla Thunderbird Mail and News:
  In Progress
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “thunderbird” source package in Oneiric:
  Triaged

Bug description:
  Binary package hint: thunderbird

  After setting the preference to play a .wav file and selecting a working .wav 
file, it will not play by ether:
  1. Clicking the Play button in the preference dialog
  2. Receiving a new email

  Expected result is that it should play the selected file.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: thunderbird 3.1.9+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic-pae 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic-pae i686
  Architecture: i386
  Date: Thu Mar 10 13:23:55 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110302)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: thunderbird
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/732572/+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 808777] Re: Determine if / how we should switch workspaces when focusing Thunderbird

2011-09-23 Thread Dave Walker
** Changed in: thunderbird (Ubuntu)
Milestone: ubuntu-11.10-beta-2 = ubuntu-11.10

-- 
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/808777

Title:
  Determine if / how we should switch workspaces when focusing
  Thunderbird

Status in Messaging Menu Thunderbird Extension:
  New
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “thunderbird” source package in Oneiric:
  Triaged

Bug description:
  SRoesgen writes:

  I have placed Thunderbird on one workspace. When I work on a
  different workspace and see the Messaging Menu indicate that a new
  mail arrived I click on the Messaging Menu and click on Thunderbird
  Mail/ News nothing happens.

To manage notifications about this bug go to:
https://bugs.launchpad.net/messagingmenu-extension/+bug/808777/+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 823955] Re: network indicator flickers when opened(leaks unity-panel-service)

2011-09-23 Thread Dave Walker
** Changed in: network-manager-applet (Ubuntu)
Milestone: ubuntu-11.10-beta-2 = ubuntu-11.10

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

Title:
  network indicator flickers when opened(leaks unity-panel-service)

Status in “network-manager-applet” package in Ubuntu:
  Triaged

Bug description:
  happens on two systems in Oneiric. When the network icon is clicked it
  blinks.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager-gnome 0.8.9997+git.20110726t113022.cc3d423-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-8.10-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Wed Aug 10 18:56:53 2011
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110806)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.5
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/823955/+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 805252] Re: appmenu shows nautilus menu when desktop is displayed

2011-09-23 Thread Dave Walker
** Changed in: nautilus (Ubuntu)
Milestone: ubuntu-11.10-beta-2 = ubuntu-11.10

-- 
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/805252

Title:
  appmenu shows nautilus menu when desktop is displayed

Status in Unity Foundations:
  Triaged
Status in “nautilus” package in Ubuntu:
  Triaged
Status in “nautilus” source package in Oneiric:
  Triaged

Bug description:
  The file, edit and view menus  are the same as seen in nautilus. This means 
there are options unsuitable for use on the desktop.
  Some may actually cause issue if selected, Ex. File  new tab or window, ect.

  TEST CASE:
  1. Press SUPER+d to minimize all the windows
  2. Move the mouse over the top panel

  Result:
  It displays the nautilus menu.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: appmenu-gtk 0.3.0~r135-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-9.43lp760131v201106060906-generic 2.6.38.7
  Uname: Linux 2.6.38-9-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Sun Jul  3 18:03:47 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110202)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: appmenu-gtk
  UpgradeStatus: Upgraded to oneiric on 2011-07-03 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-foundations/+bug/805252/+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 840971] Re: volume changes work correctly but the OSD always shows full volume and plips at the same level

2011-09-23 Thread Dave Walker
** Changed in: gnome-settings-daemon (Ubuntu)
Milestone: ubuntu-11.10-beta-2 = ubuntu-11.10

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

Title:
  volume changes work correctly but the OSD always shows full volume and
  plips at the same level

Status in Gnome Settings Daemon:
  Unknown
Status in Sound Menu:
  Invalid
Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “indicator-sound” package in Ubuntu:
  Invalid

Bug description:
  The volume controls on this machine work fine, but the visual feedback
  OSD display always shows the highest value and plips at the same
  highest volume indication.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: indicator-sound 0.7.6.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Sun Sep  4 13:42:07 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: indicator-sound
  UpgradeStatus: Upgraded to oneiric on 2011-08-05 (29 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/840971/+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 706354] Re: dpkg-maintscript-helper: warning: environment variable DPKG_MAINTSCRIPT_PACKAGE missing

2011-09-20 Thread Dave Walker
** Changed in: ntp (Ubuntu)
   Importance: Undecided = Low

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

Title:
  dpkg-maintscript-helper: warning: environment variable
  DPKG_MAINTSCRIPT_PACKAGE missing

Status in AppArmor Linux application security framework:
  Invalid
Status in “apparmor” package in Ubuntu:
  Confirmed
Status in “debconf” package in Ubuntu:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Confirmed
Status in “lightdm” package in Ubuntu:
  Confirmed
Status in “ntp” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: dpkg

  natty i386 updated

  into a terminal, get this output:

  oem@oem-desktop:~$ sudo dpkg-reconfigure apparmor
  [sudo] password for oem: 
  dpkg-maintscript-helper: warning: environment variable DPKG_MAINTSCRIPT_NAME 
missing
  dpkg-maintscript-helper: warning: environment variable 
DPKG_MAINTSCRIPT_PACKAGE missing
   * Starting AppArmor profiles

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: dpkg 1.15.8.7ubuntu2
  ProcVersionSignature: Ubuntu 2.6.37-12.26-generic-pae 2.6.37
  Uname: Linux 2.6.37-12-generic-pae i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Sat Jan 22 18:48:00 2011
  ProcEnviron:
   LANGUAGE=fr_FR:fr:en_GB:en
   LANG=fr_FR.UTF-8
   LC_MESSAGES=fr_FR.utf8
   SHELL=/bin/bash
  SourcePackage: dpkg

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/706354/+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 842768] Re: Cups notifies printer ' xxx ' may be not connected although printer is OK and printing is OK too

2011-09-15 Thread Dave Walker
** Also affects: gnome-settings-daemon (Ubuntu Oneiric)
   Importance: Medium
 Assignee: Rodrigo Moya (rodrigo-moya)
   Status: Fix Committed

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

Title:
  Cups notifies printer ' xxx ' may be not connected  although printer
  is OK and printing is OK too

Status in “gnome-settings-daemon” package in Ubuntu:
  Fix Committed
Status in “gnome-settings-daemon” source package in Oneiric:
  Fix Committed

Bug description:
  My printer :USB  HP deskjet 460c well installed

  when I launch any printing job ( from all apps included printing test
  page by printer menu in system/logout right menu  ) , system
  notifies me that my printer may be not connected ..  but all works .

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: cups 1.5.0-5
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  CupsErrorLog:
   W [06/Sep/2011:07:56:14 +0200] failed to AddProfile: 
org.freedesktop.ColorManager.Failed:profile object path 
'/org/freedesktop/ColorManager/profiles/Deskjet_460_RGB__' has already been 
added
   E [06/Sep/2011:07:56:14 +0200] Failed to update TXT record for HP Deskjet 
460 @ pierreolivier-Desktop: -2
  Date: Tue Sep  6 16:32:30 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110808)
  Lpstat: device for Deskjet-460: hp:/usb/Deskjet_460?serial=MY64P4Z38M
  MachineType: System manufacturer System Product Name
  Papersize: a4
  PpdFiles: Deskjet-460: HP Deskjet 460, hpcups 3.11.7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-10-generic 
root=UUID=b2f3b035-88c2-450b-919e-0b65be858730 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/10/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0220
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QPL-VM EPU
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0220:bd04/10/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QPL-VMEPU:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/842768/+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 830377] Re: autofs5 needs to start before lightdm

2011-08-22 Thread Dave Walker
** Also affects: lightdm (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: autofs5 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  autofs5 needs to start before lightdm

Status in “autofs5” package in Ubuntu:
  New
Status in “lightdm” package in Ubuntu:
  New

Bug description:
  I use autofs to mount my $HOME.  Since upgrading to oneiric and
  lightdm I can no longer login as the system hangs trying to mount my
  $HOME.

  I added an 'emit autofs' to /etc/init/autofs.conf and a 'and started
  autofs' to /etc/init/lightdm to force the ordering and now all works.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: autofs5 5.0.6-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic i686
  Architecture: i386
  Date: Sun Aug 21 10:42:36 2011
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: autofs5
  UpgradeStatus: Upgraded to oneiric on 2011-03-13 (160 days ago)
  mtime.conffile..etc.init.autofs.conf: 2011-08-21T10:32:48.718150

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/830377/+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