[Desktop-packages] [Bug 1969263] Re: crashed file manager

2022-04-16 Thread Colin Watson
** Project changed: launchpad => nautilus (Ubuntu)

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

Title:
  crashed file manager

Status in nautilus package in Ubuntu:
  New

Bug description:
  Using Ubuntu 22.04 beta by accessing the Files(Nautilus) icon with the
  right mouse button on the dock and selecting one of the options New
  Window-Documents-Downloads-Images-Music-Videos Files(Nautilus) crashes
  and closes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1969263/+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 1959015] [NEW] Switch to new HTTPS-capable domains for PPAs

2022-01-25 Thread Colin Watson
Public bug reported:

As described in bug 1473091, PPAs are now being served from new domains
that aren't under launchpad.net and so can safely serve HTTPS without
risk of compromising Launchpad session cookies.  The old domains will
keep working indefinitely, but nevertheless it would be good if we could
arrange for add-apt-repository to use the new domains as of 22.04.

The changes are:

 * http://ppa.launchpad.net/ → https://ppa.launchpadcontent.net/ (or http:// 
works too, but we should prefer https://)
 * https://private-ppa.launchpad.net/ → 
https://private-ppa.launchpadcontent.net/

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Switch to new HTTPS-capable domains for PPAs

Status in software-properties package in Ubuntu:
  New

Bug description:
  As described in bug 1473091, PPAs are now being served from new
  domains that aren't under launchpad.net and so can safely serve HTTPS
  without risk of compromising Launchpad session cookies.  The old
  domains will keep working indefinitely, but nevertheless it would be
  good if we could arrange for add-apt-repository to use the new domains
  as of 22.04.

  The changes are:

   * http://ppa.launchpad.net/ → https://ppa.launchpadcontent.net/ (or http:// 
works too, but we should prefer https://)
   * https://private-ppa.launchpad.net/ → 
https://private-ppa.launchpadcontent.net/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1959015/+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 1955944] [NEW] Missing Breaks/Replaces on network-manager-gnome

2021-12-28 Thread Colin Watson
Public bug reported:

Upgrading from focal to jammy failed with:

Unpacking libnma-common (1.8.32-1) ...
dpkg: error processing archive 
/tmp/apt-dpkg-install-eCL6UN/011-libnma-common_1.8.32-1_all.deb (--unpack):
 trying to overwrite 
'/usr/share/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml', which is also in 
package network-manager-gnome 1.8.24-1ubuntu3

It looks like a file has moved, so assuming that's correct there should
be a corresponding Breaks/Replaces to tell dpkg that it's OK.

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

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

Title:
  Missing Breaks/Replaces on network-manager-gnome

Status in libnma package in Ubuntu:
  New

Bug description:
  Upgrading from focal to jammy failed with:

  Unpacking libnma-common (1.8.32-1) ...
  dpkg: error processing archive 
/tmp/apt-dpkg-install-eCL6UN/011-libnma-common_1.8.32-1_all.deb (--unpack):
   trying to overwrite 
'/usr/share/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml', which is also in 
package network-manager-gnome 1.8.24-1ubuntu3

  It looks like a file has moved, so assuming that's correct there
  should be a corresponding Breaks/Replaces to tell dpkg that it's OK.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnma/+bug/1955944/+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 1920248] Re: Anker Soundcore Life Q10 microphone not working

2021-12-26 Thread Colin Watson
I have a Soundcore Life Q30 headset and had a similar issue; I also
tried going down the ofono route and found it too much of a confusing
nightmare.

I ended up using the pulseaudio backport from
https://launchpad.net/~smoser/+archive/ubuntu/bluetooth/+packages and
also doing a local backport of bluez from impish, as well as the
/etc/pulse/system.pa and group membership changes from
https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Bluetooth/#usingbluetoothwhenrunningpulseaudiointhesystemmode
(but not the rest of that page).  I haven't tried carefully rolling bits
of this back to find out exactly whether all four of those changes are
really needed; I'm sure that at least the pulseaudio backport is needed,
though, since you definitely need the changes from
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/491.

With this, my headset mostly works for me, although I still sometimes
find that pulseaudio crashes when my phone is also connected to the same
headset, which results in everything confusingly switching back to the
internal speaker/microphone until I figure out what's going on and
disconnect my phone.  Not ideal - from the crash, I think
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/617
may be related, though I haven't tried backporting that patch yet to see
if it helps.

Installing random backports is not for the faint of heart, so a more
sensible approach might be to try Ubuntu 21.10 (perhaps from a live USB
stick to start with, before committing to the upgrade).  Everything I
had to backport to get things working was from there, so there's a good
chance it will work better.

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

Title:
  Anker Soundcore Life Q10 microphone not working

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I have a ThinkPad E560 with ubuntu 20.04 and I'm trying to use my
  Soundcore Life Q10 with it, but the microphone doesn't work. I tried
  also to follow some answers here, but no one worked for me.

  I tried to use blueman, but I get Failed to change profile to
  headset_head_unit. I tried to install oFono, but I cannot compile
  phonesim due to some problem with dependencies version.

  I think that PulseAudio does not support HFP out of the box, and I
  found many other people that has this problem (see for example
  https://itectec.com/ubuntu/ubuntu-use-bluetooth-headset-with-
  microphone-hfp-in-ubuntu-18-04/)

  Is there any way to make my headset working?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1920248/+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 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-09-03 Thread Colin Watson
Launchpad intentionally imports even obsolete messages, although they're
tagged internally as obsolete and filtered out for various purposes.  I
think this is so that they can be used as suggestions in some cases (for
example, a similar message might still be used in another context).  For
that sort of purpose it can still be useful to know that the messages
don't parse correctly, because they couldn't be used directly as
suggestions without fixing the mistakes.

This is likely part of some work that was never completed, e.g.
https://bugs.launchpad.net/launchpad/+bug/281165 and
https://blueprints.launchpad.net/launchpad/+spec/rosetta-fuzzy-merge.

(Note that I'm reverse-engineering this from the code and from my
general understanding of translations, rather than with direct
information from the people who wrote the code.)

I can see that it might be useful to at least exclude errors about
obsolete messages like this from translation import failure emails.  If
you agree, could you file a separate bug about that?

** Changed in: ubuntu-translations
   Status: Triaged => Fix Released

** Changed in: gettext (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

Status in Launchpad itself:
  Fix Released
Status in Ubuntu Translations:
  Fix Released
Status in gettext package in Ubuntu:
  Fix Released
Status in gnome-shell package in Ubuntu:
  Fix Committed

Bug description:
  Some strings of GNOME Shell are untranslated in the Czech translation
  on Ubuntu 18.04 although they are translated upstream and when I try
  to manually translate them on launchpad, I get this error: "number of
  format specifications in 'msgid_plural' and 'msgstr[0]' does not
  match".

  The bad strings are:
  %d minute ago
  %d minutes ago

  %d hour ago
  %d hours ago

  %d week ago
  %d weeks ago

  %d month ago
  %d months ago

  %d year ago
  %d years ago

  They seem to be correct, but they are not accepted for some reason.

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/1756547/+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 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-09-02 Thread Colin Watson
I'm not sure I'm really following the exact question here.  Could you
attach the message you got with the complaints?

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

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

Status in Launchpad itself:
  Fix Released
Status in Ubuntu Translations:
  Triaged
Status in gettext package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Fix Committed

Bug description:
  Some strings of GNOME Shell are untranslated in the Czech translation
  on Ubuntu 18.04 although they are translated upstream and when I try
  to manually translate them on launchpad, I get this error: "number of
  format specifications in 'msgid_plural' and 'msgstr[0]' does not
  match".

  The bad strings are:
  %d minute ago
  %d minutes ago

  %d hour ago
  %d hours ago

  %d week ago
  %d weeks ago

  %d month ago
  %d months ago

  %d year ago
  %d years ago

  They seem to be correct, but they are not accepted for some reason.

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/1756547/+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 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-09-01 Thread Colin Watson
This should now be fixed on Launchpad's end: we're running the gettext
backport that you can see in https://launchpad.net/~canonical-is-
sa/+archive/ubuntu/launchpad/+packages.  Could you please try reverting
the workaround and make sure that things work properly now?

** Changed in: launchpad
   Status: In Progress => Fix Released

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

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

Status in Launchpad itself:
  Fix Released
Status in Ubuntu Translations:
  Triaged
Status in gettext package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  In Progress

Bug description:
  Some strings of GNOME Shell are untranslated in the Czech translation
  on Ubuntu 18.04 although they are translated upstream and when I try
  to manually translate them on launchpad, I get this error: "number of
  format specifications in 'msgid_plural' and 'msgstr[0]' does not
  match".

  The bad strings are:
  %d minute ago
  %d minutes ago

  %d hour ago
  %d hours ago

  %d week ago
  %d weeks ago

  %d month ago
  %d months ago

  %d year ago
  %d years ago

  They seem to be correct, but they are not accepted for some reason.

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/1756547/+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 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-08-31 Thread Colin Watson
https://portal.admin.canonical.com/C132790 (internal ticket)

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

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

Status in Launchpad itself:
  In Progress
Status in Ubuntu Translations:
  Triaged
Status in gettext package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  In Progress

Bug description:
  Some strings of GNOME Shell are untranslated in the Czech translation
  on Ubuntu 18.04 although they are translated upstream and when I try
  to manually translate them on launchpad, I get this error: "number of
  format specifications in 'msgid_plural' and 'msgstr[0]' does not
  match".

  The bad strings are:
  %d minute ago
  %d minutes ago

  %d hour ago
  %d hours ago

  %d week ago
  %d weeks ago

  %d month ago
  %d months ago

  %d year ago
  %d years ago

  They seem to be correct, but they are not accepted for some reason.

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/1756547/+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 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-08-31 Thread Colin Watson
Sorry for taking so long to get round to this; it had entirely fallen
off my list.  We haven't upgraded gettext from xenial's version yet, but
I've started preparing a backport in
https://launchpad.net/~cjwatson/+archive/ubuntu/launchpad/+packages.

** Changed in: launchpad
   Importance: Undecided => High

** Changed in: launchpad
   Status: Confirmed => In Progress

** Changed in: launchpad
 Assignee: (unassigned) => Colin Watson (cjwatson)

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

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

Status in Launchpad itself:
  In Progress
Status in Ubuntu Translations:
  Triaged
Status in gettext package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  In Progress

Bug description:
  Some strings of GNOME Shell are untranslated in the Czech translation
  on Ubuntu 18.04 although they are translated upstream and when I try
  to manually translate them on launchpad, I get this error: "number of
  format specifications in 'msgid_plural' and 'msgstr[0]' does not
  match".

  The bad strings are:
  %d minute ago
  %d minutes ago

  %d hour ago
  %d hours ago

  %d week ago
  %d weeks ago

  %d month ago
  %d months ago

  %d year ago
  %d years ago

  They seem to be correct, but they are not accepted for some reason.

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/1756547/+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 1938934] Re: Can't to unistall Forefox Browser

2021-08-04 Thread Colin Watson
** Project changed: launchpad => firefox (Ubuntu)

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

Title:
  Can't to unistall Forefox Browser

Status in firefox package in Ubuntu:
  New

Bug description:
  I update to latest system then I can't to uninstall firefox browser.
  In settings -> application,It let me in to Software manager to uninstall, but 
it let me to install Firefox, then i click the install, it has two firefox !!! 
please tell me how to uninstall firefox!!!
  ==
  我更新到最新系统然后我无法卸载firefox浏览器。
  在设置 -> 应用程序中,它让我进入软件管理器卸载,但它让我安装 Firefox,然后我单击安装,它有两个 Firefox !!! 
请告诉我如何卸载firefox!!!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1938934/+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 1518411] Re: "Maximum number of clients reached", new in Ubuntu 15.10

2021-03-29 Thread Colin Watson
** Changed in: xorg-server (Ubuntu)
   Status: Fix Released => Confirmed

** Changed in: compiz
   Status: Fix Released => Confirmed

** Changed in: compiz (Ubuntu)
   Status: Fix Released => Triaged

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

Title:
  "Maximum number of clients reached", new in Ubuntu 15.10

Status in Compiz:
  Confirmed
Status in compiz package in Ubuntu:
  Triaged
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  In my newly upgraded (from 15.04) Ubuntu 15.10 system, after I've been
  logged in for a while I can no longer open new windows and instead get
  a "Maximum number of clients reached" error.

  This did not happen in 15.04.

  I ran "lsof" on the X server and did not see an excessive number of
  open file descriptors. I ran it again on a newly restarted X server
  and the number of open file descriptors looked about the same.

  I also ran "xlsclients" when the X server was reporting "Maximum
  number of clients reached" and the list of clients looked correct and
  reasonable (and there were less than 30 of them).

  I am happy to collect any additional logs or debugging information to
  help track this down. I don't know where to look further.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Nov 20 13:00:09 2015
  DistUpgraded: 2015-11-17 11:59:09,835 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.4, 3.19.0-33-generic, x86_64: installed
   virtualbox, 5.0.4, 4.2.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Crystal Well Integrated Graphics Controller [8086:0d26] 
(rev 08) (prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Device [1558:7410]
  MachineType: System76, Inc. Galago UltraPro
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-18-generic 
root=UUID=821f94aa-97e2-4384-8494-9f510a75877b ro i915.disable_power_well=0 
quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to wily on 2015-11-17 (3 days ago)
  dmi.bios.date: 12/12/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W740SU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd12/12/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnNotebook:rnW740SU:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: Galago UltraPro
  dmi.product.version: galu1
  dmi.sys.vendor: System76, Inc.
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Fri Nov 20 12:51:23 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9
  xserver.video_driver: intel

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1518411/+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 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2021-03-29 Thread Colin Watson
** Changed in: network-manager (Ubuntu)
   Status: Fix Released => Invalid

** Changed in: network-manager (Ubuntu Precise)
   Status: Fix Released => Invalid

** Changed in: dnsmasq (Ubuntu)
   Status: Fix Released => Triaged

** Changed in: dnsmasq (Ubuntu Precise)
   Status: Fix Released => Triaged

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

Status in dnsmasq package in Ubuntu:
  Triaged
Status in network-manager package in Ubuntu:
  Invalid
Status in dnsmasq source package in Precise:
  Triaged
Status in network-manager source package in Precise:
  Invalid
Status in dnsmasq package in Debian:
  New

Bug description:
  A number of reports already filed against network-manager seem to
  reflect this problem, but to make things very clear I am opening a new
  report.  Where appropriate I will mark other reports as duplicates of
  this one.

  Consider a pre-Precise system with the following /etc/resolv.conf:

  nameserver 192.168.0.1
  nameserver 8.8.8.8

  The first address is the address of a nameserver on the LAN that can
  resolve both private and public domain names.  The second address is
  the address of a nameserver on the Internet that can resolve only
  public names.

  This setup works fine because the GNU resolver always tries the first-
  listed address first.

  Now the administrator upgrades to Precise and instead of writing the
  above to resolv.conf, NetworkManager writes

  server=192.168.0.1
  server=8.8.8.8

  to /var/run/nm-dns-dnsmasq.conf and "nameserver 127.0.0.1" to
  resolv.conf.  Resolution of private domain names is now broken because
  dnsmasq treats the two upstream nameservers as equals and uses the
  faster one, which could be 8.8.8.8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1003842/+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 1401488] Re: [regression] Mir servers (since 0.9) randomly crash in malloc due to heap corruption

2021-03-29 Thread Colin Watson
** Changed in: glib2.0 (Ubuntu)
   Status: Fix Released => Triaged

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

Title:
  [regression] Mir servers (since 0.9) randomly crash in malloc due to
  heap corruption

Status in GLib:
  Expired
Status in Mir:
  Fix Released
Status in Mir 0.9 series:
  Won't Fix
Status in glib2.0 package in Ubuntu:
  Triaged
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  This happens randomly when using the phone

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: unity-system-compositor 0.0.5+15.04.20141204-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu10
  Architecture: armhf
  AssertionMessage: *** Error in `unity-system-compositor': corrupted 
double-linked list: 0xaa817808 ***
  CrashCounter: 1
  Date: Wed Dec 10 19:28:35 2014
  ExecutablePath: /usr/sbin/unity-system-compositor
  ExecutableTimestamp: 1417733344
  GraphicsCard:

  InstallationDate: Installed on 2014-12-11 (0 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141211-020204)
  ProcCmdline: unity-system-compositor --disable-overlays=false 
--spinner=/usr/bin/unity-system-compositor-spinner --file /run/mir_socket 
--from-dm-fd 9 --to-dm-fd 13 --vt 1
  ProcCwd: /
  ProcEnviron:

  Signal: 6
  SourcePackage: unity-system-compositor
  StacktraceTop:
   __libc_message (do_abort=, fmt=0xb68e3628 "*** Error in `%s': 
%s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
   malloc_printerr (action=1, str=0xb68e366c "corrupted double-linked list", 
ptr=) at malloc.c:4996
   malloc_consolidate (av=av@entry=0xaa800010) at malloc.c:4165
   _int_malloc (av=av@entry=0xaa800010, bytes=bytes@entry=1264) at malloc.c:3423
   __GI___libc_malloc (bytes=1264) at malloc.c:2891
  Title: unity-system-compositor assert failure: *** Error in 
`unity-system-compositor': corrupted double-linked list: 0xaa817808 ***
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  version.libdrm: libdrm2 2.4.58-2
  version.lightdm: lightdm 1.13.0-0ubuntu2
  version.mesa: libegl1-mesa-dev N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1401488/+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 1918224] Re: caps lock delay on ubuntu

2021-03-09 Thread Colin Watson
** Project changed: launchpad => xorg-server (Ubuntu)

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

Title:
  caps lock delay on ubuntu

Status in xorg-server package in Ubuntu:
  New

Bug description:
  this bug has been around for ages and no one has fixed it until today,
  it has been ages since I last used Ubuntu and I have tried to use it
  now, on my new Laptop but I'm encountering the same issue so mostly it
  isn't a hardware issue, so I decided to look into it and realized that
  I'm not the only one encountering this issue

  https://forums.linuxmint.com/viewtopic.php?t=267964
  
https://www.reddit.com/r/Ubuntu/comments/9lo5if/is_there_a_solution_for_caps_lock_delay_yet/
  https://github.com/hexvalid/Linux-CapsLock-Delay-Fixer

  I understand that there is an issue with xorgserver and the developers
  there has not accepted or commited the patches yet

  hope this can be really look into cause to tell someone to use Shift
  does not make sense you are forcing someone to do it, I have been
  using caps lock my whole life

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1918224/+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 1915425] Re: mozilla thunderbird update

2021-02-11 Thread Colin Watson
** Project changed: launchpad => thunderbird (Ubuntu)

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

Title:
  mozilla thunderbird update

Status in thunderbird package in Ubuntu:
  New

Bug description:
  mozilla thunderbird update ubuntu 20.04 LTS
  mozilla thunderbird update last 2020 summer
  mozilla thunderbird always keep update and upgrades

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1915425/+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 1914286] Re: xsetwacom non-functional after hot-plug

2021-02-03 Thread Colin Watson
** Project changed: launchpad => ubuntu

** Package changed: ubuntu => xf86-input-wacom (Ubuntu)

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

Title:
  xsetwacom non-functional after hot-plug

Status in xf86-input-wacom package in Ubuntu:
  New

Bug description:
  On a multi monitor display, monitoring mapping using the built in
  gnome tool or xsetwacom does not function if the drawing tablet is
  unplugged and reinserted. Essentially, the mapping only works if the
  tablet is plugged in when gdm starts. While verbose output does
  suggest that it is remapping, the remapping is not enforced:

  ... Device 'Wacom Intuos4 6x9 Pen stylus' (11) found.
  ... Remapping to output area 1680x1050 @ 0,0.
  ... Transformation matrix:
  ...   [ 0.318182 0.00 0.00 ]
  ...   [ 0.00 0.875000 0.00 ]
  ...   [ 0.00 0.00 1.00 ]

  Kernel: 5.8.0-41-generic
  Gnome: 3.36.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/1914286/+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 1902658] Re: hp printers have version error

2020-11-03 Thread Colin Watson
** Project changed: launchpad => hplip (Ubuntu)

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

Title:
  hp printers have version error

Status in hplip package in Ubuntu:
  New

Bug description:
  The version of HPLIP produces many errors. For one, it produces many
  on bug 1899360 (not sure of the bug number), in association with
  MASSIVE errors in basic packages. It produces many on the bug 1902949.
  The issue is one affecting several packages (1899360) on upgrade.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1902658/+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 360970] Re: adfsfafsd

2020-07-06 Thread Colin Watson
** Information type changed from Private to Public

** Project changed: climage => ayatana-design

** Changed in: nautilus (Ubuntu)
   Status: New => Triaged

** Changed in: ayatana-design
   Status: New => Fix Committed

** Tags added: multimonitor precise quantal rls-x-notfixing trusty udp
vivid

** Summary changed:

- adfsfafsd
+ Multi-monitor - When using two displays with different vertical resolution, 
icons get lost on the shorter display

** Description changed:

- a
+ On a Multi-Monitor setup, where the extended desktop is non-rectangular
+ in shape (ie. the displays are of a different resolution, and their
+ top/bottom/left/right edges are not aligned), desktop icons are placed
+ in non-accessible areas when arranged using the menu option 'View-
+ Organise Desktop by Name' from the Desktop.
+ 
+ See the attached image. The top three desktop items are not accessible,
+ and can only be seen in the Workspace Switcher.
+ 
+ Please also refer to the 'Non-Rectangular Extended Desktops' section of the 
Multi-Monitor spec:
+ 
https://docs.google.com/a/canonical.com/document/d/1aHvJ-iIw-59bXTYBmIhQqEx0za2h9jpFE_RhZ2VOvJc/edit#bookmark=id.yph05n82oeff
+ 
+ --
+ 
+ [Test Case]
+ 1. Set up two monitors side by side
+ 2. Set left monitor to a smaller vertical resolution than the right monitor
+ 3. for i in $(seq 1 50) ; do touch file-${i} ; done
+ 4. Right click on desktop to bring up context menu, then 'Organize Desktop by 
Name'
+ 5. Should be: All icons from file-1 to file-50 (or as many fit on the screen) 
should be visible
+  Is: Icons for files at the top and/or bottom of the arranged columns are 
not visible on any display
+ 6. xrandr --output LVDS1 --off
+ 7. Verify icons are arranged properly on the external monitor
+ 8. Set up monitors one over the other
+ 9. Verify icons are displayed in long columns spanning both displays with all 
icons shown

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

Title:
  Multi-monitor - When using two displays with different vertical
  resolution, icons get lost on the shorter display

Status in Ayatana Design:
  Fix Committed
Status in Nautilus:
  Expired
Status in Unity:
  Confirmed
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  On a Multi-Monitor setup, where the extended desktop is non-
  rectangular in shape (ie. the displays are of a different resolution,
  and their top/bottom/left/right edges are not aligned), desktop icons
  are placed in non-accessible areas when arranged using the menu option
  'View-Organise Desktop by Name' from the Desktop.

  See the attached image. The top three desktop items are not
  accessible, and can only be seen in the Workspace Switcher.

  Please also refer to the 'Non-Rectangular Extended Desktops' section of the 
Multi-Monitor spec:
  
https://docs.google.com/a/canonical.com/document/d/1aHvJ-iIw-59bXTYBmIhQqEx0za2h9jpFE_RhZ2VOvJc/edit#bookmark=id.yph05n82oeff

  --

  [Test Case]
  1. Set up two monitors side by side
  2. Set left monitor to a smaller vertical resolution than the right monitor
  3. for i in $(seq 1 50) ; do touch file-${i} ; done
  4. Right click on desktop to bring up context menu, then 'Organize Desktop by 
Name'
  5. Should be: All icons from file-1 to file-50 (or as many fit on the screen) 
should be visible
   Is: Icons for files at the top and/or bottom of the arranged columns are 
not visible on any display
  6. xrandr --output LVDS1 --off
  7. Verify icons are arranged properly on the external monitor
  8. Set up monitors one over the other
  9. Verify icons are displayed in long columns spanning both displays with all 
icons shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/360970/+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 1003842] Re: SDFEEWRDSsdfdasfsdf

2020-07-06 Thread Colin Watson
** Changed in: dnsmasq (Ubuntu)
   Status: New => Triaged

** Changed in: dnsmasq (Ubuntu Precise)
   Status: New => Triaged

** Changed in: network-manager (Ubuntu)
   Status: New => Invalid

** Changed in: network-manager (Ubuntu Precise)
   Status: New => Invalid

** Summary changed:

- SDFEEWRDSsdfdasfsdf
+ dnsmasq sometimes fails to resolve private names in networks with 
non-equivalent nameservers

** Tags added: precise xenial

** Description changed:

- dfasfwerwq2323sf
+ A number of reports already filed against network-manager seem to
+ reflect this problem, but to make things very clear I am opening a new
+ report.  Where appropriate I will mark other reports as duplicates of
+ this one.
+ 
+ Consider a pre-Precise system with the following /etc/resolv.conf:
+ 
+ nameserver 192.168.0.1
+ nameserver 8.8.8.8
+ 
+ The first address is the address of a nameserver on the LAN that can
+ resolve both private and public domain names.  The second address is the
+ address of a nameserver on the Internet that can resolve only public
+ names.
+ 
+ This setup works fine because the GNU resolver always tries the first-
+ listed address first.
+ 
+ Now the administrator upgrades to Precise and instead of writing the
+ above to resolv.conf, NetworkManager writes
+ 
+ server=192.168.0.1
+ server=8.8.8.8
+ 
+ to /var/run/nm-dns-dnsmasq.conf and "nameserver 127.0.0.1" to
+ resolv.conf.  Resolution of private domain names is now broken because
+ dnsmasq treats the two upstream nameservers as equals and uses the
+ faster one, which could be 8.8.8.8.

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

Status in dnsmasq package in Ubuntu:
  Triaged
Status in network-manager package in Ubuntu:
  Invalid
Status in dnsmasq source package in Precise:
  Triaged
Status in network-manager source package in Precise:
  Invalid
Status in dnsmasq package in Debian:
  New

Bug description:
  A number of reports already filed against network-manager seem to
  reflect this problem, but to make things very clear I am opening a new
  report.  Where appropriate I will mark other reports as duplicates of
  this one.

  Consider a pre-Precise system with the following /etc/resolv.conf:

  nameserver 192.168.0.1
  nameserver 8.8.8.8

  The first address is the address of a nameserver on the LAN that can
  resolve both private and public domain names.  The second address is
  the address of a nameserver on the Internet that can resolve only
  public names.

  This setup works fine because the GNU resolver always tries the first-
  listed address first.

  Now the administrator upgrades to Precise and instead of writing the
  above to resolv.conf, NetworkManager writes

  server=192.168.0.1
  server=8.8.8.8

  to /var/run/nm-dns-dnsmasq.conf and "nameserver 127.0.0.1" to
  resolv.conf.  Resolution of private domain names is now broken because
  dnsmasq treats the two upstream nameservers as equals and uses the
  faster one, which could be 8.8.8.8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1003842/+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 402892] Re: Mouse cursor gets stuck in "drag and drop" mode

2020-01-13 Thread Colin Watson
@mevsme: This isn't acceptable in Launchpad; please see the Ubuntu Code
of Conduct.  I've hidden this comment.

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

Title:
  Mouse cursor gets stuck in "drag and drop" mode

Status in OpenShot Video Editor:
  New
Status in X.Org X server:
  New
Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed
Status in rapidsvn package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: rapidsvn

  When clicking on the Bookmark root or on one of the bookmarks below
  the mouse cursor gets stuck in "drag n drop" mode, blocking all
  keyboard entry and also mouse clicks for the the whole GUI
  (systemwide).

  Unfortunately I cannot provide any debug or other information, as I
  have to reboot everytime.

  I am running Ubuntu 9.04 with compiz enabled.

  Many thanks in advance for your help with this problem,
  /nxT

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/402892/+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 1854440] Re: Thunderbird can't sign in gmail in U20.04

2019-11-29 Thread Colin Watson
** Project changed: launchpad => thunderbird (Ubuntu)

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

Title:
  Thunderbird can't sign in gmail in U20.04

Status in thunderbird package in Ubuntu:
  New

Bug description:
  I have Ubuntu 20.04 Hu and Thunderbird 60.3.0 (64-bit) En.
  When I fill in the data, the net window pops up and then I fill in and then a 
window pops up to enable Thunderbird and then prints Thunderbird that the 
username or password invalid. I see the 68.2.2. I try this new hungarian 
version, and it's working.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1854440/+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 1850122] Re: ubuntu-bug lightdm no password box

2019-10-28 Thread Colin Watson
** Project changed: launchpad => lightdm (Ubuntu)

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

Title:
  ubuntu-bug lightdm no password box

Status in lightdm package in Ubuntu:
  New

Bug description:
  As explained in this topic

  https://discourse.ubuntubudgie.org/t/updated-to-19-10-lock-screen-
  problem/2597

  The PC after waking up from sleep there is no password box in the screen to 
resume work.
  So far this problem is seen in Ubuntu Budgie and Solus Budgie.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1850122/+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 1735346] Re: bittornado: Python3 port needed, or demotion to universe

2019-10-16 Thread Colin Watson
Removing packages:
bittornado 0.3.18-10.3 in eoan
bittornado 0.3.18-10.3 in eoan amd64
bittornado 0.3.18-10.3 in eoan arm64
bittornado 0.3.18-10.3 in eoan armhf
bittornado 0.3.18-10.3 in eoan i386
bittornado 0.3.18-10.3 in eoan ppc64el
bittornado 0.3.18-10.3 in eoan s390x
bittornado-gui 0.3.18-10.3 in eoan amd64
bittornado-gui 0.3.18-10.3 in eoan arm64
bittornado-gui 0.3.18-10.3 in eoan armhf
bittornado-gui 0.3.18-10.3 in eoan i386
bittornado-gui 0.3.18-10.3 in eoan ppc64el
bittornado-gui 0.3.18-10.3 in eoan s390x
Comment: (From Debian) RoQA: removal triggered by the Python2 removal; Debian 
bug #939180
Remove [y|N]? y

** Changed in: bittornado (Ubuntu)
 Assignee: (unassigned) => Colin Watson (cjwatson)

** Changed in: bittornado (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  bittornado: Python3 port needed, or demotion to universe

Status in bittornado package in Ubuntu:
  Fix Released
Status in bittornado package in Debian:
  Fix Released

Bug description:
  bittornado: Python3 port needed, or demotion to universe.

  Currently seeded in supported-desktop-extra

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bittornado/+bug/1735346/+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 1842740] Re: Critical gtx1650 driver unsuable resulting low graphics mode

2019-09-04 Thread Colin Watson
** Project changed: launchpad => nvidia-graphics-drivers-430 (Ubuntu)

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

Title:
  Critical gtx1650 driver unsuable resulting low graphics mode

Status in nvidia-graphics-drivers-430 package in Ubuntu:
  New

Bug description:
  Graphic driver of Nvidia's brand new model gtx 1650 ppa driver is unusable.
  Currently it is updated as nvidia 430.26 and it is crashing with system files.
  Whenever I install my graphic driver, I cannot boot the computer up it says 
low graphics mode.

  Please refer to it in the link below

  https://devtalk.nvidia.com/default/topic/1061656/linux/gtx1650
  -notebook-not-working-on-ubuntu16-04-black-screen-amp-login-loop-/3

  There were temporary solutions which helped in booting, but the system
  is consistently giving error messages and crashing with packages such
  as realsense.

  Help thank you

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-430/+bug/1842740/+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 1841387] Re: GDM hangs on boot with 5.3rc5 when using wayland

2019-08-25 Thread Colin Watson
** Project changed: launchpad => wayland (Ubuntu)

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

Title:
  GDM hangs on boot with 5.3rc5 when using wayland

Status in wayland package in Ubuntu:
  New

Bug description:
  Been testing newer kernels and everything works(5.2.9 works) until
  5.3rc series where it seems there is an issue with Wayland and/or the
  setup on Ubuntu is using, it works on Arch Linux.

  When booting with 5.3rc5 GDM hangs on launch showing a blank screen, booting 
to safe mode trying to start weston results in:
  Date: 2019-08-24 CEST
  [23:29:54.788] weston 5.0.0
 https://wayland.freedesktop.org
 Bug reports to: 
https://gitlab.freedesktop.org/wayland/weston/issues/
 Build: unknown (not built from git or tarball)
  [23:29:54.788] Command line: /usr/bin/weston
  [23:29:54.788] OS: Linux, 5.3.0-050300rc5-generic, #201908182231 SMP Sun Aug 
18 22:33:18 UTC 2019, x86_64
  [23:29:54.788] Using config file '/home/tlb/.config/weston.ini'
  [23:29:54.788] Output repaint window is 7 ms maximum.
  [23:29:54.788] Loading module 
'/usr/lib/x86_64-linux-gnu/libweston-5/drm-backend.so'
  [23:29:54.790] initializing drm backend
  [23:29:54.792] logind: session control granted
  [23:29:54.793] no drm device found
  [23:29:54.793] fatal: failed to create compositor backend

  I know this is not supported but there are some nice thermal fixes in
  5.3 for the Dell XPS 9380 and 9370 that would be nice to have.

  How do i debug this?

  Regards Troels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wayland/+bug/1841387/+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 1832449] Re: Right click menu on nautilus does not appear near the mouse

2019-06-12 Thread Colin Watson
This sounds like it's probably a problem at a lower level than nautilus,
but I don't know that stack well enough, so I'm just moving this bug a
bit closer to where it ought to be.

** Project changed: launchpad => nautilus (Ubuntu)

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

Title:
  Right click menu on nautilus does not appear near the mouse

Status in nautilus package in Ubuntu:
  New

Bug description:
  I have an external monitor connected to a laptop via HDMI. If I set up
  the laptop display's position like this:

  https://imgur.com/oFbqnBm

  And open a new nautilus windows on my external monitor (which I've set
  to be primary), the right click context menu appears at some weird
  y-offset from where the mouse is:

  https://imgur.com/BfxUZVU

  However, when I set the position of the second monitor like so:

  https://imgur.com/yN6VzSI

  The right click menu appears where it is supposed to be.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1832449/+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 1832077] Re: libneon27-dev builddep can not be installed in recipebuild

2019-06-09 Thread Colin Watson
This is a problem with libneon27 in Ubuntu bionic itself, not a problem
with Launchpad.  In a clean chroot:

(bionic-amd64)root@niejwein:~# apt install libneon27
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libneon27 : Depends: libssl1.1 (>= 1.1.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

In other words, somebody published the neon27 update for OpenSSL 1.1.1
without the corresponding OpenSSL 1.1.1 update that it depends on.

I guess this will be resolved once
https://launchpad.net/ubuntu/+source/openssl/1.1.1-1ubuntu2.1~18.04.1 is
published to bionic-updates, but I'm subscribing a couple of people
involved with the update anyway since this seems like a significant
process failure.

** Project changed: launchpad-buildd => neon27 (Ubuntu)

** Also affects: neon27 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** No longer affects: neon27 (Ubuntu)

** Changed in: neon27 (Ubuntu Bionic)
   Status: New => Triaged

** Changed in: neon27 (Ubuntu Bionic)
   Importance: Undecided => Critical

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

Title:
  libneon27-dev builddep can not be installed in recipebuild

Status in neon27 source package in Bionic:
  Triaged

Bug description:
  It is seems there is an issue with LP buildd in recipebuild. This only 
happens to me in Bionic: 
https://launchpadlibrarian.net/426714753/buildlog.txt.gz
  The other distributions are not affected: 
https://code.launchpad.net/~far2l-team/+recipe/far2l-daily

  Reading package lists...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   builddeps:far2l : Depends: libneon27-dev but it is not going to be installed
  E: Unable to correct problems, you have held broken packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/bionic/+source/neon27/+bug/1832077/+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 1587906] Re: GNOME Terminal 3.18.3 Xenial maximized windows does not return to its previous state when un-maximized

2019-05-23 Thread Colin Watson
*** This bug is a duplicate of bug 1521302 ***
https://bugs.launchpad.net/bugs/1521302

** Attachment removed: "Wall Street Journal Articles.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1587906/+attachment/5149650/+files/Wall%20Street%20Journal%20Articles.txt

** Attachment removed: "The Wall Street Journal - Articles.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1587906/+attachment/5149651/+files/The%20Wall%20Street%20Journal%20-%20Articles.txt

** Attachment removed: "SRR-1823143.pdf"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1587906/+attachment/5148942/+files/SRR-1823143.pdf

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

Title:
  GNOME Terminal 3.18.3 Xenial maximized windows does not return to its
  previous state when un-maximized

Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  When a GNOME terminal is maximized then it is impossible to return to
  its initial size (UN-maximized), whatever the circumstances ...

  I have tried with tabs opened, without tabs, under different themes
  ...

  This is again very damaging to an Ubuntu LTS release, and this is the
  second GNOME 3.18.3 bug I report here in less than a week after
  installing Xenial 16.04. The previous one being gEdit.

  Will Ubuntu take care of these bugs ? As the typical answer from the
  GNOME team is that they have already moved to a newer release, so they
  won't provide any support on older versions ...

  The GNOME team appears to be highly unqualified to make stable
  releases of their software.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-terminal 3.18.3-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun  1 15:44:50 2016
  ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
  InstallationDate: Installed on 2016-05-23 (8 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1587906/+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 1827842] Re: pulseaudio should not load module-x11-bell in gnome-shell

2019-05-06 Thread Colin Watson
** Project changed: launchpad => pulseaudio (Ubuntu)

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

Title:
  pulseaudio should not load module-x11-bell in gnome-shell

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  The package `pulseaudio` installs a startup script in 
`/etc/xdg/autostart/pulseaudio.desktop`,
  which itself runs `/usr/bin/start-pulseaudio-x11`,
  which loads a number of x11 related modules in `pulseaudio`.

  One of these modules is `module-x11-bell`,
  which makes `pulseaudio` play a sound each time a system bell is emitted
  (usually by terminal applications, such as bash or vim).

  This is redundant with gnome-shell, which is also able to handle the system 
bell
  (through the gsetting key `org.gnome.desktop.sound event-sounds`).

  The gnome system bell is directly configurable by the user (Settings > Sound),
  so it should be preferred over pulseaudio's own system bell.

  I suggest to patch the `/usr/bin/start-pulseaudio-x11`,
  to avoid loading `start-pulseaudio-x11` if it detects it is running in Gnome 
Shell
  (e.g. if GNOME_SHELL_SESSION_MODE is set).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1827842/+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 1641308] Re: Partitions display wrong in gnome -disks - ok in gparted

2019-04-15 Thread Colin Watson
** Package changed: gnome-disk-utility (Ubuntu) => parted (Ubuntu)

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

Title:
  Partitions display wrong in gnome -disks - ok in gparted

Status in parted package in Ubuntu:
  Confirmed

Bug description:
  The partitions displayed by gnome-disk-utility are wrong. When i use
  gparted the partitions displayed are correct.

  The display became wrong after i deleted 1 partition from the disk
  using gnome-disk-utility.

  Here is a screenshot of the 2 tools vision of the same disk:
  http://pasteboard.co/PjWpqeNzi.png

  Here is the fdisk:
  hippo@hippo-camp:~$ sudo fdisk -l
  [sudo] password for hippo: 
  Disk /dev/sdc: 465,8 GiB, 500107862016 bytes, 976773168 sectors
  Units: sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disklabel type: dos
  Disk identifier: 0x1c0966b0

  Device Boot Start   End   Sectors   Size Id Type
  /dev/sdc1  *   63 758587953 758587891 361,7G  7 HPFS/NTFS/exFAT
  /dev/sdc3   758589438 903041023 144451586  68,9G  5 Extended
  /dev/sdc5   758589440 903041023 144451584  68,9G 83 Linux

  
  hippo@hippo-camp:~$ lsb_release -rd
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04

  gnome-disk-utility:
Installed: 3.18.3.1-1ubuntu1
Candidate: 3.18.3.1-1ubuntu1
Version table:
   *** 3.18.3.1-1ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  gparted:
Installed: 0.25.0-1
Candidate: 0.25.0-1
Version table:
   *** 0.25.0-1 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  I get *very nervous* when tools that have write access to partitions
  can't display them properly.

  
  Good hunt
  Matt

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-disk-utility 3.18.3.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
  Uname: Linux 4.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Nov 12 12:16:39 2016
  ExecutablePath: /usr/bin/gnome-disks
  InstallationDate: Installed on 2016-10-11 (31 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: gnome-disk-utility
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parted/+bug/1641308/+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 571970] Re: gvfsd-http leaves a lot of sockets in CLOSE_WAIT state

2019-03-29 Thread Colin Watson
** Summary changed:

- buy adderall online overnight delivery in usa
+ gvfsd-http leaves a lot of sockets in CLOSE_WAIT state

** Description changed:

- Order Now 
- buy Adderall online overnight delivery in the USA at onlinemedzonline. 
- 
- When you buy Adderall XR, you get the extended-release version of the
- drug prescribed for the treatment of anxiety and panic disorders. Most
- people who choose to buy the drug buy it without a prescription, which
- may help them in the drug’s intake but will harm them in the long run.
- When you take the drug, the effects of the drug last for as long as
- 18-24 hours on the first day of intake or for the first few days when
- you start taking it.
- 
- 
  Binary package hint: gvfs-backends
  
  netstat -tp reveals lots of the old connections made by gvfsd-http, and
  some of them are several days old. this seams like a resource leak. not
  very harmful for typical user, but the intense use of gvfsd could even
  block the user from making any new internet connections until the daemon
  is restarted.
  
  steps to reproduce:
  
  1. use drag to copy a picture from a web browser to the gnome desktop 
(this uses gvfs internally).
  interestingly, copying a content from clickable link did not leave a stale 
socket (i don't know if this is a rule. "open image in a new tab" and dragging 
from there was the most reliable way to reproduce the bug)
  
  2. invoke netstat -tp in the console
  the socket opened by gvfsd-http wont go away
  
  workaround:
  kill the daemon (using killall gvfsd-http) or log out
  
  ProblemType: Bug
  Architecture: i386
  Date: Fri Apr 30 02:22:47 2010
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/lib/gvfs/gvfsd-http
  NonfreeKernelModules: nvidia
  Package: gvfs-backends 1.4.1-0ubuntu1
  ProcEnviron:
-  SHELL=/bin/bash
-  PATH=(custom, user)
-  LANGUAGE=en_US.UTF-8
-  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANGUAGE=en_US.UTF-8
+  LANG=en_US.UTF-8
  ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
  SourcePackage: gvfs
  Uname: Linux 2.6.31-20-generic i686
- buy adderall online
- adderall buy
- adderall for sale
- adderall online pharmacy
- buy adderall without getting a prescription
- adderall buy online
- where can i buy adderall
- adderall without prescription
- order adderall online
- adderall online cheap
- buying adderall
- buy adderal online
- online adderall
- adderall purchase
- can you order adderall online
- where to buy adderall online
- how to buy real adderall online
- adderall pills for sale
- adderall without a prescription
- buy adderall on internet
- how to get adderall online
- online pharmacy adderall
- adderall online no prescription
- buy amphetamine salts online
- adderall online without prescription
- aderall online
- buy adderal
- buying adderall online forum
- adderal online
- adderall on line
- adderall for sale online
- buy adderall 10mg online
- adderrall online
- where to buy real adderall online
- how to get an adderall prescription online
- adderall sale

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

Title:
  gvfsd-http leaves a lot of sockets in CLOSE_WAIT state

Status in gvfs package in Ubuntu:
  Expired

Bug description:
  Binary package hint: gvfs-backends

  netstat -tp reveals lots of the old connections made by gvfsd-http,
  and some of them are several days old. this seams like a resource
  leak. not very harmful for typical user, but the intense use of gvfsd
  could even block the user from making any new internet connections
  until the daemon is restarted.

  steps to reproduce:

  1. use drag to copy a picture from a web browser to the gnome desktop 
(this uses gvfs internally).
  interestingly, copying a content from clickable link did not leave a stale 
socket (i don't know if this is a rule. "open image in a new tab" and dragging 
from there was the most reliable way to reproduce the bug)

  2. invoke netstat -tp in the console
  the socket opened by gvfsd-http wont go away

  workaround:
  kill the daemon (using killall gvfsd-http) or log out

  ProblemType: Bug
  Architecture: i386
  Date: Fri Apr 30 02:22:47 2010
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/lib/gvfs/gvfsd-http
  NonfreeKernelModules: nvidia
  Package: gvfs-backends 1.4.1-0ubuntu1
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANGUAGE=en_US.UTF-8
   LANG=en_US.UTF-8
  ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
  SourcePackage: gvfs
  Uname: Linux 2.6.31-20-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/571970/+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 1240336] Re: After release upgrade, the user loses permissions for several basic actions in the system

2019-03-29 Thread Colin Watson
** Summary changed:

- Buy Tramadol Online and Familiarize Yourself with Pain Medication
+ After release upgrade, the user loses permissions for several basic actions 
in the system

** Description changed:

  HOW TO REPRODUCE:
  - Upgrade Ubuntu to the next release.
- 
- https://usapillspharma.com/
  
  RESULT:
  - The user looses permissions for several basic actions in the system.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: policykit-desktop-privileges 0.16
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Tue Oct 15 20:20:55 2013
  InstallationDate: Installed on 2013-10-09 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20131008)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: policykit-desktop-privileges
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  After release upgrade, the user loses permissions for several basic
  actions in the system

Status in gdm package in Ubuntu:
  Triaged
Status in lightdm package in Ubuntu:
  Triaged
Status in lxdm package in Ubuntu:
  Triaged
Status in policykit-desktop-privileges package in Ubuntu:
  Triaged

Bug description:
  HOW TO REPRODUCE:
  - Upgrade Ubuntu to the next release.

  RESULT:
  - The user looses permissions for several basic actions in the system.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: policykit-desktop-privileges 0.16
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Tue Oct 15 20:20:55 2013
  InstallationDate: Installed on 2013-10-09 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20131008)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: policykit-desktop-privileges
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1240336/+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 1821849] Re: LibreOffice Impress 6.2.2.2 Embedded Video Problem

2019-03-27 Thread Colin Watson
** Project changed: launchpad => libreoffice (Ubuntu)

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

Title:
  LibreOffice Impress 6.2.2.2 Embedded Video Problem

Status in libreoffice package in Ubuntu:
  New

Bug description:
  The following bugs are for LibreOffice 6.2.2.2 Impress on Kubuntu
  19.04.

  When I start a slide-show with Impress by using either F5 or Shift F5,
  I get a white screen.  When I click on it, the slide is displayed.
  When I exit the presentation with say "Esc", soffice.bin is in the
  taskbar with the odp file used for the presentation.  If I click on
  the odp file and exit, both tasks are removed.

  Now when I advance to an embedded video I get the image shown with
  this report. When the video is started, the previous slide is shown on
  top of the video as it is being played. Not a good view This
  happens when either starting from the first slide or the one preceding
  embedded video.

  I have tried the gtk3 options in https://launchpad.net/bugs/1820062
  and the changes make no difference to this problem.  I have also
  installed gstreamer1.0-plugins-* which solved  previous problem with
  LibreOffice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1821849/+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 1808610] Re: chamelon

2018-12-15 Thread Colin Watson
This clearly isn't a bug on iputils, and so should simply be closed as
I've done here rather than messing around with requesting more
information.

** Changed in: iputils (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  chamelon

Status in iputils package in Ubuntu:
  Invalid

Bug description:

  Search or scan a URL, IP address, domain, or file hash
  Sign in
  1 / 61
  One engine detected this file
  SHA-25676e27c4b09f9c1cbbf0b414719b741d3087fc744f6de9431a282fbd976bd445a
  File namemssoJ77AHDuALWGu6G
  File size11.78 MB
  Last analysis2018-03-28 08:17:09 UTC
  Detection
  Details
  Relations
  Behavior
  Community
  VirusTotal Droidy
  Detailed report
  Network Communication
  HTTP Requests
  http://api.exc.mob.com:80/errconf
  http://api.share.mob.com:80/conn
  http://api.share.mob.com:80/snsconf
  https://static.yuanbaopu.com/hotcode/fidewd/
  http://api.share.mob.com:80/conf4
  http://api.share.mob.com:80/data2
  http://api.share.mob.com:80/date
  http://loc.map.baidu.com/offline_loc
  http://loc.map.baidu.com/sdk.php
  http://loc.map.baidu.com/statloc
  DNS Resolutions
  loc.map.baidu.com
  180.97.104.187
  cdn.polyfill.io
  151.101.122.109
  dualstack.f3.shared.global.fastly.net
  151.101.122.109
  api.share.mob.com
  newloc.map.n.shifen.com
  api.exc.mob.com
  static.yuanbaopu.com
  IP Traffic
  61.174.10.208:80 (TCP)
  120.132.176.173:80 (TCP)
  151.101.122.109:443 (TCP)
  182.254.154.23:443 (TCP)
  180.97.104.187:80 (TCP)
  File System Actions
  Files Opened
  /data/data/com.yuanbaopu.ybpmark/shared_prefs/chcp_plugin_config_pref.xml
  /data/misc/keychain/pins
  
/storage/emulated/0/ShareSDK/com.yuanbaopu.ybpmark/cache/com.yuanbaopu.ybpmark/.lock
  /storage/emulated/0/baidu/.cuid
  /proc/net/if_inet6
  /sys/class/net/ip6tnl0/ifindex
  /sys/class/net/lo/ifindex
  /sys/class/net/sit0/ifindex
  /sys/class/net/eth0/ifindex
  /storage/emulated/0/ShareSDK/.dk
  Files Written
  /storage/emulated/0/baidu/tempdata/ls.db
  /data/data/com.yuanbaopu.ybpmark/files/ofld/ofl_location.db
  /data/data/com.yuanbaopu.ybpmark/files/ofld/ofl_statistics.db
  /storage/emulated/0/test.0
  /data/data/com.yuanbaopu.ybpmark/files/ofld/ofl.config
  /storage/emulated/0/baidu/tempdata/ller.dat
  /storage/emulated/0/baidu/tempdata/conlts.dat
  /storage/emulated/0/baidu/tempdata/grtcf.dat
  Files Deleted
  /data/data/com.yuanbaopu.ybpmark/shared_prefs/chcp_plugin_config_pref.xml.bak
  /data/data/com.yuanbaopu.ybpmark/shared_prefs/chcp_plugin_config_pref.xml
  /data/data/com.yuanbaopu.ybpmark/shared_prefs/share_sdk_1.xml.bak
  /data/data/com.yuanbaopu.ybpmark/shared_prefs/share_sdk_1.xml
  /storage/emulated/0/test.0
  Files Copied
  /data/data/com.yuanbaopu.ybpmark/shared_prefs/chcp_plugin_config_pref.xml
  /data/data/com.yuanbaopu.ybpmark/shared_prefs/share_sdk_1.xml
  Files Dropped
  36ac59e578357746f7ab39a543f47e84260ca584534b3bbf3371bc1f4b407fd9
  Process And Service Actions
  Permissions Checked
  android.permission.READ_PHONE_STATE
  android.permission.ACCESS_WIFI_STATE
  android.permission.CHANGE_WIFI_STATE
  android.permission.GET_TASKS
  Shell Commands
  su
  Services Opened
  com.google.android.gms.games.service.GamesIntentService 
(com.google.android.gms)
  com.google.android.gms.people.service.bg.PeopleBackgroundTasks 
(com.google.android.gms)
  Activities Started
  com.yuanbaopu.ybpmark.MainActivity (com.yuanbaopu.ybpmark)
  Synchronization Mechanisms & Signals
  Signals Hooked
  android.intent.action.PROXY_CHANGE
  android.intent.action.CONFIGURATION_CHANGED
  android.intent.action.PHONE_STATE
  android.intent.action.PACKAGE_ADDED
  android.intent.action.PACKAGE_REMOVED
  android.net.wifi.SCAN_RESULTS
  Modules Loaded
  Runtime Modules
  neh
  locSDK6a
  Invoked Methods
  android.os.SystemProperties.addChangeCallback
  android.os.SystemProperties.getLong
  com.fasterxml.jackson.databind.MapperFeature.values
  com.fasterxml.jackson.databind.DeserializationFeature.values
  com.fasterxml.jackson.databind.SerializationFeature.values
  com.android.org.conscrypt.OpenSSLCipher$Padding.values
  com.android.org.conscrypt.OpenSSLCipher$Mode.values
  android.net.wifi.SupplicantState.values
  android.net.wifi.WifiSsid.createFromAsciiEncoded
  com.nordnetab.chcp.main.model.ChcpError.values
  Highlighted Actions
  Calls Highlighted
  android.net.wifi.WifiInfo.getBSSID
  android.net.wifi.WifiInfo.getMacAddress
  android.net.wifi.WifiInfo.getSSID
  android.os.Debug.isDebuggerConnected
  android.telephony.TelephonyManager.getCellLocation
  android.telephony.TelephonyManager.getDeviceId
  android.telephony.TelephonyManager.getNetworkCountryIso
  android.telephony.TelephonyManager.getSimOperator
  android.telephony.TelephonyManager.getSubscriberId
  android.util.Base64.encode
  Cryptographical Algorithms Observed
  AES
  Cryptographical Keys 

[Desktop-packages] [Bug 1575078] Re: [XPS 15 9550, Realtek ALC3266] Headphone jack stops working after a while

2018-12-13 Thread Colin Watson
I've hidden comment #24 on this bug due to a privacy request.  Here's
the redacted text of that comment (from ~archenroot-gmail):

Another related bug is available on related bug in Arch:
https://bugs.archlinux.org/task/49157

Interesting is suggestion about possible HDMI vs sound conflicts:

Comment by [redacted] - Monday, 08 August 2016, 14:28 GMT
When I changed video drivers, the problem seemed to morph into a different 
problem.

When I use nouveau/intel with bumblebee, it seems that plugging
headphones in constantly works like it should. Headphones show up as
headphones and the computer seems to recognize both. BUT... there is no
sound from the headphones, even after a restart. I am starting to
believe that this is an issue with either the nvidia driver, or
bumblebee/optimus. I think I had read in the past that the sound is
conflicting with the HDMI port or something like that. I reverted back
to nvidia due to compatibility issues with nouveau (or I'm just not
reading all the necessary documentation) and this original problem came
back.

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

Title:
  [XPS 15 9550, Realtek ALC3266] Headphone jack stops working after a
  while

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  I'm experiencing a strange behavior with a headphone jack on my
  laptop.

  I have an external audio speaker connected to it. When I disconnect the 
speaker and reconnect it again it stops working.
  Even more, laptop audio stops working too. And after the reboot, I don't even 
see any of the audio devices.

  I've googled a lot and tried different fixes from forums with no luck.
  After a while, I've accidentally discovered that putting the laptop to
  the sleep mode and rebooting system after brings audio back to live.
  Even more, if speakers were attached during this sleep-reboot
  procedure, they are starting to work as well.

  However, after the next reboot speakers are not working again. And if
  I will plug them out and in - problem with completely missing audio
  returns.

  P.S. I'm using laptop-mode-tools package on my laptop. Recovery after
  hibernation made me believe that it's somehow related. But after
  uninstalling this package nothing really changed.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   kop3224 F...m pulseaudio
   /dev/snd/controlC0:  kop3224 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Apr 26 12:17:03 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-04-22 (3 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Встроенное аудио - HDA Intel PCH
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: Sound works for a while, then breaks
  Title: [XPS 15 9550, Realtek ALC3266, Black Headphone Out, Left] fails after 
a while
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/07/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.02.00
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1575078/+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 902535] Re: Unable to print with Lexmark S400 series since upgrade to 11.10

2018-11-02 Thread Colin Watson
** Attachment removed: "rou.png"
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/902535/+attachment/5204779/+files/rou.png

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

Title:
  Unable to print with Lexmark S400 series since upgrade to 11.10

Status in cups package in Ubuntu:
  Confirmed
Status in cups source package in Precise:
  Incomplete

Bug description:
  Following the upgrade from 11.04 to 11.10 my Lexmark S405 now is
  unable to print.

  After removing all previous drivers (i.e. from a clean install of the
  printer), I have two options to proceed:

  If I connect the printer via USB and wait for "auto-detection", the
  system is able to determine that a Lexmark S405 has been added (and
  adds the printer as a "S300-S400-Series". However at the same time I
  get the following error message:

  "Not supported by this backend. 
  The action is not supported by this backend. Please report a bug as this 
should not have happened. Provided postscript-driver not supported"

  The printer is added and does show up in CUPS. The device URI is given
  as:
  "://Lexmark/S300-S400%20Series?serial=90T409817388744=1".
  Previously two packages were also added via the Software Centre (
  "lexmark-legacy-wsu (1.0-1)" and "lexmark-inkjet-legacy-wjre (1.0-1)"
  but my most recent attempt to rectify this fault was following updates
  to fix bug 897309. On this occasion (following the updated
  ghostscript) no software was added via the Software Centre.

  I also have the drivers from Lexmark (the second install option).
  These drivers will install (but if they detect either of the above
  mentioned packages then installation will fail) but, once you are
  prompted to connect the printer via USB the error message highlighted
  above also appears. The results from this approach is that two
  printers are installed...but neither of them work.

  Either method of installing the printer results in the same scenario -
  the printer is listed as "installed", but items in the print queue
  remain there without no response from the printer. A Test Page shows
  the printer as "Processing page 1" before eventually throwing an
  error.

  Incidentally it is possible to scan from the printer (it's an all-in-
  one printer) into Ubuntu, but it seems to be impossible to print out
  from Ubuntu. Also previous work suggested that this may be connected
  to bug 883585. Also, despite CUPS referring to itself as 1.5, the
  intro screen says "what's new in CUPS 1.4". The printer does show up
  in CUPS, but it seems to be impossible to carry out any maintenance on
  the printer within CUPS (but this may be my "newbie-ness" showing
  though).

  
  My first bug report so hope I've included everything!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/902535/+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 1794213] Re: Crash on Upgrade to 18.10 from 18.04 Network Not Available

2018-09-25 Thread Colin Watson
** Project changed: launchpad => appstream (Ubuntu)

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

Title:
  Crash on Upgrade to 18.10 from 18.04 Network Not Available

Status in appstream package in Ubuntu:
  New

Bug description:
  E:Problem executing scripts APT::Update::Post-Invoke-Success 'if 
/usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then 
appstreamcli refresh-cache > /dev/null; fi', E:Sub-process returned an error 
code
  The above error is in the small box.  The information below is in the 
terminal window that I thought might give clues on what happened on disto 
upgrade to 18.10 from command line.

   
  QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
  kdeinit5: Got EXEC_NEW 
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so' from launcher.
  kdeinit5: preparing to launch 
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so'
  QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
  kdeinit5: Got EXT_EXEC '/usr/bin/firefox' from launcher.
  kdeinit5: preparing to launch '/usr/bin/firefox'
  kdeinit5: PID 5799 terminated.

  (appstreamcli:6926): GLib-CRITICAL **: 21:59:50.626:
  g_variant_builder_end: assertion '!GVSB(builder)->uniform_item_types
  || GVSB(builder)->prev_item_type != NULL || g_variant_type_is_definite
  (GVSB(builder)->type)' failed

  (appstreamcli:6926): GLib-CRITICAL **: 21:59:50.626:
  g_variant_new_variant: assertion 'value != NULL' failed

  (appstreamcli:6926): GLib-ERROR **: 21:59:50.626: g_variant_new_parsed: 
11-13:invalid GVariant format string
  Trace/breakpoint trap (core dumped)
  QXcbConnection: XCB error: 3 (BadWindow), sequence: 792, resource id: 
39845978, major code: 40 (TranslateCoords), minor code: 0

  (appstreamcli:8091): GLib-CRITICAL **: 22:00:11.961:
  g_variant_builder_end: assertion '!GVSB(builder)->uniform_item_types
  || GVSB(builder)->prev_item_type != NULL || g_variant_type_is_definite
  (GVSB(builder)->type)' failed

  (appstreamcli:8091): GLib-CRITICAL **: 22:00:11.961:
  g_variant_new_variant: assertion 'value != NULL' failed

  (appstreamcli:8091): GLib-ERROR **: 22:00:11.961: g_variant_new_parsed: 
11-13:invalid GVariant format string
  Trace/breakpoint trap (core dumped)

  (appstreamcli:8899): GLib-CRITICAL **: 22:00:17.376:
  g_variant_builder_end: assertion '!GVSB(builder)->uniform_item_types
  || GVSB(builder)->prev_item_type != NULL || g_variant_type_is_definite
  (GVSB(builder)->type)' failed

  (appstreamcli:8899): GLib-CRITICAL **: 22:00:17.376:
  g_variant_new_variant: assertion 'value != NULL' failed

  (appstreamcli:8899): GLib-ERROR **: 22:00:17.376: g_variant_new_parsed: 
11-13:invalid GVariant format string
  Trace/breakpoint trap (core dumped)

  (appstreamcli:9701): GLib-CRITICAL **: 22:00:21.530:
  g_variant_builder_end: assertion '!GVSB(builder)->uniform_item_types
  || GVSB(builder)->prev_item_type != NULL || g_variant_type_is_definite
  (GVSB(builder)->type)' failed

  (appstreamcli:9701): GLib-CRITICAL **: 22:00:21.530:
  g_variant_new_variant: assertion 'value != NULL' failed

  (appstreamcli:9701): GLib-ERROR **: 22:00:21.530: g_variant_new_parsed: 
11-13:invalid GVariant format string
  Trace/breakpoint trap (core dumped)
  kdeinit5: PID 6868 terminated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1794213/+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 1778213] Re: Swipe to unlock should only be for mobile / touchscreen

2018-06-22 Thread Colin Watson
** Project changed: launchpad => gnome-shell (Ubuntu)

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

Title:
  Swipe to unlock should only be for mobile / touchscreen

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  It makes no sense to have to swipe the lockscreen using a regular
  mouse...

  I know you can just start writing your password, instead of swiping
  first, but most people don't.

  Whenever I install Ubuntu for someone - I will often get calls about this 
shortly after.
  Most find it annoying it seems to me.

  Would be nice if it was off by default, or at least an easy option to 
completely drop it.
  Maybe detect if user has touch screen?

  PS: This was about Ubuntu LTS (not "launchpad itself"..)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1778213/+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 1777095] Re: Your browser sent a request that this server could not understand.

2018-06-19 Thread Colin Watson
This is actually failing before it gets as far as Launchpad.  Apache's
mod_proxy_http is throwing away the request, something like this (this
is from a local development installation, but I verified this against
Apache logs from our "dogfood" site):

  [Tue Jun 19 20:15:28.820917 2018] [proxy_http:error] [pid 774:tid
3958287168] (70007)The timeout specified has expired: [client
10.36.63.1:56998] AH01095: prefetch request body failed to
127.0.0.1:8086 (localhost) from 10.36.63.1 (), referer:
https://bugs.launchpad.dev/redfish/+bug/15/+addcomment

It looks like, when AppArmor prevents reading an attachment, Firefox
sends request headers with a non-zero Content-Length, but then fails to
actually follow up by sending that amount of content.  Launchpad can't
work around this, because as I mentioned it fails (non-configurably) at
the Apache stage before it gets to the webapp.

I think the only place this can be fixed is in Firefox.

** Project changed: launchpad => firefox (Ubuntu)

** Tags removed: lp-bugs ui

** Summary changed:

- Your browser sent a request that this server could not understand.
+ sends incomplete request when read access to attachment denied by AppArmor

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

Title:
  sends incomplete request when read access to attachment denied by
  AppArmor

Status in firefox package in Ubuntu:
  Triaged

Bug description:
  Hi,

  I just reported an ubuntu bug #1777094 and wanted to upload the
  configuration files as attachments (using ubuntu 18.04 and firefox),
  but I always just get the error message


  Bad Request

  Your browser sent a request that this server could not understand.

  
  regards
  Hadmut

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1777095/+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 1567250] Re: ssh signin problem since OTA-10

2018-03-21 Thread Colin Watson
** Changed in: canonical-devices-system-image
 Assignee: HECTOR DAVID  (hektve) => (unassigned)

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

Title:
  ssh signin problem since OTA-10

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Terminal App:
  Incomplete
Status in gnome-keyring package in Ubuntu:
  Confirmed
Status in indicator-network package in Ubuntu:
  Invalid
Status in openssh package in Ubuntu:
  Invalid

Bug description:
  Not sure if this is a terminal or image issue, but here goes.

  Since the update last night to OTA-10 I cannot ssh to a server
  anymore. Error message: "Agent Admitted Failure To Sign Using The Key"

  On server side and client side nothing changed to the user settings or
  keys.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567250/+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 1754843] Re: gdk-pixbuf version in artful > version in bionic

2018-03-16 Thread Colin Watson
** Changed in: gdk-pixbuf (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
   gdk-pixbuf version in artful > version in bionic

Status in gdk-pixbuf package in Ubuntu:
  Fix Released

Bug description:
  gdk-pixbuf in artful is 2.36.11-1ubuntu0.1 which is greater than
  2.36.11-1 in bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1754843/+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 1754843] Re: gdk-pixbuf version in artful > version in bionic

2018-03-15 Thread Colin Watson
$ copy-package --from ubuntu --from-suite artful-updates --to-suite 
bionic-proposed -b gdk-pixbuf
Copy candidates:
gdk-pixbuf 2.36.11-1ubuntu0.1 in artful
gir1.2-gdkpixbuf-2.0 2.36.11-1ubuntu0.1 in artful amd64
gir1.2-gdkpixbuf-2.0 2.36.11-1ubuntu0.1 in artful arm64
gir1.2-gdkpixbuf-2.0 2.36.11-1ubuntu0.1 in artful armhf
gir1.2-gdkpixbuf-2.0 2.36.11-1ubuntu0.1 in artful i386
gir1.2-gdkpixbuf-2.0 2.36.11-1ubuntu0.1 in artful ppc64el
gir1.2-gdkpixbuf-2.0 2.36.11-1ubuntu0.1 in artful s390x
libgdk-pixbuf2.0-0 2.36.11-1ubuntu0.1 in artful amd64
libgdk-pixbuf2.0-0 2.36.11-1ubuntu0.1 in artful arm64
libgdk-pixbuf2.0-0 2.36.11-1ubuntu0.1 in artful armhf
libgdk-pixbuf2.0-0 2.36.11-1ubuntu0.1 in artful i386
libgdk-pixbuf2.0-0 2.36.11-1ubuntu0.1 in artful ppc64el
libgdk-pixbuf2.0-0 2.36.11-1ubuntu0.1 in artful s390x
libgdk-pixbuf2.0-0-dbgsym 2.36.11-1ubuntu0.1 in artful amd64
libgdk-pixbuf2.0-0-dbgsym 2.36.11-1ubuntu0.1 in artful arm64
libgdk-pixbuf2.0-0-dbgsym 2.36.11-1ubuntu0.1 in artful armhf
libgdk-pixbuf2.0-0-dbgsym 2.36.11-1ubuntu0.1 in artful i386
libgdk-pixbuf2.0-0-dbgsym 2.36.11-1ubuntu0.1 in artful ppc64el
libgdk-pixbuf2.0-0-dbgsym 2.36.11-1ubuntu0.1 in artful s390x
libgdk-pixbuf2.0-0-udeb 2.36.11-1ubuntu0.1 in artful amd64
libgdk-pixbuf2.0-0-udeb 2.36.11-1ubuntu0.1 in artful arm64
libgdk-pixbuf2.0-0-udeb 2.36.11-1ubuntu0.1 in artful armhf
libgdk-pixbuf2.0-0-udeb 2.36.11-1ubuntu0.1 in artful i386
libgdk-pixbuf2.0-0-udeb 2.36.11-1ubuntu0.1 in artful ppc64el
libgdk-pixbuf2.0-0-udeb 2.36.11-1ubuntu0.1 in artful s390x
libgdk-pixbuf2.0-bin 2.36.11-1ubuntu0.1 in artful amd64
libgdk-pixbuf2.0-bin 2.36.11-1ubuntu0.1 in artful arm64
libgdk-pixbuf2.0-bin 2.36.11-1ubuntu0.1 in artful armhf
libgdk-pixbuf2.0-bin 2.36.11-1ubuntu0.1 in artful i386
libgdk-pixbuf2.0-bin 2.36.11-1ubuntu0.1 in artful ppc64el
libgdk-pixbuf2.0-bin 2.36.11-1ubuntu0.1 in artful s390x
libgdk-pixbuf2.0-bin-dbgsym 2.36.11-1ubuntu0.1 in artful amd64
libgdk-pixbuf2.0-bin-dbgsym 2.36.11-1ubuntu0.1 in artful arm64
libgdk-pixbuf2.0-bin-dbgsym 2.36.11-1ubuntu0.1 in artful armhf
libgdk-pixbuf2.0-bin-dbgsym 2.36.11-1ubuntu0.1 in artful i386
libgdk-pixbuf2.0-bin-dbgsym 2.36.11-1ubuntu0.1 in artful ppc64el
libgdk-pixbuf2.0-bin-dbgsym 2.36.11-1ubuntu0.1 in artful s390x
libgdk-pixbuf2.0-common 2.36.11-1ubuntu0.1 in artful amd64
libgdk-pixbuf2.0-common 2.36.11-1ubuntu0.1 in artful arm64
libgdk-pixbuf2.0-common 2.36.11-1ubuntu0.1 in artful armhf
libgdk-pixbuf2.0-common 2.36.11-1ubuntu0.1 in artful i386
libgdk-pixbuf2.0-common 2.36.11-1ubuntu0.1 in artful ppc64el
libgdk-pixbuf2.0-common 2.36.11-1ubuntu0.1 in artful s390x
libgdk-pixbuf2.0-dev 2.36.11-1ubuntu0.1 in artful amd64
libgdk-pixbuf2.0-dev 2.36.11-1ubuntu0.1 in artful arm64
libgdk-pixbuf2.0-dev 2.36.11-1ubuntu0.1 in artful armhf
libgdk-pixbuf2.0-dev 2.36.11-1ubuntu0.1 in artful i386
libgdk-pixbuf2.0-dev 2.36.11-1ubuntu0.1 in artful ppc64el
libgdk-pixbuf2.0-dev 2.36.11-1ubuntu0.1 in artful s390x
libgdk-pixbuf2.0-dev-dbgsym 2.36.11-1ubuntu0.1 in artful amd64
libgdk-pixbuf2.0-dev-dbgsym 2.36.11-1ubuntu0.1 in artful arm64
libgdk-pixbuf2.0-dev-dbgsym 2.36.11-1ubuntu0.1 in artful armhf
libgdk-pixbuf2.0-dev-dbgsym 2.36.11-1ubuntu0.1 in artful i386
libgdk-pixbuf2.0-dev-dbgsym 2.36.11-1ubuntu0.1 in artful ppc64el
libgdk-pixbuf2.0-dev-dbgsym 2.36.11-1ubuntu0.1 in artful s390x
libgdk-pixbuf2.0-doc 2.36.11-1ubuntu0.1 in artful amd64
libgdk-pixbuf2.0-doc 2.36.11-1ubuntu0.1 in artful arm64
libgdk-pixbuf2.0-doc 2.36.11-1ubuntu0.1 in artful armhf
libgdk-pixbuf2.0-doc 2.36.11-1ubuntu0.1 in artful i386
libgdk-pixbuf2.0-doc 2.36.11-1ubuntu0.1 in artful ppc64el
libgdk-pixbuf2.0-doc 2.36.11-1ubuntu0.1 in artful s390x
Candidate copy target: https://api.launchpad.net/devel/ubuntu/+archive/primary
Copy [y|N]? y
61 copies requested.

** Changed in: gdk-pixbuf (Ubuntu)
   Status: New => Fix Committed

** Changed in: gdk-pixbuf (Ubuntu)
 Assignee: (unassigned) => Colin Watson (cjwatson)

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

Title:
   gdk-pixbuf version in artful > version in bionic

Status in gdk-pixbuf package in Ubuntu:
  Fix Committed

Bug description:
  gdk-pixbuf in artful is 2.36.11-1ubuntu0.1 which is greater than
  2.36.11-1 in bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1754843/+subscriptions

-- 
Mailing list: https://laun

[Desktop-packages] [Bug 1731694] Re: Ubuntu 17.10 has an older version of ubufox than 14.04, 16.04, 17.04

2018-01-08 Thread Colin Watson
artful-updates got an updated version a couple of months ago, and I've
copied that forward to bionic now.

** Changed in: ubufox (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Ubuntu 17.10 has an older version of ubufox than 14.04, 16.04, 17.04

Status in ubufox package in Ubuntu:
  Fix Released

Bug description:
  $ rmadison -asource ubufox
   ubufox | 2.0.2-0ubuntu1   | precise  | source
   ubufox | 2.8-0ubuntu1 | trusty   | source
   ubufox | 3.2-0ubuntu0.12.04.1 | precise-security | source
   ubufox | 3.2-0ubuntu0.12.04.1 | precise-updates  | source
   ubufox | 3.2-0ubuntu1 | xenial   | source
   ubufox | 3.2-0ubuntu1 | zesty| source
   ubufox | 3.3-0ubuntu2 | artful   | source
   ubufox | 3.3-0ubuntu2 | bionic   | source
   ubufox | 3.4-0ubuntu0.14.04.1 | trusty-security  | source
   ubufox | 3.4-0ubuntu0.14.04.1 | trusty-updates   | source
   ubufox | 3.4-0ubuntu0.16.04.1 | xenial-security  | source
   ubufox | 3.4-0ubuntu0.16.04.1 | xenial-updates   | source
   ubufox | 3.4-0ubuntu0.17.04.1 | zesty-security   | source
   ubufox | 3.4-0ubuntu0.17.04.1 | zesty-updates| source

  Apparently 3.4 was never released to artful and bionic.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubufox/+bug/1731694/+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 377508] Re: Touchpad Ko with 9.04 Xunbuntu on laptop

2017-12-18 Thread Colin Watson
** Attachment removed: "07EA06DB5AB1EF0BFB3531D48A2B4593.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4877203/+files/07EA06DB5AB1EF0BFB3531D48A2B4593.jpg

** Attachment removed: "072549346441827EA8E20500F406A694.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4877924/+files/072549346441827EA8E20500F406A694.jpg

** Attachment removed: "EC494C97097112BCAE9525518D4DD47C.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4893699/+files/EC494C97097112BCAE9525518D4DD47C.jpg

** Attachment removed: "A5706562B4B19501A570FA94EBA73597.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4912876/+files/A5706562B4B19501A570FA94EBA73597.jpg

** Attachment removed: "A0D01C0434FA35F5DDF16C7DCA3DD952.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4917931/+files/A0D01C0434FA35F5DDF16C7DCA3DD952.jpg

** Attachment removed: "EC06323865B0F2E8.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4924355/+files/EC06323865B0F2E8.jpg

** Attachment removed: "A8AA5AACFEB23D6B.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4927810/+files/A8AA5AACFEB23D6B.jpg

** Attachment removed: "71A9284FCB8B2BA6.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4927929/+files/71A9284FCB8B2BA6.jpg

** Attachment removed: "0841AFA0DA750AAF.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4954247/+files/0841AFA0DA750AAF.jpg

** Attachment removed: "F67B9D4BADA020B2.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4958083/+files/F67B9D4BADA020B2.jpg

** Attachment removed: "B621E308E22B70C3.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4961145/+files/B621E308E22B70C3.jpg

** Attachment removed: "98F6A5A13C326FD0.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4964722/+files/98F6A5A13C326FD0.jpg

** Attachment removed: "13746F57881FF32E.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4969534/+files/13746F57881FF32E.jpg

** Attachment removed: "51B8502F503753EE.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/5007037/+files/51B8502F503753EE.jpg

** Attachment removed: "3CF3E14DDF4EF178.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/5011864/+files/3CF3E14DDF4EF178.jpg

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

Title:
  Touchpad Ko with 9.04 Xunbuntu on laptop

Status in xserver-xorg-input-synaptics package in Ubuntu:
  Expired

Bug description:
  I have the 9.04 XUbuntu version
  My touchpad dont work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+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 377508] Re: Touchpad Ko with 9.04 Xunbuntu on laptop

2017-12-18 Thread Colin Watson
** Attachment removed: "40BD69BAF1DF0804542553E2BCCCE5B8.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4871346/+files/40BD69BAF1DF0804542553E2BCCCE5B8.jpg

** Attachment removed: "43698175F0A31EE5D50D9BB512A23B2B.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4871830/+files/43698175F0A31EE5D50D9BB512A23B2B.jpg

** Attachment removed: "2871E9D79EF3AA6D7F5C1FE452B20DC2.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4872020/+files/2871E9D79EF3AA6D7F5C1FE452B20DC2.jpg

** Attachment removed: "431CF70BDFEA49ED7DA774A51BC859C7.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4873698/+files/431CF70BDFEA49ED7DA774A51BC859C7.jpg

** Attachment removed: "3E6B657DB9EC91DF2D56C035BC668701.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+attachment/4875134/+files/3E6B657DB9EC91DF2D56C035BC668701.jpg

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

Title:
  Touchpad Ko with 9.04 Xunbuntu on laptop

Status in xserver-xorg-input-synaptics package in Ubuntu:
  Expired

Bug description:
  I have the 9.04 XUbuntu version
  My touchpad dont work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/377508/+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 876298] Re: [FFe] [MASTER] We need to better handle external payloads (Flash, msttcorefonts) not being available.

2017-12-18 Thread Colin Watson
** Attachment removed: "17A647BE29140A2C.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/876298/+attachment/4920117/+files/17A647BE29140A2C.jpg

** Attachment removed: "8D285FAA0E68AC75.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/876298/+attachment/4927732/+files/8D285FAA0E68AC75.jpg

** Attachment removed: "87B7B3E282F849D1.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/876298/+attachment/5007686/+files/87B7B3E282F849D1.jpg

** Attachment removed: "0A72213D86ED2FDA.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/876298/+attachment/5021526/+files/0A72213D86ED2FDA.jpg

** Attachment removed: "0A72213D86ED2FDA2.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/876298/+attachment/5021527/+files/0A72213D86ED2FDA2.jpg

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

Title:
  [FFe] [MASTER] We need to better handle external payloads (Flash,
  msttcorefonts) not being available.

Status in Adobe Flash Plugin Tools:
  Invalid
Status in flashplugin-nonfree package in Ubuntu:
  Fix Released
Status in msttcorefonts package in Ubuntu:
  Fix Released
Status in update-notifier package in Ubuntu:
  Fix Released

Bug description:
  At the 11.10 release archive.canonical.com collapsed under heavy load
  and started returning 503 errors.  This caused the flash package to be
  unable to grab its payload and thus caused the package to fail, which
  in turn caused the installation to fail.

  The current plan is to add metadata to a package where it can add a
  URL to retrieve its data, so ubiquity and apt-get --download-only can
  cache it.  We also need a way to queue up package installation post-
  install, for when we commit to installing flash but cannot do so due
  to network issues, or when the user wishes to have full language
  support post-install.

  This change requires a freeze exception for precise, as it involves
  adding new features to update-notifier and significant reworking of
  the maintainer scripts for the affected packages.  It also introduces
  new UI components; however these UI components are only visible in the
  event of a failure, so I don't think we should block on UI freeze for
  making this change given the significant benefit to the install
  experience when a download fails.

To manage notifications about this bug go to:
https://bugs.launchpad.net/adobe-flash-plugin-tools/+bug/876298/+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 1731378] Re: wifi settings unable to connect or show visible networks after laptop closes and then opens

2017-11-09 Thread Colin Watson
** Project changed: launchpad => network-manager (Ubuntu)

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

Title:
  wifi settings unable to connect or show visible networks after laptop
  closes and then opens

Status in network-manager package in Ubuntu:
  New

Bug description:
  I recently upgraded to 17.10 and have been having problems connecting
  to wifi. Wifi Settings shows no available networks and says
  Unavailabel - 802.1x Supplicant Failed. If I attempt to turn off wifi
  and turn back on, it will not connect at all and I have to either
  restart or open a terminal and do a network restart. It's been
  frustrating. I'm relatively new to Linux and for what I use it for,
  it's much better than Windows. Thanks for the help.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1731378/+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 51043] Re: ListView - Context-menu options missing when pointer is above files/folders

2017-10-24 Thread Colin Watson
** Attachment removed: "B3F0BBFD720296CB5D8FA277B76A31B7.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/51043/+attachment/4896970/+files/B3F0BBFD720296CB5D8FA277B76A31B7.jpg

** Attachment removed: "AAAFE1EB48FFB63E.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/51043/+attachment/4932231/+files/AAAFE1EB48FFB63E.jpg

** Attachment removed: "F9ABD09DE01DB163.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/51043/+attachment/4970809/+files/F9ABD09DE01DB163.jpg

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

Title:
  ListView - Context-menu options missing when pointer is above
  files/folders

Status in One Hundred Papercuts:
  Fix Released
Status in Nautilus:
  Fix Released
Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  What I did:

  - Nautilus is configured to show listview, and the directory-tree on the left 
( just checked, symbolview has the same issue )
  - right-click on a file/folder and clicking on copy
  - change to the folder where the file/foldershould be copied to
  - rightclick anywhere in the listview of the contents of that folder

  What happened:

  - When rightclicking on a folder, there is the option to insert into that 
folder ( which is nice ) and cut and copy - no paste
  - When rightclicking on a file the only options are cut and copy - no paste
  - When actually rightclicking on the actual folder from the tree-view, paste 
into that folder exists, but is inactive (!!!) - so no workaround available

  What I expected:

  a past option that pasts the "files/folders" I've "copied" before into the 
folder at whichs contents I'm looking.
  and a paste into that folder option in the treeview

  What I found out :

  when there are very few files/folders in a folder, and the list is
  shorter than the nautilus window could show - the whitespace below the
  list has this option. This should simply be added to the files and
  folders.

  P.S: please do not remove paste into that folder - its nice actually,
  but not all I expected...

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/51043/+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 256021] Re: glxinfo crashed with SIGSEGV in __libc_start_main()

2017-10-24 Thread Colin Watson
** Attachment removed: "8006346FD4D033379D089FED83F31A9D.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/256021/+attachment/4872667/+files/8006346FD4D033379D089FED83F31A9D.jpg

** Attachment removed: "E72A3127770287C810DB50E385323340.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/256021/+attachment/4906250/+files/E72A3127770287C810DB50E385323340.jpg

** Attachment removed: "C573B18EB3EC5ED3AA6613B767D418E3.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/256021/+attachment/4902205/+files/C573B18EB3EC5ED3AA6613B767D418E3.jpg

** Attachment removed: "F13424FA77909B54CE704E1587D00928.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/256021/+attachment/4910380/+files/F13424FA77909B54CE704E1587D00928.jpg

** Attachment removed: "AC7BCDC2ADA4ABCD6505E44FA567A556.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/256021/+attachment/4908128/+files/AC7BCDC2ADA4ABCD6505E44FA567A556.jpg

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

Title:
  glxinfo crashed with SIGSEGV in __libc_start_main()

Status in mesa package in Ubuntu:
  Fix Released
Status in mesa source package in Jaunty:
  Fix Released
Status in mesa source package in Karmic:
  Fix Released

Bug description:
  [Impact]

  Fixes segmentation faults in glXGetFBConfigs() that happen frequently
  when the nvidia binary drivers are present on the system (even if they
  are not in use) by adding a null pointer check. While the SEGV seems
  innocuous since it only happens with glxinfo, quite a few essential
  programs such as compiz use glxinfo to detect GL capabilities and this
  causes problems. This is fixed in Karmic which as of this time has
  mesa 7.4.1, but the issue still stands in jaunty's 7.4.

  [Symptoms]
  Segfaults in glxinfo. glxinfo reporting Xlib:  extension "GLX" missing on 
display.

  [Patch]
  http://launchpadlibrarian.net/28340399/mesa_7.4-0ubuntu3.2.debdiff

  [Test Case]
  In an affected system (such as one with nvidia drivers loaded)
  1.  Run glxinfo
  2.  Errors with a segfault
  3.  Attempt to start compiz
  4.  Fails to start because it can't run glxinfo

  [Regression Potential]
  Essentially none.  It simply adds a null pointer check right before 
dereferencing it.
  This fix has been tested in Karmic as well as upstream for some time, and was 
included in the 7.4.1 bugfix release.

  UPDATE:Oct 8 2008. installed daily updates ( 2.6.27-6-generic ) and
  still getting this same glxinfo error on boot

  


  I was running PlayOnLinux and tried to install 3d acceleration from
  there when glxinfo crashed.

  Description:  Ubuntu intrepid (development branch)
  Release:  8.10

  mesa version : 7.1~rc3-1ubuntu2 (intrepid)

  ProblemType: Crash
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/bin/glxinfo
  NonfreeKernelModules: nvidia
  Package: mesa-utils 7.1~rc3-1ubuntu2
  ProcAttrCurrent: unconfined
  ProcCmdline: glxinfo
  ProcEnviron:
   SHELL=/bin/bash
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
  Signal: 11
  SourcePackage: mesa
  Stacktrace:
   #0  0x0804ad66 in ?? ()
   #1  0xb7d66685 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
   #2  0x08048e81 in ?? ()
  StacktraceTop:
   ?? ()
   __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
   ?? ()
  ThreadStacktrace:
   .
   Thread 1 (process 7142):
   #0  0x0804ad66 in ?? ()
   #1  0xb7d66685 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
   #2  0x08048e81 in ?? ()
  Title: glxinfo crashed with SIGSEGV in __libc_start_main()
  Uname: Linux 2.6.26-5-generic i686
  UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/256021/+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 960096] Re: Live session started with wrong layout

2017-10-06 Thread Colin Watson
** Attachment removed: "9054FF2D0A9E06A0.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/libxklavier/+bug/960096/+attachment/4956785/+files/9054FF2D0A9E06A0.jpg

** Attachment removed: "8FF65498485A3B2E.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/libxklavier/+bug/960096/+attachment/4957947/+files/8FF65498485A3B2E.jpg

** Attachment removed: "270526609C895B93.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/libxklavier/+bug/960096/+attachment/4946050/+files/270526609C895B93.jpg

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

Title:
  Live session started with wrong layout

Status in libxklavier:
  Confirmed
Status in libxklavier package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released

Bug description:
  Hello

  TESTCASE

  - Boot a usb with persistence live session
  - Select italian and set the network manager, everythings is OK.
  - Select -Prova Ubuntu- let it load
  - The session will be started with the english layout.

  **WORKAROUND**
  -System Settings -> keyboard layout -> click reset to defaults

  see attached screenshot, the language is italian (installa ubuntu) but
  the layout is wrong

  ProblemType: BugDistroRelease: Ubuntu 12.04
  Package: casper 1.312
  ProcVersionSignature: Ubuntu 3.2.0-19.30-generic 3.2.11
  Uname: Linux 3.2.0-19-generic x86_64
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.312
  Date: Tue Mar 20 11:00:47 2012LiveMediaBuild: Ubuntu 12.04 LTS "Precise 
Pangolin" - Alpha amd64 (20120320)
  ProcEnviron:
   TERM=xterm
   LANG=it_IT.UTF-8
   SHELL=/bin/bashSourcePackage: casper
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libxklavier/+bug/960096/+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 1721260] Re: Bug Report for Canon LBP1120

2017-10-04 Thread Colin Watson
** Project changed: launchpad => cups (Ubuntu)

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

Title:
  Bug Report for Canon LBP1120

Status in cups package in Ubuntu:
  New

Bug description:
  Strange nothing has changed, other than updates to Linux KERNEL(S).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1721260/+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 1718400] Re: Extensions greyed out after 20170920

2017-09-20 Thread Colin Watson
** Project changed: launchpad => gnome-shell (Ubuntu)

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

Title:
  Extensions greyed out after 20170920

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  All extensions are greyed out after update in 17.10 and custom
  extensions don't work (disabled). Screenshot attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1718400/+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 121290] Re: [EDGY] firefox crashed [@nsTextControlFrame::SetValue] [@nsTextControlFrame::SetProperty] [@nsHTMLInputElement::SetValueInternal]

2017-09-12 Thread Colin Watson
*** This bug is a duplicate of bug 89090 ***
https://bugs.launchpad.net/bugs/89090

** Attachment removed: "8BDBE660E7162B49560C18A931F3D0DE.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/121290/+attachment/4884801/+files/8BDBE660E7162B49560C18A931F3D0DE.jpg

** Attachment removed: "929CC3E4AB2A315F8338A980FF37EA2B.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/121290/+attachment/4885241/+files/929CC3E4AB2A315F8338A980FF37EA2B.jpg

** Attachment removed: "C778D5764AEB8F55F95AB76D2535A290.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/121290/+attachment/4904307/+files/C778D5764AEB8F55F95AB76D2535A290.jpg

** Attachment removed: "433BB235B5415578.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/121290/+attachment/4925287/+files/433BB235B5415578.jpg

** Attachment removed: "2C5571D3DF276313.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/121290/+attachment/4927277/+files/2C5571D3DF276313.jpg

** Attachment removed: "E5ADEA195D66C897.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/121290/+attachment/4946854/+files/E5ADEA195D66C897.jpg

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

Title:
  [EDGY] firefox crashed [@nsTextControlFrame::SetValue]
  [@nsTextControlFrame::SetProperty]
  [@nsHTMLInputElement::SetValueInternal]

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  ... Firefow Crash

  
  Firefox crashed when opening a pop up cuncurrently following a link

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/121290/+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 120548] Re: [EDGY] firefox crashed [@nsTextControlFrame::SetValue] [@nsTextControlFrame::SetProperty] [@nsHTMLInputElement::SetValueInternal]

2017-09-12 Thread Colin Watson
*** This bug is a duplicate of bug 89090 ***
https://bugs.launchpad.net/bugs/89090

** Attachment removed: "C67D75E8BF639B8EBD44ED2D4AE3DBE6.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/120548/+attachment/4885238/+files/C67D75E8BF639B8EBD44ED2D4AE3DBE6.jpg

** Attachment removed: "6D919512174A0509DB04302E6DA99DE9.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/120548/+attachment/4904309/+files/6D919512174A0509DB04302E6DA99DE9.jpg

** Attachment removed: "09D102F0EDE56A0C.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/120548/+attachment/4925282/+files/09D102F0EDE56A0C.jpg

** Attachment removed: "EA38457EEC7D039A.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/120548/+attachment/4927280/+files/EA38457EEC7D039A.jpg

** Attachment removed: "C20B398C4C2E28CF.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/120548/+attachment/4946853/+files/C20B398C4C2E28CF.jpg

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

Title:
  [EDGY] firefox crashed [@nsTextControlFrame::SetValue]
  [@nsTextControlFrame::SetProperty]
  [@nsHTMLInputElement::SetValueInternal]

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  ... Crash durign firefox use

  
  Firefox crashed when following a link with a pop-up launched by javascritp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/120548/+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 120971] Re: [EDGY] firefox crashed [@nsTextControlFrame::SetValue] [@nsTextControlFrame::SetProperty] [@nsHTMLInputElement::SetValueInternal]

2017-09-12 Thread Colin Watson
*** This bug is a duplicate of bug 89090 ***
https://bugs.launchpad.net/bugs/89090

** Attachment removed: "BCBE9E4CC2241B08.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/120971/+attachment/4927281/+files/BCBE9E4CC2241B08.jpg

** Attachment removed: "BA433C8841D484D7.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/120971/+attachment/4925286/+files/BA433C8841D484D7.jpg

** Attachment removed: "EA2D554865A5363F14A09F39B913E6C9.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/120971/+attachment/4904308/+files/EA2D554865A5363F14A09F39B913E6C9.jpg

** Attachment removed: "9F49CDBC610D33032E48398BCC142754.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/120971/+attachment/4885243/+files/9F49CDBC610D33032E48398BCC142754.jpg

** Attachment removed: "BCCE224F2739715C1F71741A769C3838.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/120971/+attachment/4884804/+files/BCCE224F2739715C1F71741A769C3838.jpg

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

Title:
  [EDGY] firefox crashed [@nsTextControlFrame::SetValue]
  [@nsTextControlFrame::SetProperty]
  [@nsHTMLInputElement::SetValueInternal]

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  ... Crash during firefox use

  
  Following a link firefox crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/120971/+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 123795] Re: [FEISTY] firefox crashed [@nsTextControlFrame::SetValue] [@nsTextControlFrame::SetProperty] [@nsHTMLInputElement::SetValueInternal]

2017-09-12 Thread Colin Watson
*** This bug is a duplicate of bug 89090 ***
https://bugs.launchpad.net/bugs/89090

** Attachment removed: "C2D69301BC2189A243046014DE43DC71.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/123795/+attachment/4884799/+files/C2D69301BC2189A243046014DE43DC71.jpg

** Attachment removed: "CCE0D3E9738DCD088A27BA1BD7474532.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/123795/+attachment/4885242/+files/CCE0D3E9738DCD088A27BA1BD7474532.jpg

** Attachment removed: "AF547353706AE899.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/123795/+attachment/4925291/+files/AF547353706AE899.jpg

** Attachment removed: "FE03B4D1573C2B2F.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/123795/+attachment/4927282/+files/FE03B4D1573C2B2F.jpg

** Attachment removed: "D577A38A569A7B78.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/123795/+attachment/4928831/+files/D577A38A569A7B78.jpg

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

Title:
  [FEISTY] firefox crashed [@nsTextControlFrame::SetValue]
  [@nsTextControlFrame::SetProperty]
  [@nsHTMLInputElement::SetValueInternal]

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  ... firefox crashed

  
  ... Firefox crashes when clicking image link

  
  When I go to the page 
http://hd.se/inrikes/2007/07/03/algblomning-paa-gaang-i/ and very quickly press 
several times on the image which also is a link, firefox crashes. No 
information popup of any kind, it just disappears.

  I have Firefox/2.0.0.4 (Ubuntu-feisty) + flashplugin-nonfree
  9.0.31.0.2ubuntu1 + mplayerplug-in-xx.

  Is it possible for me to get some kind of crash dump?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/123795/+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 123997] Re: [EDGY] firefox crashed [@nsTextControlFrame::SetValue] [@nsTextControlFrame::SetProperty] [@nsHTMLInputElement::SetValueInternal]

2017-09-12 Thread Colin Watson
*** This bug is a duplicate of bug 89090 ***
https://bugs.launchpad.net/bugs/89090

** Attachment removed: "D25D12DE3B20BAAF0393B3A85CDA932A.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/123997/+attachment/4884798/+files/D25D12DE3B20BAAF0393B3A85CDA932A.jpg

** Attachment removed: "B26F3B4D8141253B87F1F011CE8AFEA2.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/123997/+attachment/4904303/+files/B26F3B4D8141253B87F1F011CE8AFEA2.jpg

** Attachment removed: "C36FBB9FB243833C.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/123997/+attachment/4927278/+files/C36FBB9FB243833C.jpg

** Attachment removed: "2D5A2F764C6835E5.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/123997/+attachment/4925310/+files/2D5A2F764C6835E5.jpg

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

Title:
  [EDGY] firefox crashed [@nsTextControlFrame::SetValue]
  [@nsTextControlFrame::SetProperty]
  [@nsHTMLInputElement::SetValueInternal]

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  ... Firefox crashed following a link

  
  It happend again!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/123997/+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 960096] Re: Live session started with wrong layout

2017-09-04 Thread Colin Watson
** Attachment removed: "C5C731355480F854.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/libxklavier/+bug/960096/+attachment/4943864/+files/C5C731355480F854.jpg

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

Title:
  Live session started with wrong layout

Status in libxklavier:
  Confirmed
Status in libxklavier package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released

Bug description:
  Hello

  TESTCASE

  - Boot a usb with persistence live session
  - Select italian and set the network manager, everythings is OK.
  - Select -Prova Ubuntu- let it load
  - The session will be started with the english layout.

  **WORKAROUND**
  -System Settings -> keyboard layout -> click reset to defaults

  see attached screenshot, the language is italian (installa ubuntu) but
  the layout is wrong

  ProblemType: BugDistroRelease: Ubuntu 12.04
  Package: casper 1.312
  ProcVersionSignature: Ubuntu 3.2.0-19.30-generic 3.2.11
  Uname: Linux 3.2.0-19-generic x86_64
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.312
  Date: Tue Mar 20 11:00:47 2012LiveMediaBuild: Ubuntu 12.04 LTS "Precise 
Pangolin" - Alpha amd64 (20120320)
  ProcEnviron:
   TERM=xterm
   LANG=it_IT.UTF-8
   SHELL=/bin/bashSourcePackage: casper
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libxklavier/+bug/960096/+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 960096] Re: Live session started with wrong layout

2017-08-25 Thread Colin Watson
** Attachment removed: "4D6B8DD299175EC2884B51C5324B1AF0.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/libxklavier/+bug/960096/+attachment/4902580/+files/4D6B8DD299175EC2884B51C5324B1AF0.jpg

** Attachment removed: "FF811BA0696CDE2C983B3728BABC5D0D.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/libxklavier/+bug/960096/+attachment/4898896/+files/FF811BA0696CDE2C983B3728BABC5D0D.jpg

** Attachment removed: "B3372A46276DC4B8AF0A9E44E13EAAA1.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/libxklavier/+bug/960096/+attachment/4883402/+files/B3372A46276DC4B8AF0A9E44E13EAAA1.jpg

** Attachment removed: "FC778D6F328F31CAC87F4716C77945E8.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/libxklavier/+bug/960096/+attachment/4873122/+files/FC778D6F328F31CAC87F4716C77945E8.jpg

** Attachment removed: "166ADDA728419C931DF561DA2C7DF90F.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/libxklavier/+bug/960096/+attachment/4871513/+files/166ADDA728419C931DF561DA2C7DF90F.jpg

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

Title:
  Live session started with wrong layout

Status in libxklavier:
  Confirmed
Status in libxklavier package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released

Bug description:
  Hello

  TESTCASE

  - Boot a usb with persistence live session
  - Select italian and set the network manager, everythings is OK.
  - Select -Prova Ubuntu- let it load
  - The session will be started with the english layout.

  **WORKAROUND**
  -System Settings -> keyboard layout -> click reset to defaults

  see attached screenshot, the language is italian (installa ubuntu) but
  the layout is wrong

  ProblemType: BugDistroRelease: Ubuntu 12.04
  Package: casper 1.312
  ProcVersionSignature: Ubuntu 3.2.0-19.30-generic 3.2.11
  Uname: Linux 3.2.0-19-generic x86_64
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.312
  Date: Tue Mar 20 11:00:47 2012LiveMediaBuild: Ubuntu 12.04 LTS "Precise 
Pangolin" - Alpha amd64 (20120320)
  ProcEnviron:
   TERM=xterm
   LANG=it_IT.UTF-8
   SHELL=/bin/bashSourcePackage: casper
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libxklavier/+bug/960096/+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 145607] Re: Extraction of compressed folder located on NTFS file system does't work always

2017-08-23 Thread Colin Watson
** Attachment removed: "364A9159FC6D2AB9C1D547CFB403C3D7.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4870385/+files/364A9159FC6D2AB9C1D547CFB403C3D7.jpg

** Attachment removed: "6E323E9517D1FB905918A3903E9374C7.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4872931/+files/6E323E9517D1FB905918A3903E9374C7.jpg

** Attachment removed: "5E0E54E3B49C2875E64EB32888CC6853.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4903752/+files/5E0E54E3B49C2875E64EB32888CC6853.jpg

** Attachment removed: "36398F02BC31E29D.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4926411/+files/36398F02BC31E29D.jpg

** Attachment removed: "D2F6D5907980DF69.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4927392/+files/D2F6D5907980DF69.jpg

** Attachment removed: "64911D3AD6829435.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4927620/+files/64911D3AD6829435.jpg

** Attachment removed: "F52DD1909F38BA0A.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4928683/+files/F52DD1909F38BA0A.jpg

** Attachment removed: "F52DD1909F38BA0A1.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4928684/+files/F52DD1909F38BA0A1.jpg

** Attachment removed: "F52DD1909F38BA0A2.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4928685/+files/F52DD1909F38BA0A2.jpg

** Attachment removed: "F52DD1909F38BA0A4.png"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4928686/+files/F52DD1909F38BA0A4.png

** Attachment removed: "F52DD1909F38BA0A5.png"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4928687/+files/F52DD1909F38BA0A5.png

** Attachment removed: "F52DD1909F38BA0A6.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4928688/+files/F52DD1909F38BA0A6.jpg

** Attachment removed: "F52DD1909F38BA0A7.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4928689/+files/F52DD1909F38BA0A7.jpg

** Attachment removed: "F52DD1909F38BA0A8.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/145607/+attachment/4928690/+files/F52DD1909F38BA0A8.jpg

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

Title:
  Extraction of compressed folder located on NTFS file system does't
  work always

Status in file-roller package in Ubuntu:
  Fix Released

Bug description:
  When I try to decompress an archive on NTFS file system, I can only
  decompress single files. If I try to decompress the entire folder,
  nothing happens.

  How to reproduce:
  1 put a compressed file on a NTFS file system (any format, even .zip or .rar)
  2 double click on the archive to open it
  3 extract a single file any way you want, it works fine. 
  4 Extract an entire folder, the status bar says: "Extracting archive right 
now". Even the CPU reaches the 100% of usage. When the process is over, the 
uncompressed folder doesn't appear.
  5 The only way to extract a folder on NTFS partition seems to be this: right 
click on compressed file and choose "extract here". Then put the new folder 
wherever you want.

  Sometimes (but not always), the extracted folder appears after a
  reboot.

  I use ubuntu feisty fawn with latest updates, Gnome interface 2.18.1 and 
kernel 2.6.20-16-generic.
  Gcc version 4.1.2 (i486-linux-gnu)
  Xorg version 7.2.0 (04 April 2007 - standard with feisty fawn) with an 
unsupported video card (Sapphire Ati Radeon 9250 AGP 8X). Right now I'm working 
with default drivers and I have no problem. Even compiz works fine.
  Maybe it could be useful to know that NTFS partition is mounted on the same 
hard disk where the swap and ext3 partition are.

  Right now I'm a new Linux user, and I don't know what package may cause this 
little trouble. I suppose it's "file roller", but I'm not sure about it. 
  This is not a critical bug, so take it easy, there's no need to hurry.

  ProblemType: Bug
  Architecture: i386
  Date: Thu Sep 27 13:27:19 2007
  DistroRelease: Ubuntu 7.04
  ExecutablePath: /usr/bin/file-roller
  Package: file-roller 2.18.1-0ubuntu1
  PackageArchitecture: i386
  ProcCmdline: file-roller /media/hdb5/Incoming/Mekong\ Delta\ -\ Pictures\ At\ 
An\ Exhibition\ -\ Released\ By\ Thrall.rar
  ProcCwd: /home/gerardo
  ProcEnviron:
   LANGUAGE=it_IT:it:en_GB:en
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: file-roller
  Uname: Linux Durlindana4 2.6.20-16-generic #2 SMP Sun Sep 23 19:50:39 UTC 
2007 i686 GNU/Linux

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1708053] Re: Latex crash

2017-08-02 Thread Colin Watson
** Project changed: launchpad => texlive-base (Ubuntu)

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

Title:
  Latex crash

Status in texlive-base package in Ubuntu:
  New

Bug description:
  I installed an update for latex and since then my thesis won't compile again.
  I am using Ubuntu 16.04 and I downloaded the tex-full from jonathonf ppa.

  The error that I keep getting is 'missing number treated as zero'. However, 
before update, everything was working file. 
  Now, even if it managed to compile, it does not show the citations but rather 
show the citation key, e.g. \cite{abc2020}, it shows abc2020 in the text 
instead of the authors name etc.

  Also, the output console is filled with a lot of errors.
  Also, I have removed tex-full several times and re-install it but still get 
same issue.
  I would appreciate any help to fix this problem.

  
  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1708053/+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 550225] Re: desktopcouch-service crashed with SIGSEGV in dbus_message_get_reply_serial()

2017-07-06 Thread Colin Watson
*** This bug is a duplicate of bug 549842 ***
https://bugs.launchpad.net/bugs/549842

** Attachment removed: "BD177261A81EB4753F71D5AF7A5B5CA4.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/desktopcouch/+bug/550225/+attachment/4910425/+files/BD177261A81EB4753F71D5AF7A5B5CA4.jpg

** Attachment removed: "DF570B9AB50135BBD27A18D0D2CBD04E.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/desktopcouch/+bug/550225/+attachment/4902512/+files/DF570B9AB50135BBD27A18D0D2CBD04E.jpg

** Attachment removed: "E77141110CB5AE431FF2A0BA4E5B6AD8.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/desktopcouch/+bug/550225/+attachment/4897164/+files/E77141110CB5AE431FF2A0BA4E5B6AD8.jpg

** Attachment removed: "7B4809C1F1ED29DA07249665B3EB1AA3.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/desktopcouch/+bug/550225/+attachment/4883837/+files/7B4809C1F1ED29DA07249665B3EB1AA3.jpg

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

Title:
  desktopcouch-service crashed with SIGSEGV in
  dbus_message_get_reply_serial()

Status in desktopcouch package in Ubuntu:
  New

Bug description:
  Binary package hint: desktopcouch

  Happens after Boot my Lucid Lynx Beta 1 Kernel 2.6.32.17. Everything seems to 
work.
  Hope this can help your troubleshhoting

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: desktopcouch 0.6.3-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-17-generic i686
  Architecture: i386
  CrashCounter: 1
  Date: Sun Mar 28 14:25:47 2010
  ExecutablePath: /usr/lib/desktopcouch/desktopcouch-service
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release Candidate i386 
(20091020.3)
  InterpreterPath: /usr/bin/python2.6
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/lib/desktopcouch/desktopcouch-service
  ProcEnviron:
   SHELL=/bin/bash
   LANG=it_IT.utf8
  SegvAnalysis:
   Segfault happened at: 0x4cce5c:  mov(%edx,%eax,1),%eax
   PC (0x004cce5c) ok
   source "(%edx,%eax,1)" (0x00a6) not located in a known VMA region 
(needed readable region)!
   destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: desktopcouch
  StacktraceTop:
   ?? () from /lib/libdbus-1.so.3
   ?? () from /lib/libdbus-1.so.3
   dbus_message_get_reply_serial () from /lib/libdbus-1.so.3
   ?? () from /lib/libdbus-1.so.3
   ?? () from /lib/libdbus-1.so.3
  Title: desktopcouch-service crashed with SIGSEGV in 
dbus_message_get_reply_serial()
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktopcouch/+bug/550225/+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 397892] Re: Screensaver does not turn on [Ubuntu / Xubuntu Karmic]

2017-07-06 Thread Colin Watson
** Attachment removed: "E9A698DB5D46F3F86E841079FAD1A8D5.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/397892/+attachment/4901875/+files/E9A698DB5D46F3F86E841079FAD1A8D5.jpg

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

Title:
  Screensaver does not turn on [Ubuntu / Xubuntu Karmic]

Status in Xubuntu:
  Invalid
Status in gnome-screensaver package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: gnome-screensaver

  RELEASE:  Karmic Koala
  CD/DVD VARIANT:  64bit Xubuntu installed fresh using ext4 and grub2
  ISO BUILD:  
  SYMPTOMS:  Using Applications -> Settings -> Screensaver to set the 
screensaver preferences has no effect. The screensaver is set to start in 10 
minutes. Unfortunately, it never activates.

  Run in terminal gives me:
  charlie@wecan:~$ gnome-screensaver-preferences
  ** (gnome-screensaver-preferences:6402): DEBUG: Found best visual for GL: 0x21

  There are no entries in ~/.xsession-errors log and no entries in any
  system log that I can find looking in /var/log.

  gnome-screensaver:
Installed: 2.27.0-0ubuntu3
Candidate: 2.27.0-0ubuntu3
Version table:
   *** 2.27.0-0ubuntu3 0
  500 http://us.archive.ubuntu.com karmic/main Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/xubuntu-desktop/+bug/397892/+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 1686087] Re: Thunderbird crashes on launch on aarch64 in zesty

2017-05-05 Thread Colin Watson
** Package changed: mozilla-thunderbird (Ubuntu) => thunderbird (Ubuntu)

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

Title:
  Thunderbird crashes on launch on aarch64 in zesty

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Running thunderbird on my arm64 box gives me the following backtrace.

  Description:  Ubuntu 17.04
  Release:  17.04

  
  0xb60764a8 <+104>:and x0, x0, #0x7ff0
 0xb60764ac <+108>: add x0, x0, #0xff, lsl #12
  => 0xb60764b0 <+112>: ldr x20, [x0, #4080]

  That indicates a pointer is being clamped to 47 bits which is wrong.
  could this be rebuilt please ?

  
  #0  0xb60764b0 in js::gc::Cell::storeBuffer() const (this=) at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/src/gc/Heap.h:1343
  #1  0xb60764b0 in js::HeapSlot::post(js::NativeObject*, 
js::HeapSlot::Kind, unsigned int, JS::Value const&) (target=..., slot=0, 
kind=js::HeapSlot::Slot, owner=0xaa02c070, this=0xaa02c090)
  at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/src/gc/Barrier.h:703
  #2  0xb60764b0 in js::HeapSlot::set(js::NativeObject*, 
js::HeapSlot::Kind, unsigned int, JS::Value const&) (this=0xaa02c090, 
owner=0xaa02c070, slot=0, v=..., kind=js::HeapSlot::Slot)
  at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/src/gc/Barrier.h:690
  #3  0xb607808c in js::NativeObject::setReservedSlot(unsigned int, 
JS::Value const&) (v=..., index=0, this=)
  at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/src/vm/NativeObject.h:890
  #4  0xb607808c in js::ClonedBlockObject::create(JSContext*, 
JS::Handle, JS::Handle) 
(cx=cx@entry=0xb1df9c00, block=block@entry=..., 
enclosing=enclosing@entry=...)
  at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/src/vm/ScopeObject.cpp:859
  #5  0xb607af3c in js::ClonedBlockObject::createGlobal(JSContext*, 
JS::Handle) (cx=cx@entry=0xb1df9c00, 
global=global@entry=...)
  at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/src/vm/ScopeObject.cpp:890
  #6  0xb5fe7c3c in js::GlobalObject::createInternal(JSContext*, 
js::Class const*) (cx=cx@entry=0xb1df9c00, clasp=clasp@entry=0xb73a5f80 
)
  at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/src/vm/GlobalObject.cpp:258
  #7  0xb6065b54 in JSRuntime::createSelfHostingGlobal(JSContext*) 
(cx=cx@entry=0xb1df9c00) at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/src/vm/SelfHosting.cpp:1722
  #8  0xb6065d44 in JSRuntime::initSelfHosting(JSContext*) 
(this=this@entry=0xae35, cx=cx@entry=0xb1df9c00)
  at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/src/vm/SelfHosting.cpp:1754
  #9  0xb5ef1e84 in js::NewContext(JSRuntime*, unsigned long) 
(rt=0xae35, stackChunkSize=stackChunkSize@entry=8192)
  at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/src/jscntxt.cpp:122
  #10 0xb5ef1ec4 in JS_NewContext(JSRuntime*, unsigned long) 
(rt=, stackChunkSize=stackChunkSize@entry=8192)
  at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/src/jsapi.cpp:566
  #11 0xb495f934 in XPCJSContextStack::InitSafeJSContext() 
(this=0xae3f00b0) at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/xpconnect/src/XPCJSContextStack.cpp:122
  #12 0xb4977d04 in nsXPConnect::InitStatics() () at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/xpconnect/src/nsXPConnect.cpp:126
  #13 0xb49633c0 in xpcModuleCtor() () at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/js/xpconnect/src/XPCModule.cpp:13
  #14 0xb5a1805c in Initialize() () at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/layout/build/nsLayoutModule.cpp:428
  #15 0xb45800b8 in nsComponentManagerImpl::KnownModule::Load() 
(this=0xb1dc55c0) at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/xpcom/components/nsComponentManager.cpp:883
  #16 0xb4580f30 in nsFactoryEntry::GetFactory() (this=0xb1da5940) 
at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/xpcom/components/nsComponentManager.cpp:1919
  #17 0xb4581798 in 
nsComponentManagerImpl::CreateInstanceByContractID(char const*, nsISupports*, 
nsID const&, void**) (this=0xb1d90470, aContractID=0xb627abc9 
"@mozilla.org/moz/jsloader;1", aDelegate=0x0, aIID=..., aResult=0xd960) 
at 
/build/thunderbird-OW_yEF/thunderbird-45.8.0+build1/mozilla/xpcom/components/nsComponentManager.cpp:1217
  #18 0xb45830c4 in 

[Desktop-packages] [Bug 1664007] Re: package gnome-keyring 3.20.0-2ubuntu4 failed to install/upgrade: intentando sobreescribir `/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so', que está tamb

2017-04-26 Thread Colin Watson
** Branch unlinked: lp:~cjwatson/launchpad/snap-find-by-url-prefixes

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

Title:
  package gnome-keyring 3.20.0-2ubuntu4 failed to install/upgrade:
  intentando sobreescribir `/usr/lib/x86_64-linux-gnu/pkcs11/gnome-
  keyring-pkcs11.so', que está también en el paquete libp11-kit-gnome-
  keyring:amd64 3.20.0-2ubuntu4

Status in gnome-keyring package in Ubuntu:
  Confirmed

Bug description:
  i only update mys system and install many tools from kali linux

  ProblemType: Package
  DistroRelease: Kali 2016.2
  Package: gnome-keyring 3.20.0-2ubuntu4
  ProcVersionSignature: Ubuntu 4.8.0-37.39-generic 4.8.16
  Uname: Linux 4.8.0-37-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  Date: Fri Feb 10 13:13:05 2017
  ErrorMessage: intentando sobreescribir 
`/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so', que está también en 
el paquete libp11-kit-gnome-keyring:amd64 3.20.0-2ubuntu4
  InstallationDate: Installed on 2017-02-10 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  RelatedPackageVersions:
   dpkg 1.18.21kali1
   apt  1.3.4
  SourcePackage: gnome-keyring
  Title: package gnome-keyring 3.20.0-2ubuntu4 failed to install/upgrade: 
intentando sobreescribir 
`/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so', que está también en 
el paquete libp11-kit-gnome-keyring:amd64 3.20.0-2ubuntu4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1664007/+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 1680736] Re: gnome-keyring-daemon crashed with SIGABRT in g_assertion_message()

2017-04-26 Thread Colin Watson
*** This bug is a duplicate of bug 1679903 ***
https://bugs.launchpad.net/bugs/1679903

** Branch unlinked: lp:~cjwatson/launchpad/snap-find-by-url-prefixes

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

Title:
  gnome-keyring-daemon crashed with SIGABRT in g_assertion_message()

Status in gnome-keyring package in Ubuntu:
  New

Bug description:
  happen during start up

  ProblemType: Crash
  DistroRelease: Ubuntu 17.04
  Package: gnome-keyring 3.20.0-3ubuntu2
  ProcVersionSignature: Ubuntu 4.10.0-15.17-generic 4.10.5
  Uname: Linux 4.10.0-15-generic x86_64
  ApportVersion: 2.20.4-0ubuntu3
  Architecture: amd64
  Date: Fri Apr  7 15:45:26 2017
  ExecutablePath: /usr/bin/gnome-keyring-daemon
  InstallationDate: Installed on 2016-12-09 (118 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcCmdline: /usr/bin/gnome-keyring-daemon --daemonize --login
  Signal: 6
  SourcePackage: gnome-keyring
  StacktraceTop:
   g_assertion_message () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ()
   ()
   ()
  Title: gnome-keyring-daemon crashed with SIGABRT in g_assertion_message()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy lpadmin plugdev sambashare sudo 
tape video
  mtime.conffile..etc.xdg.autostart.gnome-keyring-pkcs11.desktop: 
2016-12-16T15:22:07.050785
  mtime.conffile..etc.xdg.autostart.gnome-keyring-secrets.desktop: 
2016-12-16T15:22:07.050785

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1680736/+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 1664007] Re: package gnome-keyring 3.20.0-2ubuntu4 failed to install/upgrade: intentando sobreescribir `/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so', que está tamb

2017-04-24 Thread Colin Watson
** Branch unlinked: lp:~cjwatson/launchpad/fix-mp-js-buglink

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

Title:
  package gnome-keyring 3.20.0-2ubuntu4 failed to install/upgrade:
  intentando sobreescribir `/usr/lib/x86_64-linux-gnu/pkcs11/gnome-
  keyring-pkcs11.so', que está también en el paquete libp11-kit-gnome-
  keyring:amd64 3.20.0-2ubuntu4

Status in gnome-keyring package in Ubuntu:
  Confirmed

Bug description:
  i only update mys system and install many tools from kali linux

  ProblemType: Package
  DistroRelease: Kali 2016.2
  Package: gnome-keyring 3.20.0-2ubuntu4
  ProcVersionSignature: Ubuntu 4.8.0-37.39-generic 4.8.16
  Uname: Linux 4.8.0-37-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  Date: Fri Feb 10 13:13:05 2017
  ErrorMessage: intentando sobreescribir 
`/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so', que está también en 
el paquete libp11-kit-gnome-keyring:amd64 3.20.0-2ubuntu4
  InstallationDate: Installed on 2017-02-10 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  RelatedPackageVersions:
   dpkg 1.18.21kali1
   apt  1.3.4
  SourcePackage: gnome-keyring
  Title: package gnome-keyring 3.20.0-2ubuntu4 failed to install/upgrade: 
intentando sobreescribir 
`/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so', que está también en 
el paquete libp11-kit-gnome-keyring:amd64 3.20.0-2ubuntu4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1664007/+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 1680736] Re: gnome-keyring-daemon crashed with SIGABRT in g_assertion_message()

2017-04-24 Thread Colin Watson
*** This bug is a duplicate of bug 1679903 ***
https://bugs.launchpad.net/bugs/1679903

** Branch unlinked: lp:~cjwatson/launchpad/fix-mp-js-buglink

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

Title:
  gnome-keyring-daemon crashed with SIGABRT in g_assertion_message()

Status in gnome-keyring package in Ubuntu:
  New

Bug description:
  happen during start up

  ProblemType: Crash
  DistroRelease: Ubuntu 17.04
  Package: gnome-keyring 3.20.0-3ubuntu2
  ProcVersionSignature: Ubuntu 4.10.0-15.17-generic 4.10.5
  Uname: Linux 4.10.0-15-generic x86_64
  ApportVersion: 2.20.4-0ubuntu3
  Architecture: amd64
  Date: Fri Apr  7 15:45:26 2017
  ExecutablePath: /usr/bin/gnome-keyring-daemon
  InstallationDate: Installed on 2016-12-09 (118 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcCmdline: /usr/bin/gnome-keyring-daemon --daemonize --login
  Signal: 6
  SourcePackage: gnome-keyring
  StacktraceTop:
   g_assertion_message () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ()
   ()
   ()
  Title: gnome-keyring-daemon crashed with SIGABRT in g_assertion_message()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy lpadmin plugdev sambashare sudo 
tape video
  mtime.conffile..etc.xdg.autostart.gnome-keyring-pkcs11.desktop: 
2016-12-16T15:22:07.050785
  mtime.conffile..etc.xdg.autostart.gnome-keyring-secrets.desktop: 
2016-12-16T15:22:07.050785

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1680736/+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 1680995] Re: hp-check UBUNTU 16.04 hplip error python3-dev -devel package is missing/incompatible

2017-04-08 Thread Colin Watson
** Project changed: launchpad => hplip (Ubuntu)

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

Title:
  hp-check UBUNTU 16.04 hplip error  python3-dev  -devel package is
  missing/incompatible

Status in hplip package in Ubuntu:
  New

Bug description:
  My printer is detected by Ubuntu 16.04 but not by HPLIP v.3.6.11 ( I cant 
setup with HP Device Manager because no detect any USB device as my printer)
  I can print but I cant use scan programs(Simply Scan)

  My printer DfficeJet Pro All in One 8710

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1680995/+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 1678481] Re: Aol Mail techncial helpdesk 1888**406*4114 Customer support number

2017-04-01 Thread Colin Watson
** Package changed: inkscape (Ubuntu) => null-and-void

** Changed in: null-and-void
   Status: New => Invalid

** Information type changed from Public to Private Security

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

Title:
  Aol Mail techncial helpdesk 1888**406*4114 Customer support number

Status in NULL Project:
  Invalid

Bug description:
  Customer Care Number, Aol support team phone number, Aol help number-
  Aol Helpline Number; Aol help phone number, Aol Helpline Number, Aol
  Support Toll free Number, Aol Support Telephone Number, Aol Support
  Telephone number, Aol Support support numberAol 1-888-406-4114 SuPpOrT
  number, Aol nical SuPpOrT number -1-844-762-8448- PHonE NumbER. It is
  very popular toll free number which vide by Aol SuPpOrT, Aol Customer
  PhoNE Number, Aol CustomerNumber, 1-844-762-8448 Aol Customer SuPpOrT
  PhoNENumber, Aol Customer SuPpOrT Number, Aol Customer Number, Aol
  Customer Number, Aol SuPpOrT team PhoNE number. Call, Aol SuPpOrT
  PHonE NumbER, Aol SuPpOrT 1-844-762-8448 PhoNE Number, Aol Help Desk
  PhoNE Number, Aol SuPpOrT number, Aol SuPpOrT PHonENumbER, Aol PhoNE
  number, Aol Support Phone Number, Aol SuPpOrT PHonENumbER, Aol
  SuPpOrT, Aol Customer PhoNE Number, Aol CustomerNumber, Aol Customer
  SuPpOrT PhoNE Number, Aol Customer SuPpOrT Number, Aol Customer
  Number, Aol Customer Number, Aol SuPpOrT team PhoNE number, Aol help
  number- Aol Number; Aol help PHonE NumbER, Aol Number, Aol SuPpOrT
  Toll freeNumber, Aol SuPpOrT TELEPhoNE Number, Aol SuPpOrT TELEPhoNE
  number, Aol SuPpOrT number, Aol SuPpOrTnumber, Aol SuPpOrTnumber, Aol
  24/7 SuPpOrTPhoNE number, Aol TELEPhoNE 18884064114Aol Support Phone
  Number Aol support phone number 8448 Aol support phone number canada
  Aol nical support phone number Aol nical support phone number
  australia Aol nical support phone number uk Aol nical support phone
  number us Aol customer support phone number support phone number
  18884064114Aol Support Phone Number Aol customer support phone number
  usa customer support phone number Aol support phone number Aol support
  phone number us Aol support support number Aol nical support support
  number Aol enterprise support phone number support phone number for
  Aol nical support phone number for Aol Aol for mac support phone
  number customer support phone number for Aol nical support phone
  number Aol 18884064114Aol Support Phone Number Aol customer support
  phone number Aol online support phone number Aol online customer
  support phone number Aol online nical support telephone number Aol
  point of sale support phone number Aol support phone number Aol
  advisor support phone number Aol pos support phone number Aol support
  phone number Aol nical support phone number Aol pos nical support
  phone number Aol nical support phone number Aol premier nical support
  phone number Aol plus support phone number Aol 2014 nical support
  phone number quicken support phone number Aol 2014 support phone
  number Aol customer service support phone number turbotax nical
  support phone number Aol support phone number usa Aol customer support
  phone number us Aol 2014 customer support phone number Aol 2013 nical
  support phone number 18884064114Aol Support Phone Number Aol premier
  2012 nical support phone number Aol nical support 844 number Aol
  support number uk Aol support number 8448 Aol support number canada
  Aol support number australia Aol support number south africa Aol
  support number india Aol support number united states Aol support
  number enterprise Aol support telephone number Aol support number Aol
  support number Aol support number us Aol support phone number
  australia Aol support phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1678481/+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 209447] Re: gnome-keyring-daemon does not honor constrained ssh identities

2016-08-11 Thread Colin Watson
** Changed in: openssh (Ubuntu)
 Assignee: HECTOR DAVID  (hektve) => Colin Watson (cjwatson)

** Changed in: gnome-keyring (Ubuntu)
 Assignee: HECTOR DAVID  (hektve) => Ubuntu Desktop Bugs (desktop-bugs)

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

Title:
  gnome-keyring-daemon does not honor constrained ssh identities

Status in GNOME Keyring:
  Confirmed
Status in portable OpenSSH:
  Fix Released
Status in gnome-keyring package in Ubuntu:
  In Progress
Status in openssh package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: gnome-keyring

  The ssh-agent honors adding constrained identities -- where such constraints 
may be either:
* Require confirmation each time the agent allows the identity to be used.
* A maximum lifetime for the identity.

  The gnome-keyring-daemon is a replacement for the ssh-agent in Hardy
  Heron, but does not support those constraints.  If the user issues:

ssh-add -c

  or

ssh-add -t 

  The identities will be added without those constraints.

  This is especially important in some uses of the ssh-agent, such as
  ssh-agent forwarding, where the usage of the agent can not be
  considered secure without the confirmation constraint.

  If the gnome-keyring-daemon is intended to replace the ssh-agent in
  Ubuntu, it should support these important security features -- they
  were added with good reason.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/209447/+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 1567250] Re: ssh signin problem since OTA-10

2016-08-11 Thread Colin Watson
** Changed in: ubuntu-terminal-app
 Assignee: HECTOR DAVID  (hektve) => (unassigned)

** Changed in: openssh (Ubuntu)
 Assignee: HECTOR DAVID  (hektve) => (unassigned)

** Changed in: gnome-keyring (Ubuntu)
 Assignee: HECTOR DAVID  (hektve) => Pete Woods (pete-woods)

** Changed in: indicator-network (Ubuntu)
 Assignee: HECTOR DAVID  (hektve) => Pete Woods (pete-woods)

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

Title:
  ssh signin problem since OTA-10

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Terminal App:
  Incomplete
Status in gnome-keyring package in Ubuntu:
  Confirmed
Status in indicator-network package in Ubuntu:
  Invalid
Status in openssh package in Ubuntu:
  Invalid

Bug description:
  Not sure if this is a terminal or image issue, but here goes.

  Since the update last night to OTA-10 I cannot ssh to a server
  anymore. Error message: "Agent Admitted Failure To Sign Using The Key"

  On server side and client side nothing changed to the user settings or
  keys.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567250/+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 1602606] Re: Totem Movie error message

2016-07-13 Thread Colin Watson
** Package changed: debconf (Ubuntu) => totem (Ubuntu)

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

Title:
  Totem Movie error message

Status in totem package in Ubuntu:
  New

Bug description:
  Video rendered by Kdenlive - lossless - mpeg-2 - when viewed in Totem
  Movie Player displays an error message 'An error occurred the stream
  is in the wrong format' but it does work in Microsoft Windows (sad to
  say). I'm using Ubuntu 16.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1602606/+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 1587853] Re: Canon Lide 110 scanner does not work with xsane, simple scan, gscan2pdf but works with vuescan

2016-06-06 Thread Colin Watson
** Project changed: launchpad => sane-backends (Ubuntu)

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

Title:
  Canon Lide 110 scanner does not work with xsane, simple scan,
  gscan2pdf but works with vuescan

Status in sane-backends package in Ubuntu:
  New

Bug description:
  I have a Canon Lide 110 scanner which is detected in scanimage -L and
  sane-find-scanner. It gets stuck at the finishing end and does not
  return to the starting end with xsane, simple scan and gscan2pdf.
  However it works admirably well with vuescan. Even though the light is
  stuck at the finishing end, on starting vuescan the light returns to
  the starting end and the scanning is smooth with vuescan. The problem
  continues with xsane, simple scan and gscan2pdf, however. It seems to
  me to be a sane backend problem. I had stated this problem before and
  thought that the problem was solved. But it has not been solved.
  Please help

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1587853/+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 1584506] Re: Chromium

2016-05-23 Thread Colin Watson
** Project changed: launchpad => chromium (Ubuntu)

** Package changed: chromium (Ubuntu) => chromium-browser (Ubuntu)

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

Title:
  Chromium

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  In certain site flashes the screen.
  Both Chromium and stable Chrome 
  Chromium  50.0.2661.102 (Versão do desenvolvedor) Ubuntu 16.04 64 bits
  Revisão   496034c629901db4564ba5613e2d736635eeb082
  SOLinux 
  Blink 537.36 (@496034c629901db4564ba5613e2d736635eeb082)
  JavaScriptV8 5.0.71.48
  Flash 21.0.0.216
  Agente do usuário Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 
(KHTML, like Gecko) Ubuntu Chromium/50.0.2661.102 Chrome/50.0.2661.102 
Safari/537.36
  Linha de comando  /usr/lib/chromium-browser/chromium-browser 
--ppapi-flash-path=/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so 
--ppapi-flash-version=21.0.0.216 --enable-pinch 
--ppapi-flash-path=/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so 
--ppapi-flash-version=21.0.0.216 --enable-pinch --window-depth=24 
--flag-switches-begin --flag-switches-end
  Caminho do executável /usr/lib/chromium-browser/chromium-browser
  Caminho de perfil /home/leandro/.config/chromium/Default
  Variações 16e0dd70-3f4a17df
  f19a86b5-55d854e7
  930c120f-3f4a17df
  cf5ed6e1-3f4a17df
  775ebbd7-3f4a17df
  dd4da2fc-3f4a17df
  64cbdfc2-3f4a17df
  f5dd6118-2f5721af
  4ea303a6-3f4a17df
  fa99bb73-3f4a17df
  dbffab5d-f51b51
  30e679f-3f4a17df
  c8b9b12d-d93a0620
  867c4c68-3f4a17df
  12a73824-3f4a17df

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1584506/+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 827934] Re: colord crashed with SIGABRT in raise()

2016-05-16 Thread Colin Watson
** Changed in: colord (Ubuntu Precise)
   Status: Fix Released => Confirmed

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

Title:
  colord crashed with SIGABRT in raise()

Status in colord package in Ubuntu:
  Fix Released
Status in colord source package in Precise:
  Confirmed
Status in colord source package in Quantal:
  Fix Released

Bug description:
  I was just trying to install a Samsung Network Printer. The error occurred 
during driver configuration of the printer.
  The printer was installed correctly. Unable to reproduce just now.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: colord 0.1.11-1
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  Architecture: amd64
  Date: Wed Aug 17 12:46:37 2011
  ExecutablePath: /usr/lib/x86_64-linux-gnu/colord/colord
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110802.1)
  ProcCmdline: /usr/lib/x86_64-linux-gnu/colord/colord
  ProcEnviron:
   
  Signal: 6
  SourcePackage: colord
  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
   ?? ()
  Title: colord crashed with SIGABRT in raise()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/827934/+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 1567250] Re: ssh signin problem since OTA-10

2016-04-24 Thread Colin Watson
It may well be that we're shipping an SSH agent that isn't handling some
key formats correctly, but (unless I see further evidence to the
contrary) that doesn't make this a bug in openssh.  I'm closing that
task, but leaving others open such as the gnome-keyring task.

** Changed in: openssh (Ubuntu)
   Status: New => Invalid

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

Title:
  ssh signin problem since OTA-10

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Terminal App:
  Incomplete
Status in gnome-keyring package in Ubuntu:
  New
Status in indicator-network package in Ubuntu:
  Confirmed
Status in openssh package in Ubuntu:
  Invalid

Bug description:
  Not sure if this is a terminal or image issue, but here goes.

  Since the update last night to OTA-10 I cannot ssh to a server
  anymore. Error message: "Agent Admitted Failure To Sign Using The Key"

  On server side and client side nothing changed to the user settings or
  keys.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567250/+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 1569369] Re: Remove gst0.10-python from archive

2016-04-20 Thread Colin Watson
This isn't actionable until farstream is out of the way, so marking
Incomplete.

** Changed in: gst0.10-python (Ubuntu)
   Status: New => Incomplete

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

Title:
  Remove gst0.10-python from archive

Status in gst0.10-python package in Ubuntu:
  Incomplete

Bug description:
  Source: gst0.10-python
  python-gst0.10, python-gst0.10-dev, python-gst0.10-dbg

  We're removing gstreamer0.10 from the archive and this is python
  support for it.  Only 2 actual depends left.

  $ reverse-depends src:gst0.10-python
  Reverse-Recommends
  ==
  * gnome-activity-journal(for python-gst0.10)
  * penguintv (for python-gst0.10)
  * python-audioread  (for python-gst0.10)
  * sucrose   (for python-gst0.10)
  * winswitch (for python-gst0.10)

  Reverse-Depends
  ===
  * python-farstream  (for python-gst0.10) - 
https://bugs.launchpad.net/ubuntu/+source/telepathy-qt5/+bug/1538772
  * screenlets(for python-gst0.10) - 
https://bugs.launchpad.net/ubuntu/+source/screenlets/+bug/1566635

  Packages without architectures listed are reverse-dependencies in: amd64, 
arm64, armhf, i386, powerpc, ppc64el, s390x
  bryan@desktop:~$ reverse-depends -b src:gst0.10-python
  Reverse-Build-Depends
  =
  * farstream (for python-gst0.10-dev) (also 1538772)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst0.10-python/+bug/1569369/+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 1251745] Re: duplicity hangs while incremental backup on 42GB file

2016-03-22 Thread Colin Watson
** Project changed: canonical-identity-provider => duplicity (Ubuntu)

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

Title:
  duplicity hangs while incremental backup on 42GB file

Status in duplicity package in Ubuntu:
  New

Bug description:
  Hi,

  I am currently trying to do a incremental backup off my system.  Duplicity 
stops working (even after a day).
  Always on the same 42GB large file. 
  Output is:
  
  Last inc backup left a partial set, restarting.
  Last full backup date: Fri Oct 18 15:59:06 2013
  RESTART: Volumes 24 to 24 failed to upload before termination.
   Restarting backup at volume 24.
  Restarting after volume 23, file home/daniel/VirtualBox VMs/win7 2/win7 
2.vdi, block 15950
  -
  I tried restarting it serveral times, but It always stops working on the same 
block 15950. 
  Note that the first full backup always works. 

  This is the top output while duplicity is hanging :
  --
  PID USER  PR  NI  VIRT  RES  SHR S  %CPU %MEM TIME+ COMMAND   
  14174 root  20   0 78540  30m 3988 R  99.9  0.4   0:27.00 duplicity
  

  I noticed this bug about half a year ago. My only sulution was deleting the 
whole backup dir and start 
  with a full backup again. 

  Version: 0.6.22
  Calling with:
  duplicity \
--include /etc \
--include /home \
--include /root \
--include /var \
--include /usr/share \
--exclude /var/tmp \
--exclude /home/daniel/jd \
--exclude '**' / \
file:///wd/backup/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1251745/+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 1535394] Re: Xorg crashes at certain wiki pages via firefox

2016-01-18 Thread Colin Watson
** Project changed: launchpad => xorg-server (Ubuntu)

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

Title:
  Xorg crashes at certain wiki pages via firefox

Status in xorg-server package in Ubuntu:
  New

Bug description:
  Hi,

  I am having a weird problem in Ubuntu and I will try to explain when
  it happens. When I open Wikipedia main page or View history on any
  wiki page, sometimes (not always) Xorg (I suppose) freezes (UI becomes
  unresponsive for a while about 10-60 seconds) until it jumps to login
  screen. If I login, I need to start all the application all over
  again. Firefox starts but if I repeat the same process (visiting the
  same web page) Xorg crashes again. The two pages so far this behaviour
  occurs are:

  http://en.wikipedia.org (main page, I can however directly open any article 
and navigate from there)
  http://imagej.net/index.php?title=ImgLib2_Examples=history (history 
page of a wiki page)

  There are no dialogs after the crash reporting about a crash. I really don't 
know how to track the problem to find the cause.
  Even though Firefox is chrashing, Xorg should not be affected.

  I am using Ubuntu 14.04 LTS

  3.13.0-74-generic

  X.Org X Server 1.15.1
  Release Date: 2014-04-13
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 3.2.0-76-generic x86_64 Ubuntu
  Current Operating System: Linux lngrad031 3.13.0-74-generic #118-Ubuntu SMP 
Thu Dec 17 22:52:10 UTC 2015 x86_64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-74-generic 
root=UUID=aa4cedea-18e5-4b0f-86ac-3423c2221c78 ro acpi_osi=Linux quiet splash 
acpi_backlight=vendor vt.handoff=7
  Build Date: 12 February 2015  02:49:29PM
  xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see 
http://www.ubuntu.com/support)
  Current version of pixman: 0.30.2
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.

  unity 7.2.6

  I could only capture a line in x-0.log.old file with only "(EE)". (no
  explanation or whatsoever)

  Please don't hesitate to ask for more information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1535394/+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 1085118] Re: Transition to gstreamer 1.0

2016-01-12 Thread Colin Watson
gnome-media was removed from Debian a while back, and I've just removed
it from Ubuntu too.

** Changed in: gnome-media (Ubuntu)
   Status: Triaged => Won't Fix

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

Title:
  Transition to gstreamer 1.0

Status in Miro:
  Unknown
Status in libgnome-media-profiles:
  New
Status in gnome-dvb-daemon package in Ubuntu:
  Confirmed
Status in gnome-media package in Ubuntu:
  Won't Fix
Status in gnomeradio package in Ubuntu:
  Fix Released
Status in goobox package in Ubuntu:
  Confirmed
Status in gtkpod package in Ubuntu:
  Confirmed
Status in libgnome-media-profiles package in Ubuntu:
  Fix Released
Status in miro package in Ubuntu:
  Confirmed
Status in rhythmbox-radio-browser package in Ubuntu:
  Confirmed
Status in totem-plugin-arte package in Ubuntu:
  Fix Released
Status in gtkpod package in Debian:
  Fix Released
Status in miro package in Debian:
  New

Bug description:
  Some core libraries have been transitioned to build against gstreamer
  1.0 API in Raring now.

  This will cause problems when applications which still use the old
  0.10 (deprecated) API and a transitioned library in the same process.
  In the worse case you'll experience crashes.

  Such applications need to transition to the GStreamer 1.0 API.

  
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random/porting-to-1.0.txt
  
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/index.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/democracy/+bug/1085118/+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 1528297] Re: libvpx FTBFS with gcc 5.3 on armhf

2015-12-21 Thread Colin Watson
I *think* the relevant C code is non-compliant.  C99 6.7.5.2(4) "If the
size is not present, the array type is an incomplete type"; 6.7.5.3(12)
"If the function declarator is not part of a definition of that
function, parameters may have incomplete type".  That would seem to
imply that in the situation where the declarator is part of a definition
of the function, as in this case, parameters may not have incomplete
type, although oddly I can't find an explicit statement of that.
Perhaps a more awake C standards pedant could find one? :-)

The attached patch can be added to the top of the patch stack of libvpx
1.4.0-4 and avoids this construction.  It at least compiles on the armhf
porter box; I haven't tried doing anything with it at run-time.  I
assume that a similar change can be applied to oxide-qt, though I also
haven't tried that.

** Patch added: "incomplete-array-parameters.patch"
   
https://bugs.launchpad.net/ubuntu/+source/libvpx/+bug/1528297/+attachment/4538684/+files/incomplete-array-parameters.patch

** Tags added: patch

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

Title:
  libvpx FTBFS with gcc 5.3 on armhf

Status in gcc-5 package in Ubuntu:
  New
Status in libvpx package in Ubuntu:
  New
Status in oxide-qt package in Ubuntu:
  New

Bug description:
  (originally reported as bug #1527741)

  Trying to build libvpx from source in an up-to-date xenial arhmf
  environment, with gcc 5.3.1, fails with the following error:

  gcc  -marm -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -march=armv6 -DNDEBUG -O2 -fPIC -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall 
-Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith 
-Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized 
-Wunused-variable -Wunused-but-set-variable -Wno-unused-function -I. 
-I"/tmp/libvpx-1.4.0" -c -o vp8/common/treecoder.c.o 
/tmp/libvpx-1.4.0/vp8/common/treecoder.c
  /tmp/libvpx-1.4.0/vp8/common/treecoder.c: In function 'tree2tok':
  /tmp/libvpx-1.4.0/vp8/common/treecoder.c:32:9: error: invalid use of array 
with unspecified bounds
   const vp8_tree_index j = t[i++];
   ^
  /tmp/libvpx-1.4.0/vp8/common/treecoder.c:32:34: warning: initialization makes 
integer from pointer without a cast [-Wint-conversion]
   const vp8_tree_index j = t[i++];
^
  /tmp/libvpx-1.4.0/vp8/common/treecoder.c: In function 'branch_counts':
  /tmp/libvpx-1.4.0/vp8/common/treecoder.c:96:13: error: invalid use of array 
with unspecified bounds
   i = tree[ i + b];
   ^
  /tmp/libvpx-1.4.0/vp8/common/treecoder.c:96:15: warning: assignment makes 
integer from pointer without a cast [-Wint-conversion]
   i = tree[ i + b];
 ^
  Makefile:148: recipe for target 'vp8/common/treecoder.c.o' failed

  
  I’m attaching a full build log. This is reproducible both on a porter box and 
in a armhf chroot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1528297/+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 1496227] Re: Remove glade-3 from Archive, 15.10+

2015-10-21 Thread Colin Watson
Removing packages:
glade-3 3.8.5-0ubuntu1 in wily
glade-gnome 3.8.5-0ubuntu1 in wily amd64
glade-gnome 3.8.5-0ubuntu1 in wily arm64
glade-gnome 3.8.5-0ubuntu1 in wily armhf
glade-gnome 3.8.5-0ubuntu1 in wily i386
glade-gnome 3.8.5-0ubuntu1 in wily powerpc
glade-gnome 3.8.5-0ubuntu1 in wily ppc64el
glade-gtk2 3.8.5-0ubuntu1 in wily amd64
glade-gtk2 3.8.5-0ubuntu1 in wily arm64
glade-gtk2 3.8.5-0ubuntu1 in wily armhf
glade-gtk2 3.8.5-0ubuntu1 in wily i386
glade-gtk2 3.8.5-0ubuntu1 in wily powerpc
glade-gtk2 3.8.5-0ubuntu1 in wily ppc64el
libgladeui-1-11 3.8.5-0ubuntu1 in wily amd64
libgladeui-1-11 3.8.5-0ubuntu1 in wily arm64
libgladeui-1-11 3.8.5-0ubuntu1 in wily armhf
libgladeui-1-11 3.8.5-0ubuntu1 in wily i386
libgladeui-1-11 3.8.5-0ubuntu1 in wily powerpc
libgladeui-1-11 3.8.5-0ubuntu1 in wily ppc64el
libgladeui-1-dev 3.8.5-0ubuntu1 in wily amd64
libgladeui-1-dev 3.8.5-0ubuntu1 in wily arm64
libgladeui-1-dev 3.8.5-0ubuntu1 in wily armhf
libgladeui-1-dev 3.8.5-0ubuntu1 in wily i386
libgladeui-1-dev 3.8.5-0ubuntu1 in wily powerpc
libgladeui-1-dev 3.8.5-0ubuntu1 in wily ppc64el
Comment: (From Debian) ROM; obsolete, superseded; Debian bug #709244
Remove [y|N]? y

** Changed in: glade-3 (Ubuntu)
   Status: New => Fix Released

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

Title:
  Remove glade-3 from Archive, 15.10+

Status in glade-3 package in Ubuntu:
  Fix Released

Bug description:
  With Quickly removed per bug 1494345 there are no Reverse Dependencies
  on glade-3.

  Source packages: glade-3, 
  Binary packages: glade-gnome glade-gtk2 libgladeui-1-11 libgladeui-1-dev

  There is a suggests from libglade2-dev (not being removed) -> glade-
  gnome but this is also broken in Debian
  -https://packages.debian.org/sid/libglade2-dev

  These packages appear to have been removed from Debian for quite some time, 
glade-gnome is currently only found in oldoldstable.
  (The one exception is https://packages.debian.org/sid/libgladeui-1-dev which 
I don't really understand)

  There appears to be no future updates coming -
  https://git.gnome.org/browse/glade/?h=glade-3-8

  It was previously removed in 2011 but added back to keep support for
  create/editing gtk2 uis - also due to Quickly, per bug
  https://bugs.launchpad.net/ubuntu/+source/glade-3/+bug/825070.   I
  don't believe it's worth keeping in 2015.

  See comment #2 for more about libdesktop-agnostic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glade-3/+bug/1496227/+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 1266078] Re: Xprint is deprecated, so remove libxp?

2015-10-21 Thread Colin Watson
I'm unsubscribing the ubuntu-archive team from this bug, since the
remaining non-Ubuntu tasks on this bug were showing up on our to-do
list.  Feel free to resubscribe us if there's some new concrete action
for us to take here.

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

Title:
  Xprint is deprecated, so remove libxp?

Status in ecore package in Ubuntu:
  Invalid
Status in efl package in Ubuntu:
  Fix Released
Status in gridengine package in Ubuntu:
  Fix Released
Status in kterm package in Ubuntu:
  Fix Released
Status in libxp package in Ubuntu:
  Fix Released
Status in matlab-support package in Ubuntu:
  Fix Released
Status in rox package in Ubuntu:
  Fix Released
Status in texlive-bin package in Ubuntu:
  Fix Released
Status in ubuntu-seeds package in Ubuntu:
  New
Status in xawtv package in Ubuntu:
  Fix Released
Status in xtel package in Ubuntu:
  Fix Released
Status in xutils-dev package in Ubuntu:
  Fix Released
Status in ecore package in Debian:
  Fix Released
Status in efl package in Debian:
  Fix Released
Status in gridengine package in Debian:
  Fix Released
Status in kterm package in Debian:
  Fix Released
Status in libxp package in Debian:
  Fix Released
Status in matlab-support package in Debian:
  Fix Released
Status in rox package in Debian:
  Fix Released
Status in texlive-bin package in Debian:
  Fix Released
Status in xawtv package in Debian:
  Fix Released
Status in xtel package in Debian:
  Fix Released
Status in xutils-dev package in Debian:
  Fix Committed

Bug description:
  Copy-and-pasted almost verbatim from Debian bug #657253:

  The xprint package is obsolete and and has been removed. A related library is 
libxp, which provides an API that enables client programs to access and use an 
Xprint server.  Since we've gotten rid of xprint, one could argue it makes 
sense to get rid of libxp as well.
  
  A number of packages depend on libxp.  This situation sometimes arises 
historically from the time before xprint was considered obsolete, with 
Build-depends: libxp-dev being set in the past and then forgotten and untouched.

  This bug has been filed to put the question of whether or not to keep
  libxp on the record, and to help keep track of the dependent packages
  (and the bugs filed against them).

  In Ubuntu, libxp6 is seeded in desktop for compatibility with third
  party applications that expect libxp6 to be available, see bug #21953.
  In package matlab-support, libxp6 is a dependency as it was required
  by MATLAB, however this has not been the case since MATLAB R2011b.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecore/+bug/1266078/+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 1185471] Re: Fonts include copyrighted adobe fragment all right reserved

2015-10-21 Thread Colin Watson
It was removed from wily a little while ago, following the Debian
removal.  See:

  https://launchpad.net/ubuntu/+source/xfonts-mathml/+publishinghistory

** Changed in: xfonts-mathml (Ubuntu)
   Status: New => Fix Released

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

Title:
  Fonts include copyrighted adobe fragment all right reserved

Status in xfonts-mathml package in Ubuntu:
  Fix Released
Status in xfonts-mathml package in Debian:
  Fix Released

Bug description:
  Imported from Debian bug http://bugs.debian.org/694325:

  Package: xfonts-mathml
  Version: 6
  Severity: serious
  control: block -1 by 694308

  This package include copyrighted font hinting from adobe.

  For instance
   t1disasm /usr/share/fonts/type1/mathml/Symbol.pfb | grep -i adobe -A 10
  %!PS-AdobeFont-1.0: Symbol 001.005
  %%Title: Symbol
  %Version: 001.005
  %%CreationDate: Sat Feb 23 19:27:09 2008
  %%Creator: Atsuhito KOHDA,,,
  %Copyright: Copyright URW Software, Copyright 1997 by URW
  % Generated by FontForge 20080203 (http://fontforge.sf.net/)
  %%EndComments

  FontDirectory/Symbol known{/Symbol findfont dup/UniqueID known{dup
  /UniqueID get 4245556 eq exch/FontType get 1 eq and}{pop false}ifelse
  --
  % Copyright (c) 1987-1990 Adobe Systems Incorporated.
  % All Rights Reserved.
  % This code to be used for Flex and hint replacement.
  % Version 1.1
  [ systemdict /internaldict known
  {1183615869 systemdict /internaldict get exec
  /FlxProc known {save true} {false} ifelse}
  {userdict /internaldict known not {
  userdict /internaldict
  {count 0 eq
  {/internaldict errordict /invalidaccess get exec} if

  
  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfonts-mathml/+bug/1185471/+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 1500228] Re: When scrolling back up some of the bottom comes up as a sort of sleeve

2015-09-27 Thread Colin Watson
This isn't the fault of the manual page documents themselves.  I'm not
sure exactly what *is* going wrong here; it's probably either a bug in
the terminal emulator itself or a bug in the pager you're using.  You
should add information to this bug about what pager you're using (if you
don't know, it's probably "less", but perhaps you changed it).

** Package changed: manpages (Ubuntu) => gnome-terminal (Ubuntu)

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

Title:
  When scrolling back up some of the bottom comes up as a sort of sleeve

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  I have recently noticed that when viewing a manpage in gnome-terminal
  that if scrolling down, when I scroll back up again some of the bottom
  part of the page comes up too sort of like a sleeve. I have attached
  some example screenshots, so I ran 'man dpkg' and this is what it
  looked like initially dpkg_man_top1.png, but when I scrolled down to
  the bottom of the page and then back up again to the top, the top
  looked somewhat different as you can see: dpkg_man_top2.png. Now, it
  wouldn't matter where I had scrolled down to, nor where I had gone up
  to, the effect witnessed would have been the same.

  ---

  OS Information:

  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 15.04
  Release:  15.04
  Codename: vivid
  Flavour: GNOME
  GNOME Version: 3.16

  Package Information:

  manpages:
Installed: 3.74-1ubuntu1
Candidate: 3.74-1ubuntu1
Version table:
   *** 3.74-1ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1500228/+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 1498943] Re: Network manager only works with my modem huawei e3276 after using it in windows and not if I use it only in ubuntu

2015-09-23 Thread Colin Watson
** Project changed: launchpad => network-manager (Ubuntu)

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

Title:
  Network manager only works with my modem huawei e3276 after using it
  in windows and not if I use it only in ubuntu

Status in network-manager package in Ubuntu:
  New

Bug description:
  I would like full support for the huawei e3276 modem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1498943/+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 1492544] Re: LibreOffice - Base "apt-get install libeoffice" missing Packages

2015-09-05 Thread Colin Watson
** Project changed: launchpad => libreoffice (Ubuntu)

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

Title:
  LibreOffice - Base "apt-get install  libeoffice" missing Packages

Status in libreoffice package in Ubuntu:
  New

Bug description:
  Libre Base works great in standard ubuntu 15.04

  However a fresh installation on a Lubuntu 15.4  both via synaptic and
  again terminal failed to install the full LibreOffice base package

  ie.   sudo apt-get install libreoffice 
  and  aptitude install libreoffice

  Mainly Report builder  and also  other packages not included

  I do not know what other packages are still missing  as base is still
  broken, current problems are issues around pulling reports ( the
  report screen presents a blank page and hangs )

  In Lubuntu LibreOffice was first installed  via Synaptic (version
  4.4.2.2) then as it was unhappy via terminal

  I also tested Version 4.4.5
  Version 5 is missing a lot more than just the report builder

  "documentfoundation" say not their bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1492544/+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 1485301] Re: [xserver-xorg] mouse cursor stuck

2015-08-16 Thread Colin Watson
** Project changed: launchpad = xorg-server (Ubuntu)

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

Title:
  [xserver-xorg] mouse cursor stuck

Status in xorg-server package in Ubuntu:
  New

Bug description:
  Hi,

  when not moving the USB mouse, it takes around a seconds and the mouse
  cursor gets stuck. After pushing the left, middle or right mouse
  button, the mouse cursor can be moved again.

  [weremouse@moonstudio ~]$ lsb_release -rd;uname -rm
  Description:  Ubuntu Wily Werewolf (development branch)
  Release:  15.10
  4.1.0-3-lowlatency x86_64

  This happens for the generic kernel too. The issue appears already
  after startup, when lightdm is running and continues for openbox
  sessions and for jwm sessions too. FWIW while openbox is ok, jwm can't
  maximize windows. Perhaps the mouse and maximize issues are related. X
  unlikely is the culprit, but since it happens when X is running, I
  filed the bug against X. FWIW neither the kernels nor X, excepted of a
  view mesa packages, were upgraded before the issue appeared.

  It happened either after an upgrade or after removing unneeded
  packages from a minimalist install from the server ISO. I removed
  packages such for apport, clamav, grub and other unwanted packages.

  While we're on it, if you want me to post log files, mention the files
  you need and I'll post them. I'll not use apport.

  Regards,
  Ralf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1485301/+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 1473644] Re: Adding a timezone search not working

2015-07-11 Thread Colin Watson
** Project changed: launchpad = unity-control-center (Ubuntu)

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

Title:
  Adding a timezone search not working

Status in unity-control-center package in Ubuntu:
  New

Bug description:
  Ubuntu 15.04 as of 07-11-15 all fixes applied
  System Settings - Time  Date - Choose Locations
  Can not add a Location.
  While typing it does not search, otherwise I don't know how this feature 
should work.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1473644/+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 320034] Re: Launchpad mail notifications may use References header referencing the same email : confuses Thunderbird threading in 3.0

2015-07-07 Thread Colin Watson
** Changed in: launchpad
   Status: Fix Committed = Fix Released

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

Title:
  Launchpad mail notifications may use References header referencing the
  same email : confuses Thunderbird threading in  3.0

Status in Launchpad itself:
  Fix Released
Status in Mozilla Thunderbird Mail and News:
  Fix Released
Status in thunderbird package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: thunderbird

  Thunderbird threading doesn't work well for Launchpad bugmail. All the
  bugmail for one bug is in a thread, except the initial mail, which is
  sepparated.

  Looks like the issue may be the initial mail having a References
  header referencing itself, e.g.:

  Date: Wed, 21 Jan 2009 23:35:44 -
  From: muadnem hidden
  To: po...@ubuntu.com
  Reply-To: Bug 319820 319...@bugs.launchpad.net
  Sender: boun...@canonical.com
  [...]
  References: 20090121233545.17100.64097.malone...@gandwana.canonical.com
  Message-Id: 20090121233545.17100.64097.malone...@gandwana.canonical.com
  Subject: [Bug 319820] [NEW] ubuntu 8.10 - gstreamer - totem - internal data
stream error

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/320034/+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 320034] Re: Launchpad mail notifications may use References header referencing the same email : confuses Thunderbird threading in 3.0

2015-07-07 Thread Colin Watson
** Tags removed: qa-needstesting
** Tags added: qa-ok

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

Title:
  Launchpad mail notifications may use References header referencing the
  same email : confuses Thunderbird threading in  3.0

Status in Launchpad itself:
  Fix Committed
Status in Mozilla Thunderbird Mail and News:
  Fix Released
Status in thunderbird package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: thunderbird

  Thunderbird threading doesn't work well for Launchpad bugmail. All the
  bugmail for one bug is in a thread, except the initial mail, which is
  sepparated.

  Looks like the issue may be the initial mail having a References
  header referencing itself, e.g.:

  Date: Wed, 21 Jan 2009 23:35:44 -
  From: muadnem hidden
  To: po...@ubuntu.com
  Reply-To: Bug 319820 319...@bugs.launchpad.net
  Sender: boun...@canonical.com
  [...]
  References: 20090121233545.17100.64097.malone...@gandwana.canonical.com
  Message-Id: 20090121233545.17100.64097.malone...@gandwana.canonical.com
  Subject: [Bug 319820] [NEW] ubuntu 8.10 - gstreamer - totem - internal data
stream error

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/320034/+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 320034] Re: Launchpad mail notifications may use References header referencing the same email : confuses Thunderbird threading in 3.0

2015-07-06 Thread Colin Watson
** Changed in: launchpad
 Assignee: (unassigned) = Colin Watson (cjwatson)

** Changed in: launchpad
   Status: Triaged = In Progress

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

Title:
  Launchpad mail notifications may use References header referencing the
  same email : confuses Thunderbird threading in  3.0

Status in Launchpad itself:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  Fix Released
Status in thunderbird package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: thunderbird

  Thunderbird threading doesn't work well for Launchpad bugmail. All the
  bugmail for one bug is in a thread, except the initial mail, which is
  sepparated.

  Looks like the issue may be the initial mail having a References
  header referencing itself, e.g.:

  Date: Wed, 21 Jan 2009 23:35:44 -
  From: muadnem hidden
  To: po...@ubuntu.com
  Reply-To: Bug 319820 319...@bugs.launchpad.net
  Sender: boun...@canonical.com
  [...]
  References: 20090121233545.17100.64097.malone...@gandwana.canonical.com
  Message-Id: 20090121233545.17100.64097.malone...@gandwana.canonical.com
  Subject: [Bug 319820] [NEW] ubuntu 8.10 - gstreamer - totem - internal data
stream error

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/320034/+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 1449320] Re: gg

2015-04-28 Thread Colin Watson
This does not appear to be a bug report, so closing.

** Changed in: fglrx-installer (Ubuntu)
   Status: New = Invalid

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

Title:
  gg

Status in fglrx-installer package in Ubuntu:
  Invalid

Bug description:
  ergerg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1449320/+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 1430431] Re: automatic reporting fails - Error: Page not found

2015-03-10 Thread Colin Watson
*** This bug is a duplicate of bug 675875 ***
https://bugs.launchpad.net/bugs/675875

Launchpad can't just decide on its own behalf to show private bugs, but
perhaps the crash retracer could be more intelligent about making sure
that public bugs aren't marked as duplicates of private bugs like this.
Reassigning to apport.

** Project changed: launchpad = apport (Ubuntu)

** This bug has been marked a duplicate of bug 675875
   apport retracing service tells me to view a private bug report

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

Title:
  automatic reporting fails - Error: Page not found

Status in apport package in Ubuntu:
  New

Bug description:
  If something crashes an automatic bug report is filled.

  Sometimes, there comes up a extra windows, the Bug is know, look out if the 
user can add something relevant.
  But most of the time, i got this:

  Error: Page not found.

  Lost something?

  This page does not exist, or you may not have permission to see it.
  If you have been to this page before, it is possible it has been removed.
  Check that you are logged in with the correct account, or that you entered 
the address correctly, or search for it: 

  This is cause the bug report is private or something else.

  -- Just report the bug and mark is as duplicate of the private bug!
  It is very annoying investing time in this and get *nothing* as an result!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1430431/+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 1425189] Re: Sync gtk-sharp2 2.12.10-5.1 (main) from Debian unstable (main)

2015-03-03 Thread Colin Watson
This bug was fixed in the package gtk-sharp2 - 2.12.10-5.1
Sponsored for Logan Rosen (logan)

---
gtk-sharp2 (2.12.10-5.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches: add upstream commits
0001-glib-Fix-native-GLib-warnings-when-disposing-SourceP,
0002-Check-that-source_handlers-contains-the-tag from version 2.12.26,
fixing warning spam from removing nonexistent event sources with
recent GLib. This was filed as RC, since it can consume significant
disk space in long-running Gtk# apps. (Closes: #776145)

 -- Simon McVittie s...@debian.org  Sat, 21 Feb 2015 11:52:55 +

** Changed in: gtk-sharp2 (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Sync gtk-sharp2 2.12.10-5.1 (main) from Debian unstable (main)

Status in gtk-sharp2 package in Ubuntu:
  Fix Released

Bug description:
  Please sync gtk-sharp2 2.12.10-5.1 (main) from Debian unstable (main)

  Changelog entries since current vivid version 2.12.10-5:

  gtk-sharp2 (2.12.10-5.1) unstable; urgency=medium

* Non-maintainer upload.
* debian/patches: add upstream commits
  0001-glib-Fix-native-GLib-warnings-when-disposing-SourceP,
  0002-Check-that-source_handlers-contains-the-tag from version 2.12.26,
  fixing warning spam from removing nonexistent event sources with
  recent GLib. This was filed as RC, since it can consume significant
  disk space in long-running Gtk# apps. (Closes: #776145)

   -- Simon McVittie s...@debian.org  Sat, 21 Feb 2015 11:52:55 +

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-sharp2/+bug/1425189/+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 1427372] Re: Unity-Desktop - Selection Graphical Issue

2015-03-02 Thread Colin Watson
** Project changed: launchpad = unity (Ubuntu)

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

Title:
  Unity-Desktop - Selection Graphical Issue

Status in unity package in Ubuntu:
  New

Bug description:
  When I Show the Desktop (no other Windows should be open), I can click
  somewhere and move the pointer still holing the left button down. This
  creates a rect to slect multiple items on the Desktop.

  The Issue always happen when I do the followng:
  1) Draw the Rect (you must select one item on the desktop at least)
  2) Click the Context-Menu-Button on a Keyboard, still holding the left key.
  3) Optional: Resize the Rect.
  4) Release the left mouse-button and click.

  Now the Rect is drawn permanantly. Moreover, I can draw more selction-rects 
using this way. 
  An other issue is that I can not move Items on the Desktop. 

  Opening and Closing other Windows does not cahnge anything. The same
  problem is also on every Desktop.

  In the Attachment i included a Video of the issue.

  
  For further information you can contact me using this Email-Address: 
bug-report-roskop-2...@outlook.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1427372/+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 1418322] Re: #1361828

2015-02-05 Thread Colin Watson
This isn't a bug in software-center; but anyway, I've confirmed that
there's no private information in that bug and made it public, so you
should be able to see it now.

** Changed in: software-center (Ubuntu)
   Status: New = Invalid

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

Title:
  #1361828

Status in software-center package in Ubuntu:
  Invalid

Bug description:
  Youtube bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1418322/+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 433057] Re: Ubuntu help link on start page discards version information

2015-01-30 Thread Colin Watson
** Changed in: ubufox (Ubuntu)
   Status: Fix Released = Invalid

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

Title:
  Ubuntu help link on start page discards version information

Status in Ubuntu Start Page:
  Fix Released
Status in ubufox package in Ubuntu:
  Invalid

Bug description:
  Using Ubuntu 9.04, the default homepage in Firefox (set by the ubufox
  extension) redirects to http://start.ubuntu.com/9.04/ when the user
  can connect to the Internet.

  When I get there and click the Ubuntu help link, it leads me to
  https://help.ubuntu.com/; where I must select which version of Ubuntu
  I'm using. The navigation discarded the version information that was
  provided by ubufox.

  Couldn't you change the Ubuntu help link in
  http://start.ubuntu.com/[version]/; to point directly to
  https://help.ubuntu.com/[version]/index.html;?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-start-page/+bug/433057/+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 412159] Re: should catch and hide EINTR

2015-01-30 Thread Colin Watson
** Changed in: python-couchdb (Ubuntu)
   Status: Fix Released = Confirmed

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

Title:
  should catch and hide EINTR

Status in Desktop CouchDB:
  Fix Released
Status in python-couchdb package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: python-couchdb

  Any syscall can be interrupted.  The interface that maps python
  objects to system calls should handle interruptions, instead of
  percolating them up to what looks like python-object primitive
  functions.

  couchdb.client._make_request

  should catch OSError and test exception errno for errno.EINTR.

  Traceback (most recent call last):
File /usr/lib/python2.6/dist-packages/testtools/testcase.py, line 175, in 
run
  testMethod()
File 
/home/cmiller/work/cabzr/desktopcouch/getport-at-call-time/desktopcouch/records/tests/test_server.py,
 line 162, in test_list_views
  self.database.delete_view(view_name, design_doc)
File 
/home/cmiller/work/cabzr/desktopcouch/getport-at-call-time/desktopcouch/records/server.py,
 line 166, in delete_view
  del self.db[doc_id]
File /usr/lib/pymodules/python2.6/couchdb/client.py, line 303, in 
__delitem__
  self.resource.delete(id, rev=resp['etag'].strip(''))
File /usr/lib/pymodules/python2.6/couchdb/client.py, line 971, in delete
  return self._request('DELETE', path, headers=headers, **params)
File /usr/lib/pymodules/python2.6/couchdb/client.py, line 1010, in 
_request
  resp, data = _make_request()
File /usr/lib/pymodules/python2.6/couchdb/client.py, line 1005, in 
_make_request
  body=body, headers=headers)
File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 1068, in 
request
  (response, content) = self._request(conn, authority, uri, request_uri, 
method, body, headers, redirections, cachekey)
File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 872, in 
_request
  (response, content) = self._conn_request(conn, request_uri, method, body, 
headers)
File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 842, in 
_conn_request
  response = conn.getresponse()
File /usr/lib/python2.6/httplib.py, line 950, in getresponse
  response.begin()
File /usr/lib/python2.6/httplib.py, line 390, in begin
  version, status, reason = self._read_status()
File /usr/lib/python2.6/httplib.py, line 348, in _read_status
  line = self.fp.readline()
File /usr/lib/python2.6/socket.py, line 395, in readline
  data = recv(1)
  socket.error: [Errno 4] Interrupted system call

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

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


  1   2   3   4   5   >