[Desktop-packages] [Bug 1780664] Re: Recent libgl-mesa graphics update prevents drop down list menu appearing in apps like firefox three line/bar menu icon

2018-08-10 Thread Bram Metsch
Fixes it for me, too.

** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  Recent libgl-mesa graphics update prevents drop down list menu
  appearing in apps like firefox three line/bar menu icon

Status in xorg-server package in Ubuntu:
  Invalid
Status in xorg-server source package in Xenial:
  Fix Committed

Bug description:
  [Impact]

  Recent libgl-mesa 18.0.5-0ubuntu0~16.04.1 graphics update prevents
  drop down list menu appearing in apps like firefox three line/bar menu
  icon.

  After recently applying updates, left clicking on some application
  menus and icons no longer displays a drop-down menu list.

  For example in Firefox when I left-click on the **three line/bar**
  icon in the upper right-hand corner, the normal drop down list menu
  does not display.  Also the menu drop down doesn't display in
  keypassx.  Further xchat-gnome doesn't even display a window.

  Another anomaly is that my KDE bottom menu bar changed to a dark
  theme.

  
  [Test case]

  Install the update, log in and check that things work normally again

  [Regression potential]

  none, this just prevents a premature feature to kick in

  [Other info]

  I'm using Kubuntu 16.04 on an Intel i7-7700k computer with Intel HD
  Graphics.  I have KDE **System Settings -> Compositor** enabled with:

     Scale method  :Accurate
     Rendering backend: OpenGL 3.1
     OpenGL interface:  GLX
     Tearing prevention ("vsync"):  Full screen repaints
     Keep window thumbnails:Only for Shown Windows

  INVESTIGATION

  After several hours of searching the Internet I found one other case
  of a similar problem.

     Firefox's Menu Bar won't open
     https://support.mozilla.org/en-US/questions/1194760

  The reported solution was to rollback the graphics drivers.

  Because the issues cropped up after applying updates on July 6, 2018,
  I tracked down the list of recent updates with:

     grep -A 2 'Start-Date: 2018-07-06' /var/log/apt/history.log | tail
  -1 >packages.txt

  After some editing to place packages on separate lines, and
  identifying the grahics libraries, I arrived at the following list:

  --

  libgles2-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libglapi-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libglapi-mesa:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libxatracker2:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libegl1-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgbm1:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libwayland-egl1-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-dri:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-dri:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libosmesa6:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libosmesa6:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-glx:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-glx:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  mesa-vdpau-drivers:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)

  --

  To revert to the prior graphic drivers I tracked down the '.deb'
  packages for each of the above packages and downloaded the
  '17.2.8-0ubuntu0~16.04.1' version.

  For example:

  
https://launchpad.net/ubuntu/xenial/amd64/libxatracker2/17.2.8-0ubuntu0~16.04.1

  I also discovered that some of these depended on
  libllvm5.0_5.0-3~16.04.1 so I also downloaded the following files:

    libllvm5.0_5.0-3~16.04.1_amd64.deb
    libllvm5.0_5.0-3~16.04.1_i386.deb

  WORKAROUND (ROLLBACK TO PRIOR VERSION)

  Install older versions with:

  sudo dpkg -i \
    libllvm5.0_5.0-3~16.04.1_amd64.deb \
    libllvm5.0_5.0-3~16.04.1_i386.deb \
    libegl1-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libgbm1_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libgl1-mesa-dri_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libgl1-mesa-dri_17.2.8-0ubuntu0~16.04.1_i386.deb \
    libgl1-mesa-glx_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libgl1-mesa-glx_17.2.8-0ubuntu0~16.04.1_i386.deb \
    libglapi-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libglapi-mesa_17.2.8-0ubuntu0~16.04.1_i386.deb \
    libgles2-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libosmesa6_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libosmesa6_17.2.8-0ubuntu0~16.04.1_i386.deb \
    libwayland-egl1-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libxatracker2_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    mesa-vdpau-drivers_17.2.8-0ubuntu0~16.04.1_amd64.deb

  After rebooting, all the issues disappeared.

  For example I was once again able to left-click on the Firefox **three
  line/bar** menu 

[Desktop-packages] [Bug 1129941] Re: Ubuntu cups printer on Ricoh MP C2501 non-stop multiple copy printing

2018-08-10 Thread gf
Hello Orionds,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1129941
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  Ubuntu cups printer on Ricoh MP C2501 non-stop multiple copy printing

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  I just made a two-copy print in Ubuntu 12.04 using Libreoffice and a
  pdf document in document viewer on the Ricoh MP C2501 connected to our
  local network and there were no problems.

  However, since upgrading to Ubuntu 12.10, in the last month or so, if
  more than one copy of a document is specified in, for example
  Libreoffice, document viewer, the Gimp or any other software, the
  Ricoh MP C2501 does not stop printing even when it reaches the number
  of copies specified.

  In other words, if two copies are specified, the printing will not
  stop until the printer is forcibly shut down. This happens in multiple
  versions of Ubuntu 12.10, that is, including Lubuntu 12.10 and Linux
  Mint 14.

  I suspect the latest version of cups because when Ubuntu 12.10 was
  initially installed there were no problems with multiple-copy
  printing. Non-stop printing of mulitple copies appeared only in the
  last month or so --- at most two months. There is no problem with
  single-copy printing.

  I just finished testing with Ubuntu 12.04 and there is no problem.

  Please look into this. Thanks.

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

-- 
Mailing list: https://launchpad.net/~desktop-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

2018-08-10 Thread RadekB
Confirmed for Epson V37.

-- 
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:
  Confirmed

Bug description:
  Many scanners can no more be used since sane has changed something:
  The 3rd-party plug-in the vendor provides as .deb package will still
  install. But the scanner is no more recognized.

  Scanners that are affected are(besides others):
   - Epson Perfection V10
   - Epson Perfection V1000
   - Epson WorkForce GT-1500
   - Brother MFC-8510DN
   - Epson Perfection V33

  It is to note that the probability that the scanner manufacturers fix
  things others broke is below 100%.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libsane1 1.0.27-1~experimental2ubuntu2
  Uname: Linux 4.14.0-041400rc5-lowlatency x86_64
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  Date: Fri Oct 27 12:35:52 2017
  EcryptfsInUse: Yes
  SourcePackage: sane-backends
  UpgradeStatus: No upgrade log present (probably fresh install)

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-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1741447] Re: Unity / Compiz in a crash loop after login, after mesa updates of 2018-01-04

2018-08-10 Thread Dash
*** This bug is a duplicate of bug 1735594 ***
https://bugs.launchpad.net/bugs/1735594

I too have this bug. I use radeon module for

01:05.0 VGA compatible controller: Advanced Micro Devices, Inc.
[AMD/ATI] RS482/RS485 [Radeon Xpress 1100/1150]

Error is

compiz[12038]: segfault at 38c ip 7f2dbc01a2c9 sp 7fff9bbce640
error 4

I installed ubuntu-gnome-desktop but this failed too with a segfault

What I find out is that after a long time, flashing is stopping but
desktop is not complete (eg not all icons nor launcher are displayed).
>From this time mouse or keyboard are responding but after a while
everything is frozen.

Another think: if I remove linux-modules-extra from lets say
4.4.0-124-generic kernel, the problem disappear! No luck for me, I need
this package for my network card ;)

I installed the xenial-proposed repo which gave 4.4.0-132 kernel,
problem is still there. Attached is the file from /var/crash

Thanks to find a solution, computer is unusable :(

Daniel
 

** Attachment added: "_usr_bin_compiz.1000.crash"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1741447/+attachment/5173795/+files/_usr_bin_compiz.1000.crash

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

Title:
  Unity / Compiz in a crash loop after login, after mesa updates of
  2018-01-04

Status in Mesa:
  New
Status in mesa package in Ubuntu:
  Confirmed
Status in mesa source package in Xenial:
  Confirmed
Status in mesa source package in Artful:
  Confirmed

Bug description:
  GUI is constantly crashing, can't start desktop

  Jan  5 11:21:29 1810 kernel: [  806.368754] compiz[10824]: segfault at 0 ip 
7f83c4f31c16 sp 7ffd48dfc2f0 error 4 in i965_dri.so[7f83c4954000+82d000]
  Jan  5 11:21:40 1810 kernel: [  817.279740] compiz[1]: segfault at 0 ip 
7fda21519c16 sp 7ffd7b40a150 error 4 in i965_dri.so[7fda20f3c000+82d000]
  Jan  5 11:22:30 1810 kernel: [  867.445137] compiz[11271]: segfault at 0 ip 
7f8462855c16 sp 7fff07c857f0 error 4 in i965_dri.so[7f8462278000+82d000]
  Jan  5 11:22:46 1810 kernel: [  883.319195] compiz[11458]: segfault at 0 ip 
7f72b7af0c16 sp 7ffc3b92d830 error 4 in i965_dri.so[7f72b7513000+82d000]
  Jan  5 11:23:01 1810 kernel: [  898.587610] compiz[11516]: segfault at 0 ip 
7fe25113dc16 sp 7ffcf79754c0 error 4 in i965_dri.so[7fe250b6+82d000]

  In /var/crash:
  _usr_bin_compiz.999.crash

  Did manage to start a GUI in Low graphics mode (lowgfx.conf) but this is not 
really usable.
  - dash not working
  - no window switching
  - sometimes all windows disappear for a few seconds

  So effectively my laptop is not usable after latest updates.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity 7.4.0+16.04.20160906-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-42.46~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-42-generic x86_64
  .tmp.unity_support_test.0:

  .tmp.unity_support_test.1:

  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jan  5 11:16:53 2018
  DistUpgraded: 2016-04-22 18:36:32,349 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
     Subsystem: Acer Incorporated [ALI] Mobile 4 Series Chipset Integrated 
Graphics Controller [1025:029b]
     Subsystem: Acer Incorporated [ALI] Mobile 4 Series Chipset Integrated 
Graphics Controller [1025:029b]
  InstallationDate: Installed on 2014-04-18 (1357 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Acer Aspire 1810TZ
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-42-generic 
root=UUID=86d7d9a6-ffc3-47cb-adc4-68cfcbcadcef ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (622 days ago)
  dmi.bios.date: 08/31/2010
  dmi.bios.vendor: INSYDE
  dmi.bios.version: v1.3314
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JM11-MS
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrv1.3314:bd08/31/2010:svnAcer:pnAspire1810TZ:pvrv1.3314:rvnAcer:rnJM11-MS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 1810TZ
  dmi.product.version: v1.3314
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.83-1~16.04.1
  

[Desktop-packages] [Bug 1782285] Re: Add missing libGLESv1_CM.so to Bionic

2018-08-10 Thread Gabor Nagy
This cause package conflict with nvidia-340.

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

Title:
  Add missing libGLESv1_CM.so to Bionic

Status in libglvnd package in Ubuntu:
  Fix Released
Status in libglvnd source package in Bionic:
  New

Bug description:
  libGLESv1_CM.so is provided by GLVND project. This binary is missing
  in Bionic. It is also not listed under libglvnd source package in
  Bionic: https://launchpad.net/ubuntu/bionic/+source/libglvnd

  This bug is to know if this was unintentional ? in that case can it be
  generated for Bionic-updates ?

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

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


[Desktop-packages] [Bug 1780664] Re: Recent libgl-mesa graphics update prevents drop down list menu appearing in apps like firefox three line/bar menu icon

2018-08-10 Thread Curtis Gedak
Hi Timo,

Thank you for your perseverance to resolve this issue.

I am at a writers conference for the next three days.  My earliest
opportunity to test will be on Monday, August 13th, 2018.  I will plan
to test xorg-server from xenial-proposed and let you know after I've
completed testing.

In the meantime Patrick has mentioned that the fix worked so I am
hopeful it will work for me too.

Curtis

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

Title:
  Recent libgl-mesa graphics update prevents drop down list menu
  appearing in apps like firefox three line/bar menu icon

Status in xorg-server package in Ubuntu:
  Invalid
Status in xorg-server source package in Xenial:
  Fix Committed

Bug description:
  [Impact]

  Recent libgl-mesa 18.0.5-0ubuntu0~16.04.1 graphics update prevents
  drop down list menu appearing in apps like firefox three line/bar menu
  icon.

  After recently applying updates, left clicking on some application
  menus and icons no longer displays a drop-down menu list.

  For example in Firefox when I left-click on the **three line/bar**
  icon in the upper right-hand corner, the normal drop down list menu
  does not display.  Also the menu drop down doesn't display in
  keypassx.  Further xchat-gnome doesn't even display a window.

  Another anomaly is that my KDE bottom menu bar changed to a dark
  theme.

  
  [Test case]

  Install the update, log in and check that things work normally again

  [Regression potential]

  none, this just prevents a premature feature to kick in

  [Other info]

  I'm using Kubuntu 16.04 on an Intel i7-7700k computer with Intel HD
  Graphics.  I have KDE **System Settings -> Compositor** enabled with:

     Scale method  :Accurate
     Rendering backend: OpenGL 3.1
     OpenGL interface:  GLX
     Tearing prevention ("vsync"):  Full screen repaints
     Keep window thumbnails:Only for Shown Windows

  INVESTIGATION

  After several hours of searching the Internet I found one other case
  of a similar problem.

     Firefox's Menu Bar won't open
     https://support.mozilla.org/en-US/questions/1194760

  The reported solution was to rollback the graphics drivers.

  Because the issues cropped up after applying updates on July 6, 2018,
  I tracked down the list of recent updates with:

     grep -A 2 'Start-Date: 2018-07-06' /var/log/apt/history.log | tail
  -1 >packages.txt

  After some editing to place packages on separate lines, and
  identifying the grahics libraries, I arrived at the following list:

  --

  libgles2-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libglapi-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libglapi-mesa:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libxatracker2:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libegl1-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgbm1:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libwayland-egl1-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-dri:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-dri:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libosmesa6:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libosmesa6:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-glx:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-glx:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  mesa-vdpau-drivers:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)

  --

  To revert to the prior graphic drivers I tracked down the '.deb'
  packages for each of the above packages and downloaded the
  '17.2.8-0ubuntu0~16.04.1' version.

  For example:

  
https://launchpad.net/ubuntu/xenial/amd64/libxatracker2/17.2.8-0ubuntu0~16.04.1

  I also discovered that some of these depended on
  libllvm5.0_5.0-3~16.04.1 so I also downloaded the following files:

    libllvm5.0_5.0-3~16.04.1_amd64.deb
    libllvm5.0_5.0-3~16.04.1_i386.deb

  WORKAROUND (ROLLBACK TO PRIOR VERSION)

  Install older versions with:

  sudo dpkg -i \
    libllvm5.0_5.0-3~16.04.1_amd64.deb \
    libllvm5.0_5.0-3~16.04.1_i386.deb \
    libegl1-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libgbm1_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libgl1-mesa-dri_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libgl1-mesa-dri_17.2.8-0ubuntu0~16.04.1_i386.deb \
    libgl1-mesa-glx_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libgl1-mesa-glx_17.2.8-0ubuntu0~16.04.1_i386.deb \
    libglapi-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libglapi-mesa_17.2.8-0ubuntu0~16.04.1_i386.deb \
    libgles2-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libosmesa6_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libosmesa6_17.2.8-0ubuntu0~16.04.1_i386.deb \
    

[Desktop-packages] [Bug 1061127] Re: obsolete conffiles in cups left after lucid-precise upgrade

2018-08-10 Thread gf
Hello Paul,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1061127
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  obsolete conffiles in cups left after lucid-precise upgrade

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  obsolete conffiles:
  cups
/etc/cups/acroread.conf
/etc/cups/pdftops.conf

  Link to test:
  
https://jenkins.qa.ubuntu.com/view/Precise/view/Upgrade%20Testing%20Dashboard/job/precise-upgrade-lucid-universe/ARCH=amd64,LTS=lts,PROFILE=universe,label=upgrade-test/

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

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


[Desktop-packages] [Bug 925917] Re: Confirmation invisible when use apt-get from command prompt

2018-08-10 Thread gf
Hello Ivo,
Thank you for submitting this bug and reporting a problem with screen 
resolution and apt-get install.  You made this bug report some time ago and 
Ubuntu and apt-get have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 925917
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and apt-get better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  Confirmation invisible when use apt-get from command prompt

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Terminal resolution 160x58 and all the rest settings a re default.
  If you use apt-get update or install, the confirmation line (yes|no) is 
invisible.

  Description:  Ubuntu precise (development branch)
  Release:  12.04

  apt:
Installed: 0.8.16~exp12ubuntu3
Candidate: 0.8.16~exp12ubuntu3
Version table:
   *** 0.8.16~exp12ubuntu3 0
  500 http://nz.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Desktop-packages] [Bug 928385] Re: package libcups2 1.5.2-1 failed to install/upgrade: libcups2:amd64 1.5.2-1 cannot be configured because libcups2

2018-08-10 Thread gf
Hello Youngbloodjr,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 928385
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  package libcups2 1.5.2-1 failed to install/upgrade: libcups2:amd64
  1.5.2-1 cannot be configured because libcups2

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  sudo apt-get -f install

  Errors were encountered while processing:
   libcups2:i386
   libcups2
   libqtcore4:i386
   libqtcore4
   libqt4-xml
   libqt4-xml:i386
   libqt4-dbus
   qdbus
   libqt4-dbus:i386
   libqt4-network:i386
   libqt4-network
   libqt4-script:i386
   libqt4-script
   libqt4-sql:i386
   libqt4-sql
   libqt4-xmlpatterns:i386
   libqt4-xmlpatterns
   libqtgui4:i386
   libqt4-declarative:i386
   libqtgui4
   libqt4-declarative
   libqt4-opengl
   libqt4-sql-mysql
   libqt4-svg
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libcups2 1.5.2-1
  ProcVersionSignature: Ubuntu 3.2.0-14.23-generic 3.2.3
  Uname: Linux 3.2.0-14-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Tue Feb  7 12:20:05 2012
  ErrorMessage: libcups2:amd64 1.5.2-1 cannot be configured because libcups2
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  Lpstat:
   device for PDF: cups-pdf:/
   device for rm310: socket://144.75.182.73:9100
  MachineType: Dell Inc. OptiPlex 790
  Papersize: letter
  PpdFiles: rm310: Lexmark Optra T616 Foomatic/Postscript (recommended)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-14-generic 
root=UUID=223cc3e0-68c1-4664-9984-510642304b8e ro quiet splash vt.handoff=7
  SourcePackage: cups
  Title: package libcups2 1.5.2-1 failed to install/upgrade: libcups2:amd64 
1.5.2-1 cannot be configured because libcups2
  UpgradeStatus: Upgraded to precise on 2012-02-01 (5 days ago)
  dmi.bios.date: 09/10/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0HY9JP
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd09/10/2011:svnDellInc.:pnOptiPlex790:pvr01:rvnDellInc.:rn0HY9JP:rvrA00:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 790
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1092281] Re: Cannot print from over the internet

2018-08-10 Thread gf
Hello Keith,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1092281
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  Cannot print from over the internet

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  I cannot print from over the internet since upgrading to Ubuntu 12.10.

  Here is the error, from the log, when I do try:

  E [19/Dec/2012:14:09:22 -0500] [Client 23] Request from
  "207.112.126.11" using invalid Host: field "sandowne.dlinkddns.com"

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu5.1
  ProcVersionSignature: Ubuntu 3.2.0-34.53-generic-pae 3.2.33
  Uname: Linux 3.2.0-34-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: i386
  Date: Wed Dec 19 14:37:59 2012
  InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release 
i386 (20120817.3)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MarkForUpload: True
  Papersize: letter
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-34-generic-pae 
root=/dev/mapper/hostname-root ro
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/10/2002
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: MS-9129
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd12/10/2002:svn:pn:pvr:rvn:rnMS-9129:rvr:cvn:ct3:cvr:
  mtime.conffile..etc.cups.cupsd.conf: 2012-12-19T14:27:46.435459

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

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


[Desktop-packages] [Bug 1089103] Re: package cups-bsd 1.6.1-0ubuntu11.3 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting configuration

2018-08-10 Thread gf
Hello Clyde,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1089103
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  package cups-bsd 1.6.1-0ubuntu11.3 failed to install/upgrade: Package
  is in a very bad inconsistent state - you should  reinstall it before
  attempting configuration.

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  there are updates to be applied and it crashes and an error shows up
  saying updates cannot be applied

  ProblemType: Package
  DistroRelease: Ubuntu 12.10
  Package: cups-bsd 1.6.1-0ubuntu11.3
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CupsErrorLog:
   E [11/Dec/2012:20:32:29 +] Unknown directive SystemGroup on line 16 of 
/etc/cups/cupsd.conf.
   E [11/Dec/2012:20:32:30 +] [cups-driverd] Bad driver information file 
"/usr/share/cups/drv/cupsfilters.drv"!
  Date: Tue Dec 11 20:32:40 2012
  ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting configuration.
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: SAMSUNG ELECTRONICS CO., LTD. Q320/P320
  Papersize: a4
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=8858D66758D65392 loop=/hostname/disks/root.disk ro quiet splash 
vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=8858D66758D65392 loop=/hostname/disks/root.disk ro quiet splash 
vt.handoff=7
  SourcePackage: cups
  Title: package cups-bsd 1.6.1-0ubuntu11.3 failed to install/upgrade: Package 
is in a very bad inconsistent state - you should  reinstall it before 
attempting configuration.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/19/2009
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 01LH.M008.20090519.KSY
  dmi.board.name: Q320/P320
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr01LH.M008.20090519.KSY:bd05/19/2009:svnSAMSUNGELECTRONICSCO.,LTD.:pnQ320/P320:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnQ320/P320:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
  dmi.product.name: Q320/P320
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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

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


[Desktop-packages] [Bug 1087075] Re: Duplex options ignored for printing Postscript

2018-08-10 Thread gf
Hello Rueben.
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1087075
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  Duplex options ignored for printing Postscript

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Printing a Postscript file using

  lp -o Duplex=DuplexNoTumble foo.ps

  does not give duplex output. I have read other bug reports, turned
  collation off  and I can't see anything else that might be causing
  the problem. Printing from the gtk print dialog, the duplex setting I
  choose is respected, but because of a font-related bug with gtkprint,
  I'm using the lp command directly to print my Postscript file.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: cups 1.6.1-0ubuntu11.3
  ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
  Uname: Linux 3.5.0-19-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Thu Dec  6 00:59:07 2012
  InstallationDate: Installed on 2011-10-14 (418 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  Lpstat: device for bunyan: dnssd://Lexmark%20X543._ipp._tcp.local/
  MachineType: Apple Inc. MacBookAir4,2
  MarkForUpload: True
  Papersize: a4
  PpdFiles: bunyan: Lexmark X543
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-19-generic 
root=UUID=3f1df709-5d4e-4a93-8844-6cf574c52f87 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to quantal on 2012-10-20 (46 days ago)
  dmi.bios.date: 06/30/2011
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBA41.88Z.0077.B00.1106300929
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-742912EFDBEE19B3
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookAir4,2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-742912EFDBEE19B3
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA41.88Z.0077.B00.1106300929:bd06/30/2011:svnAppleInc.:pnMacBookAir4,2:pvr1.0:rvnAppleInc.:rnMac-742912EFDBEE19B3:rvrMacBookAir4,2:cvnAppleInc.:ct10:cvrMac-742912EFDBEE19B3:
  dmi.product.name: MacBookAir4,2
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Desktop-packages] [Bug 1086303] Re: Cups server can't listen - accept connections to 127.0.1.1 ( Bad request )

2018-08-10 Thread gf
Hello Zzecool,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1086303
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  Cups server can't listen - accept connections to 127.0.1.1  ( Bad
  request )

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  As we know ubuntu binds the following

  127.0.0.1 localhost
  127.0.1.1 hostname

  We assume that my hostname  is afterburner

  Cups listens by default to localhost - 127.0.0.1  so if you try to
  access it using your hostname it fails so i proceed as follows

  In the cupsd.conf

  If i comment out the  " port 631 " and add

  Listen afterburner:631

  im getting bad request when trying to open http://afterburner:631

  The same is happening with the

  Listen 127.0.1.1:631

  All this happening when trying to access cups webpage form the pc that
  running the cups , if you try to access the cups server form a lan pc
  using the http://afterburner:631  it works even with the default
  config.

  So my question is  why using all the different configurations  im not
  able to access cups webpages from the same pc using the hostname ?

  http://afterburner:631

  I can only access cups from the same pc using

  http://127.0.0.1:631
  http://localhost:631

  when using the default cupsd.conf that listens to "port 631"

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: cups 1.6.1-0ubuntu11
  ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
  Uname: Linux 3.5.0-19-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.6.1-0ubuntu7
  Architecture: amd64
  Date: Tue Dec  4 11:19:58 2012
  InstallationDate: Installed on 2012-11-14 (19 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  Papersize: letter
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-19-generic 
root=UUID=c8a96c42-10b2-4661-9472-a89ba6ef74cb ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/30/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1601
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: Blitz Formula
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1601:bd12/30/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnBlitzFormula:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  mtime.conffile..etc.cups.cupsd.conf: 2012-12-04T11:20:29.252332

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

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


[Desktop-packages] [Bug 1092404] Re: package libcupsmime1 1.5.2-9ubuntu1 failed to install/upgrade: libcupsmime1:amd64 1.5.2-9ubuntu1 cannot be configured because libcupsmime1

2018-08-10 Thread gf
Hello Ramukumar,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1092404
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  package libcupsmime1 1.5.2-9ubuntu1 failed to install/upgrade:
  libcupsmime1:amd64 1.5.2-9ubuntu1 cannot be configured because
  libcupsmime1

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  I am new to ubuntu I dont know wht this error

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libcupsmime1 1.5.2-9ubuntu1
  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-0ubuntu15
  Architecture: amd64
  CupsErrorLog:
   E [20/Dec/2012:08:05:09 +0530] Unknown directive SystemGroup on line 16 of 
/etc/cups/cupsd.conf.
   E [20/Dec/2012:09:39:41 +0530] Unknown directive SystemGroup on line 16 of 
/etc/cups/cupsd.conf.
  CurrentDmesg:
   [  182.415948] r8169 :03:00.0: eth0: link down
   [  182.416482] ADDRCONF(NETDEV_UP): eth0: link is not ready
   [  182.416841] ADDRCONF(NETDEV_UP): eth0: link is not ready
   [  191.614056] PPP BSD Compression module registered
   [  191.636749] PPP Deflate Compression module registered
  Date: Thu Dec 20 09:45:34 2012
  DuplicateSignature:
   Setting up cron (3.0pl1-120ubuntu4) ...
   Installing new version of config file /etc/default/cron ...
   dpkg: error processing libapt-inst1.4 (--configure):
libapt-inst1.4:amd64 0.8.16~exp12ubuntu10 cannot be configured because 
libapt-inst1.4:i386 is in a different version (0.8.16~exp12ubuntu10.7)
  ErrorMessage: libcupsmime1:amd64 1.5.2-9ubuntu1 cannot be configured because 
libcupsmime1
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: Hewlett-Packard HP Pavilion dv4 Notebook PC
  MarkForUpload: True
  Papersize: a4
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=82f33681-cf1f-4116-ad81-3e86e900acd3 ro quiet splash vt.handoff=7
  SourcePackage: cups
  Title: package libcupsmime1 1.5.2-9ubuntu1 failed to install/upgrade: 
libcupsmime1:amd64 1.5.2-9ubuntu1 cannot be configured because libcupsmime1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.43
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 30F7
  dmi.board.vendor: Compal
  dmi.board.version: 99.AF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Compal
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.43:bd07/09/2009:svnHewlett-Packard:pnHPPaviliondv4NotebookPC:pvrF.43:rvnCompal:rn30F7:rvr99.AF:cvnCompal:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv4 Notebook PC
  dmi.product.version: F.43
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1098066] Re: Google Chrome could not connect to localhost:631

2018-08-10 Thread gf
Hello Graham, 
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1098066
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  Google Chrome could not connect to localhost:631

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  defoe@defoe:~$ lsb_release -rd
  Description:  Ubuntu 12.04.1 LTS
  Release:  12.04

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Uname: Linux 2.6.33.3.emp4 i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: i386
  Date: Wed Jan  9 22:36:35 2013
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MarkForUpload: True
  Papersize: letter
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  PpdFiles: hplj4p: HP LaserJet 4 Plus v2013.111 Postscript (recommended)
  ProcEnviron:
   SHELL=/bin/bash
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   LANGUAGE=en_US:en
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.33.3.emp4 root=/dev/mapper/hd-root 
ro vga=792 resume=swap:/dev/hd/hibernate quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to precise on 2012-08-27 (135 days ago)

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

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


[Desktop-packages] [Bug 1127469] Re: error when uninstalled "Reactivate HP LaserJet 1018/1020 after reloading paper" in ubuntu software center

2018-08-10 Thread gf
Hello Nichlas,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1127469
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  error when uninstalled "Reactivate HP LaserJet 1018/1020 after
  reloading paper" in ubuntu software center

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  No more details

  ProblemType: Package
  DistroRelease: Ubuntu 12.10
  Package: cups 1.6.1-0ubuntu11.3
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  AptOrdering: printer-driver-foo2zjs: Remove
  Architecture: amd64
  Date: Sat Feb 16 20:56:27 2013
  DuplicateSignature:
   Processing triggers for cups ...
   start: Job failed to start
   invoke-rc.d: initscript cups, action "start" failed.
   dpkg: error processing cups (--remove):
subprocess installed post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2013-02-10 (5 days ago)
  InstallationMedia: This
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: 
Transport endpoint is not connected
  MachineType: Sony Corporation VPCEB3Z1E
  MarkForUpload: True
  Papersize: letter
  PpdFiles: Brother-HL-5040: Brother HL-5040 Foomatic/hl1250 (recommended)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.5.0-23-generic 
root=UUID=a30f454d-6875-4ddc-9140-503edaa904bb ro quiet splash pcie_aspm=force 
vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-23-generic 
root=UUID=a30f454d-6875-4ddc-9140-503edaa904bb ro quiet splash pcie_aspm=force 
vt.handoff=7
  SourcePackage: cups
  Title: package cups 1.6.1-0ubuntu11.3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/06/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R1140Y8
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR1140Y8:bd10/06/2010:svnSonyCorporation:pnVPCEB3Z1E:pvrC606XX50:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCEB3Z1E
  dmi.product.version: C606XX50
  dmi.sys.vendor: Sony Corporation
  modified.conffile..etc.cups.cupsd.conf: [modified]
  mtime.conffile..etc.cups.cupsd.conf: 2013-02-10T23:09:42.426637

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

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


[Desktop-packages] [Bug 1099934] Re: package cups-daemon 1.6.1-1ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/share/man/man8/cupsd.8.gz », qui appartient aussi au paquet cups

2018-08-10 Thread gf
Hello Neosting,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1099934
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  package cups-daemon 1.6.1-1ubuntu1 failed to install/upgrade:
  tentative de remplacement de « /usr/share/man/man8/cupsd.8.gz », qui
  appartient aussi au paquet cups 1.6.1-0ubuntu15

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  I was updating in terminal...

  ProblemType: Package
  DistroRelease: Ubuntu 13.04
  Package: cups-daemon 1.6.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-0.3-generic 3.8.0-rc3
  Uname: Linux 3.8.0-0-generic x86_64
  ApportVersion: 2.8-0ubuntu1
  Architecture: amd64
  Date: Mon Jan 14 13:54:13 2013
  ErrorMessage: tentative de remplacement de « /usr/share/man/man8/cupsd.8.gz 
», qui appartient aussi au paquet cups 1.6.1-0ubuntu15
  InstallationDate: Installed on 2013-01-13 (2 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130113)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  Lsusb:
   Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  MarkForUpload: True
  Papersize: a4
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.8.0-0-generic 
root=UUID=21248679-9308-4278-824a-70e49d9879fd ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-0-generic 
root=UUID=21248679-9308-4278-824a-70e49d9879fd ro quiet splash vt.handoff=7
  SourcePackage: cups
  Title: package cups-daemon 1.6.1-1ubuntu1 failed to install/upgrade: 
tentative de remplacement de « /usr/share/man/man8/cupsd.8.gz », qui appartient 
aussi au paquet cups 1.6.1-0ubuntu15
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Desktop-packages] [Bug 1102282] Re: Image OMITTED from pdf printed with lpr (works with acroread)

2018-08-10 Thread gf
Hello Jim,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1102282
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  Image OMITTED from pdf printed with lpr (works with acroread)

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Images in certain PDF files are missing when printed using "lpr
  test.pdf" to a postscript level 2 printer (hp3030).

  The image is not missing when printed through acroread to the same
  printer.

  I'll attach a test pdf.   The "circle of hands" image is missing when
  printed using lpr

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups-bsd 1.5.3-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Uname: Linux 3.2.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: amd64
  Date: Sun Jan 20 20:11:38 2013
  InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  Lpstat:
   device for hp-LaserJet-3030: hp:/usb/hp_LaserJet_3030?serial=00CNBM066305
   device for hp-LaserJet-3030-Fax: 
hpfax:/usb/hp_LaserJet_3030?serial=00CNBM066305
   device for PDF: cups-pdf:/
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  Papersize: letter
  PpdFiles:
   hp-LaserJet-3030: HP LaserJet 3020 3030 Postscript (recommended)
   PDF: Generic CUPS-PDF Printer
   hp-LaserJet-3030-Fax: HP Fax hpcups
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=8aaca318-f079-4a4f-95c0-735aa54bed2d ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to precise on 2012-08-10 (163 days ago)
  dmi.bios.date: 09/21/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1408
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P6T
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1408:bd09/21/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6T:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 1111338] Re: package cups 1.5.3-0ubuntu6 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 25

2018-08-10 Thread gf
Hello David,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 338
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  package cups 1.5.3-0ubuntu6 failed to install/upgrade: el subproceso
  instalado el script post-installation devolvió el código de salida de
  error 25

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  During upgrade from Lucid LTS to Precise LTS;  I retried (possibly
  after manually installing something) and it succeeded.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic i686
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  Date: Sun Jan 27 16:49:00 2013
  ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 25
  Lpstat: device for HP-Deskjet-932c: smb://LMERT/ENYO/DESKJET
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Compaq Compaq PC
  MarkForUpload: True
  Papersize: a4
  PpdFiles: HP-Deskjet-932c: HP Deskjet 932c hpijs, 3.10.2
  ProcKernelCmdLine: root=/dev/mapper/vgGren-lvRoot ro quiet splash
  SourcePackage: cups
  Title: package cups 1.5.3-0ubuntu6 failed to install/upgrade: el subproceso 
instalado el script post-installation devolvió el código de salida de error 25
  UpgradeStatus: Upgraded to precise on 2013-01-27 (3 days ago)
  dmi.bios.date: 09/14/2000
  dmi.bios.vendor: Compaq
  dmi.bios.version: 786K1
  dmi.board.name: 06E4h
  dmi.board.vendor: Compaq
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 6
  dmi.chassis.vendor: Compaq
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnCompaq:bvr786K1:bd09/14/2000:svnCompaq:pnCompaqPC:pvrN/A:rvnCompaq:rn06E4h:rvrNone:cvnCompaq:ct6:cvrN/A:
  dmi.product.name: Compaq PC
  dmi.product.version: N/A
  dmi.sys.vendor: Compaq

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

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


[Desktop-packages] [Bug 1786532] [NEW] Microphones don't work after rebooting

2018-08-10 Thread Victor Porton
Public bug reported:

Connect both rear microphone and front microphone to the PC.

In Gnome Sound settings select Rear Microphone input.

Reboot the computer.

Now both microphones don't work.

Workaround: Modify (and then modify back) the input device in Gnome
Sound settings.

Gigabyte H67A-UD3H motherboard.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-shell 3.28.2-0ubuntu0.18.04.1
ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
Uname: Linux 4.15.0-30-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Aug 10 21:34:19 2018
DisplayManager: gdm3
InstallationDate: Installed on 2018-06-23 (47 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IL
 SHELL=/bin/bash
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell (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-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1786532

Title:
  Microphones don't work after rebooting

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Connect both rear microphone and front microphone to the PC.

  In Gnome Sound settings select Rear Microphone input.

  Reboot the computer.

  Now both microphones don't work.

  Workaround: Modify (and then modify back) the input device in Gnome
  Sound settings.

  Gigabyte H67A-UD3H motherboard.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.28.2-0ubuntu0.18.04.1
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Aug 10 21:34:19 2018
  DisplayManager: gdm3
  InstallationDate: Installed on 2018-06-23 (47 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IL
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1767810] Re: package doc-base 0.10.8 failed to install/upgrade: installed doc-base package post-installation script subprocess returned error exit status 10

2018-08-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: doc-base (Ubuntu)
   Status: New => Confirmed

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

Title:
  package doc-base 0.10.8 failed to install/upgrade: installed doc-base
  package post-installation script subprocess returned error exit status
  10

Status in doc-base package in Ubuntu:
  Confirmed

Bug description:
  upgrade-installation from 16.04 to 18.04 failed at this point

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: doc-base 0.10.8
  ProcVersionSignature: Ubuntu 4.4.0-122.146-generic 4.4.117
  Uname: Linux 4.4.0-122-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  Date: Sun Apr 29 15:08:51 2018
  ErrorMessage: installed doc-base package post-installation script subprocess 
returned error exit status 10
  InstallationDate: Installed on 2013-08-03 (1730 days ago)
  InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Release amd64 
(20130424)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu2
   apt  1.6.1
  SourcePackage: doc-base
  Title: package doc-base 0.10.8 failed to install/upgrade: installed doc-base 
package post-installation script subprocess returned error exit status 10
  UpgradeStatus: Upgraded to bionic on 2018-04-29 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/doc-base/+bug/1767810/+subscriptions

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


[Desktop-packages] [Bug 1061829] Re: package libcupsimage2 1.5.3-0ubuntu1 failed to install/upgrade: libcupsimage2:amd64 1.5.3-0ubuntu1 cannot be configured because libcupsimage2

2018-08-10 Thread gf
Hello Randell,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1061829
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  package libcupsimage2 1.5.3-0ubuntu1 failed to install/upgrade:
  libcupsimage2:amd64 1.5.3-0ubuntu1 cannot be configured because
  libcupsimage2

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  I can't do updates for my computer.

  Did not have problem until update to Ubuntu 12.04. Can cot install
  softwar or updates. I have tried apt-get install -f several times
  updated some about a month ago but back to square 1 today. Will not
  install or update even in terminal.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libcupsimage2 1.5.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
  Uname: Linux 3.2.0-30-generic x86_64
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  Date: Thu Oct  4 15:06:00 2012
  DpkgHistoryLog:
   Start-Date: 2012-10-04  15:06:00
   Commandline: apt-get install -f
   Upgrade: libcupsimage2:amd64 (1.5.3-0ubuntu1, 1.5.3-0ubuntu4), 
libcupsimage2:i386 (1.5.2-9ubuntu1, 1.5.3-0ubuntu4)
  ErrorMessage: libcupsimage2:amd64 1.5.3-0ubuntu1 cannot be configured because 
libcupsimage2
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  Lpstat:
   device for Officejet-4500-G510n-z: 
hp:/usb/Officejet_4500_G510n-z?serial=CN13OJ50QJ05HR
   device for Officejet-4500-G510n-z-Fax: 
hpfax:/usb/Officejet_4500_G510n-z?serial=CN13OJ50QJ05HR
   device for Randy's: serial:/dev/ttyS0?baud=115200
  MachineType: MSI MS-7390
  Papersize: letter
  PpdFiles:
   Randy's: HP Officejet 4500 g510n-z, hpcups 3.12.2
   Officejet-4500-G510n-z: HP Officejet 4500 g510n-z, hpcups 3.12.2
   Officejet-4500-G510n-z-Fax: HP Fax hpcups
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-30-generic 
root=UUID=cf1dcd2f-5acc-4d43-a148-6ad70ac3c5c4 ro quiet splash vt.handoff=7
  SourcePackage: cups
  Title: package libcupsimage2 1.5.3-0ubuntu1 failed to install/upgrade: 
libcupsimage2:amd64 1.5.3-0ubuntu1 cannot be configured because libcupsimage2
  UpgradeStatus: Upgraded to precise on 2012-05-18 (139 days ago)
  dmi.bios.date: 03/26/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.1
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: MS-7390
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.1:bd03/26/2008:svnMSI:pnMS-7390:pvr1.0:rvnMSI:rnMS-7390:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: MS-7390
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

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

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


[Desktop-packages] [Bug 1085559] Re: Epson L200 printer is printing an extra page

2018-08-10 Thread gf
Closed per reporter’s feedback.

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

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

Title:
  Epson L200 printer is printing an extra page

Status in cups package in Ubuntu:
  Invalid

Bug description:
  Every time I order the printer to print something, it prints an extra
  page that seems like a printer status page or a test page, I don't
  know how to define this page. The contents of this extra page are
  posted below:

  Media Limits: 0.12 x 0.12 to 8.15 x 11.58
  Job ID: EPSON-L200-213
  Driver: EPSON.PPD
  Driver Version:
  Descripion: EPSON L200
  Driver Version: EPSON L200
  Make and Model: Epson Stylus N10 N11 Series - epson-inkjet-p
  Printer: EPSON-L200
  Created at: Thu Nov 15 19:09:10 2012
  Printed at: Thu Nov 15 19:09:10 2012

  I installed the driver following this post 
http://ubuntuforums.org/showthread.php?t=1671378
  It worked very well for months, and suddenly started this strange behavior. 
Tried to reinstall the driver with the same thread and nothing.

  My issue is quite similar to those:
  http://askubuntu.com/questions/19422...print-a-images
  https://answers.launchpad.net/hplip/+question/207642
  The difference is my printer is Epson instead of HP

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

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


[Desktop-packages] [Bug 1155693] Re: Zebra printer not compatible with cups 1.5.3

2018-08-10 Thread gf
Hello Dustin,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1155693
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  Zebra printer not compatible with cups 1.5.3

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  The ttp20x0.ppd driver for the zebra 2030 printer does not install in
  cups 1.5.3. I downloaded "zebraCupsDrivers_v2.zip " from
  http://www.cups.org/str.php?L3767 . Installed the filter by running:

  sudo aptitude install libcups2-dev libcupsimage2-dev
  gcc -o rastertozebrakiosk rastertozebrakiosk.c -lcups -lcupsimage
  sudo cp rastertozebrakiosk /usr/lib/cups/filter

  Then I tired installing the printer via the localhost:631 interface.
  When I select the ttp20x0.ppd from the file I downloaded I get this
  error:

  "Unable to open PPD file:
  OpenGroup without a CloseGroup first"

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

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


[Desktop-packages] [Bug 1784514] Re: Update evolution-data-server to 3.28.5

2018-08-10 Thread Steve Langasek
Hello Jeremy, or anyone else affected,

Accepted evolution-data-server into bionic-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/evolution-data-server/3.28.5-0ubuntu0.18.04.1 in a few hours, and then
in the -proposed repository.

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

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

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

** Changed in: evolution-data-server (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-bionic

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

Title:
  Update evolution-data-server to 3.28.5

Status in evolution-data-server package in Ubuntu:
  Fix Released
Status in evolution-data-server source package in Bionic:
  Fix Committed

Bug description:
  Impact
  ==
  3.28.5 is the final scheduled bug fix release in the 3.28 series.

  Updating e-d-s is required to update evolution to 3.28.5 (LP:
  #1784522)

  https://gitlab.gnome.org/GNOME/evolution-data-server/blob/gnome-3-28/NEWS
  https://gitlab.gnome.org/GNOME/evolution-data-server/commits/gnome-3-28

  Test Case
  =
  After installing the update, restart your computer.

  Run several eds-using apps like Evolution, GNOME Calendar and verify
  that they continue to run at least as well as before this update.

  Regression Potential
  
  GNOME 3.28 distros will be shipping this update.

  There is a micro-release exception for GNOME:
  https://wiki.ubuntu.com/StableReleaseUpdates#GNOME

  3.22.6 introduced a regression in pop3 support that was fixed within a
  week by 3.22.7.

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

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


[Desktop-packages] [Bug 1152848] Re: package cups 1.5.3-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-08-10 Thread gf
Hello Joshua,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1152848
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  package cups 1.5.3-0ubuntu6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Cups crashed. Automatic bug reporting filled this out for me.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
  Uname: Linux 3.2.0-38-generic x86_64
  ApportVersion: 2.0.1-0ubuntu15.1
  AptOrdering:
   libavcodec-extra-53: Install
   libavutil-extra-51: Install
   cups: Configure
   libavutil-extra-51: Configure
   libavcodec-extra-53: Configure
  Architecture: amd64
  CupsErrorLog:
   
  Date: Sat Mar  9 13:25:09 2013
  DpkgHistoryLog:
   Start-Date: 2013-03-09  13:24:42
   Commandline: apt-get install libavcodec-extra-53 libavutil-extra-51
   Upgrade: libavutil-extra-51:amd64 (0.8.5ubuntu0.12.04.1, 
0.8.5ubuntu0.12.04.1+medibuntu1), libavcodec-extra-53:amd64 
(0.8.5ubuntu0.12.04.1, 0.8.5ubuntu0.12.04.1+medibuntu1)
  DuplicateSignature:
   Setting up cups (1.5.3-0ubuntu6) ...
   start: Job failed to start
   invoke-rc.d: initscript cups, action "start" failed.
   dpkg: error processing cups (--configure):
subprocess installed post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Xubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: 
Connection refused
  MachineType: ASUSTeK Computer Inc. N53Jq
  MarkForUpload: True
  Papersize: letter
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-38-generic 
root=UUID=4430146D301467E6 loop=/hostname/disks/root.disk ro quiet splash 
vt.handoff=7
  SourcePackage: cups
  Title: package cups 1.5.3-0ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N53Jq.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N53Jq
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN53Jq.211:bd01/25/2011:svnASUSTeKComputerInc.:pnN53Jq:pvr1.0:rvnASUSTeKComputerInc.:rnN53Jq:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: N53Jq
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  modified.conffile..etc.cups.cupsd.conf: [deleted]

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

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


[Desktop-packages] [Bug 1143066] Re: package cups 1.5.3-0ubuntu6 failed to install/upgrade: il sottoprocesso vecchio script di pre-removal ha restituito lo stato di errore 2

2018-08-10 Thread gf
Hello Gi,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1143066
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  package cups 1.5.3-0ubuntu6 failed to install/upgrade: il
  sottoprocesso vecchio script di pre-removal ha restituito lo stato di
  errore 2

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  HP Printer did not print anymore.
  I opened cups web interface and I canceled the printer
  I tried to add a new printer -> internal server error 
  I typed "sudo apt-get --purge remove cups && sudo apt-get install cups" to 
reinstall cups
  Error -> /var/lib/dpkg/info/cups.prerm: 22: cd: can't cd to 
/usr/lib/cups/backend

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
  Uname: Linux 3.2.0-38-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Mon Mar  4 00:17:18 2013
  ErrorMessage: il sottoprocesso vecchio script di pre-removal ha restituito lo 
stato di errore 2
  InstallationMedia: Ubuntu  "Precise" - Build amd64 LIVE Binary 20120426-22:45
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: Acer Aspire 8930
  MarkForUpload: True
  Papersize: a4
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-38-generic 
root=UUID=eb1fc484-10f6-4031-aeeb-dea1853a9c4e ro quiet splash vt.handoff=7
  SourcePackage: cups
  Title: package cups 1.5.3-0ubuntu6 failed to install/upgrade: il 
sottoprocesso vecchio script di pre-removal ha restituito lo stato di errore 2
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2008
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.09
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Aspire 8930
  dmi.board.vendor: Acer
  dmi.board.version: PSMBOU-1234567
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrV1.09:bd10/30/2008:svnAcer:pnAspire8930:pvrV1.09:rvnAcer:rnAspire8930:rvrPSMBOU-1234567:cvnAcer:ct1:cvrN/A:
  dmi.product.name: Aspire 8930
  dmi.product.version: V1.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1159358] Re: 04a9:1736 [HP Pavillion dm3-1109TU] USB Printer needs replug to work after boot

2018-08-10 Thread gf
Hello Chris,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1159358
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  04a9:1736 [HP Pavillion dm3-1109TU] USB Printer needs replug to work
  after boot

Status in cups package in Ubuntu:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  While working a moment on LibreOffice Calc found that facts:
  - Print job was pending (printer not printing). Found that the printer was 
not working. Usually if the problem persists, plug out the USB cable and then 
plug in again. I don't find any solution other than replugging printer USB 
cable to wake up the printer.

  HP Pavillion dm3-1109TU
  Printer: Canon Pixma MX328 (driver: Canon PIXMA MX300 - CUPS+Gutenprint 
v5.2.8-pre1)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-39.62-generic-pae 3.2.39
  Uname: Linux 3.2.0-39-generic-pae i686
  .tmp.unity.support.test.0:

  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,imgjpeg,decor,imgpng,snap,obs,gnomecompat,vpswitch,compiztoolbox,resize,regex,dbus,mousepoll,grid,place,animation,move,session,workarounds,switcher,expo,wall,fade,scale]
  CompositorRunning: compiz
  Date: Sun Mar 24 15:55:26 2013
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, even including gdb or git bisection work if 
needed
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:3649]
     Subsystem: Hewlett-Packard Company Device [103c:3649]
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
  MachineType: Hewlett-Packard HP Pavilion dm3 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-39-generic-pae 
root=UUID=2E2462FD2462C783 loop=/hostname/disks/root.disk ro quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2010
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: F.19
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3649
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 41.3D
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrF.19:bd11/16/2010:svnHewlett-Packard:pnHPPaviliondm3NotebookPC:pvr048711241F1011012:rvnHewlett-Packard:rn3649:rvr41.3D:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dm3 Notebook PC
  dmi.product.version: 048711241F1011012
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.7.12-0ubuntu1
  version.libdrm2: libdrm2 2.4.39-0ubuntu0.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.12
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build3

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

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


[Desktop-packages] [Bug 1786492] [NEW] Update to nautilus 3.28 or newer

2018-08-10 Thread Jeremy Bicha
Public bug reported:

This update is blocked on implementing a replacement for the desktop
icons feature.

See https://didrocks.fr/2018/01/23/welcome-to-the-ubuntu-bionic-age-
nautilus-a-lts-and-desktop-icons/

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


** Tags: cosmic upgrade-software-version version-blocked

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

Title:
  Update to nautilus 3.28 or newer

Status in nautilus package in Ubuntu:
  New

Bug description:
  This update is blocked on implementing a replacement for the desktop
  icons feature.

  See https://didrocks.fr/2018/01/23/welcome-to-the-ubuntu-bionic-age-
  nautilus-a-lts-and-desktop-icons/

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

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


[Desktop-packages] [Bug 1786502] [NEW] SCreen flickering continuous horizontal bars repainting

2018-08-10 Thread Mathew Manuel
Public bug reported:

The screen st robing happens kindof like we try to take video on the old
TV's

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
Uname: Linux 4.15.0-30-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Fri Aug 10 08:39:23 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.271+bdcom, 4.15.0-29-generic, x86_64: installed
 bcmwl, 6.30.223.271+bdcom, 4.15.0-30-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
Integrated Graphics Controller [103c:2ac5]
InstallationDate: Installed on 2018-07-28 (12 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: Hewlett-Packard HP Omni 120-1050xt Intel (Leon) 3C NA PC
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-30-generic 
root=UUID=c493744a-7c5a-4a8a-a960-81900d0dc3ad ro quiet splash amdgpu.dc=0 
vt.handoff=1
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/08/2011
dmi.bios.vendor: AMI
dmi.bios.version: LEO_703
dmi.board.name: 2AC5
dmi.board.vendor: Quanta
dmi.board.version: 000
dmi.chassis.asset.tag: 2MD14707SX
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnAMI:bvrLEO_703:bd09/08/2011:svnHewlett-Packard:pnHPOmni120-1050xtIntel(Leon)3CNAPC:pvr:rvnQuanta:rn2AC5:rvr000:cvnHewlett-Packard:ct3:cvr:
dmi.product.family: 103C_53316J G=D
dmi.product.name: HP Omni 120-1050xt Intel (Leon) 3C NA PC
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.93+git1808081830.f4f61e~oibaf~b
version.libgl1-mesa-dri: libgl1-mesa-dri 18.3~git1808080730.cfe69d~oibaf~b
version.libgl1-mesa-glx: libgl1-mesa-glx 18.3~git1808080730.cfe69d~oibaf~b
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:18.0.99+git1808031933.740f08~oibaf~b
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git1807201025.3d3950~oibaf~b
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.15+git1807201019.ac8f7b~oibaf~b

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


** Tags: amd64 apport-bug bionic third-party-packages ubuntu

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

Title:
  SCreen flickering continuous horizontal bars repainting

Status in xorg package in Ubuntu:
  New

Bug description:
  The screen st robing happens kindof like we try to take video on the
  old TV's

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Aug 10 08:39:23 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.271+bdcom, 4.15.0-29-generic, x86_64: installed
   bcmwl, 6.30.223.271+bdcom, 4.15.0-30-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
Integrated Graphics Controller [103c:2ac5]
  InstallationDate: Installed on 2018-07-28 (12 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Hewlett-Packard HP Omni 120-1050xt Intel (Leon) 3C NA PC
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-30-generic 
root=UUID=c493744a-7c5a-4a8a-a960-81900d0dc3ad ro quiet splash amdgpu.dc=0 
vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/08/2011
  dmi.bios.vendor: AMI
  dmi.bios.version: LEO_703
  dmi.board.name: 2AC5
  dmi.board.vendor: Quanta
  dmi.board.version: 000
  dmi.chassis.asset.tag: 2MD14707SX
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  

[Desktop-packages] [Bug 1077522] Re: Wrong PPD (again) for HP LaserJet 5

2018-08-10 Thread Paul Abrahams
Since I no longer have this printer (it served me well for 20 years),
the bug is no longer a problem.

The LaserJet 5 was a marvelous printer -- for its time!

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

Title:
  Wrong PPD (again) for HP LaserJet 5

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  The PPD that I get for the HP LaserJet 5 with a fully updated Kubuntu
  12.04 is the wrong one.  Twice before I've had the correct one, only
  to have an update bring back the wrong one.   The correct one is what
  I get when I select the "old" PPD while installing the printer using
  Kubuntu's System Settings.  The wrong one goes into duplex mode
  automatically and doesn't recognize the request to turn duplexing off.

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

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


[Desktop-packages] [Bug 999931] Re: Only one page can be printed te USB printer followed by errors and empty pages

2018-08-10 Thread Frank Neirynck
Hello G, Ubuntu,
Unfortunately I currently don't have/use a USB to Parrallel Port Interface 
anymore since my old printer died on me 6 months ago (at the young age of 10), 
so I cannot check if this issue occurs on my current Ubuntu (18.04)... Sorry 
for that. 
Mu current CUPS version works great on my new network printer though!!! ;-)
Kind regards,
Frank Neirynck

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

Title:
  Only one page can be printed te USB printer followed by errors and
  empty pages

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 12.04 after clean install!

  When printing to previously perfect ly working Kyocera Mita 3800 via a USB to 
Parrallel Port Interface, CUPS flips completely: 1 page is printed followed by 
a page stating 
  ERROR:
  undefined 
  OFFENDING COMMAND: 

  STACK:

  and further empty pages. Then I cannot print anymore until
  disconnecting USB, reconeccting and then again I can print one page,
  followed by... etc.

  I tried reinstalling KM3800EN.PPD driver with no improvement.
  Herundersome troubleshooting:

  
  root@redactie-laptop:/home/redactie# lsmod | grep usb
  usblp  17885  0 
  usb_storage39646  0 
  snd_usb_audio 101566  2 
  snd_usbmidi_lib24603  1 snd_usb_audio
  snd_hwdep  13276  2 snd_usb_audio,snd_hda_codec
  snd_pcm80845  4 
snd_hda_codec_hdmi,snd_usb_audio,snd_hda_intel,snd_hda_codec
  snd_rawmidi25424  2 snd_usbmidi_lib,snd_seq_midi
  snd62064  20 
snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_usb_audio,snd_usbmidi_lib,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_rawmidi,snd_pcm,snd_timer,snd_seq_device
  usbhid 41906  0 
  hid77367  1 usbhid
  root@redactie-laptop:/home/redactie# tail -f /var/log/syslog
  May 15 22:43:57 redactie-laptop kernel: [16380.689129] type=1400 
audit(1337114637.031:1115): apparmor="STATUS" operation="profile_replace" 
name="/usr/sbin/mysqld" pid=31229 comm="apparmor_parser"
  May 15 22:43:58 redactie-laptop kernel: [16381.937672] type=1400 
audit(1337114638.279:1116): apparmor="DENIED" operation="mknod" parent=1 
profile="/usr/sbin/mysqld" name="/run/mysqld/mysqld.sock" pid=31233 
comm="mysqld" requested_mask="c" denied_mask="c" fsuid=119 ouid=119
  May 15 22:43:58 redactie-laptop kernel: [16382.478880] init: mysql main 
process (31233) terminated with status 1
  May 15 22:43:58 redactie-laptop kernel: [16382.478989] init: mysql main 
process ended, respawning
  May 15 22:44:07 redactie-laptop kernel: [16391.540325] usb 5-2: USB 
disconnect, device number 6
  May 15 22:44:07 redactie-laptop udev-configure-printer: remove 
/devices/pci:00/:00:13.0/usb5/5-2
  May 15 22:44:07 redactie-laptop udev-configure-printer: URI of print queue: 
usb://Kyocera%20Mita/FS-3800, normalized: kyocera mita fs 3800
  May 15 22:44:07 redactie-laptop udev-configure-printer: URI of detected 
printer: usb://Kyocera%20Mita/FS-3800, normalized: kyocera mita fs 3800
  May 15 22:44:07 redactie-laptop udev-configure-printer: Queue 
ipp://localhost:631/printers/Kyocera_Mita_FS-3800 has matching device URI
  May 15 22:44:07 redactie-laptop udev-configure-printer: Disabled printer 
ipp://localhost:631/printers/Kyocera_Mita_FS-3800 as the corresponding device 
was unplugged or turned off
  May 15 22:44:24 redactie-laptop kernel: [16408.032070] usb 5-2: new 
full-speed USB device number 7 using ohci_hcd
  May 15 22:44:24 redactie-laptop mtp-probe: checking bus 5, device 7: 
"/sys/devices/pci:00/:00:13.0/usb5/5-2"
  May 15 22:44:24 redactie-laptop kernel: [B16408.208148] usblp0: USB 
Bidirectional printer dev 7 if 0 alt 1 proto 2 vid 0x067B pid 0x2305
  May 15 22:44:24 redactie-laptop mtp-probe: bus: 5, device: 7 was not an MTP 
device
  May 15 22:44:24 redactie-laptop udev-configure-printer: add 
/devices/pci:00/:00:13.0/usb5/5-2/5-2:1.0
  May 15 22:44:24 redactie-laptop udev-configure-printer: device devpath is 
/devices/pci:00/:00:13.0/usb5/5-2
  May 15 22:44:24 redactie-laptop udev-configure-printer: Device vendor/product 
is 067B:2305
  May 15 22:44:24 redactie-laptop udev-configure-printer: add 
/devices/pci:00/:00:13.0/usb5/5-2/5-2:1.0/usb/lp0
  May 15 22:44:24 redactie-laptop udev-configure-printer: failed to claim 
interface
  May 15 22:44:24 redactie-laptop udev-configure-printer: failed to claim 
interface
  May 15 22:44:24 redactie-laptop udev-configure-printer: device devpath is 
/devices/pci:00/:00:13.0/usb5/5-2
  May 15 22:44:24 redactie-laptop udev-configure-printer: MFG:Kyocera Mita 
MDL:FS-3800 SERN:- serial:-
  May 15 22:44:25 redactie-laptop kernel: [16409.486607] usblp0: removed
  May 15 22:44:25 redactie-laptop kernel: [16409.504777] usblp0: USB 
Bidirectional printer dev 7 if 0 alt 1 proto 2 vid 0x067B 

[Desktop-packages] [Bug 1786495] [NEW] [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No sound at all

2018-08-10 Thread Herminio
Public bug reported:

I am head no sound from my headphone jack. Laptop speaker work fine.
Tried 2 different headphones and still no sound. pavucontrol can see my
headphone and I see the sound bar move but no sound comes out.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
Uname: Linux 4.15.0-30-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC1D0p:   hhernandez   2083 F...m pulseaudio
 /dev/snd/controlC1:  hhernandez   2083 F pulseaudio
 /dev/snd/controlC0:  hhernandez   2083 F pulseaudio
CurrentDesktop: MATE
Date: Fri Aug 10 07:59:09 2018
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  hhernandez   2083 F pulseaudio
 /dev/snd/controlC0:  hhernandez   2083 F pulseaudio
Symptom_Jack: Green Headphone Out, Front
Symptom_Type: No sound at all
Title: [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No sound 
at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/19/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A14
dmi.board.name: 0V5GVY
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd05/19/2015:svnDellInc.:pnPrecisionM4800:pvr01:rvnDellInc.:rn0V5GVY:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Precision M4800
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (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 alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1786495

Title:
  [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No
  sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I am head no sound from my headphone jack. Laptop speaker work fine.
  Tried 2 different headphones and still no sound. pavucontrol can see
  my headphone and I see the sound bar move but no sound comes out.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   hhernandez   2083 F...m pulseaudio
   /dev/snd/controlC1:  hhernandez   2083 F pulseaudio
   /dev/snd/controlC0:  hhernandez   2083 F pulseaudio
  CurrentDesktop: MATE
  Date: Fri Aug 10 07:59:09 2018
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  hhernandez   2083 F pulseaudio
   /dev/snd/controlC0:  hhernandez   2083 F pulseaudio
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: No sound at all
  Title: [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/19/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A14
  dmi.board.name: 0V5GVY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd05/19/2015:svnDellInc.:pnPrecisionM4800:pvr01:rvnDellInc.:rn0V5GVY:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4800
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1786495/+subscriptions

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


[Desktop-packages] [Bug 1786516] [NEW] Ubuntu taking screenshot at random times, keybaord down arrow maps to "q" and sometimes work fine.

2018-08-10 Thread Sudeep Patel
Public bug reported:

I am running ubuntu 18.04 and my pc taking screenshots at random and saving in 
Pictures folders.
also i observer my keyboard down arrow key maps to "q" and sometimes works 
fine. Not sure what is happening here. it is all random.

Please advise.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: firefox 61.0.1+build1-0ubuntu0.18.04.1
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: kpatch_livepatch_Ubuntu_4_15_0_29_31_generic_41
AddonCompatCheckDisabled: False
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  sudeep 3883 F pulseaudio
 /dev/snd/controlC0:  sudeep 3883 F pulseaudio
BuildID: 20180704192850
Channel: Unavailable
CurrentDesktop: ubuntu:GNOME
Date: Fri Aug 10 22:04:53 2018
ExecutablePath: /usr/lib/firefox/firefox
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
IpRoute:
 default via 192.168.0.1 dev wlp2s0 proto dhcp metric 600 
 192.168.0.0/24 dev wlp2s0 proto kernel scope link src 192.168.0.105 metric 600 
 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-101a5869-fe29-4f41-be1d-ba91f1180216
PrefErrors: Unexpected character ',' whilst parsing int @ 
/usr/lib/firefox/defaults/pref/vendor-gre.js:8
PrefSources: prefs.js
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=61.0.1/20180704192850 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs: bp-101a5869-fe29-4f41-be1d-ba91f1180216
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/23/2018
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A19
dmi.board.name: 0TR3VC
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd01/23/2018:svnDellInc.:pnLatitudeE5550:pvr:rvnDellInc.:rn0TR3VC:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E5550
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug bionic wayland-session

** Summary changed:

- Ubuntu taking screenshot at random times, keybaord down arrow maps to "q" and 
sometimes work file
+ Ubuntu taking screenshot at random times, keybaord down arrow maps to "q" and 
sometimes work fine.

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

Title:
  Ubuntu taking screenshot at random times, keybaord down arrow maps to
  "q" and sometimes work fine.

Status in firefox package in Ubuntu:
  New

Bug description:
  I am running ubuntu 18.04 and my pc taking screenshots at random and saving 
in Pictures folders.
  also i observer my keyboard down arrow key maps to "q" and sometimes works 
fine. Not sure what is happening here. it is all random.

  Please advise.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: firefox 61.0.1+build1-0ubuntu0.18.04.1
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  NonfreeKernelModules: kpatch_livepatch_Ubuntu_4_15_0_29_31_generic_41
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sudeep 3883 F pulseaudio
   /dev/snd/controlC0:  sudeep 3883 F pulseaudio
  BuildID: 20180704192850
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Aug 10 22:04:53 2018
  ExecutablePath: /usr/lib/firefox/firefox
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.0.1 dev wlp2s0 proto dhcp metric 600 
   192.168.0.0/24 dev wlp2s0 proto kernel scope link src 192.168.0.105 metric 
600 
   192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 
linkdown
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-101a5869-fe29-4f41-be1d-ba91f1180216
  PrefErrors: Unexpected character ',' whilst parsing int @ 
/usr/lib/firefox/defaults/pref/vendor-gre.js:8
  PrefSources: prefs.js
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  Profiles: Profile0 

[Desktop-packages] [Bug 1785959] Re: Xorg crash

2018-08-10 Thread Fergus Incoronato


> 1. Look in /var/crash for crash files and if found run:
> ubuntu-bug YOURFILE.crash
> Then tell us the ID of the newly-created bug.

I was not able to find any crash file reated to the issue (as far as I
can tell from the timestamp).


> 2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
> ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
> Do you find any links to recent problems on that page? If so then please
> send the links to us.

I found the page related to my machine but I was not able to find any
problem related to the issue I am experiencing (as far as I can tell
from the timestamp)


> 3. If step 2 also failed then apply the workaround from bug 994921,
> reboot, reproduce the crash, and retry step 1.

I applied the fix and I will try as soon as possible.



I wrote down a little bit more details about the issue I am
experiencing:



· The issue I am experiencing seems to be the same as the one described in 
these threads already:
» [1] 
https://askubuntu.com/questions/1000575/how-to-disable-account-logoff-when-closing-lid-of-laptop
» [2] 
https://askubuntu.com/questions/980891/suspending-by-closing-laptop-lid-causes-issues?rq=1
» [3] https://ubuntuforums.org/showthread.php?t=2372388
» [4] https://ubuntuforums.org/showthread.php?t=2315415

The author of the answers seems in all 3 examples to have failed to understand 
the problem described by the OP, however I linked the original posts anyway 
because they show two things:
1) other users seems to have encountered the same issue
2) the issue appears on a range of different versions (from 16.04 up as far as 
I can see)



· I have been running different versions of Ubuntu on 2 different
systems myself:

   Machine| Version | DE| GPUs| Display | prop. driver
1) ThinkPad E530  - 16.04   - Unity - Intel  - Xorg - no
2) ThinkPad E530  - 16.04   - Gnome - Intel  - Xorg - no
3) ThinkPad T470p - 17.10   - Gnome - Intel + Nvidia - Xorg - no
4) ThinkPad T470p - 18.04   - Gnome - Intel + Nvidia - Xorg - yes

and this is the first time (configuration #4) that the problem presents
itself.



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

Title:
  Xorg crash

Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or
  System -> About Ubuntu

  $ lsb_release -rd
  Description:  Ubuntu 18.04.1 LTS
  Release:  18.04

  
  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center

  $ apt-cache policy xorg
  xorg:
Installed: 1:7.7+19ubuntu7.1
Candidate: 1:7.7+19ubuntu7.1
Version table:
   *** 1:7.7+19ubuntu7.1 500
  500 http://se.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:7.7+19ubuntu7 500
  500 http://se.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

  
  3) What you expected to happen

  When I open the lid I expect the system to resume without logging me
  out.

  
  4) What happened instead

  When I close the lid of my laptop the system suspends (as intended),
  and when I open the lid the system resumes (as intended).

  However, if I don't suspend manually before closing the lid, on system
  resume it seeems like I get logged out of my X session.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..02.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:02:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.48  Thu Mar 22 00:42:57 
PDT 2018
   GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CompositorRunning: None
  Date: Wed Aug  8 07:05:10 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 390.48, 4.15.0-23-generic, x86_64: installed
   nvidia, 390.48, 4.15.0-29-generic, x86_64: installed
   nvidia, 390.48, 4.15.0-30-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Device [8086:591b] (rev 04) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 

[Desktop-packages] [Bug 1771981] Re: Sync opus 1.3~beta+20180518-1 (main) from Debian sid (main)

2018-08-10 Thread Sebastien Bacher
This bug was fixed in the package opus - 1.3~beta+20180518-1
Sponsored for Oibaf (oibaf)

---
opus (1.3~beta+20180518-1) unstable; urgency=medium

  * Fix the CELT input NaN test.

 -- Ron Lee   Fri, 18 May 2018 05:04:27 +0930

opus (1.3~beta+20180516-1) unstable; urgency=medium

  * Snapshot from 652c4559f593d3aad78bd5c85a216eeae7859429 as a preview of
patches pending for the 1.3 release.  The main motivation for doing this
now is to pull in the fix for the PLC regression introduced just before
1.2~alpha2, which Closes: #898690, and to get some broader testing on the
new hardening checks before flipping the switch to enable those by default
upstream.
  * Fix celt_pitch_xcorr() ARM jump table compiling error for a bug introduced
in 1.2-rc1.
  * Better rate allocation for stereo SILK in hybrid mode.
  * Add RNN for VAD and speech/music classification.
  * Fixing bandwidth detection for 24 kHz analysis.
  * Enable RFC 8251 changes by default.
  * Better tuning for low-bitrate music.
  * Don't set _FORTIFY_SOURCE and -fstack-protector as part of the packaging
anymore, the upstream build system will add them where they are supported
and needed now.
  * Build with --enable-hardening, which isn't related to the compile options
above, but instead includes additional opus-specific runtime sanity checks
which are cheap and certain enough to use in production builds.
  * Use dh compat 9, not because it actually brings anything new which we need
here, but it hushes the increasingly insistent warnings about deprecated
compat levels, and is a baseline supported by all of the releases we still
need to be able to support.  I'm going to say this Closes: #810258, since
the rest of the 'modernisation' there mostly isn't helpful.  We've already
been running the tests since the very first release, we release directly
from upstream git and maintain upstream patches there, so format 3(quilt)
adds nothing but pain, and we have upstream build and install targets that
are designed to cleanly separate the -arch specific and -indep components,
so regressing to make those codependent isn't very appealing either.  It
would have also broken support for building where m-a wasn't supported,
though that's less of a problem today than it was previously.

 -- Ron Lee   Thu, 17 May 2018 16:07:39 +0930

opus (1.2.1-1) unstable; urgency=medium

  * Fixes a bug in surround encoding causing very bad quality on loud signals
beyond a certain amplitude.
  * Speech quality improvements especially in the 12-24 kbit/s range.
  * Music quality improvements in the 32-48 kb/s range.
  * More aggressive use of wider speech bandwidth, including fullband speech
starting at 14 kbit/s.
  * Improved VBR encoding for hybrid mode.
  * SILK CBR improvements.
  * DTX support for CELT mode.
  * Support for directly encoding packets up to 120 ms.
  * Improves quality on files with powerful tones that cause MDCT leakage.
  * Fixes for speech/music detection at the very beginning of files.
  * Fixes an issue where the encoder can misdetect that the signal is SWB
instead of FB, lowpassing the signal.

 -- Ron Lee   Thu, 28 Sep 2017 01:48:45 +0930

opus (1.2~alpha2-1) unstable; urgency=medium

  * Run the tonality analysis at 24 kHz, which reduces complexity while giving
better frequency resolution for the tonality estimate.
  * Speech quality improvements especially in the 12-20 kbit/s range.
  * Improved VBR encoding for hybrid mode.
  * More aggressive use of wider speech bandwidth, including fullband speech
starting at 14 kbit/s.
  * Music quality improvements in the 32-48 kb/s range.
  * Generic and SSE CELT optimizations.
  * Support for directly encoding packets up to 120 ms.
  * DTX support for CELT mode.
  * SILK CBR improvements.
  * Ensure that NLSF cannot be negative when computing a min distance between
them.  This was reported and fixed in July, and assessed as having only a
relatively minor impact (garbage output, from the garbage input needed to
trigger it), or at very worst, an assertion failure or simple crash from
a slightly out of bounds read.  In December it was assigned CVE-2017-0381
by someone other than the upstream developers, with claims of it being a
'Critical' issue on Android, but we're yet to see any analysis to back
that up.  Closes: #851612

 -- Ron Lee   Fri, 20 Jan 2017 02:48:31 +1030

opus (1.1.3-1) unstable; urgency=medium

  * Remove the generation date from the docs to improve reproducible builds.
Closes: #825345
  * Fixes some corner cases with the soft clipper.
  * Improve CBR and some other issues seen with using crazy low rates.
  * More robustness fixes for reporting bad input.
  * More optimisations, mostly for ARM.
  * More precision fixes for edge cases.
  * Fixes to comfort noise generation.

 -- Ron Lee   Thu, 27 Oct 2016 23:58:06 +1030

** Changed in: opus (Ubuntu)
   

Re: [Desktop-packages] [Bug 1063853] Re: CAN'T PRINT OVER NETWORK SINCE LAST UPDATE

2018-08-10 Thread Rob
Thank you: it is lo longer a problem.

On 10/08/18 08:45, gf wrote:
> Hello Rob,
> Thank you for submitting this bug and reporting a problem with cups.  You 
> made this bug report some time ago and Ubuntu and cups have been updated 
> since then.
>
> Could you confirm that this is no longer a problem and that we can close the 
> ticket?
> If it is still a problem, are you still interested in finding a solution to 
> this bug?
> If you are, could you let us know and, in the current version, could you run 
> the following (only once):
> apport-collect 1063853
> and upload the updated logs and and any other logs that are relevant for this 
> particular issue.
>
> Thank you again for helping make Ubuntu and cups better.
> G
>
> ** Changed in: cups (Ubuntu)
> Status: New => Incomplete
>

--

Robert John Morton 

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

Title:
  CAN'T PRINT OVER NETWORK SINCE LAST UPDATE

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  UBUNTU 12.4
  PRINTING PROBLEM (SINCE LAST CUPS UPDATE, I THINK)

  I have 2 computers in a network. I call them neddy and nelly.
  Samba installed and configured on both.
  Neddy has a printer attached. Nelly has not.
  Nelly has always, until recently, been able to print to neddy's printer.
  All configurations are the same as they were whenit all worked.

  Since a recent update, I can only print from nelly to neddy's printer
  as follows:

  Finish work, eg in nelly's word processor then hit the word
  processor's print button.

  [at this point nothing prints. The print job appears in nelly's print queue 
with a message
  saying "processing - printer not connected?" Neddy's printer is connected, 
ready and 
  configured as shared on both neddy and nelly.]

  On rebooting nelly, the job prints on neddy's printer.

  From then on, after the first job has actually been printed, I can print 
normally from 
  applications running in nelly to neddy's printer for as long as both neddy 
and nelly
  remain up (running) - days, weeks. I can even switch the printer on and off 
in between 
  times without and adverse effect. 

  Without rebooting there is no way that I have found to make the print job 
actually print. 
  Restarting CUPS doesn't work. 

  Temporary solution: I ask nelly's user to put a copy of what needs printing 
in her Public folder.
  I then pick it up from there through Samba and print it on neddy.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic-pae 3.2.28
  Uname: Linux 3.2.0-31-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  Date: Mon Oct  8 12:06:30 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  Lpstat: device for HP-Deskjet-3538-Color-Inkjet-Printer: 
dnssd://hp%20deskjet%203500%20%40%20neddy._ipp._tcp.local/cups
  MachineType: System manufacturer System Product Name
  Papersize: letter
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-31-generic-pae 
root=UUID=180a60a2-7b5c-493c-9f06-fb493bdff0e4 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/11/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0404
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P7H55-M LX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0404:bd04/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7H55-MLX:rvrX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 1424201] Re: Chromium does not use the GPU to decode videos

2018-08-10 Thread Olivier Tilloy
The current upstream effort is tracked at https://chromium-
review.googlesource.com/c/chromium/src/+/532294. However it doesn't seem
to be getting much traction. I am reluctant to distro-patching as it's a
rather large patch that often gets outdated with new chromium versions,
with non-trivial conflicts to solve that sometimes involve re-
architecting.

I am in the process of transitioning to snaps as the official way of
getting chromium updates on Ubuntu. Once that's complete the maintenance
burden will be largely alleviated and I might consider maintaining that
patch.

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

Title:
  Chromium does not use the GPU to decode videos

Status in Chromium Browser:
  Unknown
Status in chromium-browser package in Ubuntu:
  Confirmed
Status in chromium-browser package in CentOS:
  Unknown

Bug description:
  The chromium team has done a great job to totally disable hardware
  decoding on Linux.

  Even ignoring the GPU blacklist does not enable GPU decoding.

  How ever the patch is quite simple and it's already working using this
  PPA ( using libVA ) :

  https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev

  the corresponding patch is here :

  http://bazaar.launchpad.net/~saiarcot895/chromium-browser/chromium-
  browser.trusty.beta/view/head:/debian/patches/enable_vaapi_on_linux.diff

  that would be great if we could have this patch indefault Ubuntu
  chromium build, this situation is really sad right now, google use
  linux to make chromeOS so chromebook are really good at playing videos
  but GNU/Linux chromium is slow at doing it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1424201/+subscriptions

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


[Desktop-packages] [Bug 1786314] ProcEnviron.txt

2018-08-10 Thread Kostiantyn Rybnikov
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1786314/+attachment/5173785/+files/ProcEnviron.txt

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

Title:
  Ubuntu freezes after "Object St.Bin (0x559700c88410), has been already
  finalized. Impossible to set any property to it."

Status in gnome-shell package in Ubuntu:
  Fix Released

Bug description:
  My GNOME session in Ubuntu 18.04 randomly freezes. The latest I see in
  journalctl is:

  -- Logs begin at Thu 2018-07-05 18:36:57 EEST, end at Thu 2018-08-09 19:32:49 
EEST. --
  Aug 09 19:22:00 kb-z2 upwork.desktop[2874]: [0809/192200:info] PING was sent
  Aug 09 19:22:00 kb-z2 upwork.desktop[2874]: [0809/192200:info] Received 
message PONG
  Aug 09 19:22:00 kb-z2 gnome-shell[1345]: [AppIndicatorSupport-WARN] 
Attempting to re-register 
:1.82/org/ayatana/NotificationItem/chrome_app_indicator_1; resetting instead
  Aug 09 19:22:00 kb-z2 gnome-shell[1345]: [AppIndicatorSupport-WARN] Item 
:1.82/org/ayatana/NotificationItem/chrome_app_indicator_1 is already registered
  Aug 09 19:22:10 kb-z2 upwork.desktop[2874]: [0809/192210:info] PING was sent
  Aug 09 19:22:10 kb-z2 upwork.desktop[2874]: [0809/192210:info] Received 
message PONG
  Aug 09 19:22:20 kb-z2 upwork.desktop[2874]: [0809/192220:info] PING was sent
  Aug 09 19:22:20 kb-z2 upwork.desktop[2874]: [0809/192220:info] Received 
message PONG
  Aug 09 19:22:30 kb-z2 upwork.desktop[2874]: [0809/192230:info] PING was sent
  Aug 09 19:22:30 kb-z2 upwork.desktop[2874]: [0809/192230:info] Received 
message PONG
  Aug 09 19:22:39 kb-z2 gnome-shell[1345]: Object St.Bin (0x559700c88410), has 
been already finalized. Impossible to set any property to it.
  Aug 09 19:22:39 kb-z2 org.gnome.Shell.desktop[1345]: == Stack trace for 
context 0x5596fcf4a340 ==
  Aug 09 19:22:39 kb-z2 org.gnome.Shell.desktop[1345]: #0 0x5596fd3dcbb0 i   
resource:///org/gnome/shell/ui/userWidget.js:59 (0x7f723a655b38 @ 212)
  -- Reboot --
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 18.04
  GsettingsChanges:
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
   b'org.gnome.desktop.interface' b'monospace-font-name' b"'Ubuntu Mono 9'"
   b'org.gnome.desktop.interface' b'document-font-name' b"'Sans 8'"
   b'org.gnome.desktop.interface' b'font-name' b"'Ubuntu 8'"
  InstallationDate: Installed on 2018-07-05 (35 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gnome-shell 3.28.2-0ubuntu0.18.04.1
  PackageArchitecture: amd64
  Tags:  bionic
  Uname: Linux 4.17.14-041714-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1786314] ProcCpuinfoMinimal.txt

2018-08-10 Thread Kostiantyn Rybnikov
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1786314/+attachment/5173784/+files/ProcCpuinfoMinimal.txt

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

Title:
  Ubuntu freezes after "Object St.Bin (0x559700c88410), has been already
  finalized. Impossible to set any property to it."

Status in gnome-shell package in Ubuntu:
  Fix Released

Bug description:
  My GNOME session in Ubuntu 18.04 randomly freezes. The latest I see in
  journalctl is:

  -- Logs begin at Thu 2018-07-05 18:36:57 EEST, end at Thu 2018-08-09 19:32:49 
EEST. --
  Aug 09 19:22:00 kb-z2 upwork.desktop[2874]: [0809/192200:info] PING was sent
  Aug 09 19:22:00 kb-z2 upwork.desktop[2874]: [0809/192200:info] Received 
message PONG
  Aug 09 19:22:00 kb-z2 gnome-shell[1345]: [AppIndicatorSupport-WARN] 
Attempting to re-register 
:1.82/org/ayatana/NotificationItem/chrome_app_indicator_1; resetting instead
  Aug 09 19:22:00 kb-z2 gnome-shell[1345]: [AppIndicatorSupport-WARN] Item 
:1.82/org/ayatana/NotificationItem/chrome_app_indicator_1 is already registered
  Aug 09 19:22:10 kb-z2 upwork.desktop[2874]: [0809/192210:info] PING was sent
  Aug 09 19:22:10 kb-z2 upwork.desktop[2874]: [0809/192210:info] Received 
message PONG
  Aug 09 19:22:20 kb-z2 upwork.desktop[2874]: [0809/192220:info] PING was sent
  Aug 09 19:22:20 kb-z2 upwork.desktop[2874]: [0809/192220:info] Received 
message PONG
  Aug 09 19:22:30 kb-z2 upwork.desktop[2874]: [0809/192230:info] PING was sent
  Aug 09 19:22:30 kb-z2 upwork.desktop[2874]: [0809/192230:info] Received 
message PONG
  Aug 09 19:22:39 kb-z2 gnome-shell[1345]: Object St.Bin (0x559700c88410), has 
been already finalized. Impossible to set any property to it.
  Aug 09 19:22:39 kb-z2 org.gnome.Shell.desktop[1345]: == Stack trace for 
context 0x5596fcf4a340 ==
  Aug 09 19:22:39 kb-z2 org.gnome.Shell.desktop[1345]: #0 0x5596fd3dcbb0 i   
resource:///org/gnome/shell/ui/userWidget.js:59 (0x7f723a655b38 @ 212)
  -- Reboot --
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 18.04
  GsettingsChanges:
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
   b'org.gnome.desktop.interface' b'monospace-font-name' b"'Ubuntu Mono 9'"
   b'org.gnome.desktop.interface' b'document-font-name' b"'Sans 8'"
   b'org.gnome.desktop.interface' b'font-name' b"'Ubuntu 8'"
  InstallationDate: Installed on 2018-07-05 (35 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gnome-shell 3.28.2-0ubuntu0.18.04.1
  PackageArchitecture: amd64
  Tags:  bionic
  Uname: Linux 4.17.14-041714-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1786314] Re: Ubuntu freezes after "Object St.Bin (0x559700c88410), has been already finalized. Impossible to set any property to it."

2018-08-10 Thread Kostiantyn Rybnikov
Just wanted to mention that I've encountered the problem few more times,
always being on a tethered internet from my iPhone 7 and logs were
different in journalctl. I then upgraded the kernel to 4.17.14 (latest)
and it didn't hang so far!

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  Ubuntu freezes after "Object St.Bin (0x559700c88410), has been already
  finalized. Impossible to set any property to it."

Status in gnome-shell package in Ubuntu:
  Fix Released

Bug description:
  My GNOME session in Ubuntu 18.04 randomly freezes. The latest I see in
  journalctl is:

  -- Logs begin at Thu 2018-07-05 18:36:57 EEST, end at Thu 2018-08-09 19:32:49 
EEST. --
  Aug 09 19:22:00 kb-z2 upwork.desktop[2874]: [0809/192200:info] PING was sent
  Aug 09 19:22:00 kb-z2 upwork.desktop[2874]: [0809/192200:info] Received 
message PONG
  Aug 09 19:22:00 kb-z2 gnome-shell[1345]: [AppIndicatorSupport-WARN] 
Attempting to re-register 
:1.82/org/ayatana/NotificationItem/chrome_app_indicator_1; resetting instead
  Aug 09 19:22:00 kb-z2 gnome-shell[1345]: [AppIndicatorSupport-WARN] Item 
:1.82/org/ayatana/NotificationItem/chrome_app_indicator_1 is already registered
  Aug 09 19:22:10 kb-z2 upwork.desktop[2874]: [0809/192210:info] PING was sent
  Aug 09 19:22:10 kb-z2 upwork.desktop[2874]: [0809/192210:info] Received 
message PONG
  Aug 09 19:22:20 kb-z2 upwork.desktop[2874]: [0809/192220:info] PING was sent
  Aug 09 19:22:20 kb-z2 upwork.desktop[2874]: [0809/192220:info] Received 
message PONG
  Aug 09 19:22:30 kb-z2 upwork.desktop[2874]: [0809/192230:info] PING was sent
  Aug 09 19:22:30 kb-z2 upwork.desktop[2874]: [0809/192230:info] Received 
message PONG
  Aug 09 19:22:39 kb-z2 gnome-shell[1345]: Object St.Bin (0x559700c88410), has 
been already finalized. Impossible to set any property to it.
  Aug 09 19:22:39 kb-z2 org.gnome.Shell.desktop[1345]: == Stack trace for 
context 0x5596fcf4a340 ==
  Aug 09 19:22:39 kb-z2 org.gnome.Shell.desktop[1345]: #0 0x5596fd3dcbb0 i   
resource:///org/gnome/shell/ui/userWidget.js:59 (0x7f723a655b38 @ 212)
  -- Reboot --
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 18.04
  GsettingsChanges:
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
   b'org.gnome.desktop.interface' b'monospace-font-name' b"'Ubuntu Mono 9'"
   b'org.gnome.desktop.interface' b'document-font-name' b"'Sans 8'"
   b'org.gnome.desktop.interface' b'font-name' b"'Ubuntu 8'"
  InstallationDate: Installed on 2018-07-05 (35 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gnome-shell 3.28.2-0ubuntu0.18.04.1
  PackageArchitecture: amd64
  Tags:  bionic
  Uname: Linux 4.17.14-041714-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1786314] Re: Ubuntu freezes after "Object St.Bin (0x559700c88410), has been already finalized. Impossible to set any property to it."

2018-08-10 Thread Kostiantyn Rybnikov
apport information

** Tags added: apport-collected

** Description changed:

  My GNOME session in Ubuntu 18.04 randomly freezes. The latest I see in
  journalctl is:
  
  -- Logs begin at Thu 2018-07-05 18:36:57 EEST, end at Thu 2018-08-09 19:32:49 
EEST. --
  Aug 09 19:22:00 kb-z2 upwork.desktop[2874]: [0809/192200:info] PING was sent
  Aug 09 19:22:00 kb-z2 upwork.desktop[2874]: [0809/192200:info] Received 
message PONG
  Aug 09 19:22:00 kb-z2 gnome-shell[1345]: [AppIndicatorSupport-WARN] 
Attempting to re-register 
:1.82/org/ayatana/NotificationItem/chrome_app_indicator_1; resetting instead
  Aug 09 19:22:00 kb-z2 gnome-shell[1345]: [AppIndicatorSupport-WARN] Item 
:1.82/org/ayatana/NotificationItem/chrome_app_indicator_1 is already registered
  Aug 09 19:22:10 kb-z2 upwork.desktop[2874]: [0809/192210:info] PING was sent
  Aug 09 19:22:10 kb-z2 upwork.desktop[2874]: [0809/192210:info] Received 
message PONG
  Aug 09 19:22:20 kb-z2 upwork.desktop[2874]: [0809/192220:info] PING was sent
  Aug 09 19:22:20 kb-z2 upwork.desktop[2874]: [0809/192220:info] Received 
message PONG
  Aug 09 19:22:30 kb-z2 upwork.desktop[2874]: [0809/192230:info] PING was sent
  Aug 09 19:22:30 kb-z2 upwork.desktop[2874]: [0809/192230:info] Received 
message PONG
  Aug 09 19:22:39 kb-z2 gnome-shell[1345]: Object St.Bin (0x559700c88410), has 
been already finalized. Impossible to set any property to it.
  Aug 09 19:22:39 kb-z2 org.gnome.Shell.desktop[1345]: == Stack trace for 
context 0x5596fcf4a340 ==
  Aug 09 19:22:39 kb-z2 org.gnome.Shell.desktop[1345]: #0 0x5596fd3dcbb0 i   
resource:///org/gnome/shell/ui/userWidget.js:59 (0x7f723a655b38 @ 212)
  -- Reboot --
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 18.04
+ GsettingsChanges:
+  b'org.gnome.shell' b'favorite-apps' redacted by apport
+  b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
+  b'org.gnome.desktop.interface' b'monospace-font-name' b"'Ubuntu Mono 9'"
+  b'org.gnome.desktop.interface' b'document-font-name' b"'Sans 8'"
+  b'org.gnome.desktop.interface' b'font-name' b"'Ubuntu 8'"
+ InstallationDate: Installed on 2018-07-05 (35 days ago)
+ InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: gnome-shell 3.28.2-0ubuntu0.18.04.1
+ PackageArchitecture: amd64
+ Tags:  bionic
+ Uname: Linux 4.17.14-041714-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1786314/+attachment/5173783/+files/Dependencies.txt

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

Title:
  Ubuntu freezes after "Object St.Bin (0x559700c88410), has been already
  finalized. Impossible to set any property to it."

Status in gnome-shell package in Ubuntu:
  Fix Released

Bug description:
  My GNOME session in Ubuntu 18.04 randomly freezes. The latest I see in
  journalctl is:

  -- Logs begin at Thu 2018-07-05 18:36:57 EEST, end at Thu 2018-08-09 19:32:49 
EEST. --
  Aug 09 19:22:00 kb-z2 upwork.desktop[2874]: [0809/192200:info] PING was sent
  Aug 09 19:22:00 kb-z2 upwork.desktop[2874]: [0809/192200:info] Received 
message PONG
  Aug 09 19:22:00 kb-z2 gnome-shell[1345]: [AppIndicatorSupport-WARN] 
Attempting to re-register 
:1.82/org/ayatana/NotificationItem/chrome_app_indicator_1; resetting instead
  Aug 09 19:22:00 kb-z2 gnome-shell[1345]: [AppIndicatorSupport-WARN] Item 
:1.82/org/ayatana/NotificationItem/chrome_app_indicator_1 is already registered
  Aug 09 19:22:10 kb-z2 upwork.desktop[2874]: [0809/192210:info] PING was sent
  Aug 09 19:22:10 kb-z2 upwork.desktop[2874]: [0809/192210:info] Received 
message PONG
  Aug 09 19:22:20 kb-z2 upwork.desktop[2874]: [0809/192220:info] PING was sent
  Aug 09 19:22:20 kb-z2 upwork.desktop[2874]: [0809/192220:info] Received 
message PONG
  Aug 09 19:22:30 kb-z2 upwork.desktop[2874]: [0809/192230:info] PING was sent
  Aug 09 19:22:30 kb-z2 upwork.desktop[2874]: [0809/192230:info] Received 
message PONG
  Aug 09 19:22:39 kb-z2 gnome-shell[1345]: Object St.Bin (0x559700c88410), has 
been already finalized. Impossible to set any property to it.
  Aug 09 19:22:39 kb-z2 org.gnome.Shell.desktop[1345]: == Stack trace for 
context 0x5596fcf4a340 ==
  Aug 09 19:22:39 kb-z2 org.gnome.Shell.desktop[1345]: #0 0x5596fd3dcbb0 i   
resource:///org/gnome/shell/ui/userWidget.js:59 (0x7f723a655b38 @ 212)
  -- Reboot --
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 18.04
  GsettingsChanges:
   b'org.gnome.shell' b'favorite-apps' 

[Desktop-packages] [Bug 1044697] Re: package cups 1.5.2-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-08-10 Thread Karl-Philipp Richter
** Changed in: cups (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  package cups 1.5.2-9ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in cups package in Ubuntu:
  Fix Released

Bug description:
  Before I upgraded to version 1.5.3-0ubuntu4 and forced version
  1.5.2-9ubuntu1. When I'm now trying to upgrade, this error occurs.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.2-9ubuntu1
  Uname: Linux 3.4.0-030400-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  Date: Sat Sep  1 14:29:30 2012
  DuplicateSignature:
   Setting up cups (1.5.2-9ubuntu1) ...
   ln: Zugriff auf »/usr/lib/cups/backend-available/ipp14“: Datei oder 
Verzeichnis nicht gefunden
   dpkg: error processing cups (--configure):
subprocess installed post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: LENOVO Lenovo G580
  Papersize: a4
  PpdFiles:
   PDF: Generic CUPS-PDF Printer
   Canon-MF4100-Series: Canon MF4100 Series UFRII LT ver.2.2
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.4.0-030400-generic 
root=UUID=0f3778ef-3c8e-4b8d-b1f2-f4cec868215f ro quiet splash
  SourcePackage: cups
  Title: package cups 1.5.2-9ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/24/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5ECN32WW(V2.02)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Product Name
  dmi.board.vendor: LENOVO
  dmi.board.version: Mainboard version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G580
  dmi.modalias: 
dmi:bvnLENOVO:bvr5ECN32WW(V2.02):bd04/24/2012:svnLENOVO:pnLenovoG580:pvrLenovoG580:rvnLENOVO:rnProductName:rvrMainboardversion:cvnLENOVO:ct10:cvrLenovoG580:
  dmi.product.name: Lenovo G580
  dmi.product.version: Lenovo G580
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1782285] Re: Add missing libGLESv1_CM.so to Bionic

2018-08-10 Thread Kyle Brenneman
The other libglvnd libraries would already cause a conflict with
nvidia-340, wouldn't they?

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

Title:
  Add missing libGLESv1_CM.so to Bionic

Status in libglvnd package in Ubuntu:
  Fix Released
Status in libglvnd source package in Bionic:
  New

Bug description:
  libGLESv1_CM.so is provided by GLVND project. This binary is missing
  in Bionic. It is also not listed under libglvnd source package in
  Bionic: https://launchpad.net/ubuntu/bionic/+source/libglvnd

  This bug is to know if this was unintentional ? in that case can it be
  generated for Bionic-updates ?

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

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


[Desktop-packages] [Bug 1785834] Re: Screen randomly turns black minutes after successfully login with GDM

2018-08-10 Thread Eduardo Medina
apport information

** Tags added: apport-collected

** Description changed:

  Hi, Daniel van Vugt asked me to fill a new bug for the problem I have
  after he replied me in this old problem with GDM.
  https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1705369
  
  First, I will show the basic configuration of my desktop computer:
  -Motherboard: ROG STRIX X370-F GAMING.
  -CPU: Ryzen 7 1700.
  -GPU: GTX 1050 2GB from MSI.
  -Sound: Xonar DSX with ALC1220 of the motherboard deactivated.
  
  Well, the problem I have ocurrs randomly and I saw it in Ubuntu 17.10
  and 18.04. In the prior version I get the typical “stopping user manager
  for uid” message, but in the most recent version I only see some
  information about storage I always see in the system boot, nothing
  apparently bad. I always use the official NVIDIA blob driver from the
  Proprietary GPU Drivers PPA, but the I also saw the bug in drivers
  provided by Ubuntu’s repositories.
  
  I used Linux Mint 19 for one month and I didn’t see the bug, so I think
  that origin is from Ubuntu’s stack. I suspect of two components and
  three possibilities:
  
  -GDM.
  -NVIDIA Prime.
  -Both combinanted.
  
  I’m trying a workaround setting nomodeset in the file
  “/etc/default/grub”. The line:
  
  -
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  -
  
  Is now:
  
  -
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
  -
  
  After modify the file I executed the “sudo update-grub” command.
  
  Until now I didn’t see the bug again, but it’s too early to make sure.
  If I don’t see the bug again in two months I will declare the bug solved
  for me, but this is not the "out of the box" behavior you expect from a
  system like Ubuntu.
  
  Sorry if my English is hard to understand.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ CurrentDesktop: communitheme:ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 18.04
+ GsettingsChanges:
+  b'org.gnome.shell' b'had-bluetooth-devices-setup' b'true'
+  b'org.gnome.shell' b'favorite-apps' redacted by apport
+  b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
+ InstallationDate: Installed on 2018-07-26 (14 days ago)
+ InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: gnome-shell 3.28.2-0ubuntu0.18.04.1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=es_ES.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
+ Tags:  bionic
+ Uname: Linux 4.15.0-30-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1785834/+attachment/5173861/+files/Dependencies.txt

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

Title:
  Screen randomly turns black minutes after successfully login with GDM

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  Hi, Daniel van Vugt asked me to fill a new bug for the problem I have
  after he replied me in this old problem with GDM.
  https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1705369

  First, I will show the basic configuration of my desktop computer:
  -Motherboard: ROG STRIX X370-F GAMING.
  -CPU: Ryzen 7 1700.
  -GPU: GTX 1050 2GB from MSI.
  -Sound: Xonar DSX with ALC1220 of the motherboard deactivated.

  Well, the problem I have ocurrs randomly and I saw it in Ubuntu 17.10
  and 18.04. In the prior version I get the typical “stopping user
  manager for uid” message, but in the most recent version I only see
  some information about storage I always see in the system boot,
  nothing apparently bad. I always use the official NVIDIA blob driver
  from the Proprietary GPU Drivers PPA, but the I also saw the bug in
  drivers provided by Ubuntu’s repositories.

  I used Linux Mint 19 for one month and I didn’t see the bug, so I
  think that origin is from Ubuntu’s stack. I suspect of two components
  and three possibilities:

  -GDM.
  -NVIDIA Prime.
  -Both combinanted.

  I’m trying a workaround setting nomodeset in the file
  “/etc/default/grub”. The line:

  -
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  -

  Is now:

  -
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
  -

  After modify the file I executed the “sudo update-grub” command.

  Until now I didn’t see the bug again, but it’s too early to make sure.
  If I don’t see the bug again in two months I will declare the bug
  solved for me, but this is not the "out of the box" behavior you
  expect from a system like Ubuntu.

  Sorry if my English is hard to understand.
  --- 
  

[Desktop-packages] [Bug 1785834] ProcCpuinfoMinimal.txt

2018-08-10 Thread Eduardo Medina
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1785834/+attachment/5173862/+files/ProcCpuinfoMinimal.txt

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

Title:
  Screen randomly turns black minutes after successfully login with GDM

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  Hi, Daniel van Vugt asked me to fill a new bug for the problem I have
  after he replied me in this old problem with GDM.
  https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1705369

  First, I will show the basic configuration of my desktop computer:
  -Motherboard: ROG STRIX X370-F GAMING.
  -CPU: Ryzen 7 1700.
  -GPU: GTX 1050 2GB from MSI.
  -Sound: Xonar DSX with ALC1220 of the motherboard deactivated.

  Well, the problem I have ocurrs randomly and I saw it in Ubuntu 17.10
  and 18.04. In the prior version I get the typical “stopping user
  manager for uid” message, but in the most recent version I only see
  some information about storage I always see in the system boot,
  nothing apparently bad. I always use the official NVIDIA blob driver
  from the Proprietary GPU Drivers PPA, but the I also saw the bug in
  drivers provided by Ubuntu’s repositories.

  I used Linux Mint 19 for one month and I didn’t see the bug, so I
  think that origin is from Ubuntu’s stack. I suspect of two components
  and three possibilities:

  -GDM.
  -NVIDIA Prime.
  -Both combinanted.

  I’m trying a workaround setting nomodeset in the file
  “/etc/default/grub”. The line:

  -
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  -

  Is now:

  -
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
  -

  After modify the file I executed the “sudo update-grub” command.

  Until now I didn’t see the bug again, but it’s too early to make sure.
  If I don’t see the bug again in two months I will declare the bug
  solved for me, but this is not the "out of the box" behavior you
  expect from a system like Ubuntu.

  Sorry if my English is hard to understand.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: communitheme:ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 18.04
  GsettingsChanges:
   b'org.gnome.shell' b'had-bluetooth-devices-setup' b'true'
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
  InstallationDate: Installed on 2018-07-26 (14 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gnome-shell 3.28.2-0ubuntu0.18.04.1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Tags:  bionic
  Uname: Linux 4.15.0-30-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1741074] Re: [snap] chrome-gnome-shell extension fails to detect native host connector

2018-08-10 Thread Olivier Tilloy
Similar report for the Plasma/Browser Integration
(https://community.kde.org/Plasma/Browser_Integration):
https://forum.snapcraft.io/t/call-for-testing-
chromium-62-0-3202-62/2569/65.

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

Title:
  [snap] chrome-gnome-shell extension fails to detect native host
  connector

Status in chromium-browser package in Ubuntu:
  Triaged

Bug description:
  (initially reported at https://forum.snapcraft.io/t/chrome-gnome-
  shell-does-not-work-with-chromium-snap/3377)

  See attached screenshot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1741074/+subscriptions

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


[Desktop-packages] [Bug 1784403] Re: package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in package nvidia-kernel-commo

2018-08-10 Thread rui romo
Rolled back from 390 to 340 to try to see if after suspension, system
always crashes graphics making a reboot to recover always, a pain. I am
in Xubuntu. Should i try to report the bug on 390? Thanks!

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

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in
  package nvidia-kernel-common-390 390.48-0ubuntu3

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

Bug description:
  freeze all time

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: nvidia-340 (not installed)
  Uname: Linux 4.17.11-041711-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Mon Jul 30 09:56:35 2018
  DuplicateSignature:
   package:nvidia-340:(not installed)
   Unpacking nvidia-340 (340.106-0ubuntu3) ...
   dpkg: error processing archive 
/tmp/apt-dpkg-install-0gyikv/3-nvidia-340_340.106-0ubuntu3_amd64.deb (--unpack):
trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in 
package nvidia-kernel-common-390 390.48-0ubuntu3
  ErrorMessage: trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which 
is also in package nvidia-kernel-common-390 390.48-0ubuntu3
  InstallationDate: Installed on 2018-07-27 (2 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu2
   apt  1.6.3
  SourcePackage: nvidia-graphics-drivers-340
  Title: package nvidia-340 (not installed) failed to install/upgrade: trying 
to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in package 
nvidia-kernel-common-390 390.48-0ubuntu3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1784403/+subscriptions

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


[Desktop-packages] [Bug 1786504] [NEW] Old version of CUPS being shipped is broken with Chrome

2018-08-10 Thread John Runyon
Public bug reported:

https://github.com/apple/cups/issues/5289

CUPS <=2.2.7 web-interface is unusable from Chrome/Chromium

Unfortunately Ubuntu 18.04 is shipping 2.2.7 and the fix landed in
2.2.8.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: cups 2.2.7-1ubuntu2.1
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: kpatch_livepatch_Ubuntu_4_15_0_29_31_generic_41
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CupsErrorLog:
 
CurrentDesktop: ubuntu:GNOME
Date: Fri Aug 10 10:45:25 2018
InstallationDate: Installed on 2018-03-07 (155 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
Lpstat:
 device for lab: socket://192.168.192.31
 device for RECEPTION-2300L: socket://192.168.192.30
 device for Samsung_M262x_282x_Series_SEC30CDA7F43A36_: 
ipp://SEC30CDA7F43A36.local:631/ipp/print
 device for ship: socket://192.168.192.33:9100
Papersize: letter
PpdFiles:
 Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Samsung_M262x_282x_Series_SEC30CDA7F43A36_.ppd', 
'/etc/cups/ppd/ASSEMBLY-2300.ppd', '/etc/cups/ppd/RECEPTION-2300L.ppd', 
'/etc/cups/ppd/ship.ppd', '/etc/cups/ppd/lab.ppd'] failed with exit code 2: 
grep: /etc/cups/ppd/Samsung_M262x_282x_Series_SEC30CDA7F43A36_.ppd: Permission 
denied
 grep: /etc/cups/ppd/ASSEMBLY-2300.ppd: Permission denied
 grep: /etc/cups/ppd/RECEPTION-2300L.ppd: Permission denied
 grep: /etc/cups/ppd/ship.ppd: Permission denied
 grep: /etc/cups/ppd/lab.ppd: Permission denied
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-29-generic 
root=UUID=eb4622c9-14d3-4a4e-bc10-49a41ebdb495 ro quiet splash 
nospec_store_bypass_disable nospectre_v2 noibrs noibpb nopti vt.handoff=1
SourcePackage: cups
UpgradeStatus: Upgraded to bionic on 2018-06-18 (53 days ago)
dmi.bios.date: 07/24/2017
dmi.bios.vendor: Intel Corp.
dmi.bios.version: BNKBL357.86A.0049.2017.0724.1541
dmi.board.name: NUC7i7BNB
dmi.board.vendor: Intel Corporation
dmi.board.version: J31145-303
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrBNKBL357.86A.0049.2017.0724.1541:bd07/24/2017:svn:pn:pvr:rvnIntelCorporation:rnNUC7i7BNB:rvrJ31145-303:cvn:ct3:cvr:

** Affects: cups (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 cups in Ubuntu.
https://bugs.launchpad.net/bugs/1786504

Title:
  Old version of CUPS being shipped is broken with Chrome

Status in cups package in Ubuntu:
  New

Bug description:
  https://github.com/apple/cups/issues/5289

  CUPS <=2.2.7 web-interface is unusable from Chrome/Chromium

  Unfortunately Ubuntu 18.04 is shipping 2.2.7 and the fix landed in
  2.2.8.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: cups 2.2.7-1ubuntu2.1
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  NonfreeKernelModules: kpatch_livepatch_Ubuntu_4_15_0_29_31_generic_41
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CupsErrorLog:
   
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Aug 10 10:45:25 2018
  InstallationDate: Installed on 2018-03-07 (155 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Lpstat:
   device for lab: socket://192.168.192.31
   device for RECEPTION-2300L: socket://192.168.192.30
   device for Samsung_M262x_282x_Series_SEC30CDA7F43A36_: 
ipp://SEC30CDA7F43A36.local:631/ipp/print
   device for ship: socket://192.168.192.33:9100
  Papersize: letter
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Samsung_M262x_282x_Series_SEC30CDA7F43A36_.ppd', 
'/etc/cups/ppd/ASSEMBLY-2300.ppd', '/etc/cups/ppd/RECEPTION-2300L.ppd', 
'/etc/cups/ppd/ship.ppd', '/etc/cups/ppd/lab.ppd'] failed with exit code 2: 
grep: /etc/cups/ppd/Samsung_M262x_282x_Series_SEC30CDA7F43A36_.ppd: Permission 
denied
   grep: /etc/cups/ppd/ASSEMBLY-2300.ppd: Permission denied
   grep: /etc/cups/ppd/RECEPTION-2300L.ppd: Permission denied
   grep: /etc/cups/ppd/ship.ppd: Permission denied
   grep: /etc/cups/ppd/lab.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-29-generic 
root=UUID=eb4622c9-14d3-4a4e-bc10-49a41ebdb495 ro quiet splash 
nospec_store_bypass_disable nospectre_v2 noibrs noibpb nopti vt.handoff=1
  SourcePackage: cups
  UpgradeStatus: Upgraded to bionic on 2018-06-18 (53 days ago)
  dmi.bios.date: 07/24/2017
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: BNKBL357.86A.0049.2017.0724.1541
  dmi.board.name: NUC7i7BNB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: J31145-303
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrBNKBL357.86A.0049.2017.0724.1541:bd07/24/2017:svn:pn:pvr:rvnIntelCorporation:rnNUC7i7BNB:rvrJ31145-303:cvn:ct3:cvr:

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

-- 

[Desktop-packages] [Bug 1785466] Re: Screen stuck at "A start job is running for detect the avaiable GPUs and deal any system change"

2018-08-10 Thread Hugo Delaunay
** Description changed:

  I have ASUS Laptop X53BR-SX013V with 2 GPU :
  
  IGD : AMD Radeon HD 6320
  DGD : AMD Radeon HD 7470M
  
  Booting with "nomodeset" works but I have a bad resolution. If I remove
  the "nomodeset" option (and "quiet splash"), I get stuck on :
  
  A start job is running for detect the avaiable GPUs and deal any system
  change (0s / No limit)
  
  I have this message for all versions from 14.04 (not included) to 18.04.
  
  I can wait 10, 20 or 50 min, and it still doesn't boot. I don't have a
  log or anything else but if you want  more information, feel free to ask
  it !
+ 
+ EDIT :
+ 
+ If it can help, I read on SO that the first graphic card is compatible
+ with radeon driver module, the second not.

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

Title:
  Screen stuck at "A start job is running for detect the avaiable GPUs
  and deal any system change"

Status in ubuntu-drivers-common package in Ubuntu:
  New

Bug description:
  I have ASUS Laptop X53BR-SX013V with 2 GPU :

  IGD : AMD Radeon HD 6320
  DGD : AMD Radeon HD 7470M

  Booting with "nomodeset" works but I have a bad resolution. If I
  remove the "nomodeset" option (and "quiet splash"), I get stuck on :

  A start job is running for detect the avaiable GPUs and deal any
  system change (0s / No limit)

  I have this message for all versions from 14.04 (not included) to
  18.04.

  I can wait 10, 20 or 50 min, and it still doesn't boot. I don't have a
  log or anything else but if you want  more information, feel free to
  ask it !

  EDIT :

  If it can help, I read on SO that the first graphic card is compatible
  with radeon driver module, the second not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1785466/+subscriptions

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


[Desktop-packages] [Bug 1786522] [NEW] auto detect encoding wrong for 1250

2018-08-10 Thread peekaa
Public bug reported:

Autodetect encoding in gedit is not working well when encoded with
cp1250. Attached pls find file. Thank you, if this could be fixed.

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


** Tags: encoding

** Attachment added: "subtitles encoded in cp1250 (czech).srt"
   
https://bugs.launchpad.net/bugs/1786522/+attachment/5173889/+files/subtitles%20encoded%20in%20cp1250%20%28czech%29.srt

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

Title:
  auto detect encoding wrong for 1250

Status in gedit package in Ubuntu:
  New

Bug description:
  Autodetect encoding in gedit is not working well when encoded with
  cp1250. Attached pls find file. Thank you, if this could be fixed.

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

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


[Desktop-packages] [Bug 1711261] Re: firefox unacceptably slow

2018-08-10 Thread Paul White
Thanks for your reply. Closing as "Invalid" as cause of issue never
confirmed.

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

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

Title:
  firefox unacceptably slow

Status in firefox package in Ubuntu:
  Invalid

Bug description:
  firefox version 55.0.1
  slow in loading pages
  slow in responding to input
  window darkens repeatedly
  xorg uses 15% cpu

  I will use chromium until this has been fixed

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 55.0.1+build2-0ubuntu0.16.04.2
  ProcVersionSignature: Ubuntu 4.4.0-91.114-generic 4.4.76
  Uname: Linux 4.4.0-91-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2246 F pulseaudio
   /dev/snd/controlC1:  humphrey   2246 F pulseaudio
  BuildID: 20170814194055
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Aug 17 10:46:50 2017
  ExecutablePath: /usr/lib/firefox/firefox
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-07-27 (20 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IpRoute:
   default via 192.168.0.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.0.0/24 dev enp4s0  proto kernel  scope link  src 192.168.0.101  
metric 100
  IwConfig:
   lono wireless extensions.
   
   enp4s0no wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-75100bdc-c718-4fb8-a6e4-03b672170204
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=55.0.1/20170814194055 (In use)
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd06/22/2010:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1786579] [NEW] Resolution issues when using an audio/video receiver

2018-08-10 Thread dan...@benoy.name
Public bug reported:

When I use an audio/video receiver, if I change inputs or turn off my
TV, my windows will change positions.

I think maybe this is because my receiver is capable of 4096x2160 and my
TV has a native resolution of 3,840x2,160 and it's resizing everything
to match the 9:5 aspect ratio of the receiver's maximum resolution
whenever the TV isn't available?

To reproduce it:
- Connect through a 4k receiver to a 4k TV. (Mine are: Samsung KS8000 series 
TV, and Onkyo TX-NR656)
- Open a Gnome Terminal window and resize it until it's almost the entire size 
of the screen.
- Turn the TV off and back on, or change inputs on the reciever and back.
- You'll see the terminal window has shrunk itself, forcing you to resize your 
windows every time you turn on your monitor.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
Uname: Linux 4.15.0-30-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CompositorRunning: None
CurrentDesktop: GNOME
Date: Fri Aug 10 22:25:58 2018
DistUpgraded: 2018-03-01 20:36:12,130 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Polaris11] [1002:67ff] (rev cf) 
(prog-if 00 [VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Baffin [Radeon RX 560] 
[1462:8a91]
InstallationDate: Installed on 2018-02-12 (179 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
MachineType: MSI MS-7693
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-30-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to bionic on 2018-03-02 (162 days ago)
dmi.bios.date: 01/07/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.0
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: 970A-G46 (MS-7693)
dmi.board.vendor: MSI
dmi.board.version: 2.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 2.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.0:bd01/07/2013:svnMSI:pnMS-7693:pvr2.0:rvnMSI:rn970A-G46(MS-7693):rvr2.0:cvnMSI:ct3:cvr2.0:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: MS-7693
dmi.product.version: 2.0
dmi.sys.vendor: MSI
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic ubuntu wayland-session

** Attachment added: "screenshots.zip"
   
https://bugs.launchpad.net/bugs/1786579/+attachment/5174004/+files/screenshots.zip

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

Title:
  Resolution issues when using an audio/video receiver

Status in xorg package in Ubuntu:
  New

Bug description:
  When I use an audio/video receiver, if I change inputs or turn off my
  TV, my windows will change positions.

  I think maybe this is because my receiver is capable of 4096x2160 and
  my TV has a native resolution of 3,840x2,160 and it's resizing
  everything to match the 9:5 aspect ratio of the receiver's maximum
  resolution whenever the TV isn't available?

  To reproduce it:
  - Connect through a 4k receiver to a 4k TV. (Mine are: Samsung KS8000 series 
TV, and Onkyo TX-NR656)
  - Open a Gnome Terminal window and resize it until it's almost the entire 
size of the screen.
  - Turn the TV off and back on, or change inputs on the reciever and back.
  - You'll see the terminal window has shrunk itself, forcing you to resize 
your windows every time you turn on your monitor.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Fri Aug 10 22:25:58 2018
  DistUpgraded: 2018-03-01 20:36:12,130 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Polaris11] [1002:67ff] (rev 
cf) (prog-if 00 [VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] 

[Desktop-packages] [Bug 1500704] Re: thunderbird date sorted incorrectly

2018-08-10 Thread Humphrey van Polanen Petel
No longer a problem.

Can be closed.

I would change the status to something appropriate if it were there.

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

Title:
  thunderbird date sorted incorrectly

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  emails sorted by date are in incorrect sequence

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.2.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-49.65~14.04.1-generic 3.16.7-ckt15
  Uname: Linux 3.16.0-49-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1487 F pulseaudio
   /dev/snd/controlC1:  humphrey   1487 F pulseaudio
  BuildID: 20150818212526
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Tue Sep 29 15:11:06 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (21 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.2.0/20150818212526 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1501591] Re: button does not work after viewing pocket list

2018-08-10 Thread Humphrey van Polanen Petel
Don't use Pocket any longer, so no longer a problem.

Can be closed.

I would change the status to something appropriate if it were there.

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

Title:
   button does not work after viewing pocket list

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  After viewing the "pocket" list (https://getpocket.com/a/queue/), the
   button, or  key combination, has no
  effect.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 41.0+build3-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.66~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1494 F pulseaudio
   /dev/snd/controlC1:  humphrey   1494 F pulseaudio
  BuildID: 20150918100310
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  1 14:52:04 2015
  ExecutablePath: /usr/lib/firefox/firefox
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (23 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   [Profile]/extensions/foxma...@kei.com/defaults/preferences/prefs.js
  Profiles: Profile0 (Default) - LastVersion=41.0/20150918100310 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1769553] Re: xfs blocks on unresponsive raid - blockdev module is missing

2018-08-10 Thread Launchpad Bug Tracker
[Expired for udisks2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: udisks2 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  xfs blocks on unresponsive raid - blockdev module is missing

Status in udisks2 package in Ubuntu:
  Expired

Bug description:
  # lsb_release -rd
  Description:Ubuntu 18.04 LTS
  Release:18.04

  udisks2: 2.7.6-3
  libblockdev-mdraid2: 2.16-2

  Ubuntu 18.04, freshly upgraded from 16.04 via 17.10; system ran OK for about 
72h before issue.
  Filesystem on faulty raid is XFS, and raid is raid 10 far-copies:

  md3 : active raid10 sdb4[2] sda4[4]
524155904 blocks super 1.2 512K chunks 2 far-copies [2/2] [UU]

  What happened:

  A "git commit" could not succeed. Process was impossible to kill. Load
  reported by xload reached outstanding levels; system was still
  responsive however, but impossible to halt, waiting for disk sync that
  never occurred. I had to reboot the hard way.

  After reboot, /home could not mount, and boot process dropped me to a
  root console. I could see that mdadm reported ongoing reconstruction,
  but frozen at some point. In the logs:

  May  6 01:35:35 localhost kernel: [58614.835510] INFO: task xfsaild/md3:1056 
blocked for more than 120 seconds.
  May  6 01:35:35 localhost kernel: [58614.835521]   Tainted: G   
OE4.15.0-20-lowlatency #21-Ubuntu
  May  6 01:35:35 localhost kernel: [58614.835524] "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
  May  6 01:35:35 localhost kernel: [58614.835529] xfsaild/md3 D0  1056 
 2 0x8000
  May  6 01:35:35 localhost kernel: [58614.835535] Call Trace:
  May  6 01:35:35 localhost kernel: [58614.835552]  __schedule+0x299/0x8c0
  May  6 01:35:35 localhost kernel: [58614.835560]  schedule+0x33/0x90
  May  6 01:35:35 localhost kernel: [58614.835570]  wait_barrier+0x134/0x190 
[raid10]
  May  6 01:35:35 localhost kernel: [58614.835578]  ? wait_woken+0x80/0x80
  May  6 01:35:35 localhost kernel: [58614.835585]  
raid10_write_request+0x77/0x950 [raid10]
  ...

  Another line of interest:

  May  6 02:05:59 localhost udisksd[1480]: failed to load module mdraid:
  libbd_mdraid.so.2: cannot open shared object file: No such file or
  directory

  Actually, package libblockdev-mdraid2 is missing. Added it as well as
  libblockdev-mpath2. Rebooted. mdadm starts reconstruction and is OK
  when I come back from sleep.

  System looks stable since then.

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

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


[Desktop-packages] [Bug 1501591] Re: button does not work after viewing pocket list

2018-08-10 Thread Paul White
Thanks for your reply. Closing as "Invalid" as cause of issue never
confirmed.

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

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

Title:
   button does not work after viewing pocket list

Status in firefox package in Ubuntu:
  Invalid

Bug description:
  After viewing the "pocket" list (https://getpocket.com/a/queue/), the
   button, or  key combination, has no
  effect.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 41.0+build3-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.66~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1494 F pulseaudio
   /dev/snd/controlC1:  humphrey   1494 F pulseaudio
  BuildID: 20150918100310
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  1 14:52:04 2015
  ExecutablePath: /usr/lib/firefox/firefox
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (23 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   [Profile]/extensions/foxma...@kei.com/defaults/preferences/prefs.js
  Profiles: Profile0 (Default) - LastVersion=41.0/20150918100310 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1780664] Re: Recent libgl-mesa graphics update prevents drop down list menu appearing in apps like firefox three line/bar menu icon

2018-08-10 Thread Peter Barker
Thanks Timo,
Using xenial-proposed and running
sudo apt-get install xserver-xorg-core/xenial-proposed
fixed it for me also (the above command also updated xserver-common)

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

Title:
  Recent libgl-mesa graphics update prevents drop down list menu
  appearing in apps like firefox three line/bar menu icon

Status in xorg-server package in Ubuntu:
  Invalid
Status in xorg-server source package in Xenial:
  Fix Committed

Bug description:
  [Impact]

  Recent libgl-mesa 18.0.5-0ubuntu0~16.04.1 graphics update prevents
  drop down list menu appearing in apps like firefox three line/bar menu
  icon.

  After recently applying updates, left clicking on some application
  menus and icons no longer displays a drop-down menu list.

  For example in Firefox when I left-click on the **three line/bar**
  icon in the upper right-hand corner, the normal drop down list menu
  does not display.  Also the menu drop down doesn't display in
  keypassx.  Further xchat-gnome doesn't even display a window.

  Another anomaly is that my KDE bottom menu bar changed to a dark
  theme.

  
  [Test case]

  Install the update, log in and check that things work normally again

  [Regression potential]

  none, this just prevents a premature feature to kick in

  [Other info]

  I'm using Kubuntu 16.04 on an Intel i7-7700k computer with Intel HD
  Graphics.  I have KDE **System Settings -> Compositor** enabled with:

     Scale method  :Accurate
     Rendering backend: OpenGL 3.1
     OpenGL interface:  GLX
     Tearing prevention ("vsync"):  Full screen repaints
     Keep window thumbnails:Only for Shown Windows

  INVESTIGATION

  After several hours of searching the Internet I found one other case
  of a similar problem.

     Firefox's Menu Bar won't open
     https://support.mozilla.org/en-US/questions/1194760

  The reported solution was to rollback the graphics drivers.

  Because the issues cropped up after applying updates on July 6, 2018,
  I tracked down the list of recent updates with:

     grep -A 2 'Start-Date: 2018-07-06' /var/log/apt/history.log | tail
  -1 >packages.txt

  After some editing to place packages on separate lines, and
  identifying the grahics libraries, I arrived at the following list:

  --

  libgles2-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libglapi-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libglapi-mesa:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libxatracker2:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libegl1-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgbm1:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libwayland-egl1-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-dri:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-dri:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libosmesa6:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libosmesa6:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-glx:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-glx:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  mesa-vdpau-drivers:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)

  --

  To revert to the prior graphic drivers I tracked down the '.deb'
  packages for each of the above packages and downloaded the
  '17.2.8-0ubuntu0~16.04.1' version.

  For example:

  
https://launchpad.net/ubuntu/xenial/amd64/libxatracker2/17.2.8-0ubuntu0~16.04.1

  I also discovered that some of these depended on
  libllvm5.0_5.0-3~16.04.1 so I also downloaded the following files:

    libllvm5.0_5.0-3~16.04.1_amd64.deb
    libllvm5.0_5.0-3~16.04.1_i386.deb

  WORKAROUND (ROLLBACK TO PRIOR VERSION)

  Install older versions with:

  sudo dpkg -i \
    libllvm5.0_5.0-3~16.04.1_amd64.deb \
    libllvm5.0_5.0-3~16.04.1_i386.deb \
    libegl1-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libgbm1_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libgl1-mesa-dri_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libgl1-mesa-dri_17.2.8-0ubuntu0~16.04.1_i386.deb \
    libgl1-mesa-glx_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libgl1-mesa-glx_17.2.8-0ubuntu0~16.04.1_i386.deb \
    libglapi-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libglapi-mesa_17.2.8-0ubuntu0~16.04.1_i386.deb \
    libgles2-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libosmesa6_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libosmesa6_17.2.8-0ubuntu0~16.04.1_i386.deb \
    libwayland-egl1-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    libxatracker2_17.2.8-0ubuntu0~16.04.1_amd64.deb \
    mesa-vdpau-drivers_17.2.8-0ubuntu0~16.04.1_amd64.deb

  After rebooting, all the issues disappeared.

  For example I was once 

[Desktop-packages] [Bug 1504697] Re: Message>Move does not work first time

2018-08-10 Thread Humphrey van Polanen Petel
Still a problem.

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

Title:
  Message>Move does not work first time

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.

  I tried to do a screen shot, but that didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2346 F pulseaudio
   /dev/snd/controlC1:  humphrey   2346 F pulseaudio
  BuildID: 20180710085647
  Channel: Unavailable
  DistroRelease: Ubuntu 16.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-12-13 (240 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  IpRoute:
   default via 192.168.1.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
  Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RfKill:
   
  RunningIncompatibleAddons: False
  Tags:  xenial
  Themes: extensions.sqlite 

Re: [Desktop-packages] [Bug 1061829] Re: package libcupsimage2 1.5.3-0ubuntu1 failed to install/upgrade: libcupsimage2:amd64 1.5.3-0ubuntu1 cannot be configured because libcupsimage2

2018-08-10 Thread Randell Paisley
Yes, it is working.

On Fri, Aug 10, 2018 at 5:05 PM gf <1061...@bugs.launchpad.net> wrote:

> Hello Randell,
> Thank you for submitting this bug and reporting a problem with cups.  You
> made this bug report some time ago and Ubuntu and cups have been updated
> since then.
>
> Could you confirm that this is no longer a problem and that we can close
> the ticket?
> If it is still a problem, are you still interested in finding a solution
> to this bug?
> If you are, could you let us know and, in the current version, could you
> run the following (only once):
> apport-collect 1061829
> and upload the updated logs and and any other logs that are relevant for
> this particular issue.
>
> Thank you again for helping make Ubuntu and cups better.
> G
>
> ** Changed in: cups (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1061829
>
> Title:
>   package libcupsimage2 1.5.3-0ubuntu1 failed to install/upgrade:
>   libcupsimage2:amd64 1.5.3-0ubuntu1 cannot be configured because
>   libcupsimage2
>
> Status in cups package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I can't do updates for my computer.
>
>   Did not have problem until update to Ubuntu 12.04. Can cot install
>   softwar or updates. I have tried apt-get install -f several times
>   updated some about a month ago but back to square 1 today. Will not
>   install or update even in terminal.
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 12.04
>   Package: libcupsimage2 1.5.3-0ubuntu1
>   ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
>   Uname: Linux 3.2.0-30-generic x86_64
>   ApportVersion: 2.0.1-0ubuntu13
>   Architecture: amd64
>   Date: Thu Oct  4 15:06:00 2012
>   DpkgHistoryLog:
>Start-Date: 2012-10-04  15:06:00
>Commandline: apt-get install -f
>Upgrade: libcupsimage2:amd64 (1.5.3-0ubuntu1, 1.5.3-0ubuntu4),
> libcupsimage2:i386 (1.5.2-9ubuntu1, 1.5.3-0ubuntu4)
>   ErrorMessage: libcupsimage2:amd64 1.5.3-0ubuntu1 cannot be configured
> because libcupsimage2
>   InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64
> (20101007)
>   Lpstat:
>device for Officejet-4500-G510n-z:
> hp:/usb/Officejet_4500_G510n-z?serial=CN13OJ50QJ05HR
>device for Officejet-4500-G510n-z-Fax:
> hpfax:/usb/Officejet_4500_G510n-z?serial=CN13OJ50QJ05HR
>device for Randy's: serial:/dev/ttyS0?baud=115200
>   MachineType: MSI MS-7390
>   Papersize: letter
>   PpdFiles:
>Randy's: HP Officejet 4500 g510n-z, hpcups 3.12.2
>Officejet-4500-G510n-z: HP Officejet 4500 g510n-z, hpcups 3.12.2
>Officejet-4500-G510n-z-Fax: HP Fax hpcups
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-30-generic
> root=UUID=cf1dcd2f-5acc-4d43-a148-6ad70ac3c5c4 ro quiet splash vt.handoff=7
>   SourcePackage: cups
>   Title: package libcupsimage2 1.5.3-0ubuntu1 failed to install/upgrade:
> libcupsimage2:amd64 1.5.3-0ubuntu1 cannot be configured because
> libcupsimage2
>   UpgradeStatus: Upgraded to precise on 2012-05-18 (139 days ago)
>   dmi.bios.date: 03/26/2008
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: V1.1
>   dmi.board.asset.tag: To Be Filled By O.E.M.
>   dmi.board.name: MS-7390
>   dmi.board.vendor: MSI
>   dmi.board.version: 1.0
>   dmi.chassis.asset.tag: To Be Filled By O.E.M.
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: To Be Filled By O.E.M.
>   dmi.chassis.version: To Be Filled By O.E.M.
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvrV1.1:bd03/26/2008:svnMSI:pnMS-7390:pvr1.0:rvnMSI:rnMS-7390:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
>   dmi.product.name: MS-7390
>   dmi.product.version: 1.0
>   dmi.sys.vendor: MSI
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1061829/+subscriptions
>


-- 
Peace and love in Jesus,

Randy

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

Title:
  package libcupsimage2 1.5.3-0ubuntu1 failed to install/upgrade:
  libcupsimage2:amd64 1.5.3-0ubuntu1 cannot be configured because
  libcupsimage2

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  I can't do updates for my computer.

  Did not have problem until update to Ubuntu 12.04. Can cot install
  softwar or updates. I have tried apt-get install -f several times
  updated some about a month ago but back to square 1 today. Will not
  install or update even in terminal.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libcupsimage2 1.5.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
  Uname: Linux 3.2.0-30-generic x86_64
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  Date: Thu Oct  4 15:06:00 2012
  DpkgHistoryLog:
   Start-Date: 2012-10-04  15:06:00
   Commandline: apt-get install -f
   Upgrade: libcupsimage2:amd64 (1.5.3-0ubuntu1, 

[Desktop-packages] [Bug 1504697] SubmittedCrashIDs.txt

2018-08-10 Thread Humphrey van Polanen Petel
apport information

** Attachment added: "SubmittedCrashIDs.txt"
   
https://bugs.launchpad.net/bugs/1504697/+attachment/5174032/+files/SubmittedCrashIDs.txt

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

Title:
  Message>Move does not work first time

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.

  I tried to do a screen shot, but that didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2346 F pulseaudio
   /dev/snd/controlC1:  humphrey   2346 F pulseaudio
  BuildID: 20180710085647
  Channel: Unavailable
  DistroRelease: Ubuntu 16.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-12-13 (240 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  IpRoute:
   default via 192.168.1.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
  Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon 

[Desktop-packages] [Bug 1504697] Prefs.txt

2018-08-10 Thread Humphrey van Polanen Petel
apport information

** Attachment added: "Prefs.txt"
   https://bugs.launchpad.net/bugs/1504697/+attachment/5174029/+files/Prefs.txt

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

Title:
  Message>Move does not work first time

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.

  I tried to do a screen shot, but that didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2346 F pulseaudio
   /dev/snd/controlC1:  humphrey   2346 F pulseaudio
  BuildID: 20180710085647
  Channel: Unavailable
  DistroRelease: Ubuntu 16.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-12-13 (240 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  IpRoute:
   default via 192.168.1.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
  Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running 

[Desktop-packages] [Bug 1504697] IpAddr.txt

2018-08-10 Thread Humphrey van Polanen Petel
apport information

** Attachment added: "IpAddr.txt"
   https://bugs.launchpad.net/bugs/1504697/+attachment/5174026/+files/IpAddr.txt

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

Title:
  Message>Move does not work first time

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.

  I tried to do a screen shot, but that didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2346 F pulseaudio
   /dev/snd/controlC1:  humphrey   2346 F pulseaudio
  BuildID: 20180710085647
  Channel: Unavailable
  DistroRelease: Ubuntu 16.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-12-13 (240 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  IpRoute:
   default via 192.168.1.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
  Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running 

[Desktop-packages] [Bug 1504697] ProcEnviron.txt

2018-08-10 Thread Humphrey van Polanen Petel
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1504697/+attachment/5174031/+files/ProcEnviron.txt

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

Title:
  Message>Move does not work first time

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.

  I tried to do a screen shot, but that didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2346 F pulseaudio
   /dev/snd/controlC1:  humphrey   2346 F pulseaudio
  BuildID: 20180710085647
  Channel: Unavailable
  DistroRelease: Ubuntu 16.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-12-13 (240 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  IpRoute:
   default via 192.168.1.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
  Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or 

[Desktop-packages] [Bug 1504697] ProcCpuinfoMinimal.txt

2018-08-10 Thread Humphrey van Polanen Petel
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1504697/+attachment/5174030/+files/ProcCpuinfoMinimal.txt

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

Title:
  Message>Move does not work first time

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.

  I tried to do a screen shot, but that didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2346 F pulseaudio
   /dev/snd/controlC1:  humphrey   2346 F pulseaudio
  BuildID: 20180710085647
  Channel: Unavailable
  DistroRelease: Ubuntu 16.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-12-13 (240 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  IpRoute:
   default via 192.168.1.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
  Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio 

[Desktop-packages] [Bug 1504697] WifiSyslog.txt

2018-08-10 Thread Humphrey van Polanen Petel
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1504697/+attachment/5174033/+files/WifiSyslog.txt

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

Title:
  Message>Move does not work first time

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.

  I tried to do a screen shot, but that didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2346 F pulseaudio
   /dev/snd/controlC1:  humphrey   2346 F pulseaudio
  BuildID: 20180710085647
  Channel: Unavailable
  DistroRelease: Ubuntu 16.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-12-13 (240 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  IpRoute:
   default via 192.168.1.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
  Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or 

[Desktop-packages] [Bug 1504697] Re: Message>Move does not work first time

2018-08-10 Thread Humphrey van Polanen Petel
apport information

** Tags added: apport-collected xenial

** Description changed:

  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.
  
  I tried to do a screen shot, but that didn't work.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
+ --- 
+ AddonCompatCheckDisabled: False
+ ApportVersion: 2.20.1-0ubuntu2.18
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  humphrey   2346 F pulseaudio
+  /dev/snd/controlC1:  humphrey   2346 F pulseaudio
+ BuildID: 20180710085647
+ Channel: Unavailable
+ DistroRelease: Ubuntu 16.04
+ Extensions: extensions.sqlite corrupt or missing
+ ForcedLayersAccel: False
+ IfupdownConfig:
+  # interfaces(5) file used by ifup(8) and ifdown(8)
+  auto lo
+  iface lo inet loopback
+ IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
+ InstallationDate: Installed on 2017-12-13 (240 days ago)
+ InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
+ IpRoute:
+  default via 192.168.1.1 dev enp4s0  proto static  metric 100 
+  169.254.0.0/16 dev enp4s0  scope link  metric 1000 
+  192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
+ IwConfig:
+  enp4s0no wireless extensions.
+  
+  lono wireless extensions.
+ Locales: extensions.sqlite corrupt or missing
+ MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
+ NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
+ Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
+ PackageArchitecture: amd64
+ Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
+ PrefSources:
+  prefs.js
+  
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
+ ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
+ Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
+ RfKill:
+  
+ RunningIncompatibleAddons: False
+ Tags:  xenial
+ Themes: extensions.sqlite corrupt or missing
+ Uname: Linux 4.15.0-30-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 06/22/2010
+ dmi.bios.vendor: Dell Inc.
+ 

[Desktop-packages] [Bug 1785531] Re: i dont know what to write here.

2018-08-10 Thread Steve Beattie
Looking at the dmesg log, it seems that the ubuntu image or device
you're installing from is corrupt:

  [ 7412.559612] SQUASHFS error: zlib decompression failed, data probably 
corrupt
  [ 7412.559621] SQUASHFS error: squashfs_read_data failed to read block 
0x3b6a61


** Information type changed from Private Security to Public

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

Title:
  i dont know what to write here.

Status in xorg package in Ubuntu:
  New

Bug description:
  I have had problem with 3 of my computers, Windows all of them ofcourse. 
Hoever i boght 3 usb stick from ubuntu to try and istall on all of the 3 
machines, and they all have the same problem! So i suspect that i have got 
severe virus from somewere. And i have tried to use all tre of the usb sticks i 
bought, but ther is the same problem with the installation anyhow. I am not an 
ace on computers neither so i do not understand what happening here. Maybe you 
guys can explain it to me. 
  Best of regards. Robert Johansson.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.376
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sun Aug  5 22:40:26 2018
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Core Processor Integrated Graphics 
Controller [1179:fd3c]
  JournalErrors: Error: command ['journalctl', '-b', '--priority=warning', 
'--lines=1000'] failed with exit code -7:
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  MachineType: TOSHIBA Satellite C660
  ProcEnviron:
   PATH=(custom, no user)
   LANG=sv_SE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/09/12
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 2.00
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: PWWAA
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 9
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr2.00:bd05/09/12:svnTOSHIBA:pnSatelliteC660:pvrPSC0QE-03M00RN5:rvnTOSHIBA:rnPWWAA:rvr1.00:cvnTOSHIBA:ct9:cvrN/A:
  dmi.product.name: Satellite C660
  dmi.product.version: PSC0QE-03M00RN5
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Sun Aug  5 20:39:07 2018
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   12624 
   vendor SEC
  xserver.version: 2:1.18.3-1ubuntu2

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

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


[Desktop-packages] [Bug 1711261] Re: firefox unacceptably slow

2018-08-10 Thread Humphrey van Polanen Petel
No longer a problem.

Can be closed.

I would change the status to something appropriate if it were there.

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

Title:
  firefox unacceptably slow

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  firefox version 55.0.1
  slow in loading pages
  slow in responding to input
  window darkens repeatedly
  xorg uses 15% cpu

  I will use chromium until this has been fixed

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 55.0.1+build2-0ubuntu0.16.04.2
  ProcVersionSignature: Ubuntu 4.4.0-91.114-generic 4.4.76
  Uname: Linux 4.4.0-91-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2246 F pulseaudio
   /dev/snd/controlC1:  humphrey   2246 F pulseaudio
  BuildID: 20170814194055
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Aug 17 10:46:50 2017
  ExecutablePath: /usr/lib/firefox/firefox
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-07-27 (20 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IpRoute:
   default via 192.168.0.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.0.0/24 dev enp4s0  proto kernel  scope link  src 192.168.0.101  
metric 100
  IwConfig:
   lono wireless extensions.
   
   enp4s0no wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-75100bdc-c718-4fb8-a6e4-03b672170204
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=55.0.1/20170814194055 (In use)
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd06/22/2010:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1504697] CurrentDmesg.txt

2018-08-10 Thread Humphrey van Polanen Petel
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1504697/+attachment/5174024/+files/CurrentDmesg.txt

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

Title:
  Message>Move does not work first time

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.

  I tried to do a screen shot, but that didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2346 F pulseaudio
   /dev/snd/controlC1:  humphrey   2346 F pulseaudio
  BuildID: 20180710085647
  Channel: Unavailable
  DistroRelease: Ubuntu 16.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-12-13 (240 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  IpRoute:
   default via 192.168.1.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
  Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, 

[Desktop-packages] [Bug 1504697] PciNetwork.txt

2018-08-10 Thread Humphrey van Polanen Petel
apport information

** Attachment added: "PciNetwork.txt"
   
https://bugs.launchpad.net/bugs/1504697/+attachment/5174028/+files/PciNetwork.txt

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

Title:
  Message>Move does not work first time

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.

  I tried to do a screen shot, but that didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2346 F pulseaudio
   /dev/snd/controlC1:  humphrey   2346 F pulseaudio
  BuildID: 20180710085647
  Channel: Unavailable
  DistroRelease: Ubuntu 16.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-12-13 (240 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  IpRoute:
   default via 192.168.1.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
  Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or 

[Desktop-packages] [Bug 1504697] CRDA.txt

2018-08-10 Thread Humphrey van Polanen Petel
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1504697/+attachment/5174023/+files/CRDA.txt

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

Title:
  Message>Move does not work first time

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.

  I tried to do a screen shot, but that didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2346 F pulseaudio
   /dev/snd/controlC1:  humphrey   2346 F pulseaudio
  BuildID: 20180710085647
  Channel: Unavailable
  DistroRelease: Ubuntu 16.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-12-13 (240 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  IpRoute:
   default via 192.168.1.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
  Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as 

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

2018-08-10 Thread Humphrey van Polanen Petel
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1504697/+attachment/5174025/+files/Dependencies.txt

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

Title:
  Message>Move does not work first time

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.

  I tried to do a screen shot, but that didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2346 F pulseaudio
   /dev/snd/controlC1:  humphrey   2346 F pulseaudio
  BuildID: 20180710085647
  Channel: Unavailable
  DistroRelease: Ubuntu 16.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-12-13 (240 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  IpRoute:
   default via 192.168.1.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
  Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, 

[Desktop-packages] [Bug 1504697] Lspci.txt

2018-08-10 Thread Humphrey van Polanen Petel
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1504697/+attachment/5174027/+files/Lspci.txt

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

Title:
  Message>Move does not work first time

Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  After starting tb, the first time I want to move a message with 
Message>Move nothing happens.
  The drop-down menu just sits there with the "Move" entry highlighted, but no 
sub-menu appears.

  I tried to do a screen shot, but that didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   1508 F pulseaudio
   /dev/snd/controlC1:  humphrey   1508 F pulseaudio
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Oct 10 10:20:30 2015
  ExecutablePath: /usr/lib/thunderbird/thunderbird
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-09-08 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  humphrey   2346 F pulseaudio
   /dev/snd/controlC1:  humphrey   2346 F pulseaudio
  BuildID: 20180710085647
  Channel: Unavailable
  DistroRelease: Ubuntu 16.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-12-13 (240 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  IpRoute:
   default via 192.168.1.1 dev enp4s0  proto static  metric 100 
   169.254.0.0/16 dev enp4s0  scope link  metric 1000 
   192.168.1.0/24 dev enp4s0  proto kernel  scope link  src 192.168.1.103  
metric 100
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3f3dab64-e8aa-4350-afd1-b05560180506
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: thunderbird 1:52.9.1+build3-0ubuntu0.16.04.1
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcVersionSignature: Ubuntu 4.15.0-30.32~16.04.1-generic 4.15.18
  Profiles: Profile0 (Default) - LastVersion=52.9.1/20180710085647 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running 

[Desktop-packages] [Bug 999931] Re: Only one page can be printed te USB printer followed by errors and empty pages

2018-08-10 Thread gf
Thanks for the update, Frank. I will close the report now.
Have a great day!
:)
G

Closed per reporter’s feedback.

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

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

Title:
  Only one page can be printed te USB printer followed by errors and
  empty pages

Status in cups package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 12.04 after clean install!

  When printing to previously perfect ly working Kyocera Mita 3800 via a USB to 
Parrallel Port Interface, CUPS flips completely: 1 page is printed followed by 
a page stating 
  ERROR:
  undefined 
  OFFENDING COMMAND: 

  STACK:

  and further empty pages. Then I cannot print anymore until
  disconnecting USB, reconeccting and then again I can print one page,
  followed by... etc.

  I tried reinstalling KM3800EN.PPD driver with no improvement.
  Herundersome troubleshooting:

  
  root@redactie-laptop:/home/redactie# lsmod | grep usb
  usblp  17885  0 
  usb_storage39646  0 
  snd_usb_audio 101566  2 
  snd_usbmidi_lib24603  1 snd_usb_audio
  snd_hwdep  13276  2 snd_usb_audio,snd_hda_codec
  snd_pcm80845  4 
snd_hda_codec_hdmi,snd_usb_audio,snd_hda_intel,snd_hda_codec
  snd_rawmidi25424  2 snd_usbmidi_lib,snd_seq_midi
  snd62064  20 
snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_usb_audio,snd_usbmidi_lib,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_rawmidi,snd_pcm,snd_timer,snd_seq_device
  usbhid 41906  0 
  hid77367  1 usbhid
  root@redactie-laptop:/home/redactie# tail -f /var/log/syslog
  May 15 22:43:57 redactie-laptop kernel: [16380.689129] type=1400 
audit(1337114637.031:1115): apparmor="STATUS" operation="profile_replace" 
name="/usr/sbin/mysqld" pid=31229 comm="apparmor_parser"
  May 15 22:43:58 redactie-laptop kernel: [16381.937672] type=1400 
audit(1337114638.279:1116): apparmor="DENIED" operation="mknod" parent=1 
profile="/usr/sbin/mysqld" name="/run/mysqld/mysqld.sock" pid=31233 
comm="mysqld" requested_mask="c" denied_mask="c" fsuid=119 ouid=119
  May 15 22:43:58 redactie-laptop kernel: [16382.478880] init: mysql main 
process (31233) terminated with status 1
  May 15 22:43:58 redactie-laptop kernel: [16382.478989] init: mysql main 
process ended, respawning
  May 15 22:44:07 redactie-laptop kernel: [16391.540325] usb 5-2: USB 
disconnect, device number 6
  May 15 22:44:07 redactie-laptop udev-configure-printer: remove 
/devices/pci:00/:00:13.0/usb5/5-2
  May 15 22:44:07 redactie-laptop udev-configure-printer: URI of print queue: 
usb://Kyocera%20Mita/FS-3800, normalized: kyocera mita fs 3800
  May 15 22:44:07 redactie-laptop udev-configure-printer: URI of detected 
printer: usb://Kyocera%20Mita/FS-3800, normalized: kyocera mita fs 3800
  May 15 22:44:07 redactie-laptop udev-configure-printer: Queue 
ipp://localhost:631/printers/Kyocera_Mita_FS-3800 has matching device URI
  May 15 22:44:07 redactie-laptop udev-configure-printer: Disabled printer 
ipp://localhost:631/printers/Kyocera_Mita_FS-3800 as the corresponding device 
was unplugged or turned off
  May 15 22:44:24 redactie-laptop kernel: [16408.032070] usb 5-2: new 
full-speed USB device number 7 using ohci_hcd
  May 15 22:44:24 redactie-laptop mtp-probe: checking bus 5, device 7: 
"/sys/devices/pci:00/:00:13.0/usb5/5-2"
  May 15 22:44:24 redactie-laptop kernel: [B16408.208148] usblp0: USB 
Bidirectional printer dev 7 if 0 alt 1 proto 2 vid 0x067B pid 0x2305
  May 15 22:44:24 redactie-laptop mtp-probe: bus: 5, device: 7 was not an MTP 
device
  May 15 22:44:24 redactie-laptop udev-configure-printer: add 
/devices/pci:00/:00:13.0/usb5/5-2/5-2:1.0
  May 15 22:44:24 redactie-laptop udev-configure-printer: device devpath is 
/devices/pci:00/:00:13.0/usb5/5-2
  May 15 22:44:24 redactie-laptop udev-configure-printer: Device vendor/product 
is 067B:2305
  May 15 22:44:24 redactie-laptop udev-configure-printer: add 
/devices/pci:00/:00:13.0/usb5/5-2/5-2:1.0/usb/lp0
  May 15 22:44:24 redactie-laptop udev-configure-printer: failed to claim 
interface
  May 15 22:44:24 redactie-laptop udev-configure-printer: failed to claim 
interface
  May 15 22:44:24 redactie-laptop udev-configure-printer: device devpath is 
/devices/pci:00/:00:13.0/usb5/5-2
  May 15 22:44:24 redactie-laptop udev-configure-printer: MFG:Kyocera Mita 
MDL:FS-3800 SERN:- serial:-
  May 15 22:44:25 redactie-laptop kernel: [16409.486607] usblp0: removed
  May 15 22:44:25 redactie-laptop kernel: [16409.504777] usblp0: USB 
Bidirectional printer dev 7 if 0 alt 1 proto 2 vid 0x067B pid 0x2305
  May 15 22:44:25 redactie-laptop hp[31331]: io/hpmud/pp.c 627: unable to read 
device-id ret=-1
  May 15 22:44:25 redactie-laptop udev-configure-printer: add 

[Desktop-packages] [Bug 1063853] Re: CAN'T PRINT OVER NETWORK SINCE LAST UPDATE

2018-08-10 Thread gf
Thanks for the update, Rob. I will close the report now.
Have a great day!
:)
G

Closed per reporter’s feedback.

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

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

Title:
  CAN'T PRINT OVER NETWORK SINCE LAST UPDATE

Status in cups package in Ubuntu:
  Invalid

Bug description:
  UBUNTU 12.4
  PRINTING PROBLEM (SINCE LAST CUPS UPDATE, I THINK)

  I have 2 computers in a network. I call them neddy and nelly.
  Samba installed and configured on both.
  Neddy has a printer attached. Nelly has not.
  Nelly has always, until recently, been able to print to neddy's printer.
  All configurations are the same as they were whenit all worked.

  Since a recent update, I can only print from nelly to neddy's printer
  as follows:

  Finish work, eg in nelly's word processor then hit the word
  processor's print button.

  [at this point nothing prints. The print job appears in nelly's print queue 
with a message
  saying "processing - printer not connected?" Neddy's printer is connected, 
ready and 
  configured as shared on both neddy and nelly.]

  On rebooting nelly, the job prints on neddy's printer.

  From then on, after the first job has actually been printed, I can print 
normally from 
  applications running in nelly to neddy's printer for as long as both neddy 
and nelly
  remain up (running) - days, weeks. I can even switch the printer on and off 
in between 
  times without and adverse effect. 

  Without rebooting there is no way that I have found to make the print job 
actually print. 
  Restarting CUPS doesn't work. 

  Temporary solution: I ask nelly's user to put a copy of what needs printing 
in her Public folder.
  I then pick it up from there through Samba and print it on neddy.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic-pae 3.2.28
  Uname: Linux 3.2.0-31-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  Date: Mon Oct  8 12:06:30 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  Lpstat: device for HP-Deskjet-3538-Color-Inkjet-Printer: 
dnssd://hp%20deskjet%203500%20%40%20neddy._ipp._tcp.local/cups
  MachineType: System manufacturer System Product Name
  Papersize: letter
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-31-generic-pae 
root=UUID=180a60a2-7b5c-493c-9f06-fb493bdff0e4 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/11/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0404
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P7H55-M LX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0404:bd04/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7H55-MLX:rvrX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 1073659] Re: Long delay between print job creation and actual start of printing

2018-08-10 Thread gf
I am so sorry, Ruslan, about the lack of response to your report. The bug 
reports are handled by people from around the globe, the majority of whom are 
volunteers. Unfortunately, they missed this one and it fell down in the queue.
I just started bug triaging a month ago and thought I would start by trying to 
clear up some of these old bugs and apologize again for them not getting back 
to you.
Take care
G

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

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

Title:
  Long delay between print job creation and actual start of printing

Status in cups package in Ubuntu:
  Invalid

Bug description:
  I'm using Epson Stylus Office B42WD with following drivers:
  a) Epson Stylus Office B40W - CUPS+Gutenprint v5.2.8-pre1
  b) Epson WorkForce 635 - CUPS+Gutenprint v5.2.8-pre1
  With both of them, when I create a print job (especially when selecting high 
resolution in options), I have to wait several minutes while cups web interface 
reports state of job as "Printing page 1, XX%". And only when this status 
changes to "Spooling page, XX%" does the printer grab the paper and start 
printing.
  In contrast, Windows driver starts printing immediately, which is what I'd 
wish to see in Linux too.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic-pae 3.2.30
  Uname: Linux 3.2.0-32-generic-pae i686
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: i386
  Date: Wed Oct 31 21:27:54 2012
  InstallationMedia: Kubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120820.1)
  Lpstat:
   device for Brother_HL5250DN: socket://192.168.0.124:9100
   device for EPSON_AL-C1100: ipp://192.168.0.200:631/printers/EPSON_AL-C1100
   device for Epson_Stylus_Office_B42WD: 
dnssd://EPSONA9A0CD%20(Epson%20Stylus%20Office%20B42WD)._printer._tcp.local/
   device for Epson_Stylus_Office_B42WD2: 
dnssd://EPSONA9A0CD%20(Epson%20Stylus%20Office%20B42WD)._printer._tcp.local/
   device for Stylus-Photo-R300: 
usb://EPSON/Stylus%20Photo%20R300?serial=L16P10312131556310=1
  MachineType: ASUSTeK Computer INC. 1015PN
  Papersize: A4
  PpdFiles:
   Epson_Stylus_Office_B42WD2: Epson WorkForce 635 - CUPS+Gutenprint v5.2.8-pre1
   Epson_Stylus_Office_B42WD: Epson Stylus Office B40W - CUPS+Gutenprint 
v5.2.8-pre1
   Stylus-Photo-R300: Epson Stylus Photo R300 - CUPS+Gutenprint v5.2.8-pre1
   Brother_HL5250DN: Brother HL-5250DN BR-Script3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic-pae 
root=UUID=ba1c9122-070c-42be-a418-236149e42c8d ro quiet splash acpi_osi=Linux 
vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/18/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0701
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1015PN
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0701:bd04/18/2011:svnASUSTeKComputerINC.:pn1015PN:pvrx.x:rvnASUSTeKComputerINC.:rn1015PN:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1015PN
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.
  mtime.conffile..etc.cups.cupsd.conf: 2012-10-31T20:57:39.066139

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

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


[Desktop-packages] [Bug 1073659] Re: Long delay between print job creation and actual start of printing

2018-08-10 Thread gf
Closed per reporter’s feedback.

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

Title:
  Long delay between print job creation and actual start of printing

Status in cups package in Ubuntu:
  Invalid

Bug description:
  I'm using Epson Stylus Office B42WD with following drivers:
  a) Epson Stylus Office B40W - CUPS+Gutenprint v5.2.8-pre1
  b) Epson WorkForce 635 - CUPS+Gutenprint v5.2.8-pre1
  With both of them, when I create a print job (especially when selecting high 
resolution in options), I have to wait several minutes while cups web interface 
reports state of job as "Printing page 1, XX%". And only when this status 
changes to "Spooling page, XX%" does the printer grab the paper and start 
printing.
  In contrast, Windows driver starts printing immediately, which is what I'd 
wish to see in Linux too.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic-pae 3.2.30
  Uname: Linux 3.2.0-32-generic-pae i686
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: i386
  Date: Wed Oct 31 21:27:54 2012
  InstallationMedia: Kubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120820.1)
  Lpstat:
   device for Brother_HL5250DN: socket://192.168.0.124:9100
   device for EPSON_AL-C1100: ipp://192.168.0.200:631/printers/EPSON_AL-C1100
   device for Epson_Stylus_Office_B42WD: 
dnssd://EPSONA9A0CD%20(Epson%20Stylus%20Office%20B42WD)._printer._tcp.local/
   device for Epson_Stylus_Office_B42WD2: 
dnssd://EPSONA9A0CD%20(Epson%20Stylus%20Office%20B42WD)._printer._tcp.local/
   device for Stylus-Photo-R300: 
usb://EPSON/Stylus%20Photo%20R300?serial=L16P10312131556310=1
  MachineType: ASUSTeK Computer INC. 1015PN
  Papersize: A4
  PpdFiles:
   Epson_Stylus_Office_B42WD2: Epson WorkForce 635 - CUPS+Gutenprint v5.2.8-pre1
   Epson_Stylus_Office_B42WD: Epson Stylus Office B40W - CUPS+Gutenprint 
v5.2.8-pre1
   Stylus-Photo-R300: Epson Stylus Photo R300 - CUPS+Gutenprint v5.2.8-pre1
   Brother_HL5250DN: Brother HL-5250DN BR-Script3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic-pae 
root=UUID=ba1c9122-070c-42be-a418-236149e42c8d ro quiet splash acpi_osi=Linux 
vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/18/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0701
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1015PN
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0701:bd04/18/2011:svnASUSTeKComputerINC.:pn1015PN:pvrx.x:rvnASUSTeKComputerINC.:rn1015PN:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1015PN
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.
  mtime.conffile..etc.cups.cupsd.conf: 2012-10-31T20:57:39.066139

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

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


[Desktop-packages] [Bug 1077522] Re: Wrong PPD (again) for HP LaserJet 5

2018-08-10 Thread gf
Thanks for the update, Paul. Yes, the LaserJets were great. :)
I will close the report now.
Have a great day!
:)
G

Closed per reporter’s feedback.

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

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

Title:
  Wrong PPD (again) for HP LaserJet 5

Status in cups package in Ubuntu:
  Invalid

Bug description:
  The PPD that I get for the HP LaserJet 5 with a fully updated Kubuntu
  12.04 is the wrong one.  Twice before I've had the correct one, only
  to have an update bring back the wrong one.   The correct one is what
  I get when I select the "old" PPD while installing the printer using
  Kubuntu's System Settings.  The wrong one goes into duplex mode
  automatically and doesn't recognize the request to turn duplexing off.

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

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


[Desktop-packages] [Bug 1044697] Re: package cups 1.5.2-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-08-10 Thread gf
Thanks for closing the ticket, Karl-Philipp.
Have a great day!
:)
G

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

Title:
  package cups 1.5.2-9ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in cups package in Ubuntu:
  Fix Released

Bug description:
  Before I upgraded to version 1.5.3-0ubuntu4 and forced version
  1.5.2-9ubuntu1. When I'm now trying to upgrade, this error occurs.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.2-9ubuntu1
  Uname: Linux 3.4.0-030400-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  Date: Sat Sep  1 14:29:30 2012
  DuplicateSignature:
   Setting up cups (1.5.2-9ubuntu1) ...
   ln: Zugriff auf »/usr/lib/cups/backend-available/ipp14“: Datei oder 
Verzeichnis nicht gefunden
   dpkg: error processing cups (--configure):
subprocess installed post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: LENOVO Lenovo G580
  Papersize: a4
  PpdFiles:
   PDF: Generic CUPS-PDF Printer
   Canon-MF4100-Series: Canon MF4100 Series UFRII LT ver.2.2
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.4.0-030400-generic 
root=UUID=0f3778ef-3c8e-4b8d-b1f2-f4cec868215f ro quiet splash
  SourcePackage: cups
  Title: package cups 1.5.2-9ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/24/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5ECN32WW(V2.02)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Product Name
  dmi.board.vendor: LENOVO
  dmi.board.version: Mainboard version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G580
  dmi.modalias: 
dmi:bvnLENOVO:bvr5ECN32WW(V2.02):bd04/24/2012:svnLENOVO:pnLenovoG580:pvrLenovoG580:rvnLENOVO:rnProductName:rvrMainboardversion:cvnLENOVO:ct10:cvrLenovoG580:
  dmi.product.name: Lenovo G580
  dmi.product.version: Lenovo G580
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1771185] Re: Secondary monitor not connecting in 18.04 LTS

2018-08-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libxrandr (Ubuntu)
   Status: New => Confirmed

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

Title:
  Secondary monitor not connecting in 18.04 LTS

Status in libxrandr package in Ubuntu:
  Confirmed

Bug description:
  I have an Acer Aspire V Nitro VN7-592G-709V with Nvidia Geforce 960M
  (nvidia driver v390) and a Benq W1070 projector.

  I have upgraded from Ubuntu 16.04 to 18.04 and my projector connects
  for a split second and then gets disconnected. In Ubuntu 16.04
  projector was working fine as a mirror display and extended desktop.
  Here's what I already tried:

  - enable the nouveau driver instead of the nvidia driver -> no result
  - enable the on-board intel board with sudo prime-select intel -> no result
  - apt purge nvidia* & reinstall nvidia driver 390 (stable) or 396 (beta) -> 
no result
  - disable nouveau driver, disable nvidia driver from the repository and 
install nvidia driver from nvidia website (both 390 and 396) -> no result
  - installed CCSM (CompizConfig Settings Manager) and disabled display 
auto-detection -> no result
  - played around with the refresh rate (some forums say that the two outputs 
have to be in sync -> no result
  - deleted the whole Ubuntu 18.04 upgrade and installed a fresh 18.04 -> still 
the same issue
  - tried to manually enable the output with xrandr --output HDMI-1-2 --mode 
1920x1920 -> nothing
  - under settings -> devices -> displays I don't see a secondary display (just 
the main one)

  I have the latest libxrandr2, 2:1.5.1-1 under Ubuntu 18.04 (updated to
  day)

  Here is the output of xrandr the very second when I connect the
  projector (then HDMI-1-2 goes disconnected and no modes are
  displayed):

  ~$ xrandr
  Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
  eDP-1-1 connected primary 1920x1080+0+0 (normal left inverted right x 
axis y axis) 345mm x 194mm
     1920x1080 60.02*+  60.0159.9759.9659.93
     1680x1050 59.9559.88
     1600x1024 60.17
     1400x1050 59.98
     1600x900  59.9959.9459.9559.82
     1280x1024 60.02
     1440x900  59.89
     1400x900  59.9659.88
     1280x960  60.00
     1440x810  60.0059.97
     1368x768  59.8859.85
     1360x768  59.8059.96
     1280x800  59.9959.9759.8159.91
     1152x864  60.00
     1280x720  60.0059.9959.8659.74
     1024x768  60.0460.00
     960x720   60.00
     928x696   60.05
     896x672   60.01
     1024x576  59.9559.9659.9059.82
     960x600   59.9360.00
     960x540   59.9659.9959.6359.82
     800x600   60.0060.3256.25
     840x525   60.0159.88
     864x486   59.9259.57
     800x512   60.17
     700x525   59.98
     800x450   59.9559.82
     640x512   60.02
     720x450   59.89
     700x450   59.9659.88
     640x480   60.0059.94
     720x405   59.5158.99
     684x384   59.8859.85
     680x384   59.8059.96
     640x400   59.8859.98
     576x432   60.06
     640x360   59.8659.8359.8459.32
     512x384   60.00
     512x288   60.0059.92
     480x270   59.6359.82
     400x300   60.3256.34
     432x243   59.9259.57
     320x240   60.05
     360x202   59.5159.13
     320x180   59.8459.32
  DP-1-1 disconnected (normal left inverted right x axis y axis)
  HDMI-1-1 disconnected (normal left inverted right x axis y axis)
  DP-1-2 disconnected (normal left inverted right x axis y axis)
  HDMI-1-2 disconnected (normal left inverted right x axis y axis)
    1920x1080 (0x258) 148.500MHz +HSync +VSync
  h: width  1920 start 2008 end 2052 total 2200 skew0 clock  
67.50KHz
  v: height 1080 start 1084 end 1089 total 1125   clock  
60.00Hz
    1920x1080 (0x259) 148.500MHz +HSync +VSync
  h: width  1920 start 2448 end 2492 total 2640 skew0 clock  
56.25KHz
  v: height 1080 start 1084 end 1089 total 1125   clock  
50.00Hz
    1920x1080 (0x25a) 148.352MHz +HSync +VSync
  h: width  1920 start 2008 end 2052 total 2200 skew0 clock  
67.43KHz
  v: height 1080 start 1084 end 1089 total 1125   clock  
59.94Hz
    1920x1080i (0x25b) 74.250MHz +HSync +VSync Interlace
  h: width  1920 start 2008 end 2052 total 2200 skew0 clock  
33.75KHz
  v: height 1080 start 1084 end 

[Desktop-packages] [Bug 1786541] [NEW] package libgphoto2-6:i386 2.5.14-1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2018-08-10 Thread Alejandro Montejo Galvez
Public bug reported:

Mi pc no para de tener ese error

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: libgphoto2-6:i386 2.5.14-1
ProcVersionSignature: Ubuntu 4.13.0-46.51-generic 4.13.16
Uname: Linux 4.13.0-46-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.9
AptOrdering:
 playonlinux:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Fri Aug 10 17:13:15 2018
ErrorMessage: problemas de dependencias - se deja sin configurar
InstallationDate: Installed on 2018-06-28 (43 days ago)
InstallationMedia: Lubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105)
PackageArchitecture: i386
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu3
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5.2
SourcePackage: libgphoto2
Title: package libgphoto2-6:i386 2.5.14-1 failed to install/upgrade: problemas 
de dependencias - se deja sin configurar
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package artful i386

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

Title:
  package libgphoto2-6:i386 2.5.14-1 failed to install/upgrade:
  problemas de dependencias - se deja sin configurar

Status in libgphoto2 package in Ubuntu:
  New

Bug description:
  Mi pc no para de tener ese error

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: libgphoto2-6:i386 2.5.14-1
  ProcVersionSignature: Ubuntu 4.13.0-46.51-generic 4.13.16
  Uname: Linux 4.13.0-46-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.9
  AptOrdering:
   playonlinux:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Fri Aug 10 17:13:15 2018
  ErrorMessage: problemas de dependencias - se deja sin configurar
  InstallationDate: Installed on 2018-06-28 (43 days ago)
  InstallationMedia: Lubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105)
  PackageArchitecture: i386
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu3
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  RelatedPackageVersions:
   dpkg 1.18.24ubuntu1
   apt  1.5.2
  SourcePackage: libgphoto2
  Title: package libgphoto2-6:i386 2.5.14-1 failed to install/upgrade: 
problemas de dependencias - se deja sin configurar
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 930456] Re: Brother MFC-410CN incorrectly reported as having "no ink left"

2018-08-10 Thread gf
Closed per reporter’s feedback.

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

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

Title:
  Brother MFC-410CN incorrectly reported as having "no ink left"

Status in cups package in Ubuntu:
  Invalid

Bug description:
  I am now unable to print any documents to a Brother MFC-410CN printer,
  attached via the network.

  This problem presumably surfaced during a past software upgrade, but I
  don't know precisely when.

  Opening the system-config-printer-gnome tool, the printer is shown
  with a red exclamation symbol on its icon.  The attached screen shot
  shows the ink levels as reported by (presumably) CUPS.

  If I attempt to print a document, the document enters and exits the
  printer queue and no job errors are reported, but the document doesn't
  print.

  The printer itself reports all four ink tanks as close to full, and it
  is possible to print test pages from the printer.  These test pages
  prove the presence of ink in all four tanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: cups 1.5.0-8ubuntu6
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Feb 11 09:38:04 2012
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  Lpstat:
   device for Brother-MFC-410CN: 
dnssd://Brother%20MFC-410CN%20(BRN_6347A2_P1)._printer._tcp.local/
   device for mfc-410cn: socket://192.168.0.2:9100
   device for mfc-410cn-appsocket: 
dnssd://Brother%20MFC-410CN%20(BRN_6347A2_P1)._pdl-datastream._tcp.local/
  MachineType: Gigabyte Technology Co., Ltd. G31M-S2L
  Papersize: letter
  PpdFiles:
   mfc-410cn: Brother MFC-410CN CUPS v1.1
   Brother-MFC-410CN: Brother MFC-410CN CUPS v1.1
   mfc-410cn-appsocket: Brother MFC-410CN CUPS v1.1
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-15-generic 
root=UUID=89de61f8-b854-4250-bc5f-665428596b33 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to oneiric on 2012-02-04 (6 days ago)
  dmi.bios.date: 06/05/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6
  dmi.board.name: G31M-S2L
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd06/05/2008:svnGigabyteTechnologyCo.,Ltd.:pnG31M-S2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG31M-S2L:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: G31M-S2L
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1096397] Re: Cannot add printer attached to another PC in network

2018-08-10 Thread gf
Hello John,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1096397
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

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

Title:
  Cannot add printer attached to another PC in network

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  All 3 PCs in my simple home network run Precise & are peers (i.e. no
  server). A printer is attached to a desktop by usb cable. I cannot
  successfully add this printer to laptop. If I try the standard GUI
  (for Printing called from Settings GUI), it  allows me to to find it
  (as 192.168.1.2:631) but when I select the make & model, it says CUPS
  error "client-error-not-possible". When I use CUPS (i.e. localhost:631
  in Firefox & select 'Add a printer'), it allows me to do it but it
  then says 'not responding' when I try to print to it.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-35.55-generic-pae 3.2.34
  Uname: Linux 3.2.0-35-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: i386
  Date: Sat Jan  5 16:21:24 2013
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
  Lpstat:
   
  MachineType: Acer Aspire V5-531
  MarkForUpload: True
  Papersize: a4
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-35-generic-pae 
root=UUID=b1d72d8c-6f9b-495f-abb4-a77cfe06e71f ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/12/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: V1.12
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire V5-531
  dmi.board.vendor: Acer
  dmi.board.version: V1.12
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.12
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV1.12:bd06/12/2012:svnAcer:pnAspireV5-531:pvrV1.12:rvnAcer:rnAspireV5-531:rvrV1.12:cvnAcer:ct9:cvrV1.12:
  dmi.product.name: Aspire V5-531
  dmi.product.version: V1.12
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1786233] GsettingsChanges.txt

2018-08-10 Thread Ben Aceler
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1786233/+attachment/5173662/+files/GsettingsChanges.txt

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

Title:
  Can't rename a desktop file

Status in nautilus package in Ubuntu:
  Incomplete

Bug description:
  Nautilus allows to rename any generic file, including the extension
  part. For example, I can rename "Image.jpeg" to "Image.jpg" or even
  "Image.png" which is not right, but still possible.

  Dekstop files are different. If I try to rename firefox.desktop to 
firefox.txt in order to edit this file manually, I can't do so, because 
nautilus always add desktop extension. If I accidentially rename regular file 
to a desktop file, I can't rename it back, because Nautilus throw an error, 
that this desktop file has a wrong format (obviously because it is not a 
desktop file).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  CurrentDesktop: pop:GNOME
  DistroRelease: Pop!_OS 18.04
  InstallationDate: Installed on 2018-01-08 (213 days ago)
  InstallationMedia: Pop_OS 17.10 "Artful Aardvark" - Release amd64 (20171219)
  Package: nautilus 1:3.26.3-0ubuntu4 [origin: Ubuntu]
  PackageArchitecture: amd64
  Tags: third-party-packages wayland-session bionic
  Uname: Linux 4.18.0-041800rc8-generic x86_64
  UnreportableReason: Этот пакет не является официальным пакетом Pop!_OS. 
Пожалуйста, удалите все сторонние пакеты и попробуйте снова.
  UpgradeStatus: Upgraded to bionic on 2018-05-04 (97 days ago)
  UserGroups: adm kvm lpadmin sudo tty vboxusers video
  _MarkForUpload: True
  usr_lib_nautilus:

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

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


[Desktop-packages] [Bug 1786233] ProcEnviron.txt

2018-08-10 Thread Ben Aceler
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1786233/+attachment/5173664/+files/ProcEnviron.txt

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

Title:
  Can't rename a desktop file

Status in nautilus package in Ubuntu:
  Incomplete

Bug description:
  Nautilus allows to rename any generic file, including the extension
  part. For example, I can rename "Image.jpeg" to "Image.jpg" or even
  "Image.png" which is not right, but still possible.

  Dekstop files are different. If I try to rename firefox.desktop to 
firefox.txt in order to edit this file manually, I can't do so, because 
nautilus always add desktop extension. If I accidentially rename regular file 
to a desktop file, I can't rename it back, because Nautilus throw an error, 
that this desktop file has a wrong format (obviously because it is not a 
desktop file).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  CurrentDesktop: pop:GNOME
  DistroRelease: Pop!_OS 18.04
  InstallationDate: Installed on 2018-01-08 (213 days ago)
  InstallationMedia: Pop_OS 17.10 "Artful Aardvark" - Release amd64 (20171219)
  Package: nautilus 1:3.26.3-0ubuntu4 [origin: Ubuntu]
  PackageArchitecture: amd64
  Tags: third-party-packages wayland-session bionic
  Uname: Linux 4.18.0-041800rc8-generic x86_64
  UnreportableReason: Этот пакет не является официальным пакетом Pop!_OS. 
Пожалуйста, удалите все сторонние пакеты и попробуйте снова.
  UpgradeStatus: Upgraded to bionic on 2018-05-04 (97 days ago)
  UserGroups: adm kvm lpadmin sudo tty vboxusers video
  _MarkForUpload: True
  usr_lib_nautilus:

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

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


[Desktop-packages] [Bug 1786233] Re: Can't rename a desktop file

2018-08-10 Thread Ben Aceler
apport information

** Tags added: apport-collected bionic third-party-packages wayland-
session

** Description changed:

  Nautilus allows to rename any generic file, including the extension
  part. For example, I can rename "Image.jpeg" to "Image.jpg" or even
  "Image.png" which is not right, but still possible.
  
- Dekstop files are different. If I try to rename firefox.desktop to
- firefox.txt in order to edit this file manually, I can't do so, because
- nautilus always add desktop extension. If I accidentially rename regular
- file to a desktop file, I can't rename it back, because Nautilus throw
- an error, that this desktop file has a wrong format (obviously because
- it is not a desktop file).
+ Dekstop files are different. If I try to rename firefox.desktop to 
firefox.txt in order to edit this file manually, I can't do so, because 
nautilus always add desktop extension. If I accidentially rename regular file 
to a desktop file, I can't rename it back, because Nautilus throw an error, 
that this desktop file has a wrong format (obviously because it is not a 
desktop file).
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.3
+ Architecture: amd64
+ CurrentDesktop: pop:GNOME
+ DistroRelease: Pop!_OS 18.04
+ InstallationDate: Installed on 2018-01-08 (213 days ago)
+ InstallationMedia: Pop_OS 17.10 "Artful Aardvark" - Release amd64 (20171219)
+ Package: nautilus 1:3.26.3-0ubuntu4 [origin: Ubuntu]
+ PackageArchitecture: amd64
+ Tags: third-party-packages wayland-session bionic
+ Uname: Linux 4.18.0-041800rc8-generic x86_64
+ UnreportableReason: Этот пакет не является официальным пакетом Pop!_OS. 
Пожалуйста, удалите все сторонние пакеты и попробуйте снова.
+ UpgradeStatus: Upgraded to bionic on 2018-05-04 (97 days ago)
+ UserGroups: adm kvm lpadmin sudo tty vboxusers video
+ _MarkForUpload: True
+ usr_lib_nautilus:

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1786233/+attachment/5173661/+files/Dependencies.txt

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

Title:
  Can't rename a desktop file

Status in nautilus package in Ubuntu:
  Incomplete

Bug description:
  Nautilus allows to rename any generic file, including the extension
  part. For example, I can rename "Image.jpeg" to "Image.jpg" or even
  "Image.png" which is not right, but still possible.

  Dekstop files are different. If I try to rename firefox.desktop to 
firefox.txt in order to edit this file manually, I can't do so, because 
nautilus always add desktop extension. If I accidentially rename regular file 
to a desktop file, I can't rename it back, because Nautilus throw an error, 
that this desktop file has a wrong format (obviously because it is not a 
desktop file).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  CurrentDesktop: pop:GNOME
  DistroRelease: Pop!_OS 18.04
  InstallationDate: Installed on 2018-01-08 (213 days ago)
  InstallationMedia: Pop_OS 17.10 "Artful Aardvark" - Release amd64 (20171219)
  Package: nautilus 1:3.26.3-0ubuntu4 [origin: Ubuntu]
  PackageArchitecture: amd64
  Tags: third-party-packages wayland-session bionic
  Uname: Linux 4.18.0-041800rc8-generic x86_64
  UnreportableReason: Этот пакет не является официальным пакетом Pop!_OS. 
Пожалуйста, удалите все сторонние пакеты и попробуйте снова.
  UpgradeStatus: Upgraded to bionic on 2018-05-04 (97 days ago)
  UserGroups: adm kvm lpadmin sudo tty vboxusers video
  _MarkForUpload: True
  usr_lib_nautilus:

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

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


[Desktop-packages] [Bug 1786233] ProcCpuinfoMinimal.txt

2018-08-10 Thread Ben Aceler
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1786233/+attachment/5173663/+files/ProcCpuinfoMinimal.txt

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

Title:
  Can't rename a desktop file

Status in nautilus package in Ubuntu:
  Incomplete

Bug description:
  Nautilus allows to rename any generic file, including the extension
  part. For example, I can rename "Image.jpeg" to "Image.jpg" or even
  "Image.png" which is not right, but still possible.

  Dekstop files are different. If I try to rename firefox.desktop to 
firefox.txt in order to edit this file manually, I can't do so, because 
nautilus always add desktop extension. If I accidentially rename regular file 
to a desktop file, I can't rename it back, because Nautilus throw an error, 
that this desktop file has a wrong format (obviously because it is not a 
desktop file).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  CurrentDesktop: pop:GNOME
  DistroRelease: Pop!_OS 18.04
  InstallationDate: Installed on 2018-01-08 (213 days ago)
  InstallationMedia: Pop_OS 17.10 "Artful Aardvark" - Release amd64 (20171219)
  Package: nautilus 1:3.26.3-0ubuntu4 [origin: Ubuntu]
  PackageArchitecture: amd64
  Tags: third-party-packages wayland-session bionic
  Uname: Linux 4.18.0-041800rc8-generic x86_64
  UnreportableReason: Этот пакет не является официальным пакетом Pop!_OS. 
Пожалуйста, удалите все сторонние пакеты и попробуйте снова.
  UpgradeStatus: Upgraded to bionic on 2018-05-04 (97 days ago)
  UserGroups: adm kvm lpadmin sudo tty vboxusers video
  _MarkForUpload: True
  usr_lib_nautilus:

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

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


[Desktop-packages] [Bug 1727356] Re: Login screen never appears on early generation Intel GPUs (Core2 and Atom etc)

2018-08-10 Thread Daniel van Vugt
The fix (we hope it works for you all) has finally landed upstream:
https://gitlab.gnome.org/GNOME/mutter/commit/f7af32a3eaef

** Changed in: mesa (Ubuntu)
Milestone: ubuntu-18.04.1 => None

** No longer affects: mesa (Ubuntu)

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

Title:
  Login screen never appears on early generation Intel GPUs (Core2 and
  Atom etc)

Status in GNOME Shell:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Triaged
Status in mutter package in Ubuntu:
  Triaged

Bug description:
  Wayland sessions (including the login screen itself) don't start up on
  older Intel GPUs.

  ---

  Workaround:

  Ctrl+Alt+F4, log in, edit /etc/gdm3/custom.conf and uncomment the line:
  #WaylandEnable=false

  ---

  Proposed fix:
  https://gitlab.gnome.org/GNOME/mutter/merge_requests/160

  ---

  $ lsb_release -rd
  Description:  Ubuntu 17.10
  Release:  17.10

  Upgraded from 17.04 today.

  Steps to reproduce:

  - Start the PC or log out/end session in case it's running with an Xorg 
desktop already.
  - Attempt to log in, using 'Ubuntu'

  Expected to happen:

  Desktop appears.

  Actually happening:

  5 seconds of black screen, then the login screen appears again.

  Partial diagnosis:

  - Logging in using 'Ubuntu on Xorg' works fine and as expected.

  - Extracted a syslog of such a failed attempt, see attached file.
  ---
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3DistroRelease: Ubuntu 17.10
  InstallationDate: Installed on 2016-05-04 (539 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Package: gnome-shell 3.26.1-0ubuntu5
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Tags: artful package-from-proposed third-party-packages
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: Upgraded to artful on 2017-10-25 (0 days ago)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo www-data
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1727356/+subscriptions

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


[Desktop-packages] [Bug 1780664] Re: Recent libgl-mesa graphics update prevents drop down list menu appearing in apps like firefox three line/bar menu icon

2018-08-10 Thread Timo Aaltonen
** Description changed:

- PROBLEM
+ [Impact]
  
  Recent libgl-mesa 18.0.5-0ubuntu0~16.04.1 graphics update prevents
  drop down list menu appearing in apps like firefox three line/bar menu
  icon.
  
  After recently applying updates, left clicking on some application
  menus and icons no longer displays a drop-down menu list.
  
  For example in Firefox when I left-click on the **three line/bar**
  icon in the upper right-hand corner, the normal drop down list menu
  does not display.  Also the menu drop down doesn't display in
  keypassx.  Further xchat-gnome doesn't even display a window.
  
  Another anomaly is that my KDE bottom menu bar changed to a dark
  theme.
  
  
- BACKGROUND
+ [Test case]
+ 
+ Install the update, log in and check that things work normally again
+ 
+ [Regression potential]
+ 
+ none, this just prevents a premature feature to kick in
+ 
+ [Other info]
  
  I'm using Kubuntu 16.04 on an Intel i7-7700k computer with Intel HD
  Graphics.  I have KDE **System Settings -> Compositor** enabled with:
  
-Scale method  :Accurate
-Rendering backend: OpenGL 3.1
-OpenGL interface:  GLX
-Tearing prevention ("vsync"):  Full screen repaints
-Keep window thumbnails:Only for Shown Windows
- 
+    Scale method  :Accurate
+    Rendering backend: OpenGL 3.1
+    OpenGL interface:  GLX
+    Tearing prevention ("vsync"):  Full screen repaints
+    Keep window thumbnails:Only for Shown Windows
  
  INVESTIGATION
  
  After several hours of searching the Internet I found one other case
  of a similar problem.
  
-Firefox's Menu Bar won't open
-https://support.mozilla.org/en-US/questions/1194760
+    Firefox's Menu Bar won't open
+    https://support.mozilla.org/en-US/questions/1194760
  
  The reported solution was to rollback the graphics drivers.
- 
  
  Because the issues cropped up after applying updates on July 6, 2018,
  I tracked down the list of recent updates with:
  
-grep -A 2 'Start-Date: 2018-07-06' /var/log/apt/history.log | tail -1
+    grep -A 2 'Start-Date: 2018-07-06' /var/log/apt/history.log | tail -1
  >packages.txt
  
  After some editing to place packages on separate lines, and
  identifying the grahics libraries, I arrived at the following list:
  
  --
  
  libgles2-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libglapi-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libglapi-mesa:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libxatracker2:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libegl1-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgbm1:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libwayland-egl1-mesa:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-dri:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-dri:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libosmesa6:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libosmesa6:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-glx:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  libgl1-mesa-glx:i386 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  mesa-vdpau-drivers:amd64 (17.2.8-0ubuntu0~16.04.1 18.0.5-0ubuntu0~16.04.1)
  
  --
  
  To revert to the prior graphic drivers I tracked down the '.deb'
  packages for each of the above packages and downloaded the
  '17.2.8-0ubuntu0~16.04.1' version.
  
  For example:
  
  
https://launchpad.net/ubuntu/xenial/amd64/libxatracker2/17.2.8-0ubuntu0~16.04.1
  
  I also discovered that some of these depended on
  libllvm5.0_5.0-3~16.04.1 so I also downloaded the following files:
  
-   libllvm5.0_5.0-3~16.04.1_amd64.deb
-   libllvm5.0_5.0-3~16.04.1_i386.deb
- 
+   libllvm5.0_5.0-3~16.04.1_amd64.deb
+   libllvm5.0_5.0-3~16.04.1_i386.deb
  
  WORKAROUND (ROLLBACK TO PRIOR VERSION)
  
  Install older versions with:
  
  sudo dpkg -i \
-   libllvm5.0_5.0-3~16.04.1_amd64.deb \
-   libllvm5.0_5.0-3~16.04.1_i386.deb \
-   libegl1-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
-   libgbm1_17.2.8-0ubuntu0~16.04.1_amd64.deb \
-   libgl1-mesa-dri_17.2.8-0ubuntu0~16.04.1_amd64.deb \
-   libgl1-mesa-dri_17.2.8-0ubuntu0~16.04.1_i386.deb \
-   libgl1-mesa-glx_17.2.8-0ubuntu0~16.04.1_amd64.deb \
-   libgl1-mesa-glx_17.2.8-0ubuntu0~16.04.1_i386.deb \
-   libglapi-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
-   libglapi-mesa_17.2.8-0ubuntu0~16.04.1_i386.deb \
-   libgles2-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
-   libosmesa6_17.2.8-0ubuntu0~16.04.1_amd64.deb \
-   libosmesa6_17.2.8-0ubuntu0~16.04.1_i386.deb \
-   libwayland-egl1-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb \
-   libxatracker2_17.2.8-0ubuntu0~16.04.1_amd64.deb \
-   mesa-vdpau-drivers_17.2.8-0ubuntu0~16.04.1_amd64.deb
- 
+   libllvm5.0_5.0-3~16.04.1_amd64.deb \
+   

[Desktop-packages] [Bug 741255] Re: internetconnection via modem after many trials

2018-08-10 Thread Paul White
Henk,

We are sorry that we do not always have the capacity to review all
reported bugs in a timely manner. You reported this bug some time ago
and there have been many changes in Ubuntu since that time.

We would like to close this bug report but before we do we are asking do
you still see a problem related to the one that was reported? It's
unclear why this was reported as being a problem with Firefox. If you
are still affected you please give us a lot more information about the
problem.

If we do not hear from you the bug report will close itself in
approximately 60 days time.

Thank you for helping make Ubuntu better.

Paul White
[Ubuntu Bug Squad]


** Changed in: firefox (Ubuntu)
   Status: New => Incomplete

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

Title:
  internetconnection via modem after many trials

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  type modem-Thomson speedtoch 546i 
  ubuntu 10.10
  I cannot get a name of the used version 

  sometimes it takes an hour before there is a connection with the internet .
  I think this is a modem software problem.

  now my internetconnection has gone  so it takes some time before i can
  send you this report.

  below a part of my system log:

  
  Mar 23 21:41:38 rein-Dell-DE051 kernel: [ 4893.004314] e100 :01:08.0: 
eth0: NIC Link is Down
  Mar 23 21:41:39 rein-Dell-DE051 dhclient: DHCPDISCOVER on eth0 to 
255.255.255.255 port 67 interval 10
  Mar 23 21:41:43 rein-Dell-DE051 NetworkManager[801]:  (eth0): device 
state change: 7 -> 2 (reason 40)
  Mar 23 21:41:43 rein-Dell-DE051 NetworkManager[801]:  (eth0): 
deactivating device (reason: 40).
  Mar 23 21:41:43 rein-Dell-DE051 NetworkManager[801]:  (eth0): canceled 
DHCP transaction, DHCP client pid 2021
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  (eth0): carrier 
now ON (device state 2)
  Mar 23 21:41:44 rein-Dell-DE051 kernel: [ 4899.004157] e100 :01:08.0: 
eth0: NIC Link is Up 100 Mbps Full Duplex
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  (eth0): device 
state change: 2 -> 3 (reason 40)
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  Activation (eth0) 
starting connection 'Auto eth0'
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  (eth0): device 
state change: 3 -> 4 (reason 0)
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  Activation (eth0) 
Stage 1 of 5 (Device Prepare) scheduled...
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  Activation (eth0) 
Stage 1 of 5 (Device Prepare) started...
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  Activation (eth0) 
Stage 2 of 5 (Device Configure) scheduled...
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  Activation (eth0) 
Stage 1 of 5 (Device Prepare) complete.
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  Activation (eth0) 
Stage 2 of 5 (Device Configure) starting...
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  (eth0): device 
state change: 4 -> 5 (reason 0)
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  Activation (eth0) 
Stage 2 of 5 (Device Configure) successful.
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  Activation (eth0) 
Stage 3 of 5 (IP Configure Start) scheduled.
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  Activation (eth0) 
Stage 2 of 5 (Device Configure) complete.
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  Activation (eth0) 
Stage 3 of 5 (IP Configure Start) started...
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  (eth0): device 
state change: 5 -> 7 (reason 0)
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  Activation (eth0) 
Beginning DHCPv4 transaction (timeout in 45 seconds)
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  dhclient started 
with pid 2023
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  Activation (eth0) 
Stage 3 of 5 (IP Configure Start) complete.
  Mar 23 21:41:44 rein-Dell-DE051 dhclient: Internet Systems Consortium DHCP 
Client V3.1.3
  Mar 23 21:41:44 rein-Dell-DE051 dhclient: Copyright 2004-2009 Internet 
Systems Consortium.
  Mar 23 21:41:44 rein-Dell-DE051 dhclient: All rights reserved.
  Mar 23 21:41:44 rein-Dell-DE051 dhclient: For info, please visit 
https://www.isc.org/software/dhcp/
  Mar 23 21:41:44 rein-Dell-DE051 dhclient: 
  Mar 23 21:41:44 rein-Dell-DE051 dhclient: Listening on 
LPF/eth0/00:16:76:31:30:6f
  Mar 23 21:41:44 rein-Dell-DE051 dhclient: Sending on   
LPF/eth0/00:16:76:31:30:6f
  Mar 23 21:41:44 rein-Dell-DE051 dhclient: Sending on   Socket/fallback
  Mar 23 21:41:44 rein-Dell-DE051 dhclient: DHCPREQUEST of 10.0.0.2 on eth0 to 
255.255.255.255 port 67
  Mar 23 21:41:44 rein-Dell-DE051 NetworkManager[801]:  (eth0): DHCPv4 
state changed nbi -> preinit
  Mar 23 21:41:47 rein-Dell-DE051 dhclient: DHCPREQUEST of 10.0.0.2 on eth0 to 

[Desktop-packages] [Bug 614961] Re: Firefox freezes on launch with 'futex_wait_queue_me'

2018-08-10 Thread Paul White
Danté and anyone else affected,

We are sorry that we do not always have the capacity to review all
reported bugs in a timely manner. You reported this bug some time ago
and there have been many changes in Ubuntu since that time.

We would like to close this bug report as it refers to old versions of
Ubuntu and Firefox but before we do we are asking do you still see a
problem related to the one that was reported?

If we do not hear from you the bug report will close itself in
approximately 60 days time.

Thank you for helping make Ubuntu better.

Paul White
[Ubuntu Bug Squad]



** Changed in: firefox (Ubuntu)
   Status: New => Incomplete

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

Title:
  Firefox freezes on launch with 'futex_wait_queue_me'

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  Every time I start Firefox, both firefox and java are listed as
  'futex_wait_queue_me' in the system monitor. Firefox is not responsive
  at this time. I have no java applications running on either the
  computer nor firefox. This happens every time I launch firefox.

  Everything becomes unresponsive, webpage content, scrollbars, UI
  buttons and window controls.

  Checking on this tells me people around 8.10 got this bug. However, I
  am on 10.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.8+build1+nobinonly-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Sun Aug  8 11:19:21 2010
  FirefoxPackages:
   firefox 3.6.8+build1+nobinonly-0ubuntu0.10.04.1
   firefox-gnome-support 3.6.8+build1+nobinonly-0ubuntu0.10.04.1
   firefox-branding 3.6.8+build1+nobinonly-0ubuntu0.10.04.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox

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

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


[Desktop-packages] [Bug 837981] Re: Firefox ne peut plus utiliser les marques pages et l'historique

2018-08-10 Thread Paul White
Simon,

We are sorry that we do not always have the capacity to review all
reported bugs in a timely manner. You reported this bug some time ago
and there have been many changes in Ubuntu since that time.

We would like to close this bug report as it refers to old versions of
Ubuntu and Firefox but before we do we are asking do you still see a
problem related to the one that was reported?

If we do not hear from you the bug report will close itself in
approximately 60 days time.

Thank you for helping make Ubuntu better.

Paul White
[Ubuntu Bug Squad]

** Changed in: firefox (Ubuntu)
   Status: New => Incomplete

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

Title:
  Firefox ne peut plus utiliser les marques pages et l'historique

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Le systeme de marques-pages et d'historique ne sera pas operationnel
  car l'un des fichiers de Firefox est en cours d'utilisation par une
  autre application. Certains logiciels de securite peuvent causer ce 
  probleme.


Paramètres de base de l'application

  Nom
  Firefox

  Version
  6.0

  Agent utilisateur
  Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20100101 Firefox/6.0

  Répertoire de profil

Ouvrir le dossier correspondant

  Plugins activés

about:plugins

  Configuration de compilation

about:buildconfig

Extensions

  Nom

  Version

  Activée

  ID

  Bindwood
  1.99.0
  true
  bindw...@ubuntu.com

  DownloadHelper
  4.9.5
  true
  {b9db16a4-6edc-47ec-a1f4-b86292ed211d}

  FireFTP
  1.99.5
  true
  {a7c6cf7f-112c-4500-a7ea-39801a327e5f}

  Global Menu Bar integration
  1.0.7
  true
  globalm...@ubuntu.com

  Silvermel and Charamel XT
  1.4.3
  true
  silverme...@pardal.de

  Ubuntu Firefox Modifications
  0.9.1
  true
  ubu...@ubuntu.com

Préférences modifiées

Nom

Valeur

  accessibility.typeaheadfind.flashBar
  0

  browser.places.importBookmarksHTML
  false

  browser.places.smartBookmarksVersion
  2

  browser.startup.homepage
  http://mail2.voila.fr/webmail/fr_FR/login.html

  browser.startup.homepage_override.buildID
  20110812234425

  browser.startup.homepage_override.mstone
  rv:6.0

  extensions.lastAppVersion
  6.0

  network.cookie.prefsMigrated
  true

  places.database.lastMaintenance
  1314132366

  places.history.expiration.transient_current_max_pages
  10386

  places.last_vacuum
  1295617258

  print.print_printer
  Imprimer dans un fichier

  print.printer_Imprimer_dans_un_fichier.print_bgcolor
  true

  print.printer_Imprimer_dans_un_fichier.print_bgimages
  true

  print.printer_Imprimer_dans_un_fichier.print_colorspace
  default

  print.printer_Imprimer_dans_un_fichier.print_command
  lpr ${MOZ_PRINTER_NAME:+-P"$MOZ_PRINTER_NAME"}

  print.printer_Imprimer_dans_un_fichier.print_downloadfonts
  false

  print.printer_Imprimer_dans_un_fichier.print_edge_bottom
  0

  print.printer_Imprimer_dans_un_fichier.print_edge_left
  0

  print.printer_Imprimer_dans_un_fichier.print_edge_right
  0

  print.printer_Imprimer_dans_un_fichier.print_edge_top
  0

  print.printer_Imprimer_dans_un_fichier.print_evenpages
  true

  print.printer_Imprimer_dans_un_fichier.print_footercenter

  print.printer_Imprimer_dans_un_fichier.print_footerleft

  print.printer_Imprimer_dans_un_fichier.print_footerright

  print.printer_Imprimer_dans_un_fichier.print_headercenter

  print.printer_Imprimer_dans_un_fichier.print_headerleft

  print.printer_Imprimer_dans_un_fichier.print_headerright

  print.printer_Imprimer_dans_un_fichier.print_in_color
  true

  print.printer_Imprimer_dans_un_fichier.print_margin_bottom
  0.50012107193

  print.printer_Imprimer_dans_un_fichier.print_margin_left
  0.50012107193

  print.printer_Imprimer_dans_un_fichier.print_margin_right
  0.50012107193

  print.printer_Imprimer_dans_un_fichier.print_margin_top
  0.50012107193

  print.printer_Imprimer_dans_un_fichier.print_oddpages
  true

  print.printer_Imprimer_dans_un_fichier.print_orientation
  0

  

[Desktop-packages] [Bug 799781] Re: Pas de visualisation vidéos

2018-08-10 Thread Paul White
Dialog,

We are sorry that we do not always have the capacity to review all
reported bugs in a timely manner. You reported this bug some time ago
and there have been many changes in Ubuntu since that time.

We would like to close this bug report as it refers to old versions of
Ubuntu and Firefox but before we do we are asking do you still see a
problem related to the one that was reported?

If we do not hear from you the bug report will close itself in
approximately 60 days time.

Thank you for helping make Ubuntu better.

Paul White
[Ubuntu Bug Squad]

** Changed in: firefox (Ubuntu)
   Status: New => Incomplete

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

Title:
  Pas de visualisation vidéos

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  Quand je vais sur certains sites je n'ai plus de diffusion des video.
  par exemple sur: M6REPLAY
  merci de votre aide

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: firefox 3.6.17+build3+nobinonly-0ubuntu0.10.10.1
  ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11
  Uname: Linux 2.6.35-28-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Mon Jun 20 17:04:46 2011
  FirefoxPackages:
   firefox 3.6.17+build3+nobinonly-0ubuntu0.10.10.1
   firefox-gnome-support 3.6.17+build3+nobinonly-0ubuntu0.10.10.1
   firefox-branding 3.6.17+build3+nobinonly-0ubuntu0.10.10.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  ProcEnviron:
   LANG=fr_FR.utf8
   SHELL=/bin/bash
  SourcePackage: firefox

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

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


[Desktop-packages] [Bug 1786432] [NEW] Collect DCD file

2018-08-10 Thread Jean-Baptiste Lallement
Public bug reported:

OEM use a tracking id called Distribution Channel Descriptor (DCD)
located in .disk/ubuntu_dist_channel and installed by Ubiquity to
/var/lib/ubuntu_dist_channel

When this information exists ubuntu-report must collect the tracking id.
The proposal is to store it in the OEM key:

[...]
"OEM": {
"Vendor": "Vendor Name",
"Product": "4287CTO",
"DCD": "
  }
[...]


[1] https://wiki.ubuntu.com/FoundationsTeam/Specs/OemTrackingId

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: ubuntu-report 1.2.0
ProcVersionSignature: Ubuntu 4.17.0-6.7-generic 4.17.9
Uname: Linux 4.17.0-6-generic x86_64
ApportVersion: 2.20.10-0ubuntu7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Aug 10 10:23:04 2018
Dependencies:
 gcc-8-base 8.2.0-1ubuntu2
 libc6 2.27-3ubuntu1
 libgcc1 1:8.2.0-1ubuntu2
InstallationDate: Installed on 2014-07-15 (1487 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520)
SourcePackage: ubuntu-report
UpgradeStatus: Upgraded to cosmic on 2018-03-24 (138 days ago)

** Affects: ubuntu-report (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug cosmic

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

Title:
  Collect DCD file

Status in ubuntu-report package in Ubuntu:
  New

Bug description:
  OEM use a tracking id called Distribution Channel Descriptor (DCD)
  located in .disk/ubuntu_dist_channel and installed by Ubiquity to
  /var/lib/ubuntu_dist_channel

  When this information exists ubuntu-report must collect the tracking
  id. The proposal is to store it in the OEM key:

  [...]
  "OEM": {
  "Vendor": "Vendor Name",
  "Product": "4287CTO",
  "DCD": "
}
  [...]

  
  [1] https://wiki.ubuntu.com/FoundationsTeam/Specs/OemTrackingId

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: ubuntu-report 1.2.0
  ProcVersionSignature: Ubuntu 4.17.0-6.7-generic 4.17.9
  Uname: Linux 4.17.0-6-generic x86_64
  ApportVersion: 2.20.10-0ubuntu7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Aug 10 10:23:04 2018
  Dependencies:
   gcc-8-base 8.2.0-1ubuntu2
   libc6 2.27-3ubuntu1
   libgcc1 1:8.2.0-1ubuntu2
  InstallationDate: Installed on 2014-07-15 (1487 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520)
  SourcePackage: ubuntu-report
  UpgradeStatus: Upgraded to cosmic on 2018-03-24 (138 days ago)

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

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


[Desktop-packages] [Bug 1735991] Re: QL-570 printer : the led flashes red and nothing happens

2018-08-10 Thread Sandro
I resolved the issue by setting proper Page Size (62 x 38 mm) in CUPS
and glabels. My QL-570 is now working with the latest driver version
1.4.2-3+b1 from Ubuntu. I attached the glabels template for reference.
It is also possible to print smaller labels (same width, different
height) without adjusting the printer settings. Perfect!

~napk

** Attachment added: "Brother_DK44205_62x38.template"
   
https://bugs.launchpad.net/ubuntu/+source/ptouch-driver/+bug/1735991/+attachment/5173684/+files/Brother_DK44205_62x38.template

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

Title:
  QL-570 printer : the led flashes red and nothing happens

Status in ptouch-driver package in Ubuntu:
  Confirmed

Bug description:

  The label printer Brother QL-570 refuses to print ...

  When I ask the printer to print, the led flashes red and nothing
  happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: printer-driver-ptouch 1.4.2-2
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  3 13:46:56 2017
  InstallationDate: Installed on 2017-12-03 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  SourcePackage: ptouch-driver
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ptouch-driver/+bug/1735991/+subscriptions

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


[Desktop-packages] [Bug 749534] Re: sometimes have a black 1inch strip vertical left side of broser window

2018-08-10 Thread Paul White
Aurel,

We are sorry that we do not always have the capacity to review all
reported bugs in a timely manner. You reported this bug some time ago
and there have been many changes in Ubuntu since that time.

We would like to close this bug report as it refers to old versions of
Ubuntu and Firefox but before we do we are asking do you still see a
problem related to the one that was reported?

If we do not hear from you the bug report will close itself in
approximately 60 days time.

Thank you for helping make Ubuntu better.

Paul White
[Ubuntu Bug Squad]


** Changed in: firefox (Ubuntu)
   Status: New => Incomplete

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

Title:
  sometimes have a black 1inch strip vertical left side of broser window

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  sometimes have a black 1inch strip vertical left side of broser
  window, seems to be a video card - browser compatibility bug

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: firefox 3.6.16+build1+nobinonly-0ubuntu0.10.10.1
  ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
  Uname: Linux 2.6.35-28-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Sun Apr  3 13:07:06 2011
  FirefoxPackages:
   firefox 3.6.16+build1+nobinonly-0ubuntu0.10.10.1
   firefox-gnome-support 3.6.16+build1+nobinonly-0ubuntu0.10.10.1
   firefox-branding 3.6.16+build1+nobinonly-0ubuntu0.10.10.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: firefox

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

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


[Desktop-packages] [Bug 773887] Re: video applet starts on facebook when I open pitures

2018-08-10 Thread Paul White
Alvise,

We are sorry that we do not always have the capacity to review all
reported bugs in a timely manner. You reported this bug some time ago
and there have been many changes in Ubuntu since that time.

We would like to close this bug report as it refers to old versions of
Ubuntu and XX but before we do we are asking do you still see a
problem related to the one that was reported?

If we do not hear from you the bug report will close itself in
approximately 60 days time.

Thank you for helping make Ubuntu better.

Paul White
[Ubuntu Bug Squad]


** Changed in: firefox (Ubuntu)
   Status: New => Incomplete

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

Title:
  video applet starts on facebook when I open pitures

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  when I open a picture in facebook, after having viewed one or more
  videos in facebook and stopped playing, all these videos start again.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: firefox 3.6.16+build1+nobinonly-0ubuntu0.10.10.1
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Sat Apr 30 08:24:42 2011
  FirefoxPackages:
   firefox 3.6.16+build1+nobinonly-0ubuntu0.10.10.1
   firefox-gnome-support 3.6.16+build1+nobinonly-0ubuntu0.10.10.1
   firefox-branding 3.6.16+build1+nobinonly-0ubuntu0.10.10.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  ProcEnviron:
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox

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

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


[Desktop-packages] [Bug 785977] Re: Character set submenus do not appear

2018-08-10 Thread Edward Cherlin
The Text Encoding submenu is in the View menu, but it does not open in
Firefox 61.0.1 in Ubuntu 18.04.

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

Title:
  Character set submenus do not appear

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  Ubuntu Natty Narwhal 11.04
  Unity 2D
  Firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.2

  When I click on View-->Character Sets, most of the submenus fail to
  appear, including Autodetect,  each of the regional submenus under
  More, and Unicode. The result is that I cannot select any character
  set to view the page in. This makes it harder to diagnose pages with
  improper coding.

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

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


[Desktop-packages] [Bug 1715931] Re: Update to exiv2 version 0.26

2018-08-10 Thread Ari
Exiv2 0.25 as used by ubuntu 18.04 and the upcoming 18.10 is really
obsolete and this brings all kinds of annoying problems with darktable -
inability to recognize lenses and so on.

Even the current package in 18.10 is obsolete.

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

Title:
  Update to exiv2 version 0.26

Status in exiv2 package in Ubuntu:
  Triaged

Bug description:
  0.26 was released in April

  http://www.exiv2.org/whatsnew.html

  "This release contains a large collection of new features, new lenses
  and bugfixes across all areas of Exiv2. "

  Presumably debian stretch freeze interfered with a prompter update

  Currently in debian exp here:

  https://packages.debian.org/experimental/exiv2

  I was hoping to to get a new feature release of the very popular
  Digikam (5.7.0) into artful under a FFE, but that has bumped the
  minimum exiv2 build depend from 0.25 -> 0.26.

  If due to rdeps etc an update in artful turns out not to be possible,
  I would like to target this for early in 18.04 LTS cycle.

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

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


  1   2   >