[Desktop-packages] [Bug 1992187] Re: hplip not working after install in 22.04, python error

2022-11-17 Thread miles
I also had this issue.

 I had hplip installed as part of my default ubuntu 22.04.1 LTS install.
I downloaded the installer from the hp dev website
(https://developers.hp.com/hp-linux-imaging-and-
printing/install/install/index) and ran the auto installer. The
installer installed some packages, and removed the old hplip install.
This resulted in a working hplip.

I did try reinstalling with apt but it did not resolve the issue. I had
to use the installer from the hp website. Best of luck.

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

Title:
  hplip not working after install in 22.04, python error

Status in hplip package in Ubuntu:
  New

Bug description:
  after upgrade from 20.04 to 22.04.1 (not a new installation): new 
installation of hplip
  >sudo apt install hplip hplip-gui

  Install completes without error.

  Using hplip, e.g.
  >hp-setup

  manual detection of wireless printer using IP works, printer is
  listed, but on 'next' -> process hangs (wait/termination suggested,
  wait does not help)

  alternative: (hplip installs a suite of programs)
  >hp-check(verifies installation and contact to printer, scanner
  produces normal output ending prematurely with error message:

    Saving output in log file: /home/glassel/hp-check.log

  HP Linux Imaging and Printing System (ver. 3.22.2)
  Dependency/Version Check Utility ver. 15.1

  Copyright (c) 2001-18 HP Development Company, LP
  This software comes with ABSOLUTELY NO WARRANTY.
  This is free software, and you are welcome to distribute it
  under certain conditions. See COPYING file for more details.

  Note: hp-check can be run in three modes:
  1. Compile-time check mode (-c or --compile): Use this mode before compiling 
the HPLIP supplied tarball (.tar.gz or
  .run) to determine if the proper dependencies are installed to successfully 
compile HPLIP.
  2. Run-time check mode (-r or --run): Use this mode to determine if a distro 
supplied package (.deb, .rpm, etc) or an
  already built HPLIP supplied tarball has the proper dependencies installed to 
successfully run.
  3. Both compile- and run-time check mode (-b or --both) (Default): This mode 
will check both of the above cases (both
  compile- and run-time dependencies).

  Check types:
  a. EXTERNALDEP - External Dependencies
  b. GENERALDEP - General Dependencies (required both at compile and run time)
  c. COMPILEDEP - Compile time Dependencies
  d. [All are run-time checks]
  PYEXT SCANCONF QUEUES PERMISSION

  Status Types:
  OK
  MISSING   - Missing Dependency or Permission or Plug-in
  INCOMPAT  - Incompatible dependency-version or Plugin-version

  -Traceback (most recent call last):
    File "/usr/bin/hp-check", line 861, in 
  dep.core.init()
    File "/usr/share/hplip/installer/core_install.py", line 523, in init
  self.get_distro()
    File "/usr/share/hplip/installer/core_install.py", line 661, in get_distro
  if 'MX' in distro_release_name:
  NameError: name 'distro_release_name' is not defined

  further info:
  >apt-cache policy hplip
  hplip:
    Installed: 3.22.2+dfsg0-1+klbkjammy
    Candidate: 3.22.2+dfsg0-1+klbkjammy
    Version table:
   *** 3.22.2+dfsg0-1+klbkjammy 500
  500 https://ppa.launchpadcontent.net/kelebek333/hplip/ubuntu 
jammy/main amd64 Packages
  100 /var/lib/dpkg/status
   3.21.12+dfsg0-1 500
  500 http://de.archive.ubuntu.com/ubuntu jammy/main amd64 Packages

  > apt-cache policy hplip-gui
  hplip-gui:
    Installed: 3.22.2+dfsg0-1+klbkjammy
    Candidate: 3.22.2+dfsg0-1+klbkjammy
    Version table:
   *** 3.22.2+dfsg0-1+klbkjammy 500
  500 https://ppa.launchpadcontent.net/kelebek333/hplip/ubuntu 
jammy/main amd64 Packages
  500 https://ppa.launchpadcontent.net/kelebek333/hplip/ubuntu 
jammy/main i386 Packages
  100 /var/lib/dpkg/status
   3.21.12+dfsg0-1 500
  500 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
  500 http://de.archive.ubuntu.com/ubuntu jammy/universe i386 Packages

  ---

  I tried alternate ways to install hplip:
  hplip-3.22.6.run downloaded from hp

  this fails with an unmet dependency 'libcups2', but sudo apt install libcups2 
tells me it is
  installed (-dev version, too)

  A fresh install of cups did not help.

  Best regards ... Peter Glassel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1992187/+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 1784774] Re: snapd is not autofs aware and fails with nfs home dir

2022-04-24 Thread Miles
Running the snap 'hello' gives the following message in
/var/log/kern.log:

kernel: [25832.721379] audit: type=1400 audit(1650864430.846:486):
apparmor="ALLOWED" operation="open" profile="/usr/sbin/sssd"
name="/proc/26293/cmdline" pid=827 comm="sssd_nss" requested_mask="r"
denied_mask="r" fsuid=0 ouid=0

We disabled AppArmor with the same result.

Hello gave the error message:

cannot open path of the current working directory: Permission denied

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

Title:
  snapd is not autofs aware and fails with nfs home dir

Status in snapd:
  Fix Released
Status in firefox package in Ubuntu:
  New
Status in snapd package in Ubuntu:
  Fix Released

Bug description:
  This is similar to bugs 1662552 and 1782873. In 1782873, jdstrand
  asked me to open a new bug for this specific issue.

  In 1662552, snapd fails for nfs mounted home directories as network
  permissions are not enabled. A work around was implemented that works
  if the mount is done via a /home mount at boot. However this does not
  work if people mount home directories via autofs. This is probably the
  fundamental problem for 1782873 although there may be other issues.

  [ Why use autofs? If some but not all of users want to use nfs homes.
  In particular, I have a local user on all my accounts that does not
  require the nfs server to be up or the kerberos server to be up, or
  kerberos working on the client machines, etc. It is very useful when
  something goes wrong. It means I mount /home/user rather than /home
  (for several users). ]

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1784774/+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 1728012] Re: Many 3rd party scanner drivers are broken by a sane change

2019-11-19 Thread Miles Wolbe
Ran into the same scanner issue today with a Brother MFC-6490CW under
Ubuntu 18.04 (factory installed by Dell and fully updated before
attempting printer/scanner install). Found pdc's post on askubuntu.com (
https://askubuntu.com/a/1054065/314730 ) first, which linked to
staedtler-przyborski's symlink answer (
https://bugs.launchpad.net/ubuntu/+source/sane-
backends/+bug/1728012/comments/25 ). Worked a treat - thanks so much!

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

Title:
  Many 3rd party scanner drivers are broken by a sane change

Status in sane-backends package in Ubuntu:
  Fix Released
Status in sane-backends source package in Bionic:
  Fix Released
Status in sane-backends package in Debian:
  Fix Released

Bug description:
  To the sponsor: Please upload to bionic using the attached sane-
  backends_lp1728012_bionic.debdiff.

  [Impact]

   * Starting with Ubuntu 17.10, Ubuntu changed the directory where sane
  dll looks for third party drivers. This configuration effectively
  broke backward compatibility for all existing third-party drivers.

   * A large swath of these third party drivers (most of them) are no
  longer supported by the OEM, so maintaining compatibility is
  important.

   * No open source replacement drivers are currently available, nor
  does the community have the resources to easily replace them.

   * This bug represents a substantial portion of the scanners in use.

  Scanners known to be affected include, but are not limited to:

   - Brother Scanners (all Brother scanners before brscan4)
    - DCP-145C
    - DCP-163C
    - DCP-165C
    - DCP-167C
    - DCP-185C
    - DCP-195C
    - DCP-197C
    - DCP-365CN
    - DCP-373CW
    - DCP-375CW
    - DCP-377CW
    - DCP-383C
    - DCP-385C
    - DCP-387C
    - DCP-395CN
    - DCP-585CW
    - DCP-6690CW
    - DCP-7030
    - DCP-7040
    - DCP-7045N
    - DCP-8070D
    - DCP-8080DN
    - DCP-8085DN
    - DCP-9010CN
    - DCP-9040CN
    - DCP-9042CDN
    - DCP-9045CDN
    - DCP-J125
    - DCP-J315W
    - DCP-J515W
    - DCP-J715W
    - MFC-250C
    - MFC-255CW
    - MFC-257CW
    - MFC-290C
    - MFC-295CN
    - MFC-297C
    - MFC-490CW
    - MFC-495CW
    - MFC-5490CN
    - MFC-5890CN
    - MFC-5895CW
    - MFC-6490CW
    - MFC-6890CDW
    - MFC-7320
    - MFC-7340
    - MFC-7345N
    - MFC-7440N
    - MFC-7450
    - MFC-7840N
    - MFC-7840W
    - MFC-790CW
    - MFC-795CW
    - MFC-8370DN
    - MFC-8380DN
    - MFC-8480DN
    - MFC-8510DN
    - MFC-8680DN
    - MFC-8880DN
    - MFC-8890DW
    - MFC-9010CN
    - MFC-9120CN
    - MFC-9320CW
    - MFC-9440CN
    - MFC-9450CDN
    - MFC-9840CDW
    - MFC-990CW
    - MFC-J220
    - MFC-J265W
    - MFC-J270W
    - MFC-J410
    - MFC-J410W
    - MFC-J415W
    - MFC-J615W
    - MFC-J630W

   - Dell MFP Laser Printer 1135n

   - Epson Scanners
    - All scanners supported by the libsane-epk driver
    - All scanners supported by the iscan driver
    - Epson Perfection V10
    - Epson Perfection V1000
    - Epson WorkForce GT-1500
    - Epson Perfection V33

   - Samsung M2070

   - Xerox Workcentre 3225

   * This was working in the 17.04 release.  18.04 is an LTS release, so
  backporting is warranted for the 18.04 release.

  [Test Case]

   * Following the standard installation procedures for any of the
  affected scanner drivers results in the driver files being installed
  to /usr/lib/sane/, and sane looking for them in /usr/lib/x86_64-linux-
  gnu/sane.  When xsane is run, the scanner is not found.

  * Install the libsane1, libsane-common and sane-utils packages from
  bionic-proposed and confirm that it now finds drivers in
  /usr/lib/sane.

  [Regression Potential]

   * The proposed change is based on an upstream commit, and the patch
  is functional and stable in both 19.04 and 19.10. Low regression risk.

  [Other Info]
   * Third party sane drivers in previous version of sane were located under 
/usr/lib/sane/, however, the current version of sane on Ubuntu only looks for 
64 bit drivers under the /usr/lib/x86_64-linux-gnu/sane directory. /usr/lib64 
and /usr/lib64/sane are other directories old drivers are known to install 
files to.

  * The addition of symlinks alone does not appear to fix this issue,
  though it may make the scanner detectable. Changes to udev rules are
  also needed to allow proper communications to the scanners. A
  selection of workarounds, including working (though not ideal) udev
  rules for a number of scanners has been posted to the sane
  troubleshooting guide:
  help.ubuntu.com/community/sane_Troubleshooting#The_symlink_and_udev_tricks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1728012/+subscriptions

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

[Desktop-packages] [Bug 950843] Re: simple scan fails to scan. "unable to start scan" change scan ner gives no options

2018-09-01 Thread Miles
Similar issue here with Elementary Loki.  Scanner warms up to scan then
errors with "Unable to start scanner"

Scanner is detected with scanimage -L

Running scanimage > output.pnm produces the error "sane_start:Error
during device I/O"

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

Title:
  simple scan fails to scan. "unable to start scan" change scan ner
  gives no options

Status in sane-backends package in Ubuntu:
  Invalid

Bug description:
  running 10.10
  epson stylus cx3200
  usb
  reboot of pc and printer/scanner tried.  
  same problem in 'xsane' and 'scanner utility' packages.
  the software used to work before i had to reinstall it.
...
  james@james-XL58laptop:~$ sane-find-scanner

# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.

# No SCSI scanners found. If you expected something different, make sure 
that
# you have loaded a kernel SCSI driver for your SCSI adapter.

  found USB scanner (vendor=0x04b8 [EPSON], product=0x0802 [USB MFP]) at 
libusb:006:002
# Your USB scanner was (probably) detected. It may or may not be supported 
by
# SANE. Try scanimage -L and read the backend's manpage.

# Not checking for parallel port scanners.

# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.

# You may want to run this program as root to find all devices. Once you
# found the scanner devices, be sure to adjust access permissions as
# necessary.
  james@james-XL58laptop:~$ scanimage -L

  No scanners were identified. If you were expecting something different,
  check that the scanner is plugged in, turned on and detected by the
  sane-find-scanner tool (if appropriate). Please read the documentation
  which came with this software (README, FAQ, manpages).
  james@james-XL58laptop:~$ 
  

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: simple-scan 2.32.0-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.35-32.66-generic 2.6.35.14
  Uname: Linux 2.6.35-32-generic i686
  Architecture: i386
  Date: Fri Mar  9 13:25:52 2012
  DriverPackageVersions:
   libsane 1.0.21-2ubuntu2
   libsane-extras N/A
   hplip 3.10.6-1ubuntu10.2
   hpoj N/A
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04.4 LTS "Lucid Lynx" - Release i386 (20120214.2)
  MachineType: ASUSTeK Computer Inc. X58L
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-32-generic 
root=UUID=1adaa652-ac13-4a80-9382-d57361e69748 ro quiet splash
  ProcEnviron:
   LANG=en_GB.utf8
   SHELL=/bin/bash
  SourcePackage: simple-scan
  dmi.bios.date: 09/08/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 201
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X58L
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr201:bd09/08/2008:svnASUSTeKComputerInc.:pnX58L:pvr1.0:rvnASUSTeKComputerInc.:rnX58L:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: X58L
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/950843/+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 1775040] [NEW] Screen blanking and suspend not functioning

2018-06-04 Thread Miles
Public bug reported:

The screen never dims or blanks.  It also never goes into suspend mode.

I purged caffeine.  No effect.

I purged TLP.  It now attempts to blank but then comes back on again.
Never suspends.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-settings-daemon 3.28.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.1
Architecture: amd64
CurrentDesktop: Budgie:GNOME
Date: Mon Jun  4 13:01:26 2018
ExecutablePath: /usr/lib/gnome-settings-daemon/gsd-power
InstallationDate: Installed on 2018-06-02 (1 days ago)
InstallationMedia: Ubuntu-Budgie 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-settings-daemon
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Screen blanking and suspend not functioning

Status in gnome-settings-daemon package in Ubuntu:
  New

Bug description:
  The screen never dims or blanks.  It also never goes into suspend
  mode.

  I purged caffeine.  No effect.

  I purged TLP.  It now attempts to blank but then comes back on again.
  Never suspends.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-settings-daemon 3.28.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  CurrentDesktop: Budgie:GNOME
  Date: Mon Jun  4 13:01:26 2018
  ExecutablePath: /usr/lib/gnome-settings-daemon/gsd-power
  InstallationDate: Installed on 2018-06-02 (1 days ago)
  InstallationMedia: Ubuntu-Budgie 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1775040/+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 1727653] Re: error: can't start new thread

2018-03-18 Thread Miles
>Try this then:

>sh -c "ulimit -v 100; ulimit -n 8192; exec /usr/lib/x86_64-linux-
gnu/deja-dup/deja-dup-monitor"

>It adds the ulimit -n call and may do what you need now that the
systemd settings are in place.

I added this and the backup did not start automatically yesterday so I
tried to run it manually and am getting the permission error again:

~$ sh -c "ulimit -v 100; ulimit -n 8192; exec /usr/lib/x86_64-linux-gnu
/deja-dup/deja-dup-monitor"
sh: 1: exec: /usr/lib/x86_64-linux-gnu: Permission denied


>Try running the command as:

>DEJA_DUP_DEBUG=1 sh -c "ulimit -v 100; ulimit -n 8192; exec 
>/usr/lib/x86_64-linux-gnu
/deja-dup/deja-dup-monitor"

>This will create a large debug log in ~/.cache/deja-dup/. Please add
that as an attachment to this bug report.

The above command also gives me a permission error:

~$ DEJA_DUP_DEBUG=1 sh -c "ulimit -v 100; ulimit -n 8192; exec 
/usr/lib/x86_64-linux-gnu
/deja-dup/deja-dup-monitor"
sh: 1: exec: /usr/lib/x86_64-linux-gnu: Permission denied


Trying the same command without the 'ulimit -n 8182' also gives me a permission 
error:

~$ DEJA_DUP_DEBUG=1 sh -c "ulimit -v 100; exec /usr/lib/x86_64-linux-gnu
/deja-dup/deja-dup-monitor"
sh: 1: exec: /usr/lib/x86_64-linux-gnu: Permission denied


I'm not sure what's going on now. I was getting permission errors as
shown above. I tried the commands using 'su' and that did not help
either. Then I tried taking my original command that would auto-start
the backup and that did not error but also did not start anything. Then
I tried all the commands above with the logging and that did not give
the permission but it also did not create a log that I can find.

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

Title:
  error: can't start new thread

Status in Duplicity:
  In Progress
Status in deja-dup package in Ubuntu:
  Triaged
Status in duplicity package in Ubuntu:
  In Progress

Bug description:
  $ uname -a
  Linux mbpr13b 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

  duplicity gets started daily via deja-dup automatically.

  Every now and then (approx. every third time) I get the following
  error:

  --

  Failed with an unknown error.

  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1546, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1540, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1391, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1468, in do_backup
  restore(col_stats)
File "/usr/bin/duplicity", line 731, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 560, in 
Write_ROPaths
  for ropath in rop_iter:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 523, in 
integrate_patch_iters
  for patch_seq in collated:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 389, in 
yield_tuples
  setrorps(overflow, elems)
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 378, in 
setrorps
  elems[i] = iter_list[i].next()
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 107, in 
filter_path_iter
  for path in path_iter:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 121, in 
difftar2path_iter
  tarinfo_list = [tar_iter.next()]
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 339, in 
next
  self.set_tarfile()
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 333, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 768, in get_fileobj_iter
  manifest.volume_info_dict[vol_num])
File "/usr/bin/duplicity", line 811, in restore_get_enc_fileobj
  fileobj = tdp.filtered_open_with_delete("rb")
File "/usr/lib/python2.7/dist-packages/duplicity/dup_temp.py", line 119, in 
filtered_open_with_delete
  fh = FileobjHooked(path.DupPath.filtered_open(self, mode))
File "/usr/lib/python2.7/dist-packages/duplicity/path.py", line 778, in 
filtered_open
  return gpg.GPGFile(False, self, gpg_profile)
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 202, in 
__init__
  'logger': self.logger_fp})
File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 
374, in run
  create_fhs, attach_fhs)
File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 
420, in _attach_fork_exec
  process.thread.start()
File "/usr/lib/python2.7/threading.py", line 736, in start
  _start_new_thread(self.__bootstrap, ())
  error: can't start new thread

  --

  Restarting deja-dup manually fixes the problem and the next few days,
  automatic backup will run 

[Desktop-packages] [Bug 1727653] Re: error: can't start new thread

2018-03-15 Thread Miles
>A few more requests then:

>What command are you running? Full command line please.

This is running through deja-dup on start-up. The command that it's using is:
sh -c "ulimit -v 100; exec 
/usr/lib/x86_64-linux-gnu/deja-dup/deja-dup-monitor"

>How much memory do you have available to duplicity?
Not sure if this is what you want but this is what 'free -m' shows.
free -m
  totalusedfree  shared  buff/cache   available
Mem:   79124373 415 14531234241
Swap:  8127   08127


>Is it being run under Deja-Dup, cron, or command line?

Deja-Dup

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

Title:
  error: can't start new thread

Status in Duplicity:
  In Progress
Status in deja-dup package in Ubuntu:
  Triaged
Status in duplicity package in Ubuntu:
  In Progress

Bug description:
  $ uname -a
  Linux mbpr13b 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

  duplicity gets started daily via deja-dup automatically.

  Every now and then (approx. every third time) I get the following
  error:

  --

  Failed with an unknown error.

  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1546, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1540, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1391, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1468, in do_backup
  restore(col_stats)
File "/usr/bin/duplicity", line 731, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 560, in 
Write_ROPaths
  for ropath in rop_iter:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 523, in 
integrate_patch_iters
  for patch_seq in collated:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 389, in 
yield_tuples
  setrorps(overflow, elems)
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 378, in 
setrorps
  elems[i] = iter_list[i].next()
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 107, in 
filter_path_iter
  for path in path_iter:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 121, in 
difftar2path_iter
  tarinfo_list = [tar_iter.next()]
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 339, in 
next
  self.set_tarfile()
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 333, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 768, in get_fileobj_iter
  manifest.volume_info_dict[vol_num])
File "/usr/bin/duplicity", line 811, in restore_get_enc_fileobj
  fileobj = tdp.filtered_open_with_delete("rb")
File "/usr/lib/python2.7/dist-packages/duplicity/dup_temp.py", line 119, in 
filtered_open_with_delete
  fh = FileobjHooked(path.DupPath.filtered_open(self, mode))
File "/usr/lib/python2.7/dist-packages/duplicity/path.py", line 778, in 
filtered_open
  return gpg.GPGFile(False, self, gpg_profile)
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 202, in 
__init__
  'logger': self.logger_fp})
File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 
374, in run
  create_fhs, attach_fhs)
File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 
420, in _attach_fork_exec
  process.thread.start()
File "/usr/lib/python2.7/threading.py", line 736, in start
  _start_new_thread(self.__bootstrap, ())
  error: can't start new thread

  --

  Restarting deja-dup manually fixes the problem and the next few days,
  automatic backup will run correctly until (see above).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: duplicity 0.7.12-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 26 10:49:45 2017
  InstallationDate: Installed on 2017-10-20 (5 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  SourcePackage: duplicity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1727653/+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 1727653] Re: error: can't start new thread

2018-03-14 Thread Miles
I was able to get the open files changed to 65535 using the above link.
Today after I started my computer I got the same error I've been getting
about not being able to create a new thread.

~$ ulimit -a
core file size  (blocks, -c) 0
data seg size   (kbytes, -d) unlimited
scheduling priority (-e) 0
file size   (blocks, -f) unlimited
pending signals (-i) 31429
max locked memory   (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files  (-n) 65535
pipe size(512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority  (-r) 0
stack size  (kbytes, -s) 8192
cpu time   (seconds, -t) unlimited
max user processes  (-u) 31429
virtual memory  (kbytes, -v) unlimited
file locks  (-x) unlimited

Error I see when the backup runs automatically.

Traceback (innermost last):
  File "/usr/bin/duplicity", line 1555, in 
with_tempdir(main)
  File "/usr/bin/duplicity", line 1541, in with_tempdir
fn()
  File "/usr/bin/duplicity", line 1393, in main
do_backup(action)
  File "/usr/bin/duplicity", line 1472, in do_backup
restore(col_stats)
  File "/usr/bin/duplicity", line 728, in restore
restore_get_patched_rop_iter(col_stats)):
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 558, in 
Write_ROPaths
for ropath in rop_iter:
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 521, in 
integrate_patch_iters
for patch_seq in collated:
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 389, in 
yield_tuples
setrorps(overflow, elems)
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 378, in 
setrorps
elems[i] = iter_list[i].next()
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 107, in 
filter_path_iter
for path in path_iter:
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 121, in 
difftar2path_iter
tarinfo_list = [tar_iter.next()]
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 339, in 
next
self.set_tarfile()
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 333, in 
set_tarfile
self.current_fp = self.fileobj_iter.next()
  File "/usr/bin/duplicity", line 765, in get_fileobj_iter
manifest.volume_info_dict[vol_num])
  File "/usr/bin/duplicity", line 808, in restore_get_enc_fileobj
fileobj = tdp.filtered_open_with_delete("rb")
  File "/usr/lib/python2.7/dist-packages/duplicity/dup_temp.py", line 120, in 
filtered_open_with_delete
fh = FileobjHooked(path.DupPath.filtered_open(self, mode))
  File "/usr/lib/python2.7/dist-packages/duplicity/path.py", line 779, in 
filtered_open
return gpg.GPGFile(False, self, gpg_profile)
  File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 224, in 
__init__
'logger': self.logger_fp})
  File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 374, 
in run
create_fhs, attach_fhs)
  File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 420, 
in _attach_fork_exec
process.thread.start()
  File "/usr/lib/python2.7/threading.py", line 736, in start
_start_new_thread(self.__bootstrap, ())
 error: can't start new thread

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

Title:
  error: can't start new thread

Status in Duplicity:
  In Progress
Status in deja-dup package in Ubuntu:
  Triaged
Status in duplicity package in Ubuntu:
  In Progress

Bug description:
  $ uname -a
  Linux mbpr13b 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

  duplicity gets started daily via deja-dup automatically.

  Every now and then (approx. every third time) I get the following
  error:

  --

  Failed with an unknown error.

  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1546, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1540, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1391, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1468, in do_backup
  restore(col_stats)
File "/usr/bin/duplicity", line 731, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 560, in 
Write_ROPaths
  for ropath in rop_iter:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 523, in 
integrate_patch_iters
  for patch_seq in collated:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 389, in 
yield_tuples
  setrorps(overflow, elems)
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 378, in 
setrorps
  elems[i] = iter_list[i].next()
File "

[Desktop-packages] [Bug 1727653] Re: error: can't start new thread

2018-03-13 Thread Miles
~$ ulimit -n 8192
bash: ulimit: open files: cannot modify limit: Operation not permitted

~$ ulimit -a
core file size  (blocks, -c) 0
data seg size   (kbytes, -d) unlimited
scheduling priority (-e) 0
file size   (blocks, -f) unlimited
pending signals (-i) 31429
max locked memory   (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files  (-n) 1024
pipe size(512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority  (-r) 0
stack size  (kbytes, -s) 8192
cpu time   (seconds, -t) unlimited
max user processes  (-u) 31429
virtual memory  (kbytes, -v) unlimited
file locks  (-x) unlimited


I did log out when initially adding to limits.conf. I've also rebooted a few 
times since this was added.

At the end of the limits.conf I have the following:

#@studenthardnproc   20
#@facultysoftnproc   20
#@facultyhardnproc   50
#ftp hardnproc   0
#ftp -   chroot  /ftp
#@student-   maxlogins   4
* soft nofile 10240
* hard nofile 10240
# End of file

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

Title:
  error: can't start new thread

Status in Duplicity:
  In Progress
Status in deja-dup package in Ubuntu:
  Triaged
Status in duplicity package in Ubuntu:
  In Progress

Bug description:
  $ uname -a
  Linux mbpr13b 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

  duplicity gets started daily via deja-dup automatically.

  Every now and then (approx. every third time) I get the following
  error:

  --

  Failed with an unknown error.

  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1546, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1540, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1391, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1468, in do_backup
  restore(col_stats)
File "/usr/bin/duplicity", line 731, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 560, in 
Write_ROPaths
  for ropath in rop_iter:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 523, in 
integrate_patch_iters
  for patch_seq in collated:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 389, in 
yield_tuples
  setrorps(overflow, elems)
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 378, in 
setrorps
  elems[i] = iter_list[i].next()
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 107, in 
filter_path_iter
  for path in path_iter:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 121, in 
difftar2path_iter
  tarinfo_list = [tar_iter.next()]
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 339, in 
next
  self.set_tarfile()
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 333, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 768, in get_fileobj_iter
  manifest.volume_info_dict[vol_num])
File "/usr/bin/duplicity", line 811, in restore_get_enc_fileobj
  fileobj = tdp.filtered_open_with_delete("rb")
File "/usr/lib/python2.7/dist-packages/duplicity/dup_temp.py", line 119, in 
filtered_open_with_delete
  fh = FileobjHooked(path.DupPath.filtered_open(self, mode))
File "/usr/lib/python2.7/dist-packages/duplicity/path.py", line 778, in 
filtered_open
  return gpg.GPGFile(False, self, gpg_profile)
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 202, in 
__init__
  'logger': self.logger_fp})
File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 
374, in run
  create_fhs, attach_fhs)
File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 
420, in _attach_fork_exec
  process.thread.start()
File "/usr/lib/python2.7/threading.py", line 736, in start
  _start_new_thread(self.__bootstrap, ())
  error: can't start new thread

  --

  Restarting deja-dup manually fixes the problem and the next few days,
  automatic backup will run correctly until (see above).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: duplicity 0.7.12-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 26 10:49:45 2017
  InstallationDate: Installed on 2017-10-20 (5 days ago)
  InstallationMedia: Ub

[Desktop-packages] [Bug 1727653] Re: error: can't start new thread

2018-03-11 Thread Miles
I'm unable to increase the ulimit on my system. I've added the new size
in limits.conf but that does not help. Running the command manually
gives me a permissions error with files open. At this point the upgrade
to 0.7.17 did not help so it appears something else need to be look at.

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

Title:
  error: can't start new thread

Status in Duplicity:
  Incomplete
Status in deja-dup package in Ubuntu:
  Triaged
Status in duplicity package in Ubuntu:
  In Progress

Bug description:
  $ uname -a
  Linux mbpr13b 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

  duplicity gets started daily via deja-dup automatically.

  Every now and then (approx. every third time) I get the following
  error:

  --

  Failed with an unknown error.

  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1546, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1540, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1391, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1468, in do_backup
  restore(col_stats)
File "/usr/bin/duplicity", line 731, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 560, in 
Write_ROPaths
  for ropath in rop_iter:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 523, in 
integrate_patch_iters
  for patch_seq in collated:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 389, in 
yield_tuples
  setrorps(overflow, elems)
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 378, in 
setrorps
  elems[i] = iter_list[i].next()
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 107, in 
filter_path_iter
  for path in path_iter:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 121, in 
difftar2path_iter
  tarinfo_list = [tar_iter.next()]
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 339, in 
next
  self.set_tarfile()
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 333, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 768, in get_fileobj_iter
  manifest.volume_info_dict[vol_num])
File "/usr/bin/duplicity", line 811, in restore_get_enc_fileobj
  fileobj = tdp.filtered_open_with_delete("rb")
File "/usr/lib/python2.7/dist-packages/duplicity/dup_temp.py", line 119, in 
filtered_open_with_delete
  fh = FileobjHooked(path.DupPath.filtered_open(self, mode))
File "/usr/lib/python2.7/dist-packages/duplicity/path.py", line 778, in 
filtered_open
  return gpg.GPGFile(False, self, gpg_profile)
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 202, in 
__init__
  'logger': self.logger_fp})
File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 
374, in run
  create_fhs, attach_fhs)
File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 
420, in _attach_fork_exec
  process.thread.start()
File "/usr/lib/python2.7/threading.py", line 736, in start
  _start_new_thread(self.__bootstrap, ())
  error: can't start new thread

  --

  Restarting deja-dup manually fixes the problem and the next few days,
  automatic backup will run correctly until (see above).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: duplicity 0.7.12-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 26 10:49:45 2017
  InstallationDate: Installed on 2017-10-20 (5 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  SourcePackage: duplicity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1727653/+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 1727653] Re: error: can't start new thread

2018-03-06 Thread Miles
I'm also seeing this issue and I just purged Duplicity and then added it
back with the PPA and I am still seeing the issue. I am using 0.7.17
now. What information can I provide to help fix this?

Ubuntu Version: UbuntuMate 17.10

uname -a
Linux 4.13.0-36-generic #40-Ubuntu SMP Fri Feb 16 20:07:48 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux

ulimit -v
unlimited

ulimit -a
core file size  (blocks, -c) 0
data seg size   (kbytes, -d) unlimited
scheduling priority (-e) 0
file size   (blocks, -f) unlimited
pending signals (-i) 31429
max locked memory   (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files  (-n) 1024
pipe size(512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority  (-r) 0
stack size  (kbytes, -s) 8192
cpu time   (seconds, -t) unlimited
max user processes  (-u) 31429
virtual memory  (kbytes, -v) unlimited
file locks  (-x) unlimited

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

Title:
  error: can't start new thread

Status in Duplicity:
  Incomplete
Status in deja-dup package in Ubuntu:
  Triaged
Status in duplicity package in Ubuntu:
  In Progress

Bug description:
  $ uname -a
  Linux mbpr13b 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

  duplicity gets started daily via deja-dup automatically.

  Every now and then (approx. every third time) I get the following
  error:

  --

  Failed with an unknown error.

  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1546, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1540, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1391, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1468, in do_backup
  restore(col_stats)
File "/usr/bin/duplicity", line 731, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 560, in 
Write_ROPaths
  for ropath in rop_iter:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 523, in 
integrate_patch_iters
  for patch_seq in collated:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 389, in 
yield_tuples
  setrorps(overflow, elems)
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 378, in 
setrorps
  elems[i] = iter_list[i].next()
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 107, in 
filter_path_iter
  for path in path_iter:
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 121, in 
difftar2path_iter
  tarinfo_list = [tar_iter.next()]
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 339, in 
next
  self.set_tarfile()
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 333, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 768, in get_fileobj_iter
  manifest.volume_info_dict[vol_num])
File "/usr/bin/duplicity", line 811, in restore_get_enc_fileobj
  fileobj = tdp.filtered_open_with_delete("rb")
File "/usr/lib/python2.7/dist-packages/duplicity/dup_temp.py", line 119, in 
filtered_open_with_delete
  fh = FileobjHooked(path.DupPath.filtered_open(self, mode))
File "/usr/lib/python2.7/dist-packages/duplicity/path.py", line 778, in 
filtered_open
  return gpg.GPGFile(False, self, gpg_profile)
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 202, in 
__init__
  'logger': self.logger_fp})
File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 
374, in run
  create_fhs, attach_fhs)
File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 
420, in _attach_fork_exec
  process.thread.start()
File "/usr/lib/python2.7/threading.py", line 736, in start
  _start_new_thread(self.__bootstrap, ())
  error: can't start new thread

  --

  Restarting deja-dup manually fixes the problem and the next few days,
  automatic backup will run correctly until (see above).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: duplicity 0.7.12-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 26 10:49:45 2017
  InstallationDate: Installed on 2017-10-20 (5 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  SourcePackage: duplicity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.laun

[Desktop-packages] [Bug 1716263] [NEW] package desktop-file-utils 0.23-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2017-09-10 Thread Miles Bennett-Murphy
Public bug reported:

Lubuntu seems to crash on my computer (a Lenovo Ideapad 510 running with
an Intel Core i5 CPU 7th Gen and a NVIDIA GEFORCE graphics card) on a
regular basis. Just started using Linux yesterday, so there is quite a
high chance I'm doing something wrong. I am encountering issues like
this while using the terminal, and the problems seems to excacerbate
when I try to run installation commands or try to update programs. I
have heard Ubuntu is buggy, especially with a NVIDIA Graphics Card, but
I never would've thought it'd be this buggy and difficult to use.
Perhaps it's time to switch to Debian or Mint?

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: desktop-file-utils 0.23-1ubuntu2
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
Date: Mon Sep 11 03:35:43 2017
DuplicateSignature:
 package:desktop-file-utils:0.23-1ubuntu2
 Processing triggers for desktop-file-utils (0.23-1ubuntu2) ...
 /var/lib/dpkg/info/desktop-file-utils.postinst: 5: 
/var/lib/dpkg/info/desktop-file-utils.postinst: update-desktop-database: 
Input/output error
 dpkg: error processing package desktop-file-utils (--configure):
  subprocess installed post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: desktop-file-utils
Title: package desktop-file-utils 0.23-1ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: desktop-file-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package zesty

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

Title:
  package desktop-file-utils 0.23-1ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

Status in desktop-file-utils package in Ubuntu:
  New

Bug description:
  Lubuntu seems to crash on my computer (a Lenovo Ideapad 510 running
  with an Intel Core i5 CPU 7th Gen and a NVIDIA GEFORCE graphics card)
  on a regular basis. Just started using Linux yesterday, so there is
  quite a high chance I'm doing something wrong. I am encountering
  issues like this while using the terminal, and the problems seems to
  excacerbate when I try to run installation commands or try to update
  programs. I have heard Ubuntu is buggy, especially with a NVIDIA
  Graphics Card, but I never would've thought it'd be this buggy and
  difficult to use. Perhaps it's time to switch to Debian or Mint?

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: desktop-file-utils 0.23-1ubuntu2
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  Date: Mon Sep 11 03:35:43 2017
  DuplicateSignature:
   package:desktop-file-utils:0.23-1ubuntu2
   Processing triggers for desktop-file-utils (0.23-1ubuntu2) ...
   /var/lib/dpkg/info/desktop-file-utils.postinst: 5: 
/var/lib/dpkg/info/desktop-file-utils.postinst: update-desktop-database: 
Input/output error
   dpkg: error processing package desktop-file-utils (--configure):
subprocess installed post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: desktop-file-utils
  Title: package desktop-file-utils 0.23-1ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/1716263/+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 1292398] Re: Second screen position isn't saved from one session to another

2017-06-04 Thread Miles Marx
This appears to persist in 17.04I installed Ubuntu Server first, and
then installed Xubuntu via Tasksel because I needed to do some
additional setup before any display manager would be able to function. I
also tried MATE and LXDE on the same system, and they did not appear to
suffer from this issue. Thus it would appear this is specific to XFCE.

GPU is GTX 980M on an MSI GT72s laptop.

I also tried setting the monitor configs through the Nvidia control
panel to no avail. It's not just session to session but actually even
just letting the screens idle to sleep, the layout is bombed and I have
to reset it when they are powered back on.

It also fails to detect my external monitor's max refresh rate 9 times
out of 10 but I suspect that is a deeper, unrelated issue.

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

Title:
  Second screen position isn't saved from one session to another

Status in elementary OS:
  Fix Released
Status in GNOME Settings Daemon:
  Unknown
Status in GNOME Shell:
  Confirmed
Status in Ubuntu GNOME:
  Confirmed
Status in Ubuntu GNOME trusty series:
  Confirmed
Status in Ubuntu GNOME xenial series:
  Confirmed
Status in Ubuntu GNOME Flashback:
  Confirmed
Status in Unity:
  New
Status in gnome-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-shell package in Ubuntu:
  Triaged

Bug description:
  (Noticed on Ubuntu 14.04 beta 1 GNOME)
  At work I have a second screen, which I prefer to virtually put on the left 
side of my laptop screen.
  Using gnome-control-center I can change the position of the second without 
problem.
  But when I disconnect the second screen (to work on another place) and then 
connect it again
  OR if I just power off the laptop and turn it on again,
  the second screen position is set back to the default right position.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-control-center 1:3.6.3-0ubuntu53
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Mar 14 08:50:00 2014
  InstallationDate: Installed on 2014-03-01 (12 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140226)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center: deja-dup 29.5-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1292398/+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 1644021] Re: Firefox doesn't include EmojiOne font

2016-12-14 Thread Miles Krell
** Description changed:

  Firefox has shipped with an emoji font since version 50.0, but Ubuntu
  doesn't include it in their Firefox packages.
  
  Therefore, when opening a page in Firefox containing emoji characters,
  the black and white glyphs from DejaVu are displayed instead of the
  glyphs from the EmojiOneMozilla font.
  
  According to http://packages.ubuntu.com/xenial-
  updates/amd64/firefox/filelist, EmojiOneMozilla.ttf is not included in
  the Firefox package in Ubuntu's repositories.
  
  Manual installing this font and verifying that it works:
  1) Download Firefox tarball from Firefox website
  2) Extract EmojiOneMozilla.ttf from /firefox/fonts/
  3) Copy EmojiOneMozilla.ttf to /usr/lib/firefox/fonts/
  4) Quit Ubuntu session and launch a new one
- 5) Launch Firefox and go to http://getemoji.com/
- 6) Open a page containing emoji characters such as 
https://eosrei.github.io/emojione-color-font/full-demo.html
- 7) Now, instead of using glyphs from DejaVu, the majority of emoji on this 
page are taken from EmojiOneMozilla.ttf
+ 5) Launch Firefox and go to a page containing emoji characters, such as 
http://getemoji.com/ or 
https://eosrei.github.io/emojione-color-font/full-demo.html
+ 6) Now, instead of using glyphs from DejaVu, the majority of emoji on the 
page are taken from EmojiOneMozilla.ttf
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 50.0+build2-0ubuntu0.12.04.2
  ProcVersionSignature: Ubuntu 3.13.0-101.148~precise1-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-101-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-101-generic.
  ApportVersion: 2.0.1-0ubuntu17.13
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: MID [HDA Intel MID], device 0: ALC272 Analog [ALC272 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gris   2087 F pulseaudio
  BuildID: 20161114145344
  CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xf880 irq 42'
     Mixer name : 'Intel IbexPeak HDMI'
     Components : 'HDA:10ec0272,15580771,0011 
HDA:80862804,80860101,0010'
     Controls  : 52
     Simple ctrls  : 16
  Channel: Unavailable
  Date: Tue Nov 22 22:31:27 2016
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static
   169.254.0.0/16 dev wlan0  scope link  metric 1000
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.14  metric 
2
  Locales: extensions.sqlite corrupt or missing
  MarkForUpload: True
  MostRecentCrashID: bp-bc8d2df2-4862-40a6-987d-4234e2160922
  Plugins:
   Windows Media Player Plug-in 10 (compatible; Totem) - 
/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so (totem-mozilla)
   VLC Multimedia Plugin (compatible Totem 3.0.1) - 
/usr/lib/mozilla/plugins/libtotem-cone-plugin.so (totem-mozilla)
   DivX® Web Player - /usr/lib/mozilla/plugins/libtotem-mully-plugin.so 
(totem-mozilla)
   QuickTime Plug-in 7.6.6 - 
/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so (totem-mozilla)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefErrors: 'utf8' codec can't decode byte 0xe9 in position 14394: invalid 
continuation byte
  Profiles: Profile0 (Default) - LastVersion=50.0/20161114145344 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.0.1-0ubuntu21.1
   rhythmbox-mozilla 2.96-0ubuntu4.3
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs:
   bp-bc8d2df2-4862-40a6-987d-4234e2160922
   bp-8d5e91df-7bcf-4edb-8642-657f92160922
   bp-fc7bab24-1a1a-4a80-9d5f-f86852160922
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: CALPELLACRB.86C..X.00
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W760C
  dmi.board.vendor: CLEVO Co.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: CLEVO
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C..X.00:bd05/05/2010:svnCLEVOCo.:pnW76OC:pvrNotApplicable:rvnCLEVOCo.:rnW760C:rvrNotApplicable:cvnCLEVO:ct9:cvrN/A:
  dmi.product.name: W76OC
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO Co.

-- 
You received this bug notification be

[Desktop-packages] [Bug 1644021] Re: Firefox doesn't include EmojiOne font

2016-12-13 Thread Miles Krell
** Description changed:

  Firefox has shipped with an emoji font since version 50.0, but Ubuntu
  doesn't include it in their Firefox packages.
  
- When opening a page in Firefox containing emoji characters, the black
- and white glyphs from DejaVu are displayed instead of the EmojiOne
- glyphs.
+ Therefore, when opening a page in Firefox containing emoji characters,
+ the black and white glyphs from DejaVu are displayed instead of the
+ glyphs from the EmojiOneMozilla font.
  
  According to http://packages.ubuntu.com/xenial-
  updates/amd64/firefox/filelist, EmojiOneMozilla.ttf is not included in
  the firefox package in Ubuntu's repositories.
  
  Manual installing this font and verifying that it works:
  1) Download Firefox tarball from Firefox website
  2) Extract EmojiOneMozilla.ttf from /firefox/fonts/
  3) Copy EmojiOneMozilla.ttf to /usr/lib/firefox/fonts/
  4) Quit Ubuntu session and launch a new one
  5) Launch Firefox and go to http://getemoji.com/
- 6) Open a page containing emoji characters
+ 6) Open a page containing emoji characters such as 
https://eosrei.github.io/emojione-color-font/full-demo.html
+ 7) Now, instead of using glyphs from DejaVu, the majority of emoji on this 
page are taken from EmojiOneMozilla.ttf
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 50.0+build2-0ubuntu0.12.04.2
  ProcVersionSignature: Ubuntu 3.13.0-101.148~precise1-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-101-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-101-generic.
  ApportVersion: 2.0.1-0ubuntu17.13
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: MID [HDA Intel MID], device 0: ALC272 Analog [ALC272 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gris   2087 F pulseaudio
  BuildID: 20161114145344
  CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xf880 irq 42'
     Mixer name : 'Intel IbexPeak HDMI'
     Components : 'HDA:10ec0272,15580771,0011 
HDA:80862804,80860101,0010'
     Controls  : 52
     Simple ctrls  : 16
  Channel: Unavailable
  Date: Tue Nov 22 22:31:27 2016
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static
   169.254.0.0/16 dev wlan0  scope link  metric 1000
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.14  metric 
2
  Locales: extensions.sqlite corrupt or missing
  MarkForUpload: True
  MostRecentCrashID: bp-bc8d2df2-4862-40a6-987d-4234e2160922
  Plugins:
   Windows Media Player Plug-in 10 (compatible; Totem) - 
/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so (totem-mozilla)
   VLC Multimedia Plugin (compatible Totem 3.0.1) - 
/usr/lib/mozilla/plugins/libtotem-cone-plugin.so (totem-mozilla)
   DivX® Web Player - /usr/lib/mozilla/plugins/libtotem-mully-plugin.so 
(totem-mozilla)
   QuickTime Plug-in 7.6.6 - 
/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so (totem-mozilla)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefErrors: 'utf8' codec can't decode byte 0xe9 in position 14394: invalid 
continuation byte
  Profiles: Profile0 (Default) - LastVersion=50.0/20161114145344 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.0.1-0ubuntu21.1
   rhythmbox-mozilla 2.96-0ubuntu4.3
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs:
   bp-bc8d2df2-4862-40a6-987d-4234e2160922
   bp-8d5e91df-7bcf-4edb-8642-657f92160922
   bp-fc7bab24-1a1a-4a80-9d5f-f86852160922
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: CALPELLACRB.86C..X.00
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W760C
  dmi.board.vendor: CLEVO Co.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: CLEVO
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C..X.00:bd05/05/2010:svnCLEVOCo.:pnW76OC:pvrNotApplicable:rvnCLEVOCo.:rnW760C:rvrNotApplicable:cvnCLEVO:ct9:cvrN/A:
  dmi.product.name: W76OC
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO Co.

** Description changed:

  Firefox has shipped with an emoji font since version 50.0, but Ubuntu
  doesn't include it in t

[Desktop-packages] [Bug 1644021] Re: Firefox doesn't include EmojiOne font

2016-12-13 Thread Miles Krell
** Description changed:

- Since Firefox 50 Emoji could be used inside a web page: 
https://www.mozilla.org/en-US/firefox/50.0/releasenotes/
- Firefox 50 release :" Added a built-in Emoji set for operating systems 
without native Emoji fonts (Windows 8.0 and lower and Linux) "
+ Firefox has shipped with an emoji font since version 50.0, but Ubuntu
+ doesn't include it in their Firefox packages.
  
- Step to reproduce:
- 1) Update Firefox to Firefox 50
- 2) Launch Firefox
- 3) Go to http://getemoji.com/
+ When opening a page in Firefox containing emoji characters, the black
+ and white glyphs from DejaVu are displayed instead of the EmojiOne
+ glyphs.
  
- Actual result: a lot Emoji are not here
+ According to http://packages.ubuntu.com/xenial-
+ updates/amd64/firefox/filelist, EmojiOneMozilla.ttf is not included in
+ the firefox package in Ubuntu's repositories.
  
- Expected Result: All Emoji sould be shown
- 
- Workform: Manual install of the Emoji font:
- 1) Download 
https://ftp.mozilla.org/pub/firefox/releases/50.0/linux-i686/en-US/firefox-50.0.tar.bz2
+ Manual installing this font and verifying that it works:
+ 1) Download Firefox tarball from Firefox website
  2) Extract EmojiOneMozilla.ttf from /firefox/fonts/
- 3) Copy EmojiOneMozilla.ttf in /usr/lib/firefox/fonts/ (badly it's no work in 
~/.fonts/ )
- 4) Quit your Ubuntu's session and launch a new one
+ 3) Copy EmojiOneMozilla.ttf to /usr/lib/firefox/fonts/
+ 4) Quit Ubuntu session and launch a new one
  5) Launch Firefox and go to http://getemoji.com/
- 6) It's work!
- 
- Mozilla decide that Firefox MUST read Emoji and install a font for that for 
Windows et Linux's users. Badly, Ubuntu remove it.
- For a better interoperability, Ubuntu should add EmojiOneMozilla.ttf
+ 6) Open a page containing emoji characters
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 50.0+build2-0ubuntu0.12.04.2
  ProcVersionSignature: Ubuntu 3.13.0-101.148~precise1-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-101-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-101-generic.
  ApportVersion: 2.0.1-0ubuntu17.13
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: MID [HDA Intel MID], device 0: ALC272 Analog [ALC272 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gris   2087 F pulseaudio
  BuildID: 20161114145344
  CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xf880 irq 42'
     Mixer name : 'Intel IbexPeak HDMI'
     Components : 'HDA:10ec0272,15580771,0011 
HDA:80862804,80860101,0010'
     Controls  : 52
     Simple ctrls  : 16
  Channel: Unavailable
  Date: Tue Nov 22 22:31:27 2016
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static
   169.254.0.0/16 dev wlan0  scope link  metric 1000
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.14  metric 
2
  Locales: extensions.sqlite corrupt or missing
  MarkForUpload: True
  MostRecentCrashID: bp-bc8d2df2-4862-40a6-987d-4234e2160922
  Plugins:
   Windows Media Player Plug-in 10 (compatible; Totem) - 
/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so (totem-mozilla)
   VLC Multimedia Plugin (compatible Totem 3.0.1) - 
/usr/lib/mozilla/plugins/libtotem-cone-plugin.so (totem-mozilla)
   DivX® Web Player - /usr/lib/mozilla/plugins/libtotem-mully-plugin.so 
(totem-mozilla)
   QuickTime Plug-in 7.6.6 - 
/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so (totem-mozilla)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefErrors: 'utf8' codec can't decode byte 0xe9 in position 14394: invalid 
continuation byte
  Profiles: Profile0 (Default) - LastVersion=50.0/20161114145344 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.0.1-0ubuntu21.1
   rhythmbox-mozilla 2.96-0ubuntu4.3
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs:
   bp-bc8d2df2-4862-40a6-987d-4234e2160922
   bp-8d5e91df-7bcf-4edb-8642-657f92160922
   bp-fc7bab24-1a1a-4a80-9d5f-f86852160922
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: CALPELLACRB.86C..X.00
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W760C
  dmi.board.vendor: CLEVO Co.
  dmi.boa

[Desktop-packages] [Bug 1644021] Re: Firefox doesn't include EmojiOne font

2016-12-13 Thread Miles Krell
** Summary changed:

- Firefox 50 must support Emoji
+ Firefox doesn't include EmojiOne font

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1644021

Title:
  Firefox doesn't include EmojiOne font

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Since Firefox 50 Emoji could be used inside a web page: 
https://www.mozilla.org/en-US/firefox/50.0/releasenotes/
  Firefox 50 release :" Added a built-in Emoji set for operating systems 
without native Emoji fonts (Windows 8.0 and lower and Linux) "

  Step to reproduce:
  1) Update Firefox to Firefox 50
  2) Launch Firefox
  3) Go to http://getemoji.com/

  Actual result: a lot Emoji are not here

  Expected Result: All Emoji sould be shown

  Workform: Manual install of the Emoji font:
  1) Download 
https://ftp.mozilla.org/pub/firefox/releases/50.0/linux-i686/en-US/firefox-50.0.tar.bz2
  2) Extract EmojiOneMozilla.ttf from /firefox/fonts/
  3) Copy EmojiOneMozilla.ttf in /usr/lib/firefox/fonts/ (badly it's no work in 
~/.fonts/ )
  4) Quit your Ubuntu's session and launch a new one
  5) Launch Firefox and go to http://getemoji.com/
  6) It's work!

  Mozilla decide that Firefox MUST read Emoji and install a font for that for 
Windows et Linux's users. Badly, Ubuntu remove it.
  For a better interoperability, Ubuntu should add EmojiOneMozilla.ttf

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 50.0+build2-0ubuntu0.12.04.2
  ProcVersionSignature: Ubuntu 3.13.0-101.148~precise1-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-101-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-101-generic.
  ApportVersion: 2.0.1-0ubuntu17.13
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: MID [HDA Intel MID], device 0: ALC272 Analog [ALC272 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gris   2087 F pulseaudio
  BuildID: 20161114145344
  CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xf880 irq 42'
     Mixer name : 'Intel IbexPeak HDMI'
     Components : 'HDA:10ec0272,15580771,0011 
HDA:80862804,80860101,0010'
     Controls  : 52
     Simple ctrls  : 16
  Channel: Unavailable
  Date: Tue Nov 22 22:31:27 2016
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static
   169.254.0.0/16 dev wlan0  scope link  metric 1000
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.14  metric 
2
  Locales: extensions.sqlite corrupt or missing
  MarkForUpload: True
  MostRecentCrashID: bp-bc8d2df2-4862-40a6-987d-4234e2160922
  Plugins:
   Windows Media Player Plug-in 10 (compatible; Totem) - 
/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so (totem-mozilla)
   VLC Multimedia Plugin (compatible Totem 3.0.1) - 
/usr/lib/mozilla/plugins/libtotem-cone-plugin.so (totem-mozilla)
   DivX® Web Player - /usr/lib/mozilla/plugins/libtotem-mully-plugin.so 
(totem-mozilla)
   QuickTime Plug-in 7.6.6 - 
/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so (totem-mozilla)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefErrors: 'utf8' codec can't decode byte 0xe9 in position 14394: invalid 
continuation byte
  Profiles: Profile0 (Default) - LastVersion=50.0/20161114145344 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.0.1-0ubuntu21.1
   rhythmbox-mozilla 2.96-0ubuntu4.3
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs:
   bp-bc8d2df2-4862-40a6-987d-4234e2160922
   bp-8d5e91df-7bcf-4edb-8642-657f92160922
   bp-fc7bab24-1a1a-4a80-9d5f-f86852160922
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: CALPELLACRB.86C..X.00
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W760C
  dmi.board.vendor: CLEVO Co.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: CLEVO
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C..X.00:bd05/05/2010:svnCLEVOCo.:pnW76OC:pvrNotApplicable:rvnCLEVOCo.:rnW760C:rvrNotApplicable:cvnCLEVO:ct9:cvrN/A:
  dmi.product.name: W76OC
  d

[Desktop-packages] [Bug 1643122] [NEW] Ubuntu 16.04 No Sound From Web Videos on HDMI

2016-11-18 Thread Miles Brennan
Public bug reported:

I have 4 x Intel NUC D54250WYK which we use as Kodi media centres,
connected to a central MythTV backend server. The NUCs also have Google
Chrome installed, which we use to watch Netflix. Each of the NUC's are
built exactly the same, using the same HDMI cables, all connected to LCD
TVs. All sound was working perfectly via HDMI on 14.04 LTS, before
upgrading to 16.04.

After fresh installs of 16.04 LTS, sound no longer works via the HDMI
interface, if I attempt to watch Netflix, Youtube, or even sound from
Pandora music streaming - anything from the Internet. I have the ubuntu-
restricted-extras / addons installed, and have followed all the guides
on PulseAudio, and pavucontrol.

I have upgraded / downgraded NUC firmware and turned sound on and off in
the BIOS, reset the default setting and loaded previous working
profiles, however all sound from Web Browsers fails to work through the
HDMI adapter.

I have Google Chrome and even installed the latest Firefox 49 Beta which
supports DRM, Netflix videos work fine, but no down.

If I open up pavucontrol, I can see Chrome / Firefox audio levels seem
to be active in the HDMI control panel, i.e. the levels are moving in
tune with the video stream, but not directed to HDMI output.

I can get it to work under one scenario If I trick the audio by
playing a video in Kodi so the sound is active, then I start Chrome /
Firefox and I can watch Netflix / Youtube videos with sound. But I have
to flick over to Kodi to stop the movie, before returning to the web
browser to continue the show. If I pause or click on another link, the
sound dies, and I have to shut down the browser and trick the audio
system again before it works; this obviously is not ideal.

Sound will work via the headphone jack if I switch audio output from
HDMI to analog, in sound control application.

So in a nutshell, I think PulseAudio is working, however somewhere along
the connection between web browser / pulse / HDMI interface, appears not
to be.

TEMPORARY SOLUTION: The only fix I have been able to get working, is to
set Gnome to HDMI resolution of 1440x900, then sound will work on web
videos, however this defeats the purpose of 1080P / HDMI...

FULL DIAGNOSIS: I have provided extensive logs and updates at:
https://answers.launchpad.net/ubuntu/+source/alsa-
driver/+question/399296

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Ubuntu 16.04 No Sound From Web Videos on HDMI

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I have 4 x Intel NUC D54250WYK which we use as Kodi media centres,
  connected to a central MythTV backend server. The NUCs also have
  Google Chrome installed, which we use to watch Netflix. Each of the
  NUC's are built exactly the same, using the same HDMI cables, all
  connected to LCD TVs. All sound was working perfectly via HDMI on
  14.04 LTS, before upgrading to 16.04.

  After fresh installs of 16.04 LTS, sound no longer works via the HDMI
  interface, if I attempt to watch Netflix, Youtube, or even sound from
  Pandora music streaming - anything from the Internet. I have the
  ubuntu-restricted-extras / addons installed, and have followed all the
  guides on PulseAudio, and pavucontrol.

  I have upgraded / downgraded NUC firmware and turned sound on and off
  in the BIOS, reset the default setting and loaded previous working
  profiles, however all sound from Web Browsers fails to work through
  the HDMI adapter.

  I have Google Chrome and even installed the latest Firefox 49 Beta
  which supports DRM, Netflix videos work fine, but no down.

  If I open up pavucontrol, I can see Chrome / Firefox audio levels seem
  to be active in the HDMI control panel, i.e. the levels are moving in
  tune with the video stream, but not directed to HDMI output.

  I can get it to work under one scenario If I trick the audio by
  playing a video in Kodi so the sound is active, then I start Chrome /
  Firefox and I can watch Netflix / Youtube videos with sound. But I
  have to flick over to Kodi to stop the movie, before returning to the
  web browser to continue the show. If I pause or click on another link,
  the sound dies, and I have to shut down the browser and trick the
  audio system again before it works; this obviously is not ideal.

  Sound will work via the headphone jack if I switch audio output from
  HDMI to analog, in sound control application.

  So in a nutshell, I think PulseAudio is working, however somewhere
  along the connection between web browser / pulse / HDMI interface,
  appears not to be.

  TEMPORARY SOLUTION: The only fix I have been able to get working, is
  to set Gnome to HDMI resolution of 1440x900, then sound will work on
  web videos, however this defeats the purpose of 1080P / HDMI...

  FULL D

[Desktop-packages] [Bug 1533478] Re: package fonts-tlwg-kinnari-ttf (not installed) failed to install/upgrade: trying to overwrite '/usr/share/fonts/truetype/tlwg/Kinnari-Bold.ttf', which is also in p

2016-01-12 Thread Miles Robinson
*** This bug is a duplicate of bug 1533458 ***
https://bugs.launchpad.net/bugs/1533458

Running "apt -f install" seems to resolve just fine by installing the
many (new?) fonts-tlwg packages. Everything seems to be in order.

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

Title:
  package fonts-tlwg-kinnari-ttf (not installed) failed to
  install/upgrade: trying to overwrite '/usr/share/fonts/truetype/tlwg
  /Kinnari-Bold.ttf', which is also in package fonts-tlwg-kinnari
  1:0.6.2-1

Status in fonts-tlwg package in Ubuntu:
  New

Bug description:
  Was running an 'apt upgrade' and had many fonts packages issue bug
  report dialogs after failures in the update process.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: fonts-tlwg-kinnari-ttf (not installed)
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  Date: Tue Jan 12 20:22:58 2016
  DuplicateSignature:
   Unpacking fonts-tlwg-garuda-ttf (1:0.6.2-2) ...
   dpkg: error processing archive 
/var/cache/apt/archives/fonts-tlwg-garuda-ttf_1%3a0.6.2-2_all.deb (--unpack):
trying to overwrite '/usr/share/fonts/truetype/tlwg/Garuda.ttf', which is 
also in package fonts-tlwg-garuda 1:0.6.2-1
  ErrorMessage: trying to overwrite 
'/usr/share/fonts/truetype/tlwg/Kinnari-Bold.ttf', which is also in package 
fonts-tlwg-kinnari 1:0.6.2-1
  InstallationDate: Installed on 2015-12-28 (15 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.3ubuntu1
   apt  1.1.10
  SourcePackage: fonts-tlwg
  Title: package fonts-tlwg-kinnari-ttf (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/fonts/truetype/tlwg/Kinnari-Bold.ttf', which is also in package 
fonts-tlwg-kinnari 1:0.6.2-1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-tlwg/+bug/1533478/+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 1533478] [NEW] package fonts-tlwg-kinnari-ttf (not installed) failed to install/upgrade: trying to overwrite '/usr/share/fonts/truetype/tlwg/Kinnari-Bold.ttf', which is also in

2016-01-12 Thread Miles Robinson
Public bug reported:

Was running an 'apt upgrade' and had many fonts packages issue bug
report dialogs after failures in the update process.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: fonts-tlwg-kinnari-ttf (not installed)
ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
Uname: Linux 4.3.0-5-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.3-0ubuntu2
Architecture: amd64
Date: Tue Jan 12 20:22:58 2016
DuplicateSignature:
 Unpacking fonts-tlwg-garuda-ttf (1:0.6.2-2) ...
 dpkg: error processing archive 
/var/cache/apt/archives/fonts-tlwg-garuda-ttf_1%3a0.6.2-2_all.deb (--unpack):
  trying to overwrite '/usr/share/fonts/truetype/tlwg/Garuda.ttf', which is 
also in package fonts-tlwg-garuda 1:0.6.2-1
ErrorMessage: trying to overwrite 
'/usr/share/fonts/truetype/tlwg/Kinnari-Bold.ttf', which is also in package 
fonts-tlwg-kinnari 1:0.6.2-1
InstallationDate: Installed on 2015-12-28 (15 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.3ubuntu1
 apt  1.1.10
SourcePackage: fonts-tlwg
Title: package fonts-tlwg-kinnari-ttf (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/fonts/truetype/tlwg/Kinnari-Bold.ttf', which is also in package 
fonts-tlwg-kinnari 1:0.6.2-1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: fonts-tlwg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check package-conflict xenial

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

Title:
  package fonts-tlwg-kinnari-ttf (not installed) failed to
  install/upgrade: trying to overwrite '/usr/share/fonts/truetype/tlwg
  /Kinnari-Bold.ttf', which is also in package fonts-tlwg-kinnari
  1:0.6.2-1

Status in fonts-tlwg package in Ubuntu:
  New

Bug description:
  Was running an 'apt upgrade' and had many fonts packages issue bug
  report dialogs after failures in the update process.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: fonts-tlwg-kinnari-ttf (not installed)
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  Date: Tue Jan 12 20:22:58 2016
  DuplicateSignature:
   Unpacking fonts-tlwg-garuda-ttf (1:0.6.2-2) ...
   dpkg: error processing archive 
/var/cache/apt/archives/fonts-tlwg-garuda-ttf_1%3a0.6.2-2_all.deb (--unpack):
trying to overwrite '/usr/share/fonts/truetype/tlwg/Garuda.ttf', which is 
also in package fonts-tlwg-garuda 1:0.6.2-1
  ErrorMessage: trying to overwrite 
'/usr/share/fonts/truetype/tlwg/Kinnari-Bold.ttf', which is also in package 
fonts-tlwg-kinnari 1:0.6.2-1
  InstallationDate: Installed on 2015-12-28 (15 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.3ubuntu1
   apt  1.1.10
  SourcePackage: fonts-tlwg
  Title: package fonts-tlwg-kinnari-ttf (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/fonts/truetype/tlwg/Kinnari-Bold.ttf', which is also in package 
fonts-tlwg-kinnari 1:0.6.2-1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-tlwg/+bug/1533478/+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 1311344] Re: [sticky keys] shift key is stuck down after suspending/resuming

2015-05-01 Thread Alistair Miles
Currently in Ubuntu 14.10 (up to date packages) it seems that sometimes
two shift key presses are required before entering login password,
sometimes one shift key press, with no predictability. Hence for every
login I have to guess and typically have to try entering the password
two to four times before I get it right. As I regularly close and open
the lid of my laptop this behaviour is spectacularly annoying. Please
please please can you give this some priority.

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

Title:
  [sticky keys] shift key is stuck down after suspending/resuming

Status in unity package in Ubuntu:
  Invalid
Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  With stick keys enabled, the shift key is stuck down after
  suspending/resuming.

  To reproduce:
  1) Enables stick keys
  2) Suspend the screen closing the lid
  3) Open the lid

  This breaks both unity lockscreen and lightdm

  [Workaround]
  Press shift key before entering the passowrd.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140416-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Apr 22 22:27:14 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-01-02 (475 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-22 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1311344/+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 1284635] Re: IBus does not support certain keyboard layouts

2014-04-24 Thread George Miles
I can install a UK keyboard from a login
and it then works aftyer reboot,
but the guest account is still US keyboard
so @ and £ are wrong.

rgh

http://www.hlug.org.uk/lubuntu-14-04-lts/
•Lubuntu14.04 keyboard change from US default…
 1.click the US icon bottom right
2.this opens [Keyboard Layout Handler]
3.unselect [Keep system layouts]
4.at [Keyboard Layouts] click [+Add]
5.choose [gb English (UK)]
6.select [gb]
7.then click [Up]
8.click [Close]
9.This works for the user, and remains the setting after a reboot,

•But unfortunately the Guest Logon still has american keyboard, no £
sign and @ in the wrong place.

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

Title:
  IBus does not support certain keyboard layouts

Status in “ibus” package in Ubuntu:
  Triaged
Status in “ibus” source package in Trusty:
  Triaged

Bug description:
  installed trusty beta1 with keyboard layout set correctly during
  install

  install completes, login to new install - layout as set during install

  once logged in - layout set to US and keyboard layout set during
  install is missing from list

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: keyboard-configuration 1.70ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic i686
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: i386
  CurrentDesktop: XFCE
  Date: Tue Feb 25 12:55:56 2014
  InstallationDate: Installed on 2014-02-25 (0 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20140225)
  PackageArchitecture: all
  SourcePackage: console-setup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1284635/+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 1311344] [NEW] lock screen password not recognised after wake from sleep (may be related to sticky keys)

2014-04-22 Thread Alistair Miles
Public bug reported:

If I activate the lock screen with ctl+alt+L then type my login password
to get back in, there is no problem.

If I suspend (sleep) the computer (close lid), then wake it up (open
lid) the lock screen appears but if I type the correct password it is
not recognised. However if I press the shift key once prior to typing
the password, it is recognised.

I have sticky keys enabled, but I don't know if this is related.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.0+14.04.20140416-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Tue Apr 22 22:27:14 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-01-02 (475 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-04-22 (0 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  lock screen password not recognised after wake from sleep (may be
  related to sticky keys)

Status in “unity” package in Ubuntu:
  New

Bug description:
  If I activate the lock screen with ctl+alt+L then type my login
  password to get back in, there is no problem.

  If I suspend (sleep) the computer (close lid), then wake it up (open
  lid) the lock screen appears but if I type the correct password it is
  not recognised. However if I press the shift key once prior to typing
  the password, it is recognised.

  I have sticky keys enabled, but I don't know if this is related.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140416-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Apr 22 22:27:14 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-01-02 (475 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-22 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1311344/+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 1229602] [NEW] 3G Settings for "Orange JO" don't work

2013-09-24 Thread Paul Miles
Public bug reported:

Please check the APN settings for Orange Jordan. I assume that Ubuntu
Touch is trying to use the “mobile-broadband-provider-info" package, but
it's not working. Screenshot of my setting on my mifi which works fine.
Same settings also worked fine on my phone before installing Ubuntu
Touch.

Settings should be:

APN:   net.orange.jo
dial up number:  *99#
username:  net
password:   net


Ubuntu 13:10 (Ubuntu Touch developers release)
Not sure how to find the version number of the package on Ubuntu Touch
Excpected 3G internet to work when selecting Orange JO as my provider
No 3G internet connection

** Affects: mobile-broadband-provider-info (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "orange.jo.png"
   
https://bugs.launchpad.net/bugs/1229602/+attachment/3837754/+files/orange.jo.png

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

Title:
  3G Settings for "Orange JO" don't work

Status in “mobile-broadband-provider-info” package in Ubuntu:
  New

Bug description:
  Please check the APN settings for Orange Jordan. I assume that Ubuntu
  Touch is trying to use the “mobile-broadband-provider-info" package,
  but it's not working. Screenshot of my setting on my mifi which works
  fine. Same settings also worked fine on my phone before installing
  Ubuntu Touch.

  Settings should be:

  APN:   net.orange.jo
  dial up number:  *99#
  username:  net
  password:   net

  
  Ubuntu 13:10 (Ubuntu Touch developers release)
  Not sure how to find the version number of the package on Ubuntu Touch
  Excpected 3G internet to work when selecting Orange JO as my provider
  No 3G internet connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mobile-broadband-provider-info/+bug/1229602/+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 1192801] Re: [Latitude D630, SigmaTel STAC9205, Black Headphone Out, Left] No sound at all

2013-06-19 Thread Miles
How strange.


I shutdown my laptop and removed the battery. Rebooted.

Now it's working.

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

Title:
  [Latitude D630, SigmaTel STAC9205, Black Headphone Out, Left] No sound
  at all

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  One day for some strange reason, all audio output ceased. I've done a
  lot of diagnostics and common fixes that should have worked myself --
  but I have yet to find a conclusion as everything seems to be in
  check. My soundcard is detected and isn't displayed as a "Dummy Card"
  as seen in many sound related errors. My mixer settings are fine. I've
  tried updating sound related repos and still have yet to come to a
  conclusion.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: pulseaudio 1:3.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Uname: Linux 3.8.0-25-generic i686
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  echelon1593 F pulseaudio
echelon4682 F pulseaudio
  Date: Wed Jun 19 22:45:42 2013
  InstallationDate: Installed on 2013-06-11 (8 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  echelon1593 F pulseaudio
echelon4682 F pulseaudio
  Symptom_Jack: Black Headphone Out, Left
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: No sound at all
  Title: [Latitude D630, SigmaTel STAC9205, Black Headphone Out, Left] No sound 
at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/24/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd11/24/2008:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1192801/+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 1192801] [NEW] [Latitude D630, SigmaTel STAC9205, Black Headphone Out, Left] No sound at all

2013-06-19 Thread Miles
Public bug reported:

One day for some strange reason, all audio output ceased. I've done a
lot of diagnostics and common fixes that should have worked myself --
but I have yet to find a conclusion as everything seems to be in check.
My soundcard is detected and isn't displayed as a "Dummy Card" as seen
in many sound related errors. My mixer settings are fine. I've tried
updating sound related repos and still have yet to come to a conclusion.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: pulseaudio 1:3.0-0ubuntu6
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic i686
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  echelon1593 F pulseaudio
  echelon4682 F pulseaudio
Date: Wed Jun 19 22:45:42 2013
InstallationDate: Installed on 2013-06-11 (8 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pulseaudio
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
Symptom_Card: Built-in Audio - HDA Intel
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  echelon1593 F pulseaudio
  echelon4682 F pulseaudio
Symptom_Jack: Black Headphone Out, Left
Symptom_PulsePlaybackTest: PulseAudio playback test failed
Symptom_Type: No sound at all
Title: [Latitude D630, SigmaTel STAC9205, Black Headphone Out, Left] No sound 
at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/24/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A15
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd11/24/2008:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude D630
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386 raring

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

Title:
  [Latitude D630, SigmaTel STAC9205, Black Headphone Out, Left] No sound
  at all

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  One day for some strange reason, all audio output ceased. I've done a
  lot of diagnostics and common fixes that should have worked myself --
  but I have yet to find a conclusion as everything seems to be in
  check. My soundcard is detected and isn't displayed as a "Dummy Card"
  as seen in many sound related errors. My mixer settings are fine. I've
  tried updating sound related repos and still have yet to come to a
  conclusion.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: pulseaudio 1:3.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Uname: Linux 3.8.0-25-generic i686
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  echelon1593 F pulseaudio
echelon4682 F pulseaudio
  Date: Wed Jun 19 22:45:42 2013
  InstallationDate: Installed on 2013-06-11 (8 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  echelon1593 F pulseaudio
echelon4682 F pulseaudio
  Symptom_Jack: Black Headphone Out, Left
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: No sound at all
  Title: [Latitude D630, SigmaTel STAC9205, Black Headphone Out, Left] No sound 
at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/24/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd11/24/2008:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1192801/+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 1155388] Re: Network connects and disconnects rapidly, both wired and wifi

2013-03-15 Thread Miles Robinson
Disabling IPv6 worked for me, but it also works if you just tell Network
Manager to not require IPv6 to complete for the connection to stay up.
For some reason Network Manager is segfaulting when these steps are not
taken.  Oddly enough, it worked out of the box on my netbook.  I cannot
re-create the problem on my netbook, it works just fine when I have that
box checked and IPv6 set to Automatic.

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

Title:
  Network connects and disconnects rapidly, both wired and wifi

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  Fresh update of 13.04, now network connects sporadically.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: network-manager 0.9.8.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-12.21-generic 3.8.2
  Uname: Linux 3.8.0-12-generic i686
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: i386
  Date: Thu Mar 14 20:54:16 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-02-17 (25 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha i386 (20130211)
  InterestingModules: b44
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.147  metric 
1 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.145  
metric 9
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1155388/+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 1024723] Re: All plugins stop work when GRECLIPSE is installed on Eclipse

2012-09-14 Thread Chris Miles
I've installed the 3.7 groovy plugin but after eclipse restarts most
windows are not present (other plugins not seen). The install completed
with no errors. This is on Ubuntu Precise Pangolin 64bit.

Removing the install restores normal behaviour.


** Attachment added: "Startup log after groovy plugin install"
   
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1024723/+attachment/3314213/+files/eclipse-groovy-plugin-start.log

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

Title:
  All plugins stop work when GRECLIPSE is installed on Eclipse

Status in “eclipse” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce the issue:
  1 - Get a clean eclipse install by APT (apt-get install eclipse)
  2 - Help->Install New Software
  3 - Using this update site 
http://dist.springsource.org/release/GRECLIPSE/e3.7/, install "Groovy-Eclipse 
(Required)". Restart Eclipse.
  4 - In Help -> About Eclipse Platform, the groovy icon does not appear, but 
can be see in "Installation Details". I don't any plugin stuff like create a 
groovy project, create groovy class, etc.

  If I try to install other plugins, and then install the groovy-
  eclipse, all other plugins stop to work, including the groovy-eclipse.

  First I open this issue on Jira Codehaus, but in discussion we conclude that 
the problem is on how the eclipse is packaged.
  https://jira.codehaus.org/browse/GRECLIPSE-1431

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: eclipse 3.7.2-1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Sat Jul 14 11:35:23 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  PackageArchitecture: all
  SourcePackage: eclipse
  UpgradeStatus: Upgraded to precise on 2012-04-03 (101 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1024723/+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 878993] Re: x.org lockup after dragging archived file to desktop

2012-06-21 Thread Paul Miles
Will this fix be added to Ubuntu 12.04.1?

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

Title:
  x.org lockup after dragging archived file to desktop

Status in PCManFM - File Manager:
  Unknown
Status in “file-roller” package in Ubuntu:
  Incomplete
Status in “pcmanfm” package in Ubuntu:
  Confirmed

Bug description:
  1 - Description:  Ubuntu 11.10
Release:11.10
  2 - file-roller:
Installed: 3.2.0-0ubuntu1
Candidate: 3.2.0-0ubuntu1
Version table:
   *** 3.2.0-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
  100 /var/lib/dpkg/status
  3 - I was trying to extract a file with fileroller. I simply drag and drop 
the file to dektop.
  4 - Whole system freezes every single time.

  PS: if I use direct exctract button on the menu it does work. It
  crashes only if I use drag and drop by mouse.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: file-roller 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Thu Oct 20 12:53:06 2011
  ExecutablePath: /usr/bin/file-roller
  InstallationMedia: Lubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: file-roller
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/pcmanfm/+bug/878993/+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 937133] Re: package libgtk2.0-0 2.24.10-0ubuntu1 [modified: usr/share/doc/libgtk2.0-0/changelog.gz] failed to install/upgrade: './usr/share/doc/libgtk2.0-0/changelog.gz' is dif

2012-02-20 Thread Miles Lane
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/937133

Title:
  package libgtk2.0-0 2.24.10-0ubuntu1 [modified:
  usr/share/doc/libgtk2.0-0/changelog.gz] failed to install/upgrade:
  './usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same
  file on the system

Status in “gtk+2.0” package in Ubuntu:
  New

Bug description:
  Unpacking libgtk2.0-0:i386 (from .../libgtk2.0-0_2.24.10-0ubuntu1_i386.deb) 
...
  dpkg: error processing 
/var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb (--unpack):
   './usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same file 
on the system
  Unpacking libqtcore4:i386 (from .../libqtcore4_4%3a4.8.0-1ubuntu5_i386.deb) 
...
  dpkg: error processing 
/var/cache/apt/archives/libqtcore4_4%3a4.8.0-1ubuntu5_i386.deb (--unpack):
   './usr/share/doc/libqtcore4/changelog.Debian.gz' is different from the same 
file on the system
  Errors were encountered while processing:
   /var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb
   /var/cache/apt/archives/libqtcore4_4%3a4.8.0-1ubuntu5_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libgtk2.0-0 2.24.10-0ubuntu1 [modified: 
usr/share/doc/libgtk2.0-0/changelog.gz]
  Uname: Linux 3.3.0-rc2+ x86_64
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 13:16:11 2012
  DuplicateSignature:
   Unpacking libgtk2.0-0:i386 (from .../libgtk2.0-0_2.24.10-0ubuntu1_i386.deb) 
...
   dpkg: error processing 
/var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb (--unpack):
'./usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same file 
on the system
  ErrorMessage: './usr/share/doc/libgtk2.0-0/changelog.gz' is different from 
the same file on the system
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: gtk+2.0
  Title: package libgtk2.0-0 2.24.10-0ubuntu1 [modified: 
usr/share/doc/libgtk2.0-0/changelog.gz] failed to install/upgrade: 
'./usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same file on 
the system
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.gtk.2.0.im.multipress.conf: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/937133/+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 937133] [NEW] package libgtk2.0-0 2.24.10-0ubuntu1 [modified: usr/share/doc/libgtk2.0-0/changelog.gz] failed to install/upgrade: './usr/share/doc/libgtk2.0-0/changelog.gz' is d

2012-02-20 Thread Miles Lane
Public bug reported:

Unpacking libgtk2.0-0:i386 (from .../libgtk2.0-0_2.24.10-0ubuntu1_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb (--unpack):
 './usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same file on 
the system
Unpacking libqtcore4:i386 (from .../libqtcore4_4%3a4.8.0-1ubuntu5_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libqtcore4_4%3a4.8.0-1ubuntu5_i386.deb (--unpack):
 './usr/share/doc/libqtcore4/changelog.Debian.gz' is different from the same 
file on the system
Errors were encountered while processing:
 /var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb
 /var/cache/apt/archives/libqtcore4_4%3a4.8.0-1ubuntu5_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libgtk2.0-0 2.24.10-0ubuntu1 [modified: 
usr/share/doc/libgtk2.0-0/changelog.gz]
Uname: Linux 3.3.0-rc2+ x86_64
ApportVersion: 1.92-0ubuntu1
Architecture: amd64
Date: Mon Feb 20 13:16:11 2012
DuplicateSignature:
 Unpacking libgtk2.0-0:i386 (from .../libgtk2.0-0_2.24.10-0ubuntu1_i386.deb) ...
 dpkg: error processing 
/var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb (--unpack):
  './usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same file on 
the system
ErrorMessage: './usr/share/doc/libgtk2.0-0/changelog.gz' is different from the 
same file on the system
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: gtk+2.0
Title: package libgtk2.0-0 2.24.10-0ubuntu1 [modified: 
usr/share/doc/libgtk2.0-0/changelog.gz] failed to install/upgrade: 
'./usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same file on 
the system
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.gtk.2.0.im.multipress.conf: [deleted]

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check precise

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

Title:
  package libgtk2.0-0 2.24.10-0ubuntu1 [modified:
  usr/share/doc/libgtk2.0-0/changelog.gz] failed to install/upgrade:
  './usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same
  file on the system

Status in “gtk+2.0” package in Ubuntu:
  New

Bug description:
  Unpacking libgtk2.0-0:i386 (from .../libgtk2.0-0_2.24.10-0ubuntu1_i386.deb) 
...
  dpkg: error processing 
/var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb (--unpack):
   './usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same file 
on the system
  Unpacking libqtcore4:i386 (from .../libqtcore4_4%3a4.8.0-1ubuntu5_i386.deb) 
...
  dpkg: error processing 
/var/cache/apt/archives/libqtcore4_4%3a4.8.0-1ubuntu5_i386.deb (--unpack):
   './usr/share/doc/libqtcore4/changelog.Debian.gz' is different from the same 
file on the system
  Errors were encountered while processing:
   /var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb
   /var/cache/apt/archives/libqtcore4_4%3a4.8.0-1ubuntu5_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libgtk2.0-0 2.24.10-0ubuntu1 [modified: 
usr/share/doc/libgtk2.0-0/changelog.gz]
  Uname: Linux 3.3.0-rc2+ x86_64
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 13:16:11 2012
  DuplicateSignature:
   Unpacking libgtk2.0-0:i386 (from .../libgtk2.0-0_2.24.10-0ubuntu1_i386.deb) 
...
   dpkg: error processing 
/var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb (--unpack):
'./usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same file 
on the system
  ErrorMessage: './usr/share/doc/libgtk2.0-0/changelog.gz' is different from 
the same file on the system
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: gtk+2.0
  Title: package libgtk2.0-0 2.24.10-0ubuntu1 [modified: 
usr/share/doc/libgtk2.0-0/changelog.gz] failed to install/upgrade: 
'./usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same file on 
the system
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.gtk.2.0.im.multipress.conf: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/937133/+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 928212] [NEW] Cannot install ia32-libs due to libgtk2.0-0_2.24.10-0ubuntu1_i386.deb conflicts with libgtk2.0-0_2.24.10-0ubuntu1_amd64.deb

2012-02-07 Thread Miles Lane
Public bug reported:

Unpacking libgtk2.0-0:i386 (from .../libgtk2.0-0_2.24.10-0ubuntu1_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb (--unpack):
 './usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same file on 
the system
Errors were encountered while processing:
 /var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Cannot install ia32-libs due to libgtk2.0-0_2.24.10-0ubuntu1_i386.deb
  conflicts with libgtk2.0-0_2.24.10-0ubuntu1_amd64.deb

Status in “gtk+2.0” package in Ubuntu:
  New

Bug description:
  Unpacking libgtk2.0-0:i386 (from .../libgtk2.0-0_2.24.10-0ubuntu1_i386.deb) 
...
  dpkg: error processing 
/var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb (--unpack):
   './usr/share/doc/libgtk2.0-0/changelog.gz' is different from the same file 
on the system
  Errors were encountered while processing:
   /var/cache/apt/archives/libgtk2.0-0_2.24.10-0ubuntu1_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/928212/+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 40872] Invitation to connect on LinkedIn

2011-11-07 Thread Miles Lane
Bug,

I'd like to add you to my professional network on LinkedIn.

- Miles

Miles  Lane
Volunteer Open Source Software Tester at Ubuntu, Fedora, Linux Kernel
Raleigh-Durham, North Carolina Area

Confirm that you know Miles  Lane:
https://www.linkedin.com/e/-r75bxz-guqgakiy-4u/isd/4833800067/Qg4D9nXl/?hs=false&tok=1kZOHKrbz_U4Y1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-r75bxz-guqgakiy-4u/XtQnWPmeQlVf4F3mGvx16lFWjO6oDuWzCnF5iS/goo/40872%40bugs%2Elaunchpad%2Enet/20061/I1681109118_1/?hs=false&tok=1wb3-9noT_U4Y1

(c) 2011 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

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

Title:
  Desktop icons are allowed to overlap

Status in One Hundred Paper Cuts:
  Invalid
Status in Nautilus:
  Confirmed
Status in nautilus-elementary:
  Confirmed
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  I have some icons with long file names.  Sometimes I unintentionally
  end up with completely illegible icon labels and overlapping icons.  I
  have created a snapshot of my intentionally horrific example.

  This problem is easy to reproduce when working with file previews
  (irregularly shaped images) and icons with long file names.  Just
  create some and drag them close together, paying attention to not
  trigger the a file move event.

  I have noticed what I consider to be a related problem.  When I remove
  a file from my desktop or a new icon is added as a result of some
  program adding an entry, the desktop isn't refreshed with autoarranged
  icons.  I have looked and looked and can find no way to make this my
  desktop's behavior.  I think this is terrible UI from a usability
  standpoint.  I will attach the image showing the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/40872/+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 109446] Invitation to connect on LinkedIn

2011-11-07 Thread Miles Lane
Bug,

I'd like to add you to my professional network on LinkedIn.

- Miles

Miles  Lane
Volunteer Open Source Software Tester at Ubuntu, Fedora, Linux Kernel
Raleigh-Durham, North Carolina Area

Confirm that you know Miles  Lane:
https://www.linkedin.com/e/-2w0w8s-guqga0ez-4g/isd/4833797099/OeWqM4NX/?hs=false&tok=3pwqdgkcj_U4Y1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-2w0w8s-guqga0ez-4g/vea6bY1HkfSVwT0Tqa8tDAKHxxDn9llZH10bSBe/goo/109446%40bugs%2Elaunchpad%2Enet/20061/I1681107989_1/?hs=false&tok=3UhgDfhTT_U4Y1

(c) 2011 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

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

Title:
  Need /proc/acpi/wakeup tweaks to enable mousepad and USB to wake up
  from suspend

Status in “gnome-power-manager” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: acpi-support

  I have a HP Pavillion dv1240us.  I am running Ubuntu 7.04 (devel packages).  
I find that if I suspend my laptop by selecting System --> Quit --> Suspend, 
events from the Synaptics mouse and from the USB ports fail to wake the system. 
 After tracking this down with the ACPI developers, I eventually determined 
that the necessary flags weren't set in /proc/acpi/wakeup.  I would very much 
like to see updates to the various Ubuntu versions that caused the needed flags 
to be enabled by default.
  I don't know if this bug should be assigned against acpi-support, powersaved, 
acpid or some other package.

  On my machine, I get:
  # cat /proc/acpi/wakeup
  Device Sleep state Status
  PCIB 5 disabled
   LAN 5 disabled
  PS2K 3 disabled
  PSM1 3 disabled
  USB0 3 disabled
  USB1 3 disabled
  USB2 3 disabled
  USB7 3 disabled

  If I run:
  # echo PSM1 > /proc/acpi/wakeup
  # echo USB0 > /proc/acpi/wakeup
  # echo USB1 > /proc/acpi/wakeup
  # echo USB2 > /proc/acpi/wakeup
  # echo USB7 > /proc/acpi/wakeup
  then, when I plug in a USB device, the system wakes up.
  This also causes my Synaptics mousepad to wake up the machine if I touch the 
mousepad or click one of the buttons.

  After running these commands, "cat /proc/acpi/wakeup" gives me:
  Device Sleep state Status
  PCIB 5 disabled
   LAN 5 disabled
  PS2K 3 enabled
  PSM1 3 enabled
  USB0 3 enabled
  USB1 3 enabled
  USB2 3 enabled
  USB7 3 enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/109446/+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 46434] Invitation to connect on LinkedIn

2011-11-07 Thread Miles Lane
Bug,

I'd like to add you to my professional network on LinkedIn.

- Miles

Miles  Lane
Volunteer Open Source Software Tester at Ubuntu, Fedora, Linux Kernel
Raleigh-Durham, North Carolina Area

Confirm that you know Miles  Lane:
https://www.linkedin.com/e/-9ge9df-guqgacog-12/isd/4833799056/GJ5CBy35/?hs=false&tok=1KMdLRdWL_U4Y1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-9ge9df-guqgacog-12/vyp9xbEs387CRgdDDD6ouJJDfDttgjwFBNv-pW/goo/46434%40bugs%2Elaunchpad%2Enet/20061/I1681108718_1/?hs=false&tok=01hXmdbwT_U4Y1

(c) 2011 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

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

Title:
  Various Ubuntu-specific warnings in CVS HEAD cause compilation to halt

Status in “network-manager” package in Ubuntu:
  Invalid

Bug description:
  Currently, the CVS HEAD code for NetworkManager has -werror set for
  the build.  The code compiles cleanly on Fedora Core 5, but
  compilation halts when compiled using the Ubuntu development
  respository:

  In file included from ../../src/NetworkManagerMain.h:28,
   from ../../src/NetworkManagerDbusUtils.h:31,
   from nm-dbus-vpn.h:25,
   from nm-vpn-connection.c:25:
  /usr/include/hal/libhal.h:309: warning: declaration of 'index' shadows a 
global declaration
  /usr/include/string.h:304: warning: shadowed declaration is here
  make[3]: *** [libvpn_manager_la-nm-vpn-connection.lo] Error 1

  In file included from applet.h:37,
   from main.c:33:
  nm-device.h:98: warning: declaration of ‘link’ shadows a global declaration
  /usr/include/unistd.h:729: warning: shadowed declaration is here
  make[4]: *** [nm_applet-main.o] Error 1

  In file included from NetworkManagerMain.h:28,
   from NetworkManagerUtils.h:34,
   from nm-ap-security-wpa-eap.c:33:
  /usr/include/hal/libhal.h:309: warning: declaration of ‘index’ shadows a 
global declaration
  /usr/include/string.h:304: warning: shadowed declaration is here

  In file included from /usr/include/glib-2.0/glib.h:70,
   from nm-logging.h:25,
   from nm-logging.c:32:
  /usr/include/glib-2.0/glib/gthreadpool.h:88: warning: declaration of ‘wait’ 
shadows a global declaration
  /usr/include/sys/wait.h:115: warning: shadowed declaration is here

  In file included from ../src/vpn-manager/nm-dbus-vpn.h:26,
   from NetworkManager.c:54:
  ../src/vpn-manager/nm-vpn-manager.h:47: warning: declaration of ‘signal’ 
shadows a global declaration
  /usr/include/signal.h:93: warning: shadowed declaration is here

  In file included from /usr/include/gtk-2.0/gdk/gdkcolor.h:30,
   from /usr/include/gtk-2.0/gdk/gdkcairo.h:23,
   from /usr/include/gtk-2.0/gdk/gdk.h:30,
   from /usr/include/gtk-2.0/gtk/gtk.h:31,
   from applet.h:29,
   from applet-dbus.c:34:
  /usr/include/cairo/cairo.h:443: warning: declaration of ‘y1’ shadows a global 
declaration
  /usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
  /usr/include/cairo/cairo.h:538: warning: declaration of ‘y1’ shadows a global 
declaration
  /usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
  /usr/include/cairo/cairo.h:543: warning: declaration of ‘y1’ shadows a global 
declaration
  /usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
  /usr/include/cairo/cairo.h:1257: warning: declaration of ‘y0’ shadows a 
global declaration
  /usr/include/bits/mathcalls.h:241: warning: shadowed declaration is here
  /usr/include/cairo/cairo.h:1258: warning: declaration of ‘y1’ shadows a 
global declaration
  /usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
  /usr/include/cairo/cairo.h:1325: warning: declaration of ‘y0’ shadows a 
global declaration
  /usr/include/bits/mathcalls.h:241: warning: shadowed declaration is here

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/46434/+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 882334] Re: EoG with blank background in place of image, except in full screen mode

2011-10-26 Thread Miles W.T.
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/882334

Title:
  EoG with blank background in place of image, except in full screen
  mode

Status in “eog” package in Ubuntu:
  New

Bug description:
  When trying to open image files with Eye of Gnome, it only displays a
  window with a blank background in place of the image that can be
  zoomed and rotated. It only displays the image in full screen mode,
  but the "smoothing" options don't show, making the image appear
  grainy. This bug occurs with .JPG and .PNG image files but a .TIF file
  opens in window mode, although it is still grainy and unsmoothed.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: eog 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Wed Oct 26 19:38:57 2011
  ExecutablePath: /usr/bin/eog
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  SourcePackage: eog
  UpgradeStatus: Upgraded to oneiric on 2011-10-15 (11 days ago)
  XsessionErrors:
   (gnome-settings-daemon:2873): GnomeDesktop-WARNING **: GL_MAX_TEXTURE_SIZE 
helper quit unexpectedly
   (nautilus:2922): Gtk-CRITICAL **: gtk_action_set_visible: assertion 
`GTK_IS_ACTION (action)' failed
   (nautilus:2922): Gtk-CRITICAL **: gtk_action_set_visible: assertion 
`GTK_IS_ACTION (action)' failed
   (gnome-settings-daemon:2873): GLib-CRITICAL **: g_variant_get_int32: 
assertion `g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
   (check-new-release-gtk:6149): Gtk-WARNING **: Unknown property: 
GtkMessageDialog.has-separator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/882334/+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 882334] [NEW] EoG with blank background in place of image, except in full screen mode

2011-10-26 Thread Miles W.T.
Public bug reported:

When trying to open image files with Eye of Gnome, it only displays a
window with a blank background in place of the image that can be zoomed
and rotated. It only displays the image in full screen mode, but the
"smoothing" options don't show, making the image appear grainy. This bug
occurs with .JPG and .PNG image files but a .TIF file opens in window
mode, although it is still grainy and unsmoothed.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: eog 3.2.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Wed Oct 26 19:38:57 2011
ExecutablePath: /usr/bin/eog
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
SourcePackage: eog
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (11 days ago)
XsessionErrors:
 (gnome-settings-daemon:2873): GnomeDesktop-WARNING **: GL_MAX_TEXTURE_SIZE 
helper quit unexpectedly
 (nautilus:2922): Gtk-CRITICAL **: gtk_action_set_visible: assertion 
`GTK_IS_ACTION (action)' failed
 (nautilus:2922): Gtk-CRITICAL **: gtk_action_set_visible: assertion 
`GTK_IS_ACTION (action)' failed
 (gnome-settings-daemon:2873): GLib-CRITICAL **: g_variant_get_int32: assertion 
`g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
 (check-new-release-gtk:6149): Gtk-WARNING **: Unknown property: 
GtkMessageDialog.has-separator

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


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

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

Title:
  EoG with blank background in place of image, except in full screen
  mode

Status in “eog” package in Ubuntu:
  New

Bug description:
  When trying to open image files with Eye of Gnome, it only displays a
  window with a blank background in place of the image that can be
  zoomed and rotated. It only displays the image in full screen mode,
  but the "smoothing" options don't show, making the image appear
  grainy. This bug occurs with .JPG and .PNG image files but a .TIF file
  opens in window mode, although it is still grainy and unsmoothed.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: eog 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Wed Oct 26 19:38:57 2011
  ExecutablePath: /usr/bin/eog
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  SourcePackage: eog
  UpgradeStatus: Upgraded to oneiric on 2011-10-15 (11 days ago)
  XsessionErrors:
   (gnome-settings-daemon:2873): GnomeDesktop-WARNING **: GL_MAX_TEXTURE_SIZE 
helper quit unexpectedly
   (nautilus:2922): Gtk-CRITICAL **: gtk_action_set_visible: assertion 
`GTK_IS_ACTION (action)' failed
   (nautilus:2922): Gtk-CRITICAL **: gtk_action_set_visible: assertion 
`GTK_IS_ACTION (action)' failed
   (gnome-settings-daemon:2873): GLib-CRITICAL **: g_variant_get_int32: 
assertion `g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
   (check-new-release-gtk:6149): Gtk-WARNING **: Unknown property: 
GtkMessageDialog.has-separator

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