[Desktop-packages] [Bug 1660537] [NEW] HTML Tidy is dooing a poor job; please update to newer HTML Tidy

2017-01-30 Thread Jeffrey Walton
Public bug reported:

In the past I ran HTML pages through HTML Tidy provided by MacPorts on
OS X. I'm now working on a  Ubuntu 16.10/Yakkety system, and its doing
an awful job on the pages. When I diff the pages nearly everything has
changed.

For example, Ubuntu's HTML Tidy is not indenting, its adding extra
characters and its stripping whitespace that should remain. Others have
experienced the problem, too:
https://stackoverflow.com/questions/24505764/html-tidy-stripping-space-
at-the-start.

Please update to a more recent version of HTML Tidy.

**

The nice thing about this report is the pages and the script is located
at https://github.com/weidai11/website. You can duplicate with the
following. You don't even need to make a change. Just diff after running
`cleanup.sh`.


   git clone https://github.com/weidai11/website
   cd website
   ./cleanup.sh

HTML Tidy is invoked with the following in the script:

   # Cleanup HTML files
   for file in *.html
   do
  echo " $file "

  echo "tidy: processing file $file..."
  "$HTML_TIDY" --quiet yes --output-bom no --indent auto --wrap 90 -m 
"$file"

  echo "sed: processing file $file..."

  # Delete trailing whitespace
  "$SED" "${SED_OPTS[@]}" -e's/[[:space:]]*$//' "$file"

  # Delete the generator markup tag
  "$SED" "${SED_OPTS[@]}" -e'/
Original-Maintainer: Jason Thomas 
Architecture: amd64
Source: tidy-html5
Version: 1:5.2.0-2
Depends: libc6 (>= 2.14), libtidy5 (= 1:5.2.0-2)
Filename: pool/universe/t/tidy-html5/tidy_5.2.0-2_amd64.deb
Size: 25524
MD5sum: 06fda2013e8edb31fbc37fb2bb407e5c
SHA1: 58b1b60cd8bc2a084d78d374b24fefd24acc7783
SHA256: 6c9492519b78c37f3ac97c88237b7832e4f50d3eb303364e5afb44ecbe0ed548
...

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

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

Title:
  HTML Tidy is dooing a poor job; please update to newer HTML Tidy

Status in tidy package in Ubuntu:
  New

Bug description:
  In the past I ran HTML pages through HTML Tidy provided by MacPorts on
  OS X. I'm now working on a  Ubuntu 16.10/Yakkety system, and its doing
  an awful job on the pages. When I diff the pages nearly everything has
  changed.

  For example, Ubuntu's HTML Tidy is not indenting, its adding extra
  characters and its stripping whitespace that should remain. Others
  have experienced the problem, too:
  https://stackoverflow.com/questions/24505764/html-tidy-stripping-
  space-at-the-start.

  Please update to a more recent version of HTML Tidy.

  **

  The nice thing about this report is the pages and the script is
  located at https://github.com/weidai11/website. You can duplicate with
  the following. You don't even need to make a change. Just diff after
  running `cleanup.sh`.

  
 git clone https://github.com/weidai11/website
 cd website
 ./cleanup.sh

  HTML Tidy is invoked with the following in the script:

 # Cleanup HTML files
 for file in *.html
 do
echo " $file "

echo "tidy: processing file $file..."
"$HTML_TIDY" --quiet yes --output-bom no --indent auto --wrap 90 -m 
"$file"

echo "sed: processing file $file..."

# Delete trailing whitespace
"$SED" "${SED_OPTS[@]}" -e's/[[:space:]]*$//' "$file"

# Delete the generator markup tag
"$SED" "${SED_OPTS[@]}" -e'/
  Original-Maintainer: Jason Thomas 
  Architecture: amd64
  Source: tidy-html5
  Version: 1:5.2.0-2
  Depends: libc6 (>= 2.14), libtidy5 (= 1:5.2.0-2)
  Filename: pool/universe/t/tidy-html5/tidy_5.2.0-2_amd64.deb
  Size: 25524
  MD5sum: 06fda2013e8edb31fbc37fb2bb407e5c
  SHA1: 58b1b60cd8bc2a084d78d374b24fefd24acc7783
  SHA256: 6c9492519b78c37f3ac97c88237b7832e4f50d3eb303364e5afb44ecbe0ed548
  ...

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

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


[Desktop-packages] [Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2017-01-30 Thread CarlosAJY
El error lo analicé con cierto detalle, pues me ha afectado mucho en mi 
trabajo, la discusión del mismo es algo extensa, así que publiqué algo al 
respecto:


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

Title:
  _pygi_argument_from_g_value: code should not be reached

Status in gedit package in Ubuntu:
  Invalid

Bug description:
  Was working on a text file (Haskell actually) when gedit crashed
  repeatedly on a particular line.

  
ERROR:/build/buildd/pygobject-2.28.6/gi/pygi-argument.c:1881:_pygi_argument_from_g_value:
 code should not be reached
  Aborted (core dumped)

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

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


[Desktop-packages] [Bug 1660534] Re: sorry, ubuntu 16.04 has ecprienced an internal error.

2017-01-30 Thread Bhavani Shankar
Converting to a question so that it can be supported initially in the
support tracker.

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/gnome-software/+question/449026

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

Title:
  sorry, ubuntu 16.04 has ecprienced an internal error.

Status in gnome-software package in Ubuntu:
  Invalid

Bug description:
  please give me proper guide about this error through mail or by your
  answer so i can recover that error

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

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


[Desktop-packages] [Bug 1660534] [NEW] sorry, ubuntu 16.04 has ecprienced an internal error.

2017-01-30 Thread Ajit Thakor
Public bug reported:

please give me proper guide about this error through mail or by your
answer so i can recover that error

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

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

Title:
  sorry, ubuntu 16.04 has ecprienced an internal error.

Status in gnome-software package in Ubuntu:
  New

Bug description:
  please give me proper guide about this error through mail or by your
  answer so i can recover that error

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

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


[Desktop-packages] [Bug 411688] Re: pulseaudio floods network with multicast packets

2017-01-30 Thread Ka-Hing Cheung
just discovered this on 16.04, pactl unload-module module-rtp-send
"fixed" it

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

Title:
  pulseaudio floods network with multicast packets

Status in PulseAudio:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed
Status in pulseaudio package in Arch Linux:
  Unknown
Status in pulseaudio package in Debian:
  Fix Released

Bug description:
  Binary package hint: pulseaudio

  Since a karmic update last week, when pulseaudio is running it floods
  the network with multicast packets, to the point where the wireless
  interface I'm using is so flooded that no other network traffic can be
  transfered.

  Here is a snippet of tcpdump -i wlan 0 -n:
  ---8<---
  01:10:36.532748 IP (tos 0x10, ttl 1, id 23823, offset 0, flags [DF], proto 
UDP (17), length 1320)
  10.0.0.1.45232 > 224.0.0.56.46812: UDP, length 1292
0x:  4510 0528 5d0f 4000 0111 2d6d 0a00 0001
0x0010:  e000 0038 b0b0 b6dc 0514 f9f6 800a ee8e
0x0020:  0071 a980 ed51 a42b    
0x0030:         
0x0040:       
  01:10:36.53 IP (tos 0x10, ttl 1, id 23824, offset 0, flags [DF], proto 
UDP (17), length 1320)
  10.0.0.1.45232 > 224.0.0.56.46812: UDP, length 1292
0x:  4510 0528 5d10 4000 0111 2d6c 0a00 0001
0x0010:  e000 0038 b0b0 b6dc 0514 f8b5 800a ee8f
0x0020:  0071 aac0 ed51 a42b    
0x0030:         
0x0040:       
  01:10:36.547289 IP (tos 0x10, ttl 1, id 23825, offset 0, flags [DF], proto 
UDP (17), length 1320)
  10.0.0.1.45232 > 224.0.0.56.46812: UDP, length 1292
0x:  4510 0528 5d11 4000 0111 2d6b 0a00 0001
0x0010:  e000 0038 b0b0 b6dc 0514 f774 800a ee90
0x0020:  0071 ac00 ed51 a42b    
0x0030:         
0x0040:       
  01:10:36.556725 IP (tos 0x10, ttl 1, id 23826, offset 0, flags [DF], proto 
UDP (17), length 1320)
  10.0.0.1.45232 > 224.0.0.56.46812: UDP, length 1292
0x:  4510 0528 5d12 4000 0111 2d6a 0a00 0001
0x0010:  e000 0038 b0b0 b6dc 0514 f633 800a ee91
0x0020:  0071 ad40 ed51 a42b    
0x0030:         
0x0040:       
  01:10:36.561680 IP (tos 0x10, ttl 1, id 23827, offset 0, flags [DF], proto 
UDP (17), length 1320)
  10.0.0.1.45232 > 224.0.0.56.46812: UDP, length 1292
0x:  4510 0528 5d13 4000 0111 2d69 0a00 0001
0x0010:  e000 0038 b0b0 b6dc 0514 f4f2 800a ee92
0x0020:  0071 ae80 ed51 a42b    
0x0030:         
0x0040:       
  01:10:36.568984 IP (tos 0x10, ttl 1, id 23828, offset 0, flags [DF], proto 
UDP (17), length 1320)
  10.0.0.1.45232 > 224.0.0.56.46812: UDP, length 1292
0x:  4510 0528 5d14 4000 0111 2d68 0a00 0001
0x0010:  e000 0038 b0b0 b6dc 0514 f3b1 800a ee93
0x0020:  0071 afc0 ed51 a42b    
0x0030:         
0x0040:       
  01:10:36.576212 IP (tos 0x10, ttl 1, id 23829, offset 0, flags [DF], proto 
UDP (17), length 1320)
  10.0.0.1.45232 > 224.0.0.56.46812: UDP, length 1292
0x:  4510 0528 5d15 4000 0111 2d67 0a00 0001
0x0010:  e000 0038 b0b0 b6dc 0514 f270 800a ee94
0x0020:  0071 b100 ed51 a42b    
0x0030:         
0x0040:       
  01:10:36.588095 IP (tos 0x10, ttl 1, id 23830, offset 0, flags [DF], proto 
UDP (17), length 1320)
  10.0.0.1.45232 > 224.0.0.56.46812: UDP, length 1292
0x:  4510 0528 5d16 4000 0111 2d66 0a00 0001
0x0010:  e000 0038 b0b0 b6dc 0514 f12f 800a ee95
0x0020:  0071 b240 ed51 a42b    
0x0030:         
0x0040:       
  01:10:36.590645 IP (tos 0x10, ttl 1, id 23831, offset 0, flags [DF], proto 
UDP (17), length 1320)
  10.0.0.1.45232 > 224.0.0.56.46812: UDP, length 1292
0x:  4510 0528 5d17 4000 0111 2d65 0a00 0001
0x0010:  e000 0038 b0b0 b6dc 0514 efee 800a ee96
0x0020:  0071 b380 ed51 a42b    
0x0030:         
0x0040:       
  01:10:36.605081 IP (tos 0x10, ttl 1, id 23832, offset 0, flags [DF], proto 
UDP (17), length 1320)
  10.0.0.1.45232 > 224.0.0.56.46812: UDP, length 1292
0x:  4510 0528 5d18 4000 0111 2d64 0a00 0001
0x0010:  e000 0038 b0b0 

[Desktop-packages] [Bug 1547762] Re: "SSL Protocol Error" in Chromium for several Google web sites after installing Ubuntu Security Updates for libnss3

2017-01-30 Thread Sue Ashton
** Changed in: chromium-browser (Ubuntu)
 Assignee: (unassigned) => Sue Ashton (sweeet1)

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

Title:
  "SSL Protocol Error" in Chromium for several Google web sites after
  installing Ubuntu Security Updates for libnss3

Status in Chromium Browser:
  New
Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  Scenario: Laptop computer running Ubuntu 12.04.5 LTS (64-bit)
  ("Precise Pangolin")

  Issue: In the Chromium web browser - "Version 37.0.2062.120 Ubuntu
  12.04 (281580) (64-bit)" - after having installed the Ubuntu security
  Updates that were available on Feb 18, 2016, I get the following error
  while trying to access some Google Web sites (e.g.
  https://www.google.com ; https://plus.google.com/ ;
  https://hangouts.google.com/ ):

    
  SSL connection error

  Unable to make a secure connection to the server. This may be a problem with 
the server, or it may be requiring a client authentication certificate that you 
don't have.  
  Error code: ERR_SSL_PROTOCOL_ERROR
  

  Those web sites still appear correctly in the same computer, using
  other web browsers, namely Google Chrome - "Version 48.0.2564.109
  (64-bit)" - or Mozilla Firefox - version "44.0.2"

  The updates installed on Feb 18, 2016 were the following:

  libnss3:amd64 (3.19.2.1-0ubuntu0.12.04.2, 3.21-0ubuntu0.12.04.1)  
  libnss3:i386 (3.19.2.1-0ubuntu0.12.04.2, 3.21-0ubuntu0.12.04.1)  
  libnss3-1d:amd64 (3.19.2.1-0ubuntu0.12.04.2, 3.21-0ubuntu0.12.04.1)

  "libnss3" is listed at
  http://packages.ubuntu.com/search?keywords=libnss3 as being the
  "Network Security Service libraries", so I believe it's possible that
  update may be related to this issue that I'm facing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: chromium-browser 37.0.2062.120-0ubuntu0.12.04.1~pkg917
  ProcVersionSignature: Ubuntu 3.13.0-77.121~precise1-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.0.1-0ubuntu17.13
  Architecture: amd64
  Date: Sat Feb 20 03:37:51 2016
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/chromium-browser/chromium-browser
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  MarkForUpload: True
  ProcEnviron:
   
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.chromium.browser: [deleted]

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

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


[Desktop-packages] [Bug 1645927] Re: totem video player will not start, I have tried re-installing but no luck

2017-01-30 Thread Launchpad Bug Tracker
[Expired for totem (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  totem video player will not start, I have tried re-installing but no
  luck

Status in totem package in Ubuntu:
  Expired

Bug description:
  totem video player will not start, I have tried un-installing and re-
  installing but no luck. Have tried updating after re-installation,
  still won't open, must have removed an important part of it by
  accident when purging the system to get rid of another failed
  installation of something else...

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: totem 3.10.1-1ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-47.68~14.04.1-generic 4.4.24
  Uname: Linux 4.4.0-47-generic i686
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  CurrentDesktop: Unity
  Date: Wed Nov 30 01:44:59 2016
  InstallationDate: Installed on 2016-10-05 (55 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


Re: [Desktop-packages] [Bug 1645891] Re: After adding a second monitor, mouse pointer flickers and/or disappears in a zone near the top of first (notebook) monitor, while some apps show slow in ext di

2017-01-30 Thread Michael Grivas
Hello Christopher,

In some recent tests:
a. It occurs with monitor connected either on the laptop's HDMI, or the 
docking stations HDMI.
b. In one case monitor is VGA (with converter), in the other it is HDMI.
c. I have no access to other type, for the moment.
d. I have not disabled the card, but I have used it only with power 
supply, so perfromance profile should be enabled.
e. The nvidia proprietary does not work correctly. It causes a lot of 
issues, including image corruption and freezing of all when suspending. 
Also, it does not properly drive the externral monitor.
f. I will try to check with the image you mentioned. However, the 
problem seems to exist since quite some time. My system is fully updated 
to the most current modification.
g. The flickering on basic monitor changes with what windows are open. 
For example, it is always worse when evolution is maximized there.
Some times it goes away if I open a gedit write some few lines and then 
mark them using the mouse. Sometimes it just needs few clicks within the 
flickering area or even just leaving the cursor there for few seconds.
h. For the external monitor issue, the two programs that suffer most are 
HipChat and Viber. Both are fine if one part resides on the standard 
monitor.

Michael


Στις 12.01.2017 07:16, Christopher M. Penalver έγραψε:
> Michael Grivas, thank you for reporting this and helping make Ubuntu
> better.
> 
> 1) Could you please advise how your monitor and laptop are connected
> (ex. HDMI, VGA, etc.)?
> 2) Does using the nvidia proprietary driver change anything regarding 
> this?
> 3) If you disable the graphics card via your BIOS does this influence
> this issue?
> 4) To see if this is already resolved in Ubuntu, could you please test
> http://cdimage.ubuntu.com/daily-live/current/ and advise to the
> results?
> 
> ** Changed in: xorg (Ubuntu)
>Importance: Undecided => Low
> 
> ** Changed in: xorg (Ubuntu)
>Status: New => Incomplete
> 
> --
> You received this bug notification because you are subscribed to the 
> bug
> report.
> https://bugs.launchpad.net/bugs/1645891
> 
> Title:
>   After adding a second monitor, mouse pointer flickers and/or
>   disappears in a zone near the top of first (notebook) monitor, while
>   some apps show slow in ext display.
> 
> Status in xorg package in Ubuntu:
>   Incomplete
> 
> Bug description:
>   It seems to be duplicate of both :
>   https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1641467
>   and
>   https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1629300  .
>   Possibly related to
> https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1278223
> 
>   A - flickering in first display.
>   The zone starts just below the top panel and its height is about 1/7
> of the screen.
>   Flickering starts immediately entering the zone, even half of the
> pointer may be flickering.
>   To the centre of the zone, flickering is more prevalent, up to
> completely disappearing.
>   The flickering has a periodic pattern, which seems to be affected by
> the windows displaying in the second (external) monitor !!
> 
>   B - external monitor.
>   Some applications show really slow there. Worse case is HipChat
> (Atlassian chat program), which shows fine as long as even a tiny
> fraction exists on the primary display.
>   At the moment the whole window passes to the secondary, then even
> the scroll bar has a delay of a second a move.
> 
>   To check, I have played with the ~/.config/monitors.xml without 
> success.
>   It seems that each configuration is saved there, even duplicates,
> after adding the same external monitor and re-configuring it (absolute
> duplicate in monitors.xml)
> 
>   C. Side-effects and related phenomena.
>   Some times the "Screen display" control freaks, when enabling the
> external monitor. It may freeze or insist to put them in mirroring.
> Most of the times it just forgets a setup (although in monitors.xml)
> after adding a different external monitor.
>   For each workspace, there is a different background, done with
> Unit5y Tweak Tool.
> 
>   All updates have been done, without effect.
> 
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.10
>   Package: xorg 1:7.7+13ubuntu4
>   ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
>   Uname: Linux 4.8.0-27-generic x86_64
>   .tmp.unity_support_test.0:
> 
>   ApportVersion: 2.20.3-0ubuntu8
>   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: Tue Nov 29 23:18:52 2016
>   DistUpgraded: Fresh install
>   DistroCodename: yakkety
>   DistroVariant: ubuntu
>   DkmsStatus: virtualbox, 5.1.6, 4.8.0-27-generic, x86_64: installed
>   ExtraDebuggingInterest: Yes
>   GraphicsCard:
>Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00
> [VGA controller])
>  

[Desktop-packages] [Bug 708704] Re: Notifications inconsistent with other Ubuntu notifications

2017-01-30 Thread shankao
Upstream bug report:
https://bugs.chromium.org/p/chromium/issues/detail?id=472080

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

Title:
  Notifications inconsistent with other Ubuntu notifications

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: chromium-browser

  Today gmail/chromium told me I can get desktop notifications on new
  emails, which is a great feature. Unfortunately the notifications
  don't use the Ubuntu notifications APIs (libnotify?) and seem out of
  place.

  There was apparently some discussion on the Ayatana mailing list, but
  there didn't seem to be a conclusion. I think chromium on Ubuntu
  should use the existing infrastructure even if that results in some
  loss of features (HTML and interactivity) compared to other platforms.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: chromium-browser 8.0.552.237~r70801-0ubuntu1~ucd~stable2~maverick
  ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
  Uname: Linux 2.6.35-25-generic x86_64
  Architecture: amd64
  CrashDB: ubuntu
  Date: Thu Jan 27 17:43:02 2011
  Desktop-Session:
   DESKTOP_SESSION = gnome
   GNOME_DESKTOP_SESSION_ID = this-is-deprecated
   XDG_CONFIG_DIRS = /etc/xdg/xdg-gnome:/etc/xdg
   XDG_DATA_DIRS = /usr/share/gnome:/usr/local/share/:/usr/share/
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: chromium-browser
  ThirdParty: True
  chromium-default: CHROMIUM_FLAGS=""

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

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


[Desktop-packages] [Bug 1581625] Re: /usr/lib/libreoffice/program/soffice.bin:*** Error in `/usr/lib/libreoffice/program/soffice.bin': corrupted double-linked list: ADDR ***

2017-01-30 Thread Alberto Salvia Novella
** Changed in: libreoffice (Ubuntu)
   Importance: Undecided => High

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

Title:
  /usr/lib/libreoffice/program/soffice.bin:*** Error in
  `/usr/lib/libreoffice/program/soffice.bin': corrupted double-linked
  list: ADDR ***

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding libreoffice.  This problem was most recently seen with
  version 1:5.1.2-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/85626ee1bd34018dde600741e1ca536b694af9f5
  contains more details.

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

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


[Desktop-packages] [Bug 1628861] Re: package duplicity 0.7.06-2ubuntu2 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2017-01-30 Thread Alberto Salvia Novella
** Changed in: duplicity (Ubuntu)
   Importance: Undecided => High

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

Title:
  package duplicity 0.7.06-2ubuntu2 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 1

Status in duplicity package in Ubuntu:
  Confirmed

Bug description:
  above package failed.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: duplicity 0.7.06-2ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  AptOrdering:
   duplicity: Remove
   librsync1: Remove
   python-lockfile: Remove
   variety: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Thu Sep 29 15:23:53 2016
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
  InstallationDate: Installed on 2016-08-25 (35 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: duplicity
  Title: package duplicity 0.7.06-2ubuntu2 failed to install/upgrade: 
subprocess installed pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1648534] Re: /usr/bin/gnome-software:5:g_wakeup_new:g_main_context_new:g_dbus_connection_send_message_with_reply_sync:g_dbus_connection_call_sync_internal:g_dbus_connection_cal

2017-01-30 Thread Robert Ancell
Bug 1659858 has a slightly different stacktrace but seems to be the same
/ a related issue.

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

Title:
  /usr/bin/gnome-
  
software:5:g_wakeup_new:g_main_context_new:g_dbus_connection_send_message_with_reply_sync:g_dbus_connection_call_sync_internal:g_dbus_connection_call_sync

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-software.  This problem was most recently seen with package version 
3.20.1+git20161013.0.d77d6cf-0ubuntu2~xenial1, the problem page at 
https://errors.ubuntu.com/problem/70c23d0f4e2be24b26672427d4218dc8f0823597 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker you can request it at 
http://forms.canonical.com/reports/.

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

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


[Desktop-packages] [Bug 1659858] Re: /usr/bin/gnome-software:5:g_wakeup_new:g_main_context_new:g_dbus_connection_send_message_with_reply_sync:g_dbus_connection_call_sync_internal:g_dbus_connection_cal

2017-01-30 Thread Robert Ancell
Seems to be the same / similar issue as bug 1648534

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

Title:
  /usr/bin/gnome-
  
software:5:g_wakeup_new:g_main_context_new:g_dbus_connection_send_message_with_reply_sync:g_dbus_connection_call_sync_internal:g_dbus_connection_call_with_unix_fd_list_sync

Status in gnome-software package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-software.  This problem was most recently seen with package version 
3.20.1+git20161013.0.d77d6cf-0ubuntu2~xenial1, the problem page at 
https://errors.ubuntu.com/problem/78885f34e4c922ae3ee35c147e75dde4c24ecfb2 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker you can request it at 
http://forms.canonical.com/reports/.

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

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


[Desktop-packages] [Bug 1635847] Re: Please build libreoffice-systray package (re-enable quickstarter) - sync with Debian LibreOffice packaging

2017-01-30 Thread Björn Michaelsen
Synced in 5.3/zesty branch at:
https://git.launchpad.net/~libreoffice/ubuntu/+source/libreoffice/log/?h
=ubuntu-zesty-5.3

** Changed in: libreoffice (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  Please build libreoffice-systray package (re-enable quickstarter) -
  sync with Debian LibreOffice packaging

Status in libreoffice package in Ubuntu:
  Fix Committed
Status in libreoffice package in Debian:
  Fix Released

Bug description:
  Please build (re-enable) libreoffice-systray package, Ubuntu users
  needs faster LibreOffice startup, look at Deb-bug 825642 for example.

  Here is the patch for ENABLE_SYSTRAY in debian/rules and creating additional 
libreoffice-systray package in debian/control :
  
https://anonscm.debian.org/git/pkg-openoffice/libreoffice.git/commit/?id=9287282e7501487ab9e2a690a88e1022a26b148e

  Debian LibreOffice packages re-enabled systray building since
  5.2.1~rc1, see changelog:

  Closes: 825642 833676
  Changes:
   libreoffice (1:5.2.1~rc1-1) experimental; urgency=medium
   .
     * new upstream release candidate .
     * debian/rules, debian/control.transitionals.in: readd -gtk as transitional
   package; depend on -gtk2 (closes: #833676) and -systray
     * debian/rules: re-enable systray (closes: #825642) now that we need
   NEW anyway and have a -gtk transitional package (which contained this
   before it was disabled)
     * debian/rules:
   - rework MySQL/MariaDB conditionals; allow default-libmysqlclient-dev

  Thanks,
  Mantas Kriaučiūnas

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

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


[Desktop-packages] [Bug 1510025] Re: Chrome/Chromium browser in Xmir (in DRI2 mode): Page contents never visible, all black, all white, or flickering

2017-01-30 Thread Daniel van Vugt
Now that you mention it, that sounds like bug 1511278 which is probably
related. Made progress on that last year with a proof of concept
workaround. Essentially I think this is related to the fact that Xorg
expects and requires single buffering (or at least back buffer
preservation), but Mir supports neither of those yet.

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

Title:
  Chrome/Chromium browser in Xmir (in DRI2 mode): Page contents never
  visible, all black, all white, or flickering

Status in Canonical System Image:
  New
Status in xorg-server package in Ubuntu:
  Triaged

Bug description:
  Chromium browser in Xmir (in DRI2 mode): Page contents never visible
  (all white) and/or all black windows

  DRI2 mode is the default mode for Xmir on desktop and it fails in
  similar ways for both rootless and non-rootless Xmir. In chromium-
  browser, fully loaded pages often display as all white. Or you get the
  whole window being black.

  In both cases for -rootless and non-rootless mode, using the software 
rendering fallback works around the problem:
 Xmir -sw

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510025/+subscriptions

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


[Desktop-packages] [Bug 1660462] Re: some legacy apps don't scale on resize unity8 zesty

2017-01-30 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1649662 ***
https://bugs.launchpad.net/bugs/1649662

Yeah this has been a pain point for some time. But it's just a Unity8
bug, not a problem in the Mir demo servers. Duplicate of bug 1649662

** This bug has been marked a duplicate of bug 1649662
   [regression] resizing a some apps in Unity8 makes them distorted and freeze 
(usually software clients)

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

Title:
  some legacy apps don't scale on resize unity8 zesty

Status in Canonical System Image:
  New
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  clean zesty install, unity8 deb based session

  to repro, 
  install libertine-manager-app via terminal, reboot
  push on left edge to reveal app drawer
  search for "Text editor" which is gedit
  launch gedit 
  resize the window after launch

  note: chrome snap didn;t seem to have this problem, so it's only some
  apps it seems

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1660462/+subscriptions

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


[Desktop-packages] [Bug 1585084] Re: Volume notification keeps popping up constantly(the notifyosd bubble on top-right corner)

2017-01-30 Thread Julien Negros
dualshock3nerd's solution worked like a charm for me ! Thanks ! I was
still affected with 16.10, even in LiveCD... Hope this bug gets fixed
soon, it's pretty frustrating.

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

Title:
  Volume notification keeps popping up constantly(the notifyosd bubble
  on top-right corner)

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I upgraded to Ubuntu 16.04 yesterday, I did a clean install while
  preserving the home directory which is mounted in a separate
  partition. Even during the installation I had constant volume
  notification bubble appearing on the top-right corner of my screen, it
  would come and go about twice every minute. I just thought it was due
  to installing hardware drivers or something but the problem persisted
  even when I booted into the freshly installed system. I did some
  searching and two users reported the exact problem. And one more
  suggested this happens because constant disconnect and reconnect of
  the sound card which makes sense as the sound settings flashes briefly
  during every popup. Someone on IRC suggested to kill pulseaudio and
  thus restart it, that does not fix the issue. I also tried the Live
  environment thinking it might be due to some old config files in home
  partition (which was preserved during upgrade), but this problem
  happens in the live environment as well, which makes sense because it
  was present during installation as well.

  Users with the same issue:
  http://ubuntuforums.org/showthread.php?t=2323815
  http://askubuntu.com/questions/773008/constant-volume-osd-in-16-04
  
http://askubuntu.com/questions/767466/sound-card-being-disconnected-reconnected-constantly

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  sidd   1651 F pulseaudio
   /dev/snd/controlC0:  sidd   1651 F pulseaudio
   /dev/snd/controlC1:  sidd   1651 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue May 24 12:31:12 2016
  InstallationDate: Installed on 2016-05-23 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/23/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0705
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 EVO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  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.:bvr0705:bd08/23/2011:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKComputerINC.:rnM5A97EVO:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

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

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


[Desktop-packages] [Bug 1660496] [NEW] Libva upstream project has moved to Github from Freedesktop.org

2017-01-30 Thread Sean V Kelley
Public bug reported:

Package: libva
Version: 1.7.3-2

I'm a maintainer of upstream Libva.  I have moved our project from
freedesktop.org to github.com.

Wiki location has moved to: https://01.org/linuxmedia/vaapi

Libva project has moved to https://github.com/01org/libva

Use https://github.com/01org/libva/issues/new to file bugs on the
libva github site

Packages will need to be updated to pull source from the new github
repos mentioned above.

I have submitted this bug upstream to debian packagers of libva
Bug#853270
853...@bugs.debian.org

Thanks,

Sean

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

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

Title:
  Libva upstream project has moved to Github from Freedesktop.org

Status in libva package in Ubuntu:
  New

Bug description:
  Package: libva
  Version: 1.7.3-2

  I'm a maintainer of upstream Libva.  I have moved our project from
  freedesktop.org to github.com.

  Wiki location has moved to: https://01.org/linuxmedia/vaapi

  Libva project has moved to https://github.com/01org/libva

  Use https://github.com/01org/libva/issues/new to file bugs on the
  libva github site

  Packages will need to be updated to pull source from the new github
  repos mentioned above.

  I have submitted this bug upstream to debian packagers of libva
  Bug#853270
  853...@bugs.debian.org

  Thanks,

  Sean

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

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


[Desktop-packages] [Bug 1555567] Re: [snaps] License information from the store not available

2017-01-30 Thread Leo Arias
Hey Robert, any progress here?

Harald's post became popular today:
https://apachelog.wordpress.com/2017/01/30/kde-applications-in-ubuntu-
snap-store/

Sadly, it has a prominent picture of this bug too :)

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

Title:
  [snaps] License information from the store not available

Status in snapd-glib:
  In Progress
Status in Snappy:
  Confirmed
Status in Software Center Agent:
  New
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  While the store (and its API) has a field to specify the app's
  license, it seems to be ignored somewhere in its way to the client.

  As an example, ubuntu-calculator-app.ubuntucoredev has GPL3 set as its
  license in the store, yet in GNOME Software is tagged as "non-free"
  when listed in a search. Clicking on the package details in GNOME
  Software, the license type is shown as "Unknown"

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd-glib/+bug/167/+subscriptions

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


[Desktop-packages] [Bug 1660316] Re: apparmor denial of CUPS

2017-01-30 Thread Till Kamppeter
Sorry, picked up the wrong names.

Jamie, Marc, could you help me concerning how to add the "net_admin"
capability to the "lpd" CUPS backend (see previous comment)?

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

Title:
  apparmor denial of CUPS

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Printing is enabled when doing sudo aa-complain cupsd

  Here is an extract of /var/log/syslog:

  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.929457] audit: type=1400 
audit(1485776519.269:37): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=6932 
comm="apparmor_parser"
  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.929744] audit: type=1400 
audit(1485776519.269:38): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=6932 comm="apparmor_parser"
  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.945422] audit: type=1400 
audit(1485776519.285:39): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=6932 
comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.817070] audit: type=1400 
audit(1485776530.158:40): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=6941 
comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.817342] audit: type=1400 
audit(1485776530.158:41): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=6941 comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.837254] audit: type=1400 
audit(1485776530.178:42): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=6941 
comm="apparmor_parser"
  Jan 30 12:42:16 dag-TS-P500 zeitgeist-datah[3706]: 
downloads-directory-provider.vala:120: Couldn't process /home/dag/.glvndcEQzqA: 
Error when getting information for file '/home/dag/.glvndcEQzqA': No such file 
or directory
  Jan 30 12:42:23 dag-TS-P500 dbus[996]: [system] Activating via systemd: 
service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service'
  Jan 30 12:42:23 dag-TS-P500 systemd[1]: Starting Hostname Service...
  Jan 30 12:42:24 dag-TS-P500 dbus[996]: [system] Successfully activated 
service 'org.freedesktop.hostname1'
  Jan 30 12:42:24 dag-TS-P500 systemd[1]: Started Hostname Service.
  Jan 30 12:42:26 dag-TS-P500 kernel: [  895.746636] audit: type=1400 
audit(1485776546.086:43): apparmor="DENIED" operation="capable" 
profile="/usr/sbin/cupsd" pid=6967 comm="lpd" capability=12  capname="net_admin"
  Jan 30 12:42:54 dag-TS-P500 systemd[1]: Starting Cleanup of Temporary 
Directories...
  Jan 30 12:42:54 dag-TS-P500 systemd-tmpfiles[6973]: 
[/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
  Jan 30 12:42:54 dag-TS-P500 systemd[1]: Started Cleanup of Temporary 
Directories.
  Jan 30 12:44:03 dag-TS-P500 dbus-daemon[2707]: Activating service 
name='com.ubuntu.OneConf'
  Jan 30 12:44:03 dag-TS-P500 dbus-daemon[2707]: Successfully activated service 
'com.ubuntu.OneConf'
  Jan 30 12:44:03 dag-TS-P500 com.ubuntu.OneConf[2707]: 
WARNING:oneconf.hosts:Error in loading other_hosts file: [Errno 2] No such file 
or directory: 
'/home/dag/.cache/oneconf/d2fc3bf30c9f4976b441a8f14de53bda/other_hosts'
  Jan 30 12:44:23 dag-TS-P500 dbus-daemon[2707]: Activating service 
name='com.ubuntu.sso'
  Jan 30 12:44:24 dag-TS-P500 dbus-daemon[2707]: Successfully activated service 
'com.ubuntu.sso'
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.685842] audit: type=1400 
audit(1485776751.028:44): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=7024 
comm="apparmor_parser"
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.686099] audit: type=1400 
audit(1485776751.028:45): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=7024 comm="apparmor_parser"
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.700446] audit: type=1400 
audit(1485776751.044:46): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=7024 
comm="apparmor_parser"
  Jan 30 12:45:57 dag-TS-P500 kernel: [ 1106.940891] audit: type=1400 
audit(1485776757.284:47): apparmor="ALLOWED" operation="capable" 
profile="/usr/sbin/cupsd" pid=7031 comm="lpd" capability=12  capname="net_admin"
  Jan 30 12:45:57 dag-TS-P500 kernel: [ 1106.940938] audit: type=1400 
audit(1485776757.284:48): apparmor="ALLOWED" operation="capable" 
profile="/usr/sbin/cupsd" pid=7031 comm="lpd" capability=12  capname="net_admin"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: cups 2.2.0-2
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  Uname: Linux 4.8.0-34-generic x86_64
  

[Desktop-packages] [Bug 1660462] Re: some legacy apps don't scale on resize unity8 zesty

2017-01-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (Ubuntu)
   Status: New => Confirmed

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

Title:
  some legacy apps don't scale on resize unity8 zesty

Status in Canonical System Image:
  New
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  clean zesty install, unity8 deb based session

  to repro, 
  install libertine-manager-app via terminal, reboot
  push on left edge to reveal app drawer
  search for "Text editor" which is gedit
  launch gedit 
  resize the window after launch

  note: chrome snap didn;t seem to have this problem, so it's only some
  apps it seems

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1660462/+subscriptions

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


[Desktop-packages] [Bug 259698] Re: pptp vpn service stops unexpectedly

2017-01-30 Thread Luigi R.
By using MPPE encryption in NetworkManager, PAP CHAP and EAP are automatically 
grayed out leaving only MSCHAP and MSCHAPv2 active.
This configuration does not work returning the error message PPTP service has 
stopped that everyone here is facing.

A workaround that works for me is to deactivate MSCHAP as well.

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

Title:
  pptp vpn service stops unexpectedly

Status in pptp-linux package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: pptp-linux

  Using ubuntu 8.10 x86.

  pptp-linux version 1.7.2-1

  When I select the vpn option, I can create the VPN configuration, but
  after trying to connect for around ~1 second, I get the popup error:

  "The VPN connection 'Warwick' failed because the VPN service stopped
  unexpectedly."

  Im not entirely sure how to execute the connection via command line,
  so I cant work out how to get any more info on what is going on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pptp-linux/+bug/259698/+subscriptions

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


[Desktop-packages] [Bug 1660412] Re: hp-systray fails due to "error: Unable to open /home/[user]/.hplip/hp-systray.lock lock file." if ~/.hplip is a symlink

2017-01-30 Thread Till Kamppeter
** Also affects: hplip
   Importance: Undecided
   Status: New

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

Title:
  hp-systray fails due to "error: Unable to open /home/[user]/.hplip/hp-
  systray.lock lock file." if ~/.hplip is a symlink

Status in HPLIP:
  New
Status in hplip package in Ubuntu:
  New

Bug description:
  This seems to be unrelated to the existence or the permissions of the
  lock file (various, but not all combinations have been tested).

  The limitation should be removed because it has no obvious purpose or
  if it has any purpose at all it should be revealed in a helpful error
  message.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: hplip (not installed)
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  Uname: Linux 4.8.0-34-generic x86_64
  NonfreeKernelModules: zfs zunicode icp zcommon znvpair zavl
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 30 19:09:49 2017
  InstallationDate: Installed on 2015-12-12 (415 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: hplip
  UpgradeStatus: Upgraded to yakkety on 2016-10-17 (105 days ago)

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

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


[Desktop-packages] [Bug 1660462] [NEW] some legacy apps don't scale on resize unity8 zesty

2017-01-30 Thread kevin gunn
Public bug reported:

clean zesty install, unity8 deb based session

to repro, 
install libertine-manager-app via terminal, reboot
push on left edge to reveal app drawer
search for "Text editor" which is gedit
launch gedit 
resize the window after launch

note: chrome snap didn;t seem to have this problem, so it's only some
apps it seems

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

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


** Tags: xmir zesty

** Also affects: xorg (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: xorg (Ubuntu)

** Also affects: xorg-server (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: xmir zesty

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

Title:
  some legacy apps don't scale on resize unity8 zesty

Status in Canonical System Image:
  New
Status in xorg-server package in Ubuntu:
  New

Bug description:
  clean zesty install, unity8 deb based session

  to repro, 
  install libertine-manager-app via terminal, reboot
  push on left edge to reveal app drawer
  search for "Text editor" which is gedit
  launch gedit 
  resize the window after launch

  note: chrome snap didn;t seem to have this problem, so it's only some
  apps it seems

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1660462/+subscriptions

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


[Desktop-packages] [Bug 1660450] Re: Firefox crashes unity8 zesty

2017-01-30 Thread Christopher Townsend
Ok, I looked a bit, and it appears Firefox is trying to use the GDK-Mir
backend, but I'm guessing the GDK-Mir backend is not mature enough yet
(?), so the app bails.

Definitely not an Xmir issue as Xmir is not even trying to be used in
this case.

** No longer affects: xorg-server (Ubuntu)

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

Title:
  Firefox crashes unity8 zesty

Status in Canonical System Image:
  New
Status in upstart-app-launch package in Ubuntu:
  New

Bug description:
  I believe this is a different bug than bug 1627311

  using a fresh zesty install, logging into unity8 deb session
  I installed libertine manager
  Since FF is installed as part of the original image - it shows up 
automagically in the app drawer.
  Clicking on the icon, a unity8 app window with a splash appears, but 
eventually fails.

  The only real error i see is in 
~/.cache/upstart/application-legacy-firefox-blah.log
   Error: GDK_BACKEND does not match available displays

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1660450/+subscriptions

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


[Desktop-packages] [Bug 1660450] [NEW] Firefox crashes unity8 zesty

2017-01-30 Thread kevin gunn
Public bug reported:

I believe this is a different bug than bug 1627311

using a fresh zesty install, logging into unity8 deb session
I installed libertine manager
Since FF is installed as part of the original image - it shows up automagically 
in the app drawer.
Clicking on the icon, a unity8 app window with a splash appears, but eventually 
fails.

The only real error i see is in 
~/.cache/upstart/application-legacy-firefox-blah.log
 Error: GDK_BACKEND does not match available displays

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

** Affects: upstart-app-launch (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  Firefox crashes unity8 zesty

Status in Canonical System Image:
  New
Status in upstart-app-launch package in Ubuntu:
  New

Bug description:
  I believe this is a different bug than bug 1627311

  using a fresh zesty install, logging into unity8 deb session
  I installed libertine manager
  Since FF is installed as part of the original image - it shows up 
automagically in the app drawer.
  Clicking on the icon, a unity8 app window with a splash appears, but 
eventually fails.

  The only real error i see is in 
~/.cache/upstart/application-legacy-firefox-blah.log
   Error: GDK_BACKEND does not match available displays

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1660450/+subscriptions

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


[Desktop-packages] [Bug 1660450] Re: Firefox crashes unity8 zesty

2017-01-30 Thread kevin gunn
adding xorg in case it's related to xmir

** Also affects: upstart-app-launch (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Firefox crashes unity8 zesty

Status in Canonical System Image:
  New
Status in upstart-app-launch package in Ubuntu:
  New

Bug description:
  I believe this is a different bug than bug 1627311

  using a fresh zesty install, logging into unity8 deb session
  I installed libertine manager
  Since FF is installed as part of the original image - it shows up 
automagically in the app drawer.
  Clicking on the icon, a unity8 app window with a splash appears, but 
eventually fails.

  The only real error i see is in 
~/.cache/upstart/application-legacy-firefox-blah.log
   Error: GDK_BACKEND does not match available displays

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1660450/+subscriptions

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


Re: [Desktop-packages] [Bug 875676] Re: Backing up fails with 'IOError CRC check failed'.

2017-01-30 Thread Kenneth Loafman
There is a disconnect between Ubuntu distribution and upstream distribution
(me).  Ubuntu will not, repeat will not, allow changes that add
functionality, or upgrade the version number of a product in a
distribution.  I can't live with that, so my distribution version changes
with every release.  Before you upgrade manually, apt remove the old
version of duplicity and install from one of the sources below to stay
up-to-date.

Please upgrade to the current version of duplicity.  This will assure that
any bugs fixed since your release are available and my fix your issue.

There are three options:


   - Release tarball Install - https://launchpad.net/duplicity/+download
   - Daily duplicity builds -
   https://launchpad.net/~duplicity-team/+archive/ubuntu/daily
   - Stable duplicity builds -
   https://launchpad.net/~duplicity-team/+archive/ubuntu/ppa


On Mon, Jan 30, 2017 at 8:04 AM, Matej Kovacic <875...@bugs.launchpad.net>
wrote:

> No that it is not good. This is completely irresponsible and lame.
>
> It is a shame, that so important software is a part of core Ubuntu
> system. Canonical should reconsider using it. Because backup is critical
> and if DejaDup is a part of a core system, people rely on it.
>
> --
> You received this bug notification because you are subscribed to
> Duplicity.
> https://bugs.launchpad.net/bugs/875676
>
> Title:
>   Backing up fails with 'IOError CRC check failed'.
>
> Status in Déjà Dup:
>   New
> Status in Duplicity:
>   New
> Status in deja-dup package in Ubuntu:
>   Confirmed
>
> Bug description:
>   For 4 days déjà dup hasn't been able to perform a backup. It fails
>   with the error
>
>   Failed to read /tmp/duplicity-lJcUDl-tempdir/mktemp-o4LYSJ-1: (   'exceptions.IOError'>, IOError('CRC check failed 0x8434f7d2L !=
>   0x3d503338L',), )
>
>   There is another similar bug #676767 where deleting ~/.cache/deja-dup
>   helps. In this case it doesn't.
>
>   I'm quite certain that my backup drive isn't corrupted. (It's a
>   raid5.) I'd be happy to provide any additional information needed.
>
>   --
>
>   System information:
>   Ubuntu 11.10
>   deja-dup 20.0-0ubuntu3
>   duplicity 0.6.15-0ubuntu2
>
>   Logs:
>   deja-dup.log: http://pastie.org/2705320
>   deja-dup.gsettings: http://pastie.org/2705322
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/deja-dup/+bug/875676/+subscriptions
>

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

Title:
  Backing up fails with 'IOError CRC check failed'.

Status in Déjà Dup:
  New
Status in Duplicity:
  New
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  For 4 days déjà dup hasn't been able to perform a backup. It fails
  with the error

  Failed to read /tmp/duplicity-lJcUDl-tempdir/mktemp-o4LYSJ-1: (, IOError('CRC check failed 0x8434f7d2L !=
  0x3d503338L',), )

  There is another similar bug #676767 where deleting ~/.cache/deja-dup
  helps. In this case it doesn't.

  I'm quite certain that my backup drive isn't corrupted. (It's a
  raid5.) I'd be happy to provide any additional information needed.

  --

  System information:
  Ubuntu 11.10
  deja-dup 20.0-0ubuntu3
  duplicity 0.6.15-0ubuntu2

  Logs:
  deja-dup.log: http://pastie.org/2705320
  deja-dup.gsettings: http://pastie.org/2705322

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/875676/+subscriptions

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


[Desktop-packages] [Bug 1510025] Re: Chrome/Chromium browser in Xmir (in DRI2 mode): Page contents never visible, all black, all white, or flickering

2017-01-30 Thread kevin gunn
Fwiw, I was testing in the following manner
Zesty, fresh install unity8 deb based session, snap installed chrome 
(chrome-test)
Chrome launches fine but in terms of usability I saw massive flickering
with silo https://bileto.ubuntu.com/#/ticket/2383

Without that silo, there is still some out-of-order framerendering (for 
instance, a progress bar within a web page will take 2 steps fwd, 1 step back 
visually)
also, you can "feel" this when typing as letters will temporarily disappear 
just after typing.
Also, adding a tab causes chrome to crash

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  Chrome/Chromium browser in Xmir (in DRI2 mode): Page contents never
  visible, all black, all white, or flickering

Status in Canonical System Image:
  New
Status in xorg-server package in Ubuntu:
  Triaged

Bug description:
  Chromium browser in Xmir (in DRI2 mode): Page contents never visible
  (all white) and/or all black windows

  DRI2 mode is the default mode for Xmir on desktop and it fails in
  similar ways for both rootless and non-rootless Xmir. In chromium-
  browser, fully loaded pages often display as all white. Or you get the
  whole window being black.

  In both cases for -rootless and non-rootless mode, using the software 
rendering fallback works around the problem:
 Xmir -sw

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510025/+subscriptions

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


[Desktop-packages] [Bug 1660316] Re: apparmor denial of CUPS

2017-01-30 Thread Till Kamppeter
According to this line

Jan 30 12:42:26 dag-TS-P500 kernel: [ 895.746636] audit: type=1400
audit(1485776546.086:43): apparmor="DENIED" operation="capable"
profile="/usr/sbin/cupsd" pid=6967 comm="lpd" capability=12
capname="net_admin"

the CUPS "lpd" bacjend (/usr/lib/cups/backend/lpd) needs the "net_admin"
capability. xnox, slangasek, could you tell me where it is best to add
this capability in /etc/apparmor.d/usr.sbin.cupsd? Thanks.

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

Title:
  apparmor denial of CUPS

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Printing is enabled when doing sudo aa-complain cupsd

  Here is an extract of /var/log/syslog:

  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.929457] audit: type=1400 
audit(1485776519.269:37): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=6932 
comm="apparmor_parser"
  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.929744] audit: type=1400 
audit(1485776519.269:38): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=6932 comm="apparmor_parser"
  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.945422] audit: type=1400 
audit(1485776519.285:39): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=6932 
comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.817070] audit: type=1400 
audit(1485776530.158:40): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=6941 
comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.817342] audit: type=1400 
audit(1485776530.158:41): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=6941 comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.837254] audit: type=1400 
audit(1485776530.178:42): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=6941 
comm="apparmor_parser"
  Jan 30 12:42:16 dag-TS-P500 zeitgeist-datah[3706]: 
downloads-directory-provider.vala:120: Couldn't process /home/dag/.glvndcEQzqA: 
Error when getting information for file '/home/dag/.glvndcEQzqA': No such file 
or directory
  Jan 30 12:42:23 dag-TS-P500 dbus[996]: [system] Activating via systemd: 
service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service'
  Jan 30 12:42:23 dag-TS-P500 systemd[1]: Starting Hostname Service...
  Jan 30 12:42:24 dag-TS-P500 dbus[996]: [system] Successfully activated 
service 'org.freedesktop.hostname1'
  Jan 30 12:42:24 dag-TS-P500 systemd[1]: Started Hostname Service.
  Jan 30 12:42:26 dag-TS-P500 kernel: [  895.746636] audit: type=1400 
audit(1485776546.086:43): apparmor="DENIED" operation="capable" 
profile="/usr/sbin/cupsd" pid=6967 comm="lpd" capability=12  capname="net_admin"
  Jan 30 12:42:54 dag-TS-P500 systemd[1]: Starting Cleanup of Temporary 
Directories...
  Jan 30 12:42:54 dag-TS-P500 systemd-tmpfiles[6973]: 
[/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
  Jan 30 12:42:54 dag-TS-P500 systemd[1]: Started Cleanup of Temporary 
Directories.
  Jan 30 12:44:03 dag-TS-P500 dbus-daemon[2707]: Activating service 
name='com.ubuntu.OneConf'
  Jan 30 12:44:03 dag-TS-P500 dbus-daemon[2707]: Successfully activated service 
'com.ubuntu.OneConf'
  Jan 30 12:44:03 dag-TS-P500 com.ubuntu.OneConf[2707]: 
WARNING:oneconf.hosts:Error in loading other_hosts file: [Errno 2] No such file 
or directory: 
'/home/dag/.cache/oneconf/d2fc3bf30c9f4976b441a8f14de53bda/other_hosts'
  Jan 30 12:44:23 dag-TS-P500 dbus-daemon[2707]: Activating service 
name='com.ubuntu.sso'
  Jan 30 12:44:24 dag-TS-P500 dbus-daemon[2707]: Successfully activated service 
'com.ubuntu.sso'
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.685842] audit: type=1400 
audit(1485776751.028:44): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=7024 
comm="apparmor_parser"
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.686099] audit: type=1400 
audit(1485776751.028:45): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=7024 comm="apparmor_parser"
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.700446] audit: type=1400 
audit(1485776751.044:46): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=7024 
comm="apparmor_parser"
  Jan 30 12:45:57 dag-TS-P500 kernel: [ 1106.940891] audit: type=1400 
audit(1485776757.284:47): apparmor="ALLOWED" operation="capable" 
profile="/usr/sbin/cupsd" pid=7031 comm="lpd" capability=12  capname="net_admin"
  Jan 30 12:45:57 dag-TS-P500 kernel: [ 1106.940938] audit: type=1400 
audit(1485776757.284:48): apparmor="ALLOWED" 

[Desktop-packages] [Bug 1660316] Re: apparmor denial of CUPS

2017-01-30 Thread Dag Bjerkeli
This was raised from the C308 printer, which I just had installed. The
C650 was the old printer that we got, and I _think_ printing was working
on that machine.

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

Title:
  apparmor denial of CUPS

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Printing is enabled when doing sudo aa-complain cupsd

  Here is an extract of /var/log/syslog:

  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.929457] audit: type=1400 
audit(1485776519.269:37): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=6932 
comm="apparmor_parser"
  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.929744] audit: type=1400 
audit(1485776519.269:38): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=6932 comm="apparmor_parser"
  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.945422] audit: type=1400 
audit(1485776519.285:39): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=6932 
comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.817070] audit: type=1400 
audit(1485776530.158:40): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=6941 
comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.817342] audit: type=1400 
audit(1485776530.158:41): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=6941 comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.837254] audit: type=1400 
audit(1485776530.178:42): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=6941 
comm="apparmor_parser"
  Jan 30 12:42:16 dag-TS-P500 zeitgeist-datah[3706]: 
downloads-directory-provider.vala:120: Couldn't process /home/dag/.glvndcEQzqA: 
Error when getting information for file '/home/dag/.glvndcEQzqA': No such file 
or directory
  Jan 30 12:42:23 dag-TS-P500 dbus[996]: [system] Activating via systemd: 
service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service'
  Jan 30 12:42:23 dag-TS-P500 systemd[1]: Starting Hostname Service...
  Jan 30 12:42:24 dag-TS-P500 dbus[996]: [system] Successfully activated 
service 'org.freedesktop.hostname1'
  Jan 30 12:42:24 dag-TS-P500 systemd[1]: Started Hostname Service.
  Jan 30 12:42:26 dag-TS-P500 kernel: [  895.746636] audit: type=1400 
audit(1485776546.086:43): apparmor="DENIED" operation="capable" 
profile="/usr/sbin/cupsd" pid=6967 comm="lpd" capability=12  capname="net_admin"
  Jan 30 12:42:54 dag-TS-P500 systemd[1]: Starting Cleanup of Temporary 
Directories...
  Jan 30 12:42:54 dag-TS-P500 systemd-tmpfiles[6973]: 
[/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
  Jan 30 12:42:54 dag-TS-P500 systemd[1]: Started Cleanup of Temporary 
Directories.
  Jan 30 12:44:03 dag-TS-P500 dbus-daemon[2707]: Activating service 
name='com.ubuntu.OneConf'
  Jan 30 12:44:03 dag-TS-P500 dbus-daemon[2707]: Successfully activated service 
'com.ubuntu.OneConf'
  Jan 30 12:44:03 dag-TS-P500 com.ubuntu.OneConf[2707]: 
WARNING:oneconf.hosts:Error in loading other_hosts file: [Errno 2] No such file 
or directory: 
'/home/dag/.cache/oneconf/d2fc3bf30c9f4976b441a8f14de53bda/other_hosts'
  Jan 30 12:44:23 dag-TS-P500 dbus-daemon[2707]: Activating service 
name='com.ubuntu.sso'
  Jan 30 12:44:24 dag-TS-P500 dbus-daemon[2707]: Successfully activated service 
'com.ubuntu.sso'
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.685842] audit: type=1400 
audit(1485776751.028:44): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=7024 
comm="apparmor_parser"
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.686099] audit: type=1400 
audit(1485776751.028:45): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=7024 comm="apparmor_parser"
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.700446] audit: type=1400 
audit(1485776751.044:46): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=7024 
comm="apparmor_parser"
  Jan 30 12:45:57 dag-TS-P500 kernel: [ 1106.940891] audit: type=1400 
audit(1485776757.284:47): apparmor="ALLOWED" operation="capable" 
profile="/usr/sbin/cupsd" pid=7031 comm="lpd" capability=12  capname="net_admin"
  Jan 30 12:45:57 dag-TS-P500 kernel: [ 1106.940938] audit: type=1400 
audit(1485776757.284:48): apparmor="ALLOWED" operation="capable" 
profile="/usr/sbin/cupsd" pid=7031 comm="lpd" capability=12  capname="net_admin"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: cups 2.2.0-2
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  Uname: Linux 4.8.0-34-generic x86_64
  

[Desktop-packages] [Bug 1627239] Re: Web pages not rendering with e10s enabled and AppArmor profile in enforce mode

2017-01-30 Thread MK
** Attachment added: "reject on  14.04 of usr.bin.firefox.patch v4"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1627239/+attachment/4811043/+files/patch_version4.reject

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

Title:
  Web pages not rendering with e10s enabled and AppArmor profile in
  enforce mode

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  STR:
  0. Enable enforce mode for the Firefox app-armor profile: sudo aa-enforce 
usr.bin.firefox
  1. Open Firefox 49 with clean profile (or force-enable e10s as per 
https://wiki.mozilla.org/Electrolysis#Force_Enable and restart Firefox)
  2. Go to any site

  What happens: The site loads but the content is rendered blank. The
  page is loaded properly since I can hover over (invisible) links and
  see the cursor change & the address to be shown in the bottom of the
  window.

  What should happen: The site is rendered properly.

  This is related to e10s and the default AppArmor profile shipped with
  firefox.

  See the attached screenshot for how the first-run page looks like with
  a clean profile, e10s and AppArmor enabled.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 49.0+build4-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BuildID: 20160920074044
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Sep 24 07:38:09 2016
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePlugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  DefaultProfilePrefSources: prefs.js
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  RunningIncompatibleAddons: False
  SourcePackage: firefox

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

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


[Desktop-packages] [Bug 1627239] Re: Web pages not rendering with e10s enabled and AppArmor profile in enforce mode

2017-01-30 Thread MK
@thomas303

Unfortunately, "usr.bin.firefox" of 14.04 has a different structure when
compared to 16.04. So the patch fails.

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

Title:
  Web pages not rendering with e10s enabled and AppArmor profile in
  enforce mode

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  STR:
  0. Enable enforce mode for the Firefox app-armor profile: sudo aa-enforce 
usr.bin.firefox
  1. Open Firefox 49 with clean profile (or force-enable e10s as per 
https://wiki.mozilla.org/Electrolysis#Force_Enable and restart Firefox)
  2. Go to any site

  What happens: The site loads but the content is rendered blank. The
  page is loaded properly since I can hover over (invisible) links and
  see the cursor change & the address to be shown in the bottom of the
  window.

  What should happen: The site is rendered properly.

  This is related to e10s and the default AppArmor profile shipped with
  firefox.

  See the attached screenshot for how the first-run page looks like with
  a clean profile, e10s and AppArmor enabled.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 49.0+build4-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BuildID: 20160920074044
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Sep 24 07:38:09 2016
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePlugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  DefaultProfilePrefSources: prefs.js
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  RunningIncompatibleAddons: False
  SourcePackage: firefox

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

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


[Desktop-packages] [Bug 1460273] Re: package fglrx-dev 2:14.100-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/fglrx/libGL.so', which is also in package fglrx 2:13.350.1-0ubuntu2

2017-01-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: fglrx-installer (Ubuntu)
   Status: New => Confirmed

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

Title:
  package fglrx-dev 2:14.100-0ubuntu1 failed to install/upgrade: trying
  to overwrite '/usr/lib/fglrx/libGL.so', which is also in package fglrx
  2:13.350.1-0ubuntu2

Status in fglrx-installer package in Ubuntu:
  Confirmed

Bug description:
  while installing through apt-get it is always failing to install fglrx
  data file. Initially thought of it as some permission related issue
  but the same issue is persistence when updated through root user.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: fglrx-dev 2:14.100-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-53.88-generic 3.13.11-ckt19
  Uname: Linux 3.13.0-53-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  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
  Date: Sat May 30 13:42:23 2015
  DistUpgraded: 2014-08-27 20:06:49,617 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DuplicateSignature: package:fglrx-dev:2:14.100-0ubuntu1:trying to overwrite 
'/usr/lib/fglrx/libGL.so', which is also in package fglrx 2:13.350.1-0ubuntu2
  ErrorMessage: trying to overwrite '/usr/lib/fglrx/libGL.so', which is also in 
package fglrx 2:13.350.1-0ubuntu2
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7640G] [1002:9903] 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3970]
   Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7500M/7600M Series] 
[1002:6840] (prog-if 00 [VGA controller])
 Subsystem: Lenovo Radeon HD 7670M [17aa:3970]
  InstallationDate: Installed on 2013-05-17 (742 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  MachineType: LENOVO 20152
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-53-generic.efi.signed 
root=UUID=b5a4f8c8-a73a-4f9c-b2bd-46c1888080c1 ro quiet splash vt.handoff=7
  SourcePackage: fglrx-installer
  Title: package fglrx-dev 2:14.100-0ubuntu1 failed to install/upgrade: trying 
to overwrite '/usr/lib/fglrx/libGL.so', which is also in package fglrx 
2:13.350.1-0ubuntu2
  UpgradeStatus: Upgraded to trusty on 2014-08-27 (275 days ago)
  dmi.bios.date: 08/27/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 60CN97WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lenovo
  dmi.board.vendor: LENOVO
  dmi.board.version: 3194WIN8 STD SGL
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: LENOVO IdeaPad Z585
  dmi.modalias: 
dmi:bvnLENOVO:bvr60CN97WW:bd08/27/2013:svnLENOVO:pn20152:pvrLENOVOIdeaPadZ585:rvnLENOVO:rnLenovo:rvr3194WIN8STDSGL:cvnLENOVO:ct10:cvrLENOVOIdeaPadZ585:
  dmi.product.name: 20152
  dmi.product.version: LENOVO IdeaPad Z585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat May 30 12:10:41 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:
   AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object 
file: No such file or directory]
   AIGLX error: failed to open /usr/lib64/dri/fglrx_dri.so, 
error[/usr/lib64/dri/fglrx_dri.so: cannot open shared object file: No such file 
or directory]
   AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file: 
No such file or directory]
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: fglrx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1460273/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post 

[Desktop-packages] [Bug 1547702] Re: iputils-ping does not support IPv6 in ping command

2017-01-30 Thread Kevin Otte
So it looks like this was merged into 16.10 (3:20150815-2ubuntu3 vs
3:20121221-4ubuntu1.1 per packages.ubuntu.com). Should this be closed
out as Fix Released?

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

Title:
  iputils-ping does not support IPv6 in ping command

Status in iputils package in Ubuntu:
  Confirmed
Status in iputils package in Debian:
  Fix Released

Bug description:
  The iputils package included in Ubuntu is from 2012.  There have been
  several releases since then and should be updated.  Specifically, the
  iputils-ping package needs to be updated to support the unified ping
  binary.

  Specific commit:
  
https://github.com/iputils/iputils/commit/ebad35fee3de851b809c7b72ccc654a72b6af61d

  Last release:
  https://github.com/iputils/iputils/releases/tag/s20150815

  Given 16.04 is a LTS, it would be extremely bad for Ubuntu to miss this 
updated.  
  Competitively, Fedora 24 will be including it as well.

  https://fedoraproject.org//wiki/Changes/PingIpv6

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

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


[Desktop-packages] [Bug 1660412] [NEW] hp-systray fails due to "error: Unable to open /home/[user]/.hplip/hp-systray.lock lock file." if ~/.hplip is a symlink

2017-01-30 Thread Karl-Philipp Richter
Public bug reported:

This seems to be unrelated to the existence or the permissions of the
lock file (various, but not all combinations have been tested).

The limitation should be removed because it has no obvious purpose or if
it has any purpose at all it should be revealed in a helpful error
message.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: hplip (not installed)
ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
Uname: Linux 4.8.0-34-generic x86_64
NonfreeKernelModules: zfs zunicode icp zcommon znvpair zavl
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jan 30 19:09:49 2017
InstallationDate: Installed on 2015-12-12 (415 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: hplip
UpgradeStatus: Upgraded to yakkety on 2016-10-17 (105 days ago)

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


** Tags: amd64 apport-bug yakkety

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

Title:
  hp-systray fails due to "error: Unable to open /home/[user]/.hplip/hp-
  systray.lock lock file." if ~/.hplip is a symlink

Status in hplip package in Ubuntu:
  New

Bug description:
  This seems to be unrelated to the existence or the permissions of the
  lock file (various, but not all combinations have been tested).

  The limitation should be removed because it has no obvious purpose or
  if it has any purpose at all it should be revealed in a helpful error
  message.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: hplip (not installed)
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  Uname: Linux 4.8.0-34-generic x86_64
  NonfreeKernelModules: zfs zunicode icp zcommon znvpair zavl
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 30 19:09:49 2017
  InstallationDate: Installed on 2015-12-12 (415 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: hplip
  UpgradeStatus: Upgraded to yakkety on 2016-10-17 (105 days ago)

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

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


[Desktop-packages] [Bug 1660402] [NEW] no sound

2017-01-30 Thread Dave H
Public bug reported:

I sent a bug report a few days ago but have not heard back. I had sound before 
the last upgrade. Now no sound. Would someone please respond!!
Dave

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.5
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
Date: Mon Jan 30 09:44:19 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. GT218 [GeForce 210] [1043:852d]
InstallationDate: Installed on 2017-01-02 (27 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: Hewlett-Packard HP xw4600 Workstation
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=8fe009f5-768a-4c6c-9e7a-3a60657d80b4 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/21/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 786F3 v01.10
dmi.board.asset.tag: 2UA8150PMT
dmi.board.name: 0AA0h
dmi.board.vendor: Hewlett-Packard
dmi.chassis.asset.tag: 2UA8150PMT
dmi.chassis.type: 6
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786F3v01.10:bd03/21/2008:svnHewlett-Packard:pnHPxw4600Workstation:pvr:rvnHewlett-Packard:rn0AA0h:rvr:cvnHewlett-Packard:ct6:cvr:
dmi.product.name: HP xw4600 Workstation
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
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.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Mon Jan 30 08:33:22 2017
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-0ubuntu0.2
xserver.video_driver: nouveau

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

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

Title:
  no sound

Status in xorg package in Ubuntu:
  New

Bug description:
  I sent a bug report a few days ago but have not heard back. I had sound 
before the last upgrade. Now no sound. Would someone please respond!!
  Dave

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.5
  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
  Date: Mon Jan 30 09:44:19 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: ASUSTeK Computer Inc. GT218 [GeForce 210] [1043:852d]
  InstallationDate: Installed on 2017-01-02 (27 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Hewlett-Packard HP xw4600 Workstation
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=8fe009f5-768a-4c6c-9e7a-3a60657d80b4 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/21/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786F3 v01.10
  dmi.board.asset.tag: 2UA8150PMT
  

[Desktop-packages] [Bug 1659988] Re: Firefox apparmor profile: /usr/bin/python3: error while loading shared libraries: cannot apply additional memory protection after relocation: Permission denied

2017-01-30 Thread Thomas Mayer
*** This bug is a duplicate of bug 1659922 ***
https://bugs.launchpad.net/bugs/1659922

@roberto-colnaghi Thanks for reporting back.

I thought you were affected by the black/white tabs, too. If not,
Firefox should be usable at least (and indeed not be broken).

Which problem exactly did the patch fix for you? The [GFX1] stuff? Which
version of FF/ubuntu did you test against?

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

Title:
  Firefox apparmor profile: /usr/bin/python3: error while loading shared
  libraries: cannot apply additional memory protection after relocation:
  Permission denied

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I start Firefox, even when run as root, I get an error message:

  /usr/bin/python3: error while loading shared libraries: cannot apply
  additional memory protection after relocation: Permission denied

  As a result, Firefox only shows white or black content in browser tab
  (which is basically rendered empty).

  I can work around this issue with a

  cd /etc/apparmor.d/disable
  ln -s ./../usr.bin.firefox
  apt-get install --reinstall  --purge apparmor libapparmor-perl libapparmor1

  After that, content is rendered again.

  I had this problem earlier
  (https://bugs.launchpad.net/firefox/+bug/1643200) and worked around it
  by installing a firefox extension "ubuntu modifications". But after
  updating from 51.0.0 to 51.0.1, I got the same problem again and
  enabling or disabling the extension did not help any more. Same for
  enabling/disabling all the hardware acceleration and/or e10s settings
  in about:config.

  Now that it seems to be an apparmor profile issue, I think that can be
  fixed in a nice manner. And it also should see some priority.
  Therefore, I think it makes sense to have a clean new ticket for this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 28 01:16:25 2017
  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 2014-11-29 (790 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (226 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1660388] Re: Window decorator corruption

2017-01-30 Thread Dave Chiluk
Uploading jpg a second time so it's obvious, and not missed in the maas
of auto-uploaded logs.

** Attachment added: "Awesome example of decorator corruption."
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-367/+bug/1660388/+attachment/4810973/+files/corruption.jpg

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

Title:
  Window decorator corruption

Status in mesa package in Ubuntu:
  New
Status in nvidia-graphics-drivers-367 package in Ubuntu:
  New
Status in unity package in Ubuntu:
  New

Bug description:
  After switching back from another user or after lock screen I
  occasionally get corruption.  This usually takes a few weeks after a
  restart to reproduce.  Might be related to nvidia drivers or mesa, or
  compiz, or something else.  Experienced this before recent update to
  mesa 12.0.6, so I don't think this is a mesa regression.

  Decorations shown in jpg move with window, but are not selectable.

  Opening against unity, as the unity taskbar often shares similar
  corruption.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity 7.4.0+16.04.20160906-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-34.36~16.04.1-generic 4.8.11
  Uname: Linux 4.8.0-34-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..03.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:03:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 
PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.5
  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: Mon Jan 30 10:54:45 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation Device [10de:1c03] (rev a1) (prog-if 00 [VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:6163]
  InstallationDate: Installed on 2016-01-15 (380 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160115)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-34-generic 
root=UUID=029afe58-00c3-4872-9556-b3fd990c5cf1 ro quiet splash 
crashkernel=384M-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
scsi_mod.use_blk_mq=y dm_mod.use_blk_mq=y crashkernel=384M-:128M
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/06/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: SIX7910J.86A.0594.2013.0806.2241
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DX79SI
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG28808-500
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrSIX7910J.86A.0594.2013.0806.2241:bd08/06/2013:svn:pn:pvr:rvnIntelCorporation:rnDX79SI:rvrAAG28808-500:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.70-1~ubuntu16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
  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.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Mon Jan  9 00:41:06 2017
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.18.4-0ubuntu0.2

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

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


[Desktop-packages] [Bug 1660388] [NEW] Window decorator corruption

2017-01-30 Thread Dave Chiluk
Public bug reported:

After switching back from another user or after lock screen I
occasionally get corruption.  This usually takes a few weeks after a
restart to reproduce.  Might be related to nvidia drivers or mesa, or
compiz, or something else.  Experienced this before recent update to
mesa 12.0.6, so I don't think this is a mesa regression.

Decorations shown in jpg move with window, but are not selectable.

Opening against unity, as the unity taskbar often shares similar
corruption.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.04.20160906-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-34.36~16.04.1-generic 4.8.11
Uname: Linux 4.8.0-34-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..03.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:03:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 
PDT 2016
 GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.5
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: Mon Jan 30 10:54:45 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 NVIDIA Corporation Device [10de:1c03] (rev a1) (prog-if 00 [VGA controller])
   Subsystem: eVga.com. Corp. Device [3842:6163]
InstallationDate: Installed on 2016-01-15 (380 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160115)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-34-generic 
root=UUID=029afe58-00c3-4872-9556-b3fd990c5cf1 ro quiet splash 
crashkernel=384M-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
scsi_mod.use_blk_mq=y dm_mod.use_blk_mq=y crashkernel=384M-:128M
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/06/2013
dmi.bios.vendor: Intel Corp.
dmi.bios.version: SIX7910J.86A.0594.2013.0806.2241
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: DX79SI
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG28808-500
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrSIX7910J.86A.0594.2013.0806.2241:bd08/06/2013:svn:pn:pvr:rvnIntelCorporation:rnDX79SI:rvrAAG28808-500:cvn:ct3:cvr:
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.70-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
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.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Mon Jan  9 00:41:06 2017
xserver.configfile: default
xserver.errors: open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.4-0ubuntu0.2

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

** Affects: nvidia-graphics-drivers-367 (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug compiz-0.9 possible-manual-nvidia-install 
third-party-packages ubuntu xenial

** Attachment added: "jpg of example decorator corruption"
   
https://bugs.launchpad.net/bugs/1660388/+attachment/4810946/+files/corruption.jpg

** Also affects: mesa (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-367 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Window decorator corruption

Status in mesa package in Ubuntu:
  New
Status in nvidia-graphics-drivers-367 package in Ubuntu:
  New
Status in unity package in Ubuntu:
  New

Bug description:
  After switching back from another user or after lock screen I
  occasionally get corruption.  This usually takes a few weeks after a
  restart to reproduce.  Might be related to nvidia drivers or mesa, or
  compiz, or something else.  Experienced this before recent update to
  mesa 12.0.6, so I don't think this is a mesa regression.

  Decorations shown in jpg move with window, but are not selectable.

[Desktop-packages] [Bug 1660380] Re: ^N stopped working

2017-01-30 Thread Thom
Installing the Firemacs extension doens't help either. Ctrl-N is
completely stolen by something in Firefox even after disabling the
horrible window creation binding. No problems in other programs.

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

Title:
  ^N stopped working

Status in firefox package in Ubuntu:
  New

Bug description:
  On the latest firefox update, ctrl-n stopped working as a key to move
  one line down in text boxes. It now fires up a screen full of new
  windows. Installing the Keybinder extension I managed to disable this
  horrible Windows-like waste of good keys, but ctrl-n still does not
  work in text boxes. It used to. ctrl-p, ctrl-b, ctrl-f, ctrl-e, and
  ctrl-a work like they should.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   tuomov 2148 F...m pulseaudio
   /dev/snd/controlC1:  tuomov 2148 F pulseaudio
   /dev/snd/controlC0:  tuomov 2148 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Mon Jan 30 16:20:26 2017
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 138.253.44.1 dev br0 
   138.253.44.0/23 dev br0  proto kernel  scope link  src 138.253.44.171 
   192.168.22.0/24 dev wlan0  proto kernel  scope link  src 192.168.22.1
  Locales: extensions.sqlite corrupt or missing
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-11-08 (83 days ago)
  dmi.bios.date: 07/16/2015
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L04 v02.22
  dmi.board.asset.tag: 1019155
  dmi.board.name: 1825
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: 1019155
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL04v02.22:bd07/16/2015:svnHewlett-Packard:pnHPEliteDesk800G1DM:pvr:rvnHewlett-Packard:rn1825:rvr:cvnHewlett-Packard:ct3:cvr:
  dmi.product.name: HP EliteDesk 800 G1 DM
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1660353] Re: thumbnails disappear when scrolling in thumbnails pane

2017-01-30 Thread Krister
This bug has been reported as bugzilla #772597
(https://bugzilla.gnome.org/show_bug.cgi?id=772597).

** Bug watch added: GNOME Bug Tracker #772597
   https://bugzilla.gnome.org/show_bug.cgi?id=772597

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

Title:
  thumbnails disappear when scrolling in thumbnails pane

Status in evince package in Ubuntu:
  New

Bug description:
  1. open a many-page (at least 15 pages) document
  2. open the thumbnails pane
  3. click on a thumbnail
  4. scroll up and down until the thumbnails (including outlines disappear)

  Obviously, we expect for the thumbnails to stay visible.  To make then
  visible again, move the pointer to the main document window, and then
  back to the thumbnails. Each one will reappear as you move the pointer
  over it.

  This is not the same as bug 1369028 as evince does not hang.
  This is not the same as bug 1629633, as there is still a thumbnail border for 
that document, and under no circumstances will the thumbnail appear.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: evince 3.22.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  Uname: Linux 4.8.0-34-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 30 15:36:40 2017
  InstallationDate: Installed on 2014-10-13 (840 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  SourcePackage: evince
  UpgradeStatus: Upgraded to yakkety on 2016-10-14 (108 days ago)

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

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


[Desktop-packages] [Bug 1660382] [NEW] Address bar does not search history

2017-01-30 Thread Thom
Public bug reported:

After latest firefox upgrade, it stopped searching history in
addressbar. E.g. starting to type 'bugs' should show bugs.launchpad.net
from history in the address bar, but it no longer does. It used to. Now
the search is 100% useless.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
Uname: Linux 4.4.0-53-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC1D0p:   tuomov 2148 F...m pulseaudio
 /dev/snd/controlC1:  tuomov 2148 F pulseaudio
 /dev/snd/controlC0:  tuomov 2148 F pulseaudio
BuildID: 20170125172221
Channel: Unavailable
CurrentDesktop: Unity
Date: Mon Jan 30 16:34:32 2017
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
IpRoute:
 default via 138.253.44.1 dev br0 
 138.253.44.0/23 dev br0  proto kernel  scope link  src 138.253.44.171 
 192.168.22.0/24 dev wlan0  proto kernel  scope link  src 192.168.22.1
Locales: extensions.sqlite corrupt or missing
Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: firefox
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to xenial on 2016-11-08 (83 days ago)
dmi.bios.date: 07/16/2015
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: L04 v02.22
dmi.board.asset.tag: 1019155
dmi.board.name: 1825
dmi.board.vendor: Hewlett-Packard
dmi.chassis.asset.tag: 1019155
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL04v02.22:bd07/16/2015:svnHewlett-Packard:pnHPEliteDesk800G1DM:pvr:rvnHewlett-Packard:rn1825:rvr:cvnHewlett-Packard:ct3:cvr:
dmi.product.name: HP EliteDesk 800 G1 DM
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug xenial

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

Title:
  Address bar does not search history

Status in firefox package in Ubuntu:
  New

Bug description:
  After latest firefox upgrade, it stopped searching history in
  addressbar. E.g. starting to type 'bugs' should show
  bugs.launchpad.net from history in the address bar, but it no longer
  does. It used to. Now the search is 100% useless.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   tuomov 2148 F...m pulseaudio
   /dev/snd/controlC1:  tuomov 2148 F pulseaudio
   /dev/snd/controlC0:  tuomov 2148 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Mon Jan 30 16:34:32 2017
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 138.253.44.1 dev br0 
   138.253.44.0/23 dev br0  proto kernel  scope link  src 138.253.44.171 
   192.168.22.0/24 dev wlan0  proto kernel  scope link  src 192.168.22.1
  Locales: extensions.sqlite corrupt or missing
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-11-08 (83 days ago)
  dmi.bios.date: 07/16/2015
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L04 v02.22
  dmi.board.asset.tag: 1019155
  dmi.board.name: 1825
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: 1019155
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL04v02.22:bd07/16/2015:svnHewlett-Packard:pnHPEliteDesk800G1DM:pvr:rvnHewlett-Packard:rn1825:rvr:cvnHewlett-Packard:ct3:cvr:
  dmi.product.name: HP EliteDesk 800 G1 DM
  dmi.sys.vendor: Hewlett-Packard

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

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

[Desktop-packages] [Bug 1659988] Re: Firefox apparmor profile: /usr/bin/python3: error while loading shared libraries: cannot apply additional memory protection after relocation: Permission denied

2017-01-30 Thread Roberto
*** This bug is a duplicate of bug 1659922 ***
https://bugs.launchpad.net/bugs/1659922

@thomas303 Thank you very much! The system was not broken, because I
disabled apparmor for Firefox as you said in the opening post (altough
you intended it just for testing). Anyway, your instructions were very
complete, and my doubt was mainly compatibility with Ubuntu update. But
as you said, "Now that the original profile file remains unchanged, apt-
get won't complain when the official package gets updated.", so it's
fine for me. And it works like a charm, by the way!

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

Title:
  Firefox apparmor profile: /usr/bin/python3: error while loading shared
  libraries: cannot apply additional memory protection after relocation:
  Permission denied

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I start Firefox, even when run as root, I get an error message:

  /usr/bin/python3: error while loading shared libraries: cannot apply
  additional memory protection after relocation: Permission denied

  As a result, Firefox only shows white or black content in browser tab
  (which is basically rendered empty).

  I can work around this issue with a

  cd /etc/apparmor.d/disable
  ln -s ./../usr.bin.firefox
  apt-get install --reinstall  --purge apparmor libapparmor-perl libapparmor1

  After that, content is rendered again.

  I had this problem earlier
  (https://bugs.launchpad.net/firefox/+bug/1643200) and worked around it
  by installing a firefox extension "ubuntu modifications". But after
  updating from 51.0.0 to 51.0.1, I got the same problem again and
  enabling or disabling the extension did not help any more. Same for
  enabling/disabling all the hardware acceleration and/or e10s settings
  in about:config.

  Now that it seems to be an apparmor profile issue, I think that can be
  fixed in a nice manner. And it also should see some priority.
  Therefore, I think it makes sense to have a clean new ticket for this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 28 01:16:25 2017
  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 2014-11-29 (790 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (226 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1660353] Re: thumbnails disappear when scrolling in thumbnails pane

2017-01-30 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Changed in: evince (Ubuntu)
   Importance: Undecided => Low

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

Title:
  thumbnails disappear when scrolling in thumbnails pane

Status in evince package in Ubuntu:
  New

Bug description:
  1. open a many-page (at least 15 pages) document
  2. open the thumbnails pane
  3. click on a thumbnail
  4. scroll up and down until the thumbnails (including outlines disappear)

  Obviously, we expect for the thumbnails to stay visible.  To make then
  visible again, move the pointer to the main document window, and then
  back to the thumbnails. Each one will reappear as you move the pointer
  over it.

  This is not the same as bug 1369028 as evince does not hang.
  This is not the same as bug 1629633, as there is still a thumbnail border for 
that document, and under no circumstances will the thumbnail appear.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: evince 3.22.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  Uname: Linux 4.8.0-34-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 30 15:36:40 2017
  InstallationDate: Installed on 2014-10-13 (840 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  SourcePackage: evince
  UpgradeStatus: Upgraded to yakkety on 2016-10-14 (108 days ago)

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

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


[Desktop-packages] [Bug 1660345] Re: 'Is plugged to a power source' checkbox missing

2017-01-30 Thread Ads20000
Any idea what package the bug could be in? I know I'm not meant to file
it as a general bug unless I can do otherwise but I have no choice
unless if you have an idea

** Package changed: duplicity (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: Invalid => New

** Description changed:

+ Testing Ubuntu 17.04 20170130 ISO
+ 
  Is plugged to a power source checkbox - not displayed on 'Preparing to
  install Ubuntu' screen ('Download updates when installing Ubuntu' and
  'Installing third-party software' is there) when plugged in or when I
  unplug, or when I go back to the Install/Live Session screen and back
  into the 'Preparing to install Ubuntu' screen. Have we dropped this
  check? If so, tell me and I will close the bug and report an issue with
  the testcase.
  
  Computer info:
  VirtualBox Graphical User Interface Version 5.1.6_Ubuntu r110634
  (I don't have access to spare hardware to test on at the moment)
  Allocated 2GB RAM
  Host OS: Ubuntu 16.10 64-bit
  Lenovo ThinkPad X201
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: duplicity (not installed)
  ProcVersionSignature: Ubuntu 4.9.0-12.13-generic 4.9.2
  Uname: Linux 4.9.0-12-generic x86_64
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 30 14:04:39 2017
  InstallationDate: Installed on 2017-01-30 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20170130)
  SourcePackage: duplicity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  'Is plugged to a power source' checkbox missing

Status in Ubuntu:
  New

Bug description:
  Testing Ubuntu 17.04 20170130 ISO

  Is plugged to a power source checkbox - not displayed on 'Preparing to
  install Ubuntu' screen ('Download updates when installing Ubuntu' and
  'Installing third-party software' is there) when plugged in or when I
  unplug, or when I go back to the Install/Live Session screen and back
  into the 'Preparing to install Ubuntu' screen. Have we dropped this
  check? If so, tell me and I will close the bug and report an issue
  with the testcase.

  Computer info:
  VirtualBox Graphical User Interface Version 5.1.6_Ubuntu r110634
  (I don't have access to spare hardware to test on at the moment)
  Allocated 2GB RAM
  Host OS: Ubuntu 16.10 64-bit
  Lenovo ThinkPad X201

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: duplicity (not installed)
  ProcVersionSignature: Ubuntu 4.9.0-12.13-generic 4.9.2
  Uname: Linux 4.9.0-12-generic x86_64
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 30 14:04:39 2017
  InstallationDate: Installed on 2017-01-30 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20170130)
  SourcePackage: duplicity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1660380] [NEW] ^N stopped working

2017-01-30 Thread Thom
Public bug reported:

On the latest firefox update, ctrl-n stopped working as a key to move
one line down in text boxes. It now fires up a screen full of new
windows. Installing the Keybinder extension I managed to disable this
horrible Windows-like waste of good keys, but ctrl-n still does not work
in text boxes. It used to. ctrl-p, ctrl-b, ctrl-f, ctrl-e, and ctrl-a
work like they should.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
Uname: Linux 4.4.0-53-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC1D0p:   tuomov 2148 F...m pulseaudio
 /dev/snd/controlC1:  tuomov 2148 F pulseaudio
 /dev/snd/controlC0:  tuomov 2148 F pulseaudio
BuildID: 20170125172221
Channel: Unavailable
CurrentDesktop: Unity
Date: Mon Jan 30 16:20:26 2017
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
IpRoute:
 default via 138.253.44.1 dev br0 
 138.253.44.0/23 dev br0  proto kernel  scope link  src 138.253.44.171 
 192.168.22.0/24 dev wlan0  proto kernel  scope link  src 192.168.22.1
Locales: extensions.sqlite corrupt or missing
Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: firefox
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to xenial on 2016-11-08 (83 days ago)
dmi.bios.date: 07/16/2015
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: L04 v02.22
dmi.board.asset.tag: 1019155
dmi.board.name: 1825
dmi.board.vendor: Hewlett-Packard
dmi.chassis.asset.tag: 1019155
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL04v02.22:bd07/16/2015:svnHewlett-Packard:pnHPEliteDesk800G1DM:pvr:rvnHewlett-Packard:rn1825:rvr:cvnHewlett-Packard:ct3:cvr:
dmi.product.name: HP EliteDesk 800 G1 DM
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug xenial

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

Title:
  ^N stopped working

Status in firefox package in Ubuntu:
  New

Bug description:
  On the latest firefox update, ctrl-n stopped working as a key to move
  one line down in text boxes. It now fires up a screen full of new
  windows. Installing the Keybinder extension I managed to disable this
  horrible Windows-like waste of good keys, but ctrl-n still does not
  work in text boxes. It used to. ctrl-p, ctrl-b, ctrl-f, ctrl-e, and
  ctrl-a work like they should.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   tuomov 2148 F...m pulseaudio
   /dev/snd/controlC1:  tuomov 2148 F pulseaudio
   /dev/snd/controlC0:  tuomov 2148 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Mon Jan 30 16:20:26 2017
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 138.253.44.1 dev br0 
   138.253.44.0/23 dev br0  proto kernel  scope link  src 138.253.44.171 
   192.168.22.0/24 dev wlan0  proto kernel  scope link  src 192.168.22.1
  Locales: extensions.sqlite corrupt or missing
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-11-08 (83 days ago)
  dmi.bios.date: 07/16/2015
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L04 v02.22
  dmi.board.asset.tag: 1019155
  dmi.board.name: 1825
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: 1019155
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL04v02.22:bd07/16/2015:svnHewlett-Packard:pnHPEliteDesk800G1DM:pvr:rvnHewlett-Packard:rn1825:rvr:cvnHewlett-Packard:ct3:cvr:
  

[Desktop-packages] [Bug 170225] Re: relative image paths instead of absolute

2017-01-30 Thread su_v
JFTR - the crash triggered by certain combinations of different types of
bitmap images in 64bit Inkscape 0.91 on Windows (e.g. GIF+JPG) is
tracked in bug #1467103.

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

Title:
  relative image paths instead of absolute

Status in Inkscape:
  Fix Released
Status in inkscape package in Ubuntu:
  Fix Released
Status in inkscape package in Debian:
  Fix Released
Status in inkscape package in Mandriva:
  New

Bug description:
  Currently, if you have created an SVG file with images, 
  you can't move these images to any other directory, 
  because the image paths are absolute in this SVG. So, 
  for example, I have a very large project that has loads 
  of SVG images and they all have images inside. But I 
  can't share this project with AYNYONE, necause the 
  image paths are absolute, so if someone else opens an 
  SVG from other lolaction... Nor it lets me move the 
  project to another folder, organize things etc. I have to 
  keep my projects in one folder, I can't move or copy 
  them to other locations and I can't share them :-(

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

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


[Desktop-packages] [Bug 1659988] Re: Firefox apparmor profile: /usr/bin/python3: error while loading shared libraries: cannot apply additional memory protection after relocation: Permission denied

2017-01-30 Thread Thomas Mayer
*** This bug is a duplicate of bug 1659922 ***
https://bugs.launchpad.net/bugs/1659922

@roberto-colnaghi Indeed, python 3.5 dependency is not the cause for
white/black tabs. But the patch fixes that, too. It fixes every apparmor
blocking I'm aware of in terms of firefox.

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

Title:
  Firefox apparmor profile: /usr/bin/python3: error while loading shared
  libraries: cannot apply additional memory protection after relocation:
  Permission denied

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I start Firefox, even when run as root, I get an error message:

  /usr/bin/python3: error while loading shared libraries: cannot apply
  additional memory protection after relocation: Permission denied

  As a result, Firefox only shows white or black content in browser tab
  (which is basically rendered empty).

  I can work around this issue with a

  cd /etc/apparmor.d/disable
  ln -s ./../usr.bin.firefox
  apt-get install --reinstall  --purge apparmor libapparmor-perl libapparmor1

  After that, content is rendered again.

  I had this problem earlier
  (https://bugs.launchpad.net/firefox/+bug/1643200) and worked around it
  by installing a firefox extension "ubuntu modifications". But after
  updating from 51.0.0 to 51.0.1, I got the same problem again and
  enabling or disabling the extension did not help any more. Same for
  enabling/disabling all the hardware acceleration and/or e10s settings
  in about:config.

  Now that it seems to be an apparmor profile issue, I think that can be
  fixed in a nice manner. And it also should see some priority.
  Therefore, I think it makes sense to have a clean new ticket for this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 28 01:16:25 2017
  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 2014-11-29 (790 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (226 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1659988] Re: Firefox apparmor profile: /usr/bin/python3: error while loading shared libraries: cannot apply additional memory protection after relocation: Permission denied

2017-01-30 Thread Thomas Mayer
*** This bug is a duplicate of bug 1659922 ***
https://bugs.launchpad.net/bugs/1659922

@roberto-colnaghi Not exactly. The patch is against the apparmor profile
of FF only.

Attached, I send the full version of a patched apparmor profile (patched
with VERSION 6)

You can even leave the existing profile untouched by disabling it with a
separate link and adding a separate file as a root user:

#disable existing profile
cd /etc/apparmor.d/disable
ln -s ./../usr.bin.firefox
#adding patched version (attached to this comment)
cp /path/to/downloaded/usr.bin.firefox_patched 
/etc/apparmor.d/usr.bin.firefox_patched
#reload profiles
service apparmor reload

Now that the original profile file remains unchanged, apt-get won't
complain when the official package gets updated.

As soon as the official package gets updated, there's nothing more to do than 
to do a
#enable profile from official package again
rm /etc/apparmor.d/disable/usr.bin.firefox
#remove patched version
rm /etc/apparmor.d/usr.bin.firefox_patched
#reload profiles
service apparmor reload

Bonus: That should be undoable even for a production system even if
something breaks (whereas I assume that your production system currently
is broken anyways).

Please report back if it fixes your issues. And which of them it fixes
(in the corresponding bug IDs).

** Attachment added: "usr.bin.firefox_patched"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1659988/+attachment/4810906/+files/usr.bin.firefox_patched

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

Title:
  Firefox apparmor profile: /usr/bin/python3: error while loading shared
  libraries: cannot apply additional memory protection after relocation:
  Permission denied

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I start Firefox, even when run as root, I get an error message:

  /usr/bin/python3: error while loading shared libraries: cannot apply
  additional memory protection after relocation: Permission denied

  As a result, Firefox only shows white or black content in browser tab
  (which is basically rendered empty).

  I can work around this issue with a

  cd /etc/apparmor.d/disable
  ln -s ./../usr.bin.firefox
  apt-get install --reinstall  --purge apparmor libapparmor-perl libapparmor1

  After that, content is rendered again.

  I had this problem earlier
  (https://bugs.launchpad.net/firefox/+bug/1643200) and worked around it
  by installing a firefox extension "ubuntu modifications". But after
  updating from 51.0.0 to 51.0.1, I got the same problem again and
  enabling or disabling the extension did not help any more. Same for
  enabling/disabling all the hardware acceleration and/or e10s settings
  in about:config.

  Now that it seems to be an apparmor profile issue, I think that can be
  fixed in a nice manner. And it also should see some priority.
  Therefore, I think it makes sense to have a clean new ticket for this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 28 01:16:25 2017
  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 2014-11-29 (790 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (226 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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

[Desktop-packages] [Bug 1660316] Re: apparmor denial of CUPS

2017-01-30 Thread Till Kamppeter
Which print queue failed with active AppArmor? KONICA-
MINOLTA-C650-Series or Minolta-C308 or both?


** 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/1660316

Title:
  apparmor denial of CUPS

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Printing is enabled when doing sudo aa-complain cupsd

  Here is an extract of /var/log/syslog:

  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.929457] audit: type=1400 
audit(1485776519.269:37): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=6932 
comm="apparmor_parser"
  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.929744] audit: type=1400 
audit(1485776519.269:38): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=6932 comm="apparmor_parser"
  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.945422] audit: type=1400 
audit(1485776519.285:39): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=6932 
comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.817070] audit: type=1400 
audit(1485776530.158:40): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=6941 
comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.817342] audit: type=1400 
audit(1485776530.158:41): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=6941 comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.837254] audit: type=1400 
audit(1485776530.178:42): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=6941 
comm="apparmor_parser"
  Jan 30 12:42:16 dag-TS-P500 zeitgeist-datah[3706]: 
downloads-directory-provider.vala:120: Couldn't process /home/dag/.glvndcEQzqA: 
Error when getting information for file '/home/dag/.glvndcEQzqA': No such file 
or directory
  Jan 30 12:42:23 dag-TS-P500 dbus[996]: [system] Activating via systemd: 
service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service'
  Jan 30 12:42:23 dag-TS-P500 systemd[1]: Starting Hostname Service...
  Jan 30 12:42:24 dag-TS-P500 dbus[996]: [system] Successfully activated 
service 'org.freedesktop.hostname1'
  Jan 30 12:42:24 dag-TS-P500 systemd[1]: Started Hostname Service.
  Jan 30 12:42:26 dag-TS-P500 kernel: [  895.746636] audit: type=1400 
audit(1485776546.086:43): apparmor="DENIED" operation="capable" 
profile="/usr/sbin/cupsd" pid=6967 comm="lpd" capability=12  capname="net_admin"
  Jan 30 12:42:54 dag-TS-P500 systemd[1]: Starting Cleanup of Temporary 
Directories...
  Jan 30 12:42:54 dag-TS-P500 systemd-tmpfiles[6973]: 
[/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
  Jan 30 12:42:54 dag-TS-P500 systemd[1]: Started Cleanup of Temporary 
Directories.
  Jan 30 12:44:03 dag-TS-P500 dbus-daemon[2707]: Activating service 
name='com.ubuntu.OneConf'
  Jan 30 12:44:03 dag-TS-P500 dbus-daemon[2707]: Successfully activated service 
'com.ubuntu.OneConf'
  Jan 30 12:44:03 dag-TS-P500 com.ubuntu.OneConf[2707]: 
WARNING:oneconf.hosts:Error in loading other_hosts file: [Errno 2] No such file 
or directory: 
'/home/dag/.cache/oneconf/d2fc3bf30c9f4976b441a8f14de53bda/other_hosts'
  Jan 30 12:44:23 dag-TS-P500 dbus-daemon[2707]: Activating service 
name='com.ubuntu.sso'
  Jan 30 12:44:24 dag-TS-P500 dbus-daemon[2707]: Successfully activated service 
'com.ubuntu.sso'
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.685842] audit: type=1400 
audit(1485776751.028:44): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=7024 
comm="apparmor_parser"
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.686099] audit: type=1400 
audit(1485776751.028:45): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=7024 comm="apparmor_parser"
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.700446] audit: type=1400 
audit(1485776751.044:46): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=7024 
comm="apparmor_parser"
  Jan 30 12:45:57 dag-TS-P500 kernel: [ 1106.940891] audit: type=1400 
audit(1485776757.284:47): apparmor="ALLOWED" operation="capable" 
profile="/usr/sbin/cupsd" pid=7031 comm="lpd" capability=12  capname="net_admin"
  Jan 30 12:45:57 dag-TS-P500 kernel: [ 1106.940938] audit: type=1400 
audit(1485776757.284:48): apparmor="ALLOWED" operation="capable" 
profile="/usr/sbin/cupsd" pid=7031 comm="lpd" capability=12  capname="net_admin"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: cups 2.2.0-2
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  Uname: Linux 4.8.0-34-generic x86_64
  

[Desktop-packages] [Bug 971219] Re: Remmina Crashes with when connecting to some RDP hosts

2017-01-30 Thread Boris Malkov
The problem still persists.

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

Title:
  Remmina Crashes with when connecting to some RDP hosts

Status in freerdp package in Ubuntu:
  Confirmed

Bug description:
  When connecting to some RDP Hosts Remmina will crash every time they
  are 2008 server hosts but not all 2008 server hosts have the problem.

  [ 2375.493642] remmina[7647]: segfault at 10018 ip 7f0db307718c sp 
7f0da4c836f0 error 6 in libfreerdp-core.so.1.0.1[7f0db306+42000]
  [ 2509.507670] remmina[7727]: segfault at 10018 ip 7fe454b6b18c sp 
7fe4467b36f0 error 6 in libfreerdp-core.so.1.0.1[7fe454b54000+42000]

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: remmina 1.0.0-1ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 11:24:51 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: remmina
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1660345] Re: 'Is plugged to a power source' checkbox missing

2017-01-30 Thread Kenneth Loafman
This is not a duplicity error.  Please redirect to correct project.

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

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

Title:
  'Is plugged to a power source' checkbox missing

Status in duplicity package in Ubuntu:
  Invalid

Bug description:
  Is plugged to a power source checkbox - not displayed on 'Preparing to
  install Ubuntu' screen ('Download updates when installing Ubuntu' and
  'Installing third-party software' is there) when plugged in or when I
  unplug, or when I go back to the Install/Live Session screen and back
  into the 'Preparing to install Ubuntu' screen. Have we dropped this
  check? If so, tell me and I will close the bug and report an issue
  with the testcase.

  Computer info:
  VirtualBox Graphical User Interface Version 5.1.6_Ubuntu r110634
  (I don't have access to spare hardware to test on at the moment)
  Allocated 2GB RAM
  Host OS: Ubuntu 16.10 64-bit
  Lenovo ThinkPad X201

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: duplicity (not installed)
  ProcVersionSignature: Ubuntu 4.9.0-12.13-generic 4.9.2
  Uname: Linux 4.9.0-12-generic x86_64
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 30 14:04:39 2017
  InstallationDate: Installed on 2017-01-30 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20170130)
  SourcePackage: duplicity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1660353] [NEW] thumbnails disappear when scrolling in thumbnails pane

2017-01-30 Thread Krister
Public bug reported:

1. open a many-page (at least 15 pages) document
2. open the thumbnails pane
3. click on a thumbnail
4. scroll up and down until the thumbnails (including outlines disappear)

Obviously, we expect for the thumbnails to stay visible.  To make then
visible again, move the pointer to the main document window, and then
back to the thumbnails. Each one will reappear as you move the pointer
over it.

This is not the same as bug 1369028 as evince does not hang.
This is not the same as bug 1629633, as there is still a thumbnail border for 
that document, and under no circumstances will the thumbnail appear.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: evince 3.22.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
Uname: Linux 4.8.0-34-generic x86_64
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jan 30 15:36:40 2017
InstallationDate: Installed on 2014-10-13 (840 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
SourcePackage: evince
UpgradeStatus: Upgraded to yakkety on 2016-10-14 (108 days ago)

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


** Tags: amd64 apparmor apport-bug yakkety

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

Title:
  thumbnails disappear when scrolling in thumbnails pane

Status in evince package in Ubuntu:
  New

Bug description:
  1. open a many-page (at least 15 pages) document
  2. open the thumbnails pane
  3. click on a thumbnail
  4. scroll up and down until the thumbnails (including outlines disappear)

  Obviously, we expect for the thumbnails to stay visible.  To make then
  visible again, move the pointer to the main document window, and then
  back to the thumbnails. Each one will reappear as you move the pointer
  over it.

  This is not the same as bug 1369028 as evince does not hang.
  This is not the same as bug 1629633, as there is still a thumbnail border for 
that document, and under no circumstances will the thumbnail appear.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: evince 3.22.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  Uname: Linux 4.8.0-34-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 30 15:36:40 2017
  InstallationDate: Installed on 2014-10-13 (840 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  SourcePackage: evince
  UpgradeStatus: Upgraded to yakkety on 2016-10-14 (108 days ago)

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

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


[Desktop-packages] [Bug 1660341] Re: Video driver not found

2017-01-30 Thread Paul White
** Summary changed:

- Bug
+ Video driver not found

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

Title:
  Video driver not found

Status in xorg package in Ubuntu:
  New

Bug description:
  Drive video not found

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu2
  ProcVersionSignature: Ubuntu 4.9.0-12.13-generic 4.9.2
  Uname: Linux 4.9.0-12-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu1
  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: Mon Jan 30 11:43:21 2017
  DistUpgraded: 2017-01-18 12:06:54,796 DEBUG running apport_crash()
  DistroCodename: zesty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 2nd Generation Core Processor Family 
Integrated Graphics Controller [1043:844d]
  InstallationDate: Installed on 2016-10-04 (117 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.9.0-12-generic 
root=UUID=205cc203-ef14-482c-b2ef-e4fb30d94968 ro text splash vga=791 
i915.modeset=1 i915.i915_enable_rc6=1 i915.semaphores=1 pcie_aspm=force 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to zesty on 2017-01-18 (11 days ago)
  dmi.bios.date: 05/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4307
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H61-M LE/BR
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev x.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4307:bd05/13/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H61-MLE/BR:rvrRevx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.74+git20170126.5403cb39-0ubuntu0ricotz
  version.libgl1-mesa-dri: libgl1-mesa-dri 
17.0.0~git20170126+17.0.d283ec0a-0ubuntu0ricotz
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 
17.0.0~git20170126+17.0.d283ec0a-0ubuntu0ricotz
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.8.99+git20161127.487aa62a-0ubuntu0ricotz
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20161127.bde94605-0ubuntu0ricotz2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.13+git20161127.1516d35b-0ubuntu0ricotz
  xserver.bootTime: Mon Jan 30 10:05:52 2017
  xserver.configfile: default
  xserver.errors:
   Screen 0 deleted because of no matching config section.
   Device(s) detected, but none match those in the config file.
   Screen 0 deleted because of no matching config section.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: OutputDP-1  
HDMI-1   VGA-1
  xserver.version: 2:1.18.4-1ubuntu7
  xserver.video_driver: modeset

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

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


[Desktop-packages] [Bug 1659988] Re: Firefox apparmor profile: /usr/bin/python3: error while loading shared libraries: cannot apply additional memory protection after relocation: Permission denied

2017-01-30 Thread Roberto
*** This bug is a duplicate of bug 1659922 ***
https://bugs.launchpad.net/bugs/1659922

@thomas303 I can't apply the patch, it's a production machine. Besides,
I don't understand which file has to be patched (I figured it was
/usr/bin/firefox, but it doesn't contain any of the words found in the
patch). Thanks anyway, I just wanted to highlight the fact that Python
is probably not the cause, but ratherconflicts with problem drivers.

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

Title:
  Firefox apparmor profile: /usr/bin/python3: error while loading shared
  libraries: cannot apply additional memory protection after relocation:
  Permission denied

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I start Firefox, even when run as root, I get an error message:

  /usr/bin/python3: error while loading shared libraries: cannot apply
  additional memory protection after relocation: Permission denied

  As a result, Firefox only shows white or black content in browser tab
  (which is basically rendered empty).

  I can work around this issue with a

  cd /etc/apparmor.d/disable
  ln -s ./../usr.bin.firefox
  apt-get install --reinstall  --purge apparmor libapparmor-perl libapparmor1

  After that, content is rendered again.

  I had this problem earlier
  (https://bugs.launchpad.net/firefox/+bug/1643200) and worked around it
  by installing a firefox extension "ubuntu modifications". But after
  updating from 51.0.0 to 51.0.1, I got the same problem again and
  enabling or disabling the extension did not help any more. Same for
  enabling/disabling all the hardware acceleration and/or e10s settings
  in about:config.

  Now that it seems to be an apparmor profile issue, I think that can be
  fixed in a nice manner. And it also should see some priority.
  Therefore, I think it makes sense to have a clean new ticket for this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 28 01:16:25 2017
  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 2014-11-29 (790 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (226 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1659988] Re: Firefox apparmor profile: /usr/bin/python3: error while loading shared libraries: cannot apply additional memory protection after relocation: Permission denied

2017-01-30 Thread Thomas Mayer
*** This bug is a duplicate of bug 1659922 ***
https://bugs.launchpad.net/bugs/1659922

@roberto-colnaghi Please try out VERSION 6 of the patch. I think it
fixes the [GFX1] issues, too.

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

Title:
  Firefox apparmor profile: /usr/bin/python3: error while loading shared
  libraries: cannot apply additional memory protection after relocation:
  Permission denied

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I start Firefox, even when run as root, I get an error message:

  /usr/bin/python3: error while loading shared libraries: cannot apply
  additional memory protection after relocation: Permission denied

  As a result, Firefox only shows white or black content in browser tab
  (which is basically rendered empty).

  I can work around this issue with a

  cd /etc/apparmor.d/disable
  ln -s ./../usr.bin.firefox
  apt-get install --reinstall  --purge apparmor libapparmor-perl libapparmor1

  After that, content is rendered again.

  I had this problem earlier
  (https://bugs.launchpad.net/firefox/+bug/1643200) and worked around it
  by installing a firefox extension "ubuntu modifications". But after
  updating from 51.0.0 to 51.0.1, I got the same problem again and
  enabling or disabling the extension did not help any more. Same for
  enabling/disabling all the hardware acceleration and/or e10s settings
  in about:config.

  Now that it seems to be an apparmor profile issue, I think that can be
  fixed in a nice manner. And it also should see some priority.
  Therefore, I think it makes sense to have a clean new ticket for this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 28 01:16:25 2017
  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 2014-11-29 (790 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (226 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1643871] Re: Running Firefox (Version 50.0+build2-0ubuntu0.16.04.2) with xrdp -> result: wrong colors, also for the interface

2017-01-30 Thread Anders Eriksson
Upgraded my ubuntu 16.10 to firefox 51.0.1+build2-0ubuntu0.16.10.1 (with
vncs4erver 4.1.1+xorg4.3.0-3) and now it works again for me.

Thank you!

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

Title:
  Running Firefox (Version 50.0+build2-0ubuntu0.16.04.2) with xrdp ->
  result: wrong colors, also for the interface

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Setup:

  Ubuntu 16.04 LTS with all patches installed +
  xrdp 0.6.1-2
  vnc4server 4.1.1+xorg4.3.0-37.3ubuntu2

  Firefox Version (49.0.2+build2-0ubuntu0.16.04.2) with xrdp -> all
  colours ok also in the normal login-console

  Error:

  Ubuntu 16.04 LTS with all patches installed +
  Firefox Version (Version 50.0+build2-0ubuntu0.16.04.2)

  with xrdp -> all colours are wrong  (colours are blue, where
  colours have to be red!!)

  with normal login-console -> all colours are ok

  I am able to reproduce this error if i install the previous version of
  Firefox.

  Thanks a lot.

  Gabi

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

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


[Desktop-packages] [Bug 1659988] Re: Firefox apparmor profile: /usr/bin/python3: error while loading shared libraries: cannot apply additional memory protection after relocation: Permission denied

2017-01-30 Thread Thomas Mayer
*** This bug is a duplicate of bug 1659922 ***
https://bugs.launchpad.net/bugs/1659922

@roberto-colnaghi I had similar issues as well. These have all gone in
my case after applying my patch.

I'll post a comment in bug #1643200, eventually some of the affected
users can test it.

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

Title:
  Firefox apparmor profile: /usr/bin/python3: error while loading shared
  libraries: cannot apply additional memory protection after relocation:
  Permission denied

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I start Firefox, even when run as root, I get an error message:

  /usr/bin/python3: error while loading shared libraries: cannot apply
  additional memory protection after relocation: Permission denied

  As a result, Firefox only shows white or black content in browser tab
  (which is basically rendered empty).

  I can work around this issue with a

  cd /etc/apparmor.d/disable
  ln -s ./../usr.bin.firefox
  apt-get install --reinstall  --purge apparmor libapparmor-perl libapparmor1

  After that, content is rendered again.

  I had this problem earlier
  (https://bugs.launchpad.net/firefox/+bug/1643200) and worked around it
  by installing a firefox extension "ubuntu modifications". But after
  updating from 51.0.0 to 51.0.1, I got the same problem again and
  enabling or disabling the extension did not help any more. Same for
  enabling/disabling all the hardware acceleration and/or e10s settings
  in about:config.

  Now that it seems to be an apparmor profile issue, I think that can be
  fixed in a nice manner. And it also should see some priority.
  Therefore, I think it makes sense to have a clean new ticket for this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 28 01:16:25 2017
  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 2014-11-29 (790 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (226 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1660345] [NEW] 'Is plugged to a power source' checkbox missing

2017-01-30 Thread Ads20000
Public bug reported:

Is plugged to a power source checkbox - not displayed on 'Preparing to
install Ubuntu' screen ('Download updates when installing Ubuntu' and
'Installing third-party software' is there) when plugged in or when I
unplug, or when I go back to the Install/Live Session screen and back
into the 'Preparing to install Ubuntu' screen. Have we dropped this
check? If so, tell me and I will close the bug and report an issue with
the testcase.

Computer info:
VirtualBox Graphical User Interface Version 5.1.6_Ubuntu r110634
(I don't have access to spare hardware to test on at the moment)
Allocated 2GB RAM
Host OS: Ubuntu 16.10 64-bit
Lenovo ThinkPad X201

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: duplicity (not installed)
ProcVersionSignature: Ubuntu 4.9.0-12.13-generic 4.9.2
Uname: Linux 4.9.0-12-generic x86_64
ApportVersion: 2.20.4-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jan 30 14:04:39 2017
InstallationDate: Installed on 2017-01-30 (0 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20170130)
SourcePackage: duplicity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug iso-testing zesty

** Description changed:

  Is plugged to a power source checkbox - not displayed on 'Preparing to
  install Ubuntu' screen ('Download updates when installing Ubuntu' and
  'Installing third-party software' is there) when plugged in or when I
  unplug, or when I go back to the Install/Live Session screen and back
  into the 'Preparing to install Ubuntu' screen. Have we dropped this
  check? If so, tell me and I will close the bug and report an issue with
  the testcase.
  
  Computer info:
  VirtualBox Graphical User Interface Version 5.1.6_Ubuntu r110634
  (I don't have access to spare hardware to test on at the moment)
  Allocated 2GB RAM
- Host OS: Ubuntu 16.10 LTS 64-bit
+ Host OS: Ubuntu 16.10 64-bit
  Lenovo ThinkPad X201
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: duplicity (not installed)
  ProcVersionSignature: Ubuntu 4.9.0-12.13-generic 4.9.2
  Uname: Linux 4.9.0-12-generic x86_64
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 30 14:04:39 2017
  InstallationDate: Installed on 2017-01-30 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20170130)
  SourcePackage: duplicity
  UpgradeStatus: No upgrade log present (probably fresh install)

** Tags added: iso-testing

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

Title:
  'Is plugged to a power source' checkbox missing

Status in duplicity package in Ubuntu:
  New

Bug description:
  Is plugged to a power source checkbox - not displayed on 'Preparing to
  install Ubuntu' screen ('Download updates when installing Ubuntu' and
  'Installing third-party software' is there) when plugged in or when I
  unplug, or when I go back to the Install/Live Session screen and back
  into the 'Preparing to install Ubuntu' screen. Have we dropped this
  check? If so, tell me and I will close the bug and report an issue
  with the testcase.

  Computer info:
  VirtualBox Graphical User Interface Version 5.1.6_Ubuntu r110634
  (I don't have access to spare hardware to test on at the moment)
  Allocated 2GB RAM
  Host OS: Ubuntu 16.10 64-bit
  Lenovo ThinkPad X201

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: duplicity (not installed)
  ProcVersionSignature: Ubuntu 4.9.0-12.13-generic 4.9.2
  Uname: Linux 4.9.0-12-generic x86_64
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 30 14:04:39 2017
  InstallationDate: Installed on 2017-01-30 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20170130)
  SourcePackage: duplicity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1659988] Re: Firefox apparmor profile: /usr/bin/python3: error while loading shared libraries: cannot apply additional memory protection after relocation: Permission denied

2017-01-30 Thread Thomas Mayer
*** This bug is a duplicate of bug 1659922 ***
https://bugs.launchpad.net/bugs/1659922

@roberto-colnaghi Ah, my error. Thought this was a new issue.

It even gets better: The person who posted these

[GFX1]: Failed 2 buffer db=0 dw=0 for 0, 0, 1920, 876

errors was me.

And from my side, I can say that these issues all have gone (already
with early versions of the patch).

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

Title:
  Firefox apparmor profile: /usr/bin/python3: error while loading shared
  libraries: cannot apply additional memory protection after relocation:
  Permission denied

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I start Firefox, even when run as root, I get an error message:

  /usr/bin/python3: error while loading shared libraries: cannot apply
  additional memory protection after relocation: Permission denied

  As a result, Firefox only shows white or black content in browser tab
  (which is basically rendered empty).

  I can work around this issue with a

  cd /etc/apparmor.d/disable
  ln -s ./../usr.bin.firefox
  apt-get install --reinstall  --purge apparmor libapparmor-perl libapparmor1

  After that, content is rendered again.

  I had this problem earlier
  (https://bugs.launchpad.net/firefox/+bug/1643200) and worked around it
  by installing a firefox extension "ubuntu modifications". But after
  updating from 51.0.0 to 51.0.1, I got the same problem again and
  enabling or disabling the extension did not help any more. Same for
  enabling/disabling all the hardware acceleration and/or e10s settings
  in about:config.

  Now that it seems to be an apparmor profile issue, I think that can be
  fixed in a nice manner. And it also should see some priority.
  Therefore, I think it makes sense to have a clean new ticket for this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 28 01:16:25 2017
  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 2014-11-29 (790 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (226 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 875676] Re: Backing up fails with 'IOError CRC check failed'.

2017-01-30 Thread Matej Kovacic
No that it is not good. This is completely irresponsible and lame.

It is a shame, that so important software is a part of core Ubuntu
system. Canonical should reconsider using it. Because backup is critical
and if DejaDup is a part of a core system, people rely on it.

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

Title:
  Backing up fails with 'IOError CRC check failed'.

Status in Déjà Dup:
  New
Status in Duplicity:
  New
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  For 4 days déjà dup hasn't been able to perform a backup. It fails
  with the error

  Failed to read /tmp/duplicity-lJcUDl-tempdir/mktemp-o4LYSJ-1: (, IOError('CRC check failed 0x8434f7d2L !=
  0x3d503338L',), )

  There is another similar bug #676767 where deleting ~/.cache/deja-dup
  helps. In this case it doesn't.

  I'm quite certain that my backup drive isn't corrupted. (It's a
  raid5.) I'd be happy to provide any additional information needed.

  --

  System information:
  Ubuntu 11.10
  deja-dup 20.0-0ubuntu3
  duplicity 0.6.15-0ubuntu2

  Logs:
  deja-dup.log: http://pastie.org/2705320
  deja-dup.gsettings: http://pastie.org/2705322

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/875676/+subscriptions

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


[Desktop-packages] [Bug 1660263] Re: Sync liborcus 0.12.1-1 (main) from Debian experimental (main)

2017-01-30 Thread Jeremy Bicha
This bug was fixed in the package liborcus - 0.12.1-1
Sponsored for Rico Tzschichholz (ricotz)

---
liborcus (0.12.1-1) experimental; urgency=medium

  * [9eee68a] New upstream version 0.12.1

 -- Rene Engelhard   Tue, 20 Sep 2016 22:52:13 +0200

liborcus (0.12.0-4) experimental; urgency=medium

  * [42b61ea] move Maintainer: to Debian LibreOffice Maintainers
  * [8be5236] multiarchify (closes: #798608)

 -- Rene Engelhard   Wed, 07 Sep 2016 22:21:44 +0200

liborcus (0.12.0-3) experimental; urgency=medium

  * use PYTHONPATH=/src/python/.libs dh_auto_test (as for orcus) to fix
python tests on some archs

 -- Rene Engelhard   Wed, 24 Aug 2016 07:13:13 +

liborcus (0.12.0-2) experimental; urgency=medium

  * [451c793] add missing python3-sphinx-bootstrap-theme,python3-breathe to
  Build-Depends-Indep
  * [679dd09] add sphinx-common to Build-Depends for --with sphinxdoc
  * [165fc02] use usr/lib/python*/*-packages in python3-orcus.install

 -- Rene Engelhard   Tue, 23 Aug 2016 22:32:51 +0200

liborcus (0.12.0-1) experimental; urgency=medium

  * [b3d4c5f] Imported Upstream version 0.12.0
  * [3f1c198] adapt for liborcus*-0.12.so.0
  * [e564ab1] bump libixion-dev build-dep to (>= 0.12.0~)
  * [18cc8ff] build liborcus-doc

 -- Rene Engelhard   Sun, 21 Aug 2016 13:04:44 +0200

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

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

Title:
  Sync liborcus 0.12.1-1 (main) from Debian experimental (main)

Status in liborcus package in Ubuntu:
  Fix Released

Bug description:
  Please sync liborcus 0.12.1-1 (main) from Debian experimental (main)

  Changelog entries since current zesty version 0.11.2-3build1:

  liborcus (0.12.1-1) experimental; urgency=medium

* [9eee68a] New upstream version 0.12.1

   -- Rene Engelhard   Tue, 20 Sep 2016 22:52:13 +0200

  liborcus (0.12.0-4) experimental; urgency=medium

* [42b61ea] move Maintainer: to Debian LibreOffice Maintainers
* [8be5236] multiarchify (closes: #798608)

   -- Rene Engelhard   Wed, 07 Sep 2016 22:21:44 +0200

  liborcus (0.12.0-3) experimental; urgency=medium

* use PYTHONPATH=/src/python/.libs dh_auto_test (as for orcus) to fix
  python tests on some archs

   -- Rene Engelhard   Wed, 24 Aug 2016 07:13:13 +

  liborcus (0.12.0-2) experimental; urgency=medium

* [451c793] add missing python3-sphinx-bootstrap-theme,python3-breathe to
Build-Depends-Indep
* [679dd09] add sphinx-common to Build-Depends for --with sphinxdoc
* [165fc02] use usr/lib/python*/*-packages in python3-orcus.install

   -- Rene Engelhard   Tue, 23 Aug 2016 22:32:51 +0200

  liborcus (0.12.0-1) experimental; urgency=medium

* [b3d4c5f] Imported Upstream version 0.12.0
* [3f1c198] adapt for liborcus*-0.12.so.0
* [e564ab1] bump libixion-dev build-dep to (>= 0.12.0~)
* [18cc8ff] build liborcus-doc

   -- Rene Engelhard   Sun, 21 Aug 2016 13:04:44 +0200

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

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


[Desktop-packages] [Bug 1643200] Re: After updating to firefox 50.0, tab goes black instead of showing web pages

2017-01-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: firefox (Ubuntu)
   Status: New => Confirmed

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

Title:
  After updating to firefox 50.0, tab goes black instead of showing web
  pages

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

Bug description:
  Today, I updated firefox to version 50.0. This update was offered to
  me via the official updates I got for ubuntu 16.04.

  After restarting firefox, I get a black tab content when I "open" a
  web page. For demonstration, see the screen shot attached.

  Note that I still can edit preferences or "about:config". Tabs only go
  black for web pages.

  I get the black tabs after installing firefox together with this set of 
updates:
isc-dhcp-client 4.3.3-5ubuntu12.4
isc-dhcp-common 4.3.3-5ubuntu12.4
libfcitx-config4 1:4.2.9.1-1ubuntu1.16.04.1
libfcitx-gclient0 1:4.2.9.1-1ubuntu1.16.04.1
libfcitx-utils0 1:4.2.9.1-1ubuntu1.16.04.1
libprocps4 2:3.3.10-4ubuntu2.2
linux-firmware 1.157.5
procps 2:3.3.10-4ubuntu2.2
python3-distupgrade 1:16.04.18
ubuntu-release-upgrader-core 1:16.04.18
ubuntu-release-upgrader-gtk 1:16.04.18
unattended-upgrades 0.90ubuntu0.2
xserver-common 2:1.18.4-0ubuntu0.2
xserver-xorg-core 2:1.18.4-0ubuntu0.2

  Please not that xserver got updated, too.

  The behaviour also remains after a reboot.

  Other applications, including Thunderbird, do not show similar
  behaviour.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 50.0+build2-0ubuntu0.16.04.2
  ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
  Uname: Linux 4.4.0-47-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3212 F pulseaudio
  BuildID: 20161114144739
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Nov 19 15:57:33 2016
  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 2014-11-29 (721 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=50.0/20161114144739 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (156 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1659988] Re: Firefox apparmor profile: /usr/bin/python3: error while loading shared libraries: cannot apply additional memory protection after relocation: Permission denied

2017-01-30 Thread Roberto
*** This bug is a duplicate of bug 1659922 ***
https://bugs.launchpad.net/bugs/1659922

Just my 2 cents: we had the same problem here after the Firefox 51.0.1 update 
(just one machine is affected anyway, the others updated with no problem). The 
error message is NOT related to python, but I get graphics errors like the ones 
seen in  bug #1643200:
[GFX1]: Failed 2 buffer db=0 dw=0 for 0, 0, 1920, 876
[GFX1]: Failed 2 buffer db=0 dw=0 for 0, 0, 1920, 876
[GFX1]: Failed 2 buffer db=0 dw=0 for 0, 0, 1920, 876
Anyway, excluding Firefox from Apparmor (as with the OP's first suggestion) 
works around the problem. My suspect is bad interaction with the driver for the 
videocard of that specific machine on which we have the problem.

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

Title:
  Firefox apparmor profile: /usr/bin/python3: error while loading shared
  libraries: cannot apply additional memory protection after relocation:
  Permission denied

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I start Firefox, even when run as root, I get an error message:

  /usr/bin/python3: error while loading shared libraries: cannot apply
  additional memory protection after relocation: Permission denied

  As a result, Firefox only shows white or black content in browser tab
  (which is basically rendered empty).

  I can work around this issue with a

  cd /etc/apparmor.d/disable
  ln -s ./../usr.bin.firefox
  apt-get install --reinstall  --purge apparmor libapparmor-perl libapparmor1

  After that, content is rendered again.

  I had this problem earlier
  (https://bugs.launchpad.net/firefox/+bug/1643200) and worked around it
  by installing a firefox extension "ubuntu modifications". But after
  updating from 51.0.0 to 51.0.1, I got the same problem again and
  enabling or disabling the extension did not help any more. Same for
  enabling/disabling all the hardware acceleration and/or e10s settings
  in about:config.

  Now that it seems to be an apparmor profile issue, I think that can be
  fixed in a nice manner. And it also should see some priority.
  Therefore, I think it makes sense to have a clean new ticket for this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 28 01:16:25 2017
  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 2014-11-29 (790 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (226 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1660341] [NEW] Bug

2017-01-30 Thread bvaugusto
Public bug reported:

Drive video not found

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: xorg 1:7.7+16ubuntu2
ProcVersionSignature: Ubuntu 4.9.0-12.13-generic 4.9.2
Uname: Linux 4.9.0-12-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.4-0ubuntu1
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: Mon Jan 30 11:43:21 2017
DistUpgraded: 2017-01-18 12:06:54,796 DEBUG running apport_crash()
DistroCodename: zesty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. 2nd Generation Core Processor Family 
Integrated Graphics Controller [1043:844d]
InstallationDate: Installed on 2016-10-04 (117 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.9.0-12-generic 
root=UUID=205cc203-ef14-482c-b2ef-e4fb30d94968 ro text splash vga=791 
i915.modeset=1 i915.i915_enable_rc6=1 i915.semaphores=1 pcie_aspm=force 
vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to zesty on 2017-01-18 (11 days ago)
dmi.bios.date: 05/13/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4307
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H61-M LE/BR
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev x.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4307:bd05/13/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H61-MLE/BR:rvrRevx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.74+git20170126.5403cb39-0ubuntu0ricotz
version.libgl1-mesa-dri: libgl1-mesa-dri 
17.0.0~git20170126+17.0.d283ec0a-0ubuntu0ricotz
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
17.0.0~git20170126+17.0.d283ec0a-0ubuntu0ricotz
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.8.99+git20161127.487aa62a-0ubuntu0ricotz
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20161127.bde94605-0ubuntu0ricotz2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.13+git20161127.1516d35b-0ubuntu0ricotz
xserver.bootTime: Mon Jan 30 10:05:52 2017
xserver.configfile: default
xserver.errors:
 Screen 0 deleted because of no matching config section.
 Device(s) detected, but none match those in the config file.
 Screen 0 deleted because of no matching config section.
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs: OutputDP-1  HDMI-1 
  VGA-1
xserver.version: 2:1.18.4-1ubuntu7
xserver.video_driver: modeset

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


** Tags: amd64 apport-bug compiz-0.9 reproducible single-occurrence 
third-party-packages ubuntu zesty

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

Title:
  Bug

Status in xorg package in Ubuntu:
  New

Bug description:
  Drive video not found

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu2
  ProcVersionSignature: Ubuntu 4.9.0-12.13-generic 4.9.2
  Uname: Linux 4.9.0-12-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu1
  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: Mon Jan 30 11:43:21 2017
  DistUpgraded: 2017-01-18 12:06:54,796 DEBUG running apport_crash()
  DistroCodename: zesty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 2nd Generation Core Processor Family 
Integrated Graphics Controller [1043:844d]
  InstallationDate: 

[Desktop-packages] [Bug 1646096] Re: Folder Sharing failed 'net usershare' returned error 255

2017-01-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Folder Sharing failed 'net usershare' returned error 255

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Folder Sharing failed with msg: 'net usershare' returned error 255: net 
usershare add: cannot convert name "Everyone" to a SID. The connection was 
refused. Maybe smbd is not running.
  In fact smdb is not running. Failed at boot.
  corrado@corrado-zesty2:~$ ps axf | egrep "samba|smbd|winbindd"
   5041 pts/1S+ 0:00  \_ grep -E --color=auto 
samba|smbd|winbindd
  corrado@corrado-zesty2:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: nautilus 1:3.20.3-1ubuntu4
  ProcVersionSignature: Ubuntu 4.9.0-1.2-generic 4.9.0-rc5
  Uname: Linux 4.9.0-1-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Nov 30 12:25:00 2016
  ExecutablePath: /usr/bin/nautilus
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'1120x603+242+383'"
  InstallationDate: Installed on 2016-11-21 (9 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20161121)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus: gnome-terminal 3.20.2-1ubuntu5

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

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


[Desktop-packages] [Bug 980519] Re: Random log off in Ubuntu 12.04 LTS

2017-01-30 Thread Hannnah Fraser
I too have this bug on a faily new PC. I have experienced it many times,
typically one an hour when using Android Studio. It can be doing
anything it seems, I have not got a pattern. I oculd be selecting a
file.

It has also happened to me with when Android Studio is not open. I have
LTS 14.04 Ubuntu.

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

Title:
  Random log off in Ubuntu 12.04 LTS

Status in Unity:
  Fix Released
Status in gnome-desktop package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in xorg package in Ubuntu:
  Fix Released
Status in Fedora:
  New

Bug description:
  I get logged off from Ubuntu sometimes. There is no error message or
  any indication that it is going to log off. The screen goes black, and
  after 2-4 seconds, i get presented with the Ubuntu Log On Screen.

  There is no clear pattern (or at least if have not noticed any). One
  time i am working with Netbeans, another time i am using firefox. This
  also means that at present i can not clearly say what package might be
  causing this behaviour.

  I am fairly sure the problem lies in 12.04 (or more precise - the
  combination of 12.04 and the hardware i am using). I do not have the
  same problem running 11.04 or 11.10.

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

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


[Desktop-packages] [Bug 1660298] Re: Firefox misses interface org.gtk.vfs.Enumerator

2017-01-30 Thread Thomas Mayer
Testing so far happened with FF 51.0.1, ubuntu 16.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/1660298

Title:
  Firefox misses interface org.gtk.vfs.Enumerator

Status in firefox package in Ubuntu:
  New

Bug description:
  To reproduce this issue with ubuntu 16.04, you must first unblock
  org.gtk.vfs.Daemon/Mount via FF's apparmor profile.

  When I click the file upload button at https://uploadfiles.io/

  then syslog reports:

  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_done_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:30 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/21 (g-dbus-error-quark, 19)

  
  Besides the message in syslog, I did not experience any negative effect of 
this yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 12:17:42 2017
  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 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  
metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (228 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1646096] Re: Folder Sharing failed 'net usershare' returned error 255

2017-01-30 Thread corrado venturini
I'm able to view folders shared on other PC connected to the same
router.

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

Title:
  Folder Sharing failed 'net usershare' returned error 255

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Folder Sharing failed with msg: 'net usershare' returned error 255: net 
usershare add: cannot convert name "Everyone" to a SID. The connection was 
refused. Maybe smbd is not running.
  In fact smdb is not running. Failed at boot.
  corrado@corrado-zesty2:~$ ps axf | egrep "samba|smbd|winbindd"
   5041 pts/1S+ 0:00  \_ grep -E --color=auto 
samba|smbd|winbindd
  corrado@corrado-zesty2:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: nautilus 1:3.20.3-1ubuntu4
  ProcVersionSignature: Ubuntu 4.9.0-1.2-generic 4.9.0-rc5
  Uname: Linux 4.9.0-1-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Nov 30 12:25:00 2016
  ExecutablePath: /usr/bin/nautilus
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'1120x603+242+383'"
  InstallationDate: Installed on 2016-11-21 (9 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20161121)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus: gnome-terminal 3.20.2-1ubuntu5

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

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


[Desktop-packages] [Bug 1660298] Re: Firefox misses interface org.gtk.vfs.Enumerator

2017-01-30 Thread Thomas Mayer
I can reproduce this issue with and without FF-extension "ubuntu
modifications" enabled.

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

Title:
  Firefox misses interface org.gtk.vfs.Enumerator

Status in firefox package in Ubuntu:
  New

Bug description:
  To reproduce this issue with ubuntu 16.04, you must first unblock
  org.gtk.vfs.Daemon/Mount via FF's apparmor profile.

  When I click the file upload button at https://uploadfiles.io/

  then syslog reports:

  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_done_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:30 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/21 (g-dbus-error-quark, 19)

  
  Besides the message in syslog, I did not experience any negative effect of 
this yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 12:17:42 2017
  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 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  
metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (228 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1660328] [NEW] amd radeon

2017-01-30 Thread mjunker
Public bug reported:

amd radeon fglrx modul

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-107.154-generic 3.13.11-ckt39
Uname: Linux 3.13.0-107-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.23
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Mon Jan 30 13:52:07 2017
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus: fglrx-updates-core, 15.201, 3.13.0-107-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV730 XT [Radeon HD 4670] [1002:9490] 
(prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e100]
InstallationDate: Installed on 2014-10-05 (847 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 LANGUAGE=de_DE
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-107-generic 
root=UUID=8adf77a0-2e26-4a04-b145-251f1a274ce8 ro quiet splash vt.handoff=7
SourcePackage: xorg
UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test', '-p', 
'-f'] failed with exit code 5: Error: GLX is not available on the system
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/22/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.10
dmi.board.name: 960GM-GS3 FX
dmi.board.vendor: ASRock
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.:bvrP1.10:bd09/22/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rn960GM-GS3FX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.7
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Mon Jan 30 13:46:41 2017
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: amd64 apport-bug trusty 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/1660328

Title:
  amd radeon

Status in xorg package in Ubuntu:
  New

Bug description:
  amd radeon fglrx modul

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-107.154-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-107-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.23
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Mon Jan 30 13:52:07 2017
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: fglrx-updates-core, 15.201, 3.13.0-107-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV730 XT [Radeon HD 4670] [1002:9490] 
(prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e100]
  InstallationDate: Installed on 2014-10-05 (847 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-107-generic 
root=UUID=8adf77a0-2e26-4a04-b145-251f1a274ce8 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test', '-p', 
'-f'] failed with exit code 5: Error: GLX is not available on the system
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/22/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: 960GM-GS3 FX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By 

[Desktop-packages] [Bug 1660287] Re: Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

2017-01-30 Thread Thomas Mayer
I've uploaded a patch named VERSION 6 at
https://bugs.launchpad.net/bugs/1659988 which all changes I suggested in
this ticket so far.

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

Title:
  Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

Status in firefox package in Ubuntu:
  New

Bug description:
  Taken from syslog:

  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.262" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=17827 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="QueryInfo" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="Enumerate" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="Enumerate" mask="send" name=":1.262" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=17827 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 gnome-session[3140]: (firefox:18514): Gtk-WARNING **: 
Failed to fetch network locations: An AppArmor policy prevents this sender from 
sending this message to this recipient; type="method_call", sender=":1.501" 
(uid=1000 pid=18514 comm="/usr/lib/firefox/firefox ") 
interface="org.gtk.vfs.Mount" member="Enumerate" error name="(unset)" 
requested_reply="0" destination=":1.262" (uid=1000 pid=17827 
comm="/usr/lib/gvfs/gvfsd-network --spawner :1.8 /org/gt")
  Jan 30 11:12:34 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:34 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="QueryInfo" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 11:23:58 2017
  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 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  
metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  

[Desktop-packages] [Bug 1659988] Re: Firefox apparmor profile: /usr/bin/python3: error while loading shared libraries: cannot apply additional memory protection after relocation: Permission denied

2017-01-30 Thread Thomas Mayer
*** This bug is a duplicate of bug 1659922 ***
https://bugs.launchpad.net/bugs/1659922

Patch VERSION 6.

Supposed to fix issues
- 1660287 apparmor blocking VFS related operations
- 1660314 apparmor blocking recently added files

regression potential: FF now exposes some other issues like:

https://bugs.launchpad.net/bugs/1660298 - which seems not to be apparmor
related.

So far, I can't see something negative from a user perspective, however.

** Patch added: "usr.bin.firefox.patch"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1659988/+attachment/4810814/+files/usr.bin.firefox.patch

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

Title:
  Firefox apparmor profile: /usr/bin/python3: error while loading shared
  libraries: cannot apply additional memory protection after relocation:
  Permission denied

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I start Firefox, even when run as root, I get an error message:

  /usr/bin/python3: error while loading shared libraries: cannot apply
  additional memory protection after relocation: Permission denied

  As a result, Firefox only shows white or black content in browser tab
  (which is basically rendered empty).

  I can work around this issue with a

  cd /etc/apparmor.d/disable
  ln -s ./../usr.bin.firefox
  apt-get install --reinstall  --purge apparmor libapparmor-perl libapparmor1

  After that, content is rendered again.

  I had this problem earlier
  (https://bugs.launchpad.net/firefox/+bug/1643200) and worked around it
  by installing a firefox extension "ubuntu modifications". But after
  updating from 51.0.0 to 51.0.1, I got the same problem again and
  enabling or disabling the extension did not help any more. Same for
  enabling/disabling all the hardware acceleration and/or e10s settings
  in about:config.

  Now that it seems to be an apparmor profile issue, I think that can be
  fixed in a nice manner. And it also should see some priority.
  Therefore, I think it makes sense to have a clean new ticket for this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 28 01:16:25 2017
  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 2014-11-29 (790 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (226 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1660287] Re: Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

2017-01-30 Thread Thomas Mayer
ca.desrt.dconf.Writer also needs receive:

Jan 30 13:32:08 lat61 dbus[3005]: apparmor="DENIED"
operation="dbus_method_call"  bus="session"
path="/ca/desrt/dconf/Writer/user" interface="ca.desrt.dconf.Writer"
member="Change" name=":1.578" mask="receive" pid=3201 label="unconfined"
peer_pid=7811 peer_label="/usr/lib/firefox/firefox{,*[^s][^h]}"
peer_info="No such file or directory"

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

Title:
  Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

Status in firefox package in Ubuntu:
  New

Bug description:
  Taken from syslog:

  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.262" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=17827 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="QueryInfo" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="Enumerate" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="Enumerate" mask="send" name=":1.262" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=17827 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 gnome-session[3140]: (firefox:18514): Gtk-WARNING **: 
Failed to fetch network locations: An AppArmor policy prevents this sender from 
sending this message to this recipient; type="method_call", sender=":1.501" 
(uid=1000 pid=18514 comm="/usr/lib/firefox/firefox ") 
interface="org.gtk.vfs.Mount" member="Enumerate" error name="(unset)" 
requested_reply="0" destination=":1.262" (uid=1000 pid=17827 
comm="/usr/lib/gvfs/gvfsd-network --spawner :1.8 /org/gt")
  Jan 30 11:12:34 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:34 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="QueryInfo" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 11:23:58 2017
  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 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
   192.168.178.0/24 dev wlan0  

[Desktop-packages] [Bug 1660298] Re: Firefox misses interface org.gtk.vfs.Enumerator

2017-01-30 Thread Thomas Mayer
I just DID reproduce this issue with FF's apparmor profile disabled.
That said, this issue seems to not be related to apparmor profiles.

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

Title:
  Firefox misses interface org.gtk.vfs.Enumerator

Status in firefox package in Ubuntu:
  New

Bug description:
  To reproduce this issue with ubuntu 16.04, you must first unblock
  org.gtk.vfs.Daemon/Mount via FF's apparmor profile.

  When I click the file upload button at https://uploadfiles.io/

  then syslog reports:

  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_done_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:30 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/21 (g-dbus-error-quark, 19)

  
  Besides the message in syslog, I did not experience any negative effect of 
this yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 12:17:42 2017
  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 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  
metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (228 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1657092] Re: deja-dup refers to "Files" instead of "Caja"

2017-01-30 Thread Ubuntu Foundations Team Bug Bot
The attachment "Change "Files" to "a compatible file manager" to
encompass Nautilus forks e.g. Caja" seems to be a patch.  If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  deja-dup refers to "Files" instead of "Caja"

Status in deja-dup package in Ubuntu:
  New

Bug description:
  The Backups application's Overview screen says "You can restore the
  entire backup with the Restore... button or use Files"

  It should say "or use Caja", since the file manager in Mate has been
  renamed Caja.

  Screenshot attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1657092/+subscriptions

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


[Desktop-packages] [Bug 1636573] Re: xinit flooding syslog

2017-01-30 Thread dino99
** Changed in: pyopenssl (Ubuntu)
   Status: Fix Committed => Confirmed

** Changed in: xorg (Ubuntu)
   Status: Fix Committed => Invalid

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

Title:
  xinit flooding syslog

Status in pyopenssl package in Ubuntu:
  Confirmed
Status in xorg package in Ubuntu:
  Invalid

Bug description:
  I am using xinit (1.3.4-3ubuntu1) to start an X11 session as follows
  (kodi is a media center):

  /usr/bin/xinit /usr/bin/dbus-launch --exit-with-session /usr/bin/kodi-
  standalone -- :1 -nolisten tcp vt8

  This used to work fine with Ubuntu 16.04, but since the upgrade to
  16.10 lots of log messages are sent to syslog. They are all
  repetitions of the following two lines:

  Oct 24 22:54:50 tiger xinit[26430]: extern "Python": function 
Cryptography_rand_bytes() called, but @ffi.def_extern() was not called in the 
current subinterpreter.  Returning 0.
  Oct 24 22:54:50 tiger xinit[26430]: extern "Python": function 
Cryptography_rand_status() called, but @ffi.def_extern() was not called in the 
current subinterpreter.  Returning 0.

  These messages amount to >200 GB per day, so this is eating up all the
  disk space.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu4
  ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
  Uname: Linux 4.8.0-22-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Oct 25 18:41:22 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-01-06 (1753 days ago)
  InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to yakkety on 2016-10-13 (11 days ago)

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

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


[Desktop-packages] [Bug 1660316] [NEW] apparmor denial of CUPS

2017-01-30 Thread Dag Bjerkeli
Public bug reported:

Printing is enabled when doing sudo aa-complain cupsd

Here is an extract of /var/log/syslog:

Jan 30 12:41:59 dag-TS-P500 kernel: [  868.929457] audit: type=1400 
audit(1485776519.269:37): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=6932 
comm="apparmor_parser"
Jan 30 12:41:59 dag-TS-P500 kernel: [  868.929744] audit: type=1400 
audit(1485776519.269:38): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=6932 comm="apparmor_parser"
Jan 30 12:41:59 dag-TS-P500 kernel: [  868.945422] audit: type=1400 
audit(1485776519.285:39): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=6932 
comm="apparmor_parser"
Jan 30 12:42:10 dag-TS-P500 kernel: [  879.817070] audit: type=1400 
audit(1485776530.158:40): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=6941 
comm="apparmor_parser"
Jan 30 12:42:10 dag-TS-P500 kernel: [  879.817342] audit: type=1400 
audit(1485776530.158:41): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=6941 comm="apparmor_parser"
Jan 30 12:42:10 dag-TS-P500 kernel: [  879.837254] audit: type=1400 
audit(1485776530.178:42): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=6941 
comm="apparmor_parser"
Jan 30 12:42:16 dag-TS-P500 zeitgeist-datah[3706]: 
downloads-directory-provider.vala:120: Couldn't process /home/dag/.glvndcEQzqA: 
Error when getting information for file '/home/dag/.glvndcEQzqA': No such file 
or directory
Jan 30 12:42:23 dag-TS-P500 dbus[996]: [system] Activating via systemd: service 
name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Jan 30 12:42:23 dag-TS-P500 systemd[1]: Starting Hostname Service...
Jan 30 12:42:24 dag-TS-P500 dbus[996]: [system] Successfully activated service 
'org.freedesktop.hostname1'
Jan 30 12:42:24 dag-TS-P500 systemd[1]: Started Hostname Service.
Jan 30 12:42:26 dag-TS-P500 kernel: [  895.746636] audit: type=1400 
audit(1485776546.086:43): apparmor="DENIED" operation="capable" 
profile="/usr/sbin/cupsd" pid=6967 comm="lpd" capability=12  capname="net_admin"
Jan 30 12:42:54 dag-TS-P500 systemd[1]: Starting Cleanup of Temporary 
Directories...
Jan 30 12:42:54 dag-TS-P500 systemd-tmpfiles[6973]: 
[/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
Jan 30 12:42:54 dag-TS-P500 systemd[1]: Started Cleanup of Temporary 
Directories.
Jan 30 12:44:03 dag-TS-P500 dbus-daemon[2707]: Activating service 
name='com.ubuntu.OneConf'
Jan 30 12:44:03 dag-TS-P500 dbus-daemon[2707]: Successfully activated service 
'com.ubuntu.OneConf'
Jan 30 12:44:03 dag-TS-P500 com.ubuntu.OneConf[2707]: 
WARNING:oneconf.hosts:Error in loading other_hosts file: [Errno 2] No such file 
or directory: 
'/home/dag/.cache/oneconf/d2fc3bf30c9f4976b441a8f14de53bda/other_hosts'
Jan 30 12:44:23 dag-TS-P500 dbus-daemon[2707]: Activating service 
name='com.ubuntu.sso'
Jan 30 12:44:24 dag-TS-P500 dbus-daemon[2707]: Successfully activated service 
'com.ubuntu.sso'
Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.685842] audit: type=1400 
audit(1485776751.028:44): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=7024 
comm="apparmor_parser"
Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.686099] audit: type=1400 
audit(1485776751.028:45): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=7024 comm="apparmor_parser"
Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.700446] audit: type=1400 
audit(1485776751.044:46): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=7024 
comm="apparmor_parser"
Jan 30 12:45:57 dag-TS-P500 kernel: [ 1106.940891] audit: type=1400 
audit(1485776757.284:47): apparmor="ALLOWED" operation="capable" 
profile="/usr/sbin/cupsd" pid=7031 comm="lpd" capability=12  capname="net_admin"
Jan 30 12:45:57 dag-TS-P500 kernel: [ 1106.940938] audit: type=1400 
audit(1485776757.284:48): apparmor="ALLOWED" operation="capable" 
profile="/usr/sbin/cupsd" pid=7031 comm="lpd" capability=12  capname="net_admin"

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: cups 2.2.0-2
ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
Uname: Linux 4.8.0-34-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
CupsErrorLog: E [30/Jan/2017:12:31:00 +0100] [cups-deviced] PID 6055 
(gutenprint52+usb) stopped with status 1!
Date: Mon Jan 30 13:11:33 2017
InstallationDate: Installed on 2016-02-22 (342 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
Lpstat:
 device for KONICA-MINOLTA-C650-Series: 

[Desktop-packages] [Bug 1657092] Re: deja-dup refers to "Files" instead of "Caja"

2017-01-30 Thread Nathanaël Naeri
It could be fixed in Ubuntu MATE if they had their own fork of Déjà-Dup,
like they have their own fork of Files, Gedit, Eye of GNOME, Evince,
GNOME Terminal, File Roller.

Another Nautilus fork, Nemo, retained the name Files for its icon in the
menus. Didn't MATE did the same?

I can only suggest the following patch, as I'm not a Déjà-Dup developer.
I can't tell if it's a good change : "a compatible file manager" is less
computer-illiterate-friendly than "Files" or "Caja".

** Patch added: "Change "Files" to "a compatible file manager" to encompass 
Nautilus forks e.g. Caja"
   
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1657092/+attachment/4810787/+files/dont-specifically-mention-nautilus-since-it-works-with-its-forks-too.patch

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

Title:
  deja-dup refers to "Files" instead of "Caja"

Status in deja-dup package in Ubuntu:
  New

Bug description:
  The Backups application's Overview screen says "You can restore the
  entire backup with the Restore... button or use Files"

  It should say "or use Caja", since the file manager in Mate has been
  renamed Caja.

  Screenshot attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1657092/+subscriptions

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


[Desktop-packages] [Bug 1553712] Re: usr.bin.firefox apparmor profile blocks access to mounttracker

2017-01-30 Thread Thomas Mayer
Also catched a "receive", which is part of VERSION 6 of the patch.

Jan 30 12:45:21 lat61 dbus[3005]: apparmor="DENIED"
operation="dbus_signal"  bus="session" path="/org/gtk/vfs/mounttracker"
interface="org.gtk.vfs.MountTracker" member="Mounted" name=":1.8"
mask="receive" pid=836 label="/usr/lib/firefox/firefox{,*[^s][^h]}"
peer_pid=3101 peer_label="unconfined"

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

Title:
  usr.bin.firefox apparmor profile blocks access to mounttracker

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I launch Firefox with apparmor enabled, I get the following
  errors:

  Mar  6 13:21:19 tigreraye dbus[2570]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mounttracker" 
interface="org.gtk.vfs.MountTracker" member="ListMountableInfo" mask="send" 
name=":1.46" pid=6604 label="/usr/lib/firefox/firefox{,*[^s][^h]}" 
peer_pid=2781 peer_label="unconfined"
  Mar  6 17:31:04 tigreraye dbus[4030]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" 
path="/org/gtk/Private/RemoteVolumeMonitor" 
interface="org.gtk.Private.RemoteVolumeMonitor" member="IsSupported" 
mask="send" name=":1.71" pid=4480 label="/usr/lib/firefox/firefox{,*[^s][^h]}" 
peer_pid=4327 peer_label="unconfined"
  Mar  6 17:31:04 tigreraye dbus[4030]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mounttracker" 
interface="org.gtk.vfs.MountTracker" member="ListMounts" mask="send" 
name=":1.43" pid=4480 label="/usr/lib/firefox/firefox{,*[^s][^h]}" 
peer_pid=4206 peer_label="unconfined"
  Mar  6 17:31:04 tigreraye dbus[4030]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mounttracker" 
interface="org.gtk.vfs.MountTracker" member="LookupMount" mask="send" 
name=":1.43" pid=4480 label="/usr/lib/firefox/firefox{,*[^s][^h]}" 
peer_pid=4206 peer_label="unconfined"
  Mar  6 18:47:12 tigreraye dbus[4030]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" 
path="/org/gtk/Private/RemoteVolumeMonitor" 
interface="org.gtk.Private.RemoteVolumeMonitor" member="List" mask="send" 
name=":1.76" pid=13082 label="/usr/lib/firefox/firMar  6 19:31:11 tigreraye 
dbus[4030]: apparmor="DENIED" operation="dbus_signal"  bus="session" 
path="/org/gtk/Private/RemoteVolumeMonitor" 
interface="org.gtk.Private.RemoteVolumeMonitor" member="DriveChanged" 
name=":1.49" mask="receive" pid=13082 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=4246 
peer_label="unconfined"
  Mar  6 19:32:10 tigreraye dbus[4030]: apparmor="DENIED" 
operation="dbus_signal"  bus="session" 
path="/org/gtk/Private/RemoteVolumeMonitor" 
interface="org.gtk.Private.RemoteVolumeMonitor" member="VolumeAdded" 
name=":1.49" mask="receive" pid=13082 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=4246 
peer_label="unconfined"
  efox{,*[^s][^h]}" peer_pid=4333 peer_label="unconfined"
  Mar  6 19:43:24 tigreraye dbus[4030]: apparmor="DENIED" 
operation="dbus_signal"  bus="session" 
path="/org/gtk/Private/RemoteVolumeMonitor" 
interface="org.gtk.Private.RemoteVolumeMonitor" member="MountPreUnmount" 
name=":1.49" mask="receive" pid=13082 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=4246 
peer_label="unconfined"
  Mar  6 19:43:24 tigreraye dbus[4030]: apparmor="DENIED" 
operation="dbus_signal"  bus="session" 
path="/org/gtk/Private/RemoteVolumeMonitor" 
interface="org.gtk.Private.RemoteVolumeMonitor" member="VolumeChanged" 
name=":1.49" mask="receive" pid=13082 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=4246 
peer_label="unconfined"
  Mar  6 19:43:24 tigreraye dbus[4030]: apparmor="DENIED" 
operation="dbus_signal"  bus="session" 
path="/org/gtk/Private/RemoteVolumeMonitor" 
interface="org.gtk.Private.RemoteVolumeMonitor" member="MountChanged" 
name=":1.49" mask="receive" pid=13082 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=4246 
peer_label="unconfined"
  Mar  6 19:43:24 tigreraye dbus[4030]: apparmor="DENIED" 
operation="dbus_signal"  bus="session" 
path="/org/gtk/Private/RemoteVolumeMonitor" 
interface="org.gtk.Private.RemoteVolumeMonitor" member="MountRemoved" 
name=":1.49" mask="receive" pid=13082 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=4246 
peer_label="unconfined"
  Mar  6 19:43:25 tigreraye dbus[4030]: apparmor="DENIED" 
operation="dbus_signal"  bus="session" 
path="/org/gtk/Private/RemoteVolumeMonitor" 
interface="org.gtk.Private.RemoteVolumeMonitor" member="VolumeRemoved" 
name=":1.49" mask="receive" pid=13082 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=4246 
peer_label="unconfined"
  Mar  6 19:43:28 tigreraye dbus[4030]: apparmor="DENIED" 
operation="dbus_signal"  bus="session" 
path="/org/gtk/Private/RemoteVolumeMonitor" 
interface="org.gtk.Private.RemoteVolumeMonitor" member="DriveDisconnected" 
name=":1.49" mask="receive" pid=13082 

[Desktop-packages] [Bug 1660287] Re: Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

2017-01-30 Thread Thomas Mayer
There's more:

  dbus (send)
   bus=session
   interface=org.gnome.GConf.Database,
  dbus (send)
   bus=session
   interface=org.gtk.Private.RemoteVolumeMonitor,
  dbus (send)
   bus=session
   interface=org.freedesktop.DBus,
  dbus (receive, send)
   bus=session
   interface=ca.desrt.dconf.Writer,


mitigate syslog entries which occur when I click the file upload dialog at 
https://uploadfiles.io/:

Jan 30 11:24:31 lat61 dbus[3005]: apparmor="DENIED"
operation="dbus_method_call"  bus="session"
path="/org/gnome/GConf/Database/0" interface="org.gnome.GConf.Database"
member="LookupExtended" mask="send" name="org.gnome.GConf" pid=18514
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3192
peer_label="unconfined" info="No such file or directory"

Jan 30 11:55:55 lat61 dbus[3005]: apparmor="DENIED"
operation="dbus_method_call"  bus="session"
path="/org/gtk/Private/RemoteVolumeMonitor"
interface="org.gtk.Private.RemoteVolumeMonitor" member="IsSupported"
mask="send" name=":1.38" pid=25377
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3226
peer_label="unconfined"

Jan 30 12:08:15 lat61 dbus[3005]: apparmor="DENIED"
operation="dbus_method_call"  bus="session" path="/org/freedesktop/DBus"
interface="org.freedesktop.DBus" member="StartServiceByName" mask="send"
name="org.freedesktop.DBus" pid=25377
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_label="unconfined"
info="No such file or directory"


ca.desrt.dconf.Writer receive:
Jan 30 12:14:29 lat61 dbus[3005]: apparmor="DENIED" operation="dbus_signal"  
bus="session" path="/ca/desrt/dconf/Writer/user" 
interface="ca.desrt.dconf.Writer" member="Notify" name=":1.30" mask="receive" 
pid=25377 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3201 
peer_label="unconfined"

ca.desrt.dconf.Writer send:
Jan 30 11:12:36 lat61 gnome-session[3140]: (firefox:18514): dconf-WARNING **: 
failed to commit changes to dconf: 
GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: An AppArmor policy 
prevents this sender from sending this message to this recipient; 
type="method_call", sender=":1.501" (uid=1000 pid=18514 
comm="/usr/lib/firefox/firefox ") interface="ca.desrt.dconf.Writer" 
member="Change" error name="(unset)" requested_reply="0" 
destination="ca.desrt.dconf" (uid=1000 pid=3201 
comm="/usr/lib/dconf/dconf-service ")

Will be part of VERSION 6 of the patch at
https://bugs.launchpad.net/bugs/1659988

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

Title:
  Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

Status in firefox package in Ubuntu:
  New

Bug description:
  Taken from syslog:

  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.262" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=17827 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="QueryInfo" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="Enumerate" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="Enumerate" mask="send" name=":1.262" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=17827 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 gnome-session[3140]: (firefox:18514): Gtk-WARNING **: 
Failed to fetch network locations: An AppArmor policy prevents this sender from 
sending this message to this recipient; type="method_call", sender=":1.501" 
(uid=1000 pid=18514 comm="/usr/lib/firefox/firefox ") 
interface="org.gtk.vfs.Mount" member="Enumerate" error name="(unset)" 
requested_reply="0" destination=":1.262" (uid=1000 pid=17827 

[Desktop-packages] [Bug 1660298] Re: Firefox misses interface org.gtk.vfs.Enumerator

2017-01-30 Thread Thomas Mayer
I CAN'T reproduce this issue EVERY time I click on the upload button.
Just every 2-3 times I click it.

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

Title:
  Firefox misses interface org.gtk.vfs.Enumerator

Status in firefox package in Ubuntu:
  New

Bug description:
  To reproduce this issue with ubuntu 16.04, you must first unblock
  org.gtk.vfs.Daemon/Mount via FF's apparmor profile.

  When I click the file upload button at https://uploadfiles.io/

  then syslog reports:

  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_done_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:30 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/21 (g-dbus-error-quark, 19)

  
  Besides the message in syslog, I did not experience any negative effect of 
this yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 12:17:42 2017
  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 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  
metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (228 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1660298] [NEW] Firefox misses interface org.gtk.vfs.Enumerator

2017-01-30 Thread Thomas Mayer
Public bug reported:

To reproduce this issue with ubuntu 16.04, you must first unblock
org.gtk.vfs.Daemon/Mount via FF's apparmor profile.

When I click the file upload button at https://uploadfiles.io/

then syslog reports:

Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING **: 
send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING **: 
send_done_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
Jan 30 12:16:30 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING **: 
send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/21 (g-dbus-error-quark, 19)


Besides the message in syslog, I did not experience any negative effect of this 
yet.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
 /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
 /dev/snd/controlC0:  thomas 3175 F pulseaudio
BuildID: 20170125172221
Channel: Unavailable
CurrentDesktop: GNOME-Flashback:Unity
Date: Mon Jan 30 12:17:42 2017
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 2014-11-29 (793 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
IpRoute:
 default via 192.168.178.1 dev wlan0  proto static  metric 600 
 169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
 172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
 192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  
metric 600
Locales: extensions.sqlite corrupt or missing
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to xenial on 2016-06-15 (228 days ago)
dmi.bios.date: 12/06/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A16
dmi.board.name: 023HKR
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E5510
dmi.product.version: 0001
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug xenial

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

Title:
  Firefox misses interface org.gtk.vfs.Enumerator

Status in firefox package in Ubuntu:
  New

Bug description:
  To reproduce this issue with ubuntu 16.04, you must first unblock
  org.gtk.vfs.Daemon/Mount via FF's apparmor profile.

  When I click the file upload button at https://uploadfiles.io/

  then syslog reports:

  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_done_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:30 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/21 (g-dbus-error-quark, 19)

  
  Besides the message in syslog, I did not experience any negative effect of 
this yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   

[Desktop-packages] [Bug 1660298] Re: Firefox misses interface org.gtk.vfs.Enumerator

2017-01-30 Thread Thomas Mayer
When I disable FF's apparmor profile, nothing is logged to syslog.

That said, it's unclear to me if this is apparmor profile related or
not.

In any case this is not related to the apparmor PACKAGE.

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

Title:
  Firefox misses interface org.gtk.vfs.Enumerator

Status in firefox package in Ubuntu:
  New

Bug description:
  To reproduce this issue with ubuntu 16.04, you must first unblock
  org.gtk.vfs.Daemon/Mount via FF's apparmor profile.

  When I click the file upload button at https://uploadfiles.io/

  then syslog reports:

  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_done_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:30 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/21 (g-dbus-error-quark, 19)

  
  Besides the message in syslog, I did not experience any negative effect of 
this yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 12:17:42 2017
  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 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  
metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (228 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1660298] Re: Firefox misses interface org.gtk.vfs.Enumerator

2017-01-30 Thread Thomas Mayer
Please also note that I'm in apparmor's reporting mode (which logs an
entry every time apparmor blockes something and which I tested for also
complaining).

The syslog entries mentioned above are thrown WITHOUT entries telling me
that apparmor blocked something. Basically that means that apparmor did
NOT block something.

Somehow, the interface org.gtk.vfs.Enumerator seems to be missing,
whereas it was not actively blocked by apparmor (independent if there is
already a rule for that or not).

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

Title:
  Firefox misses interface org.gtk.vfs.Enumerator

Status in firefox package in Ubuntu:
  New

Bug description:
  To reproduce this issue with ubuntu 16.04, you must first unblock
  org.gtk.vfs.Daemon/Mount via FF's apparmor profile.

  When I click the file upload button at https://uploadfiles.io/

  then syslog reports:

  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_done_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:30 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/21 (g-dbus-error-quark, 19)

  
  Besides the message in syslog, I did not experience any negative effect of 
this yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 12:17:42 2017
  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 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  
metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (228 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1660298] Re: Firefox misses interface org.gtk.vfs.Enumerator

2017-01-30 Thread Thomas Mayer
For changes I made to FF's apparmor profile to reproduce this issue, see
https://bugs.launchpad.net/bugs/1660287

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

Title:
  Firefox misses interface org.gtk.vfs.Enumerator

Status in firefox package in Ubuntu:
  New

Bug description:
  To reproduce this issue with ubuntu 16.04, you must first unblock
  org.gtk.vfs.Daemon/Mount via FF's apparmor profile.

  When I click the file upload button at https://uploadfiles.io/

  then syslog reports:

  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:19 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_done_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/17 (g-dbus-error-quark, 19)
  Jan 30 12:16:30 lat61 org.gtk.vfs.Daemon[3005]: ** (process:3444): WARNING 
**: send_infos_cb: Keine derartige Schnittstelle »org.gtk.vfs.Enumerator« des 
Objekts im Pfad /org/gtk/vfs/client/enumerator/21 (g-dbus-error-quark, 19)

  
  Besides the message in syslog, I did not experience any negative effect of 
this yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 12:17:42 2017
  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 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  
metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (228 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1636573] Re: xinit flooding syslog

2017-01-30 Thread fmf
Same probelm here, can please someone describe the complete procedure to
fix this, since I'm pretty n00b?

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

Title:
  xinit flooding syslog

Status in pyopenssl package in Ubuntu:
  Fix Committed
Status in xorg package in Ubuntu:
  Fix Committed

Bug description:
  I am using xinit (1.3.4-3ubuntu1) to start an X11 session as follows
  (kodi is a media center):

  /usr/bin/xinit /usr/bin/dbus-launch --exit-with-session /usr/bin/kodi-
  standalone -- :1 -nolisten tcp vt8

  This used to work fine with Ubuntu 16.04, but since the upgrade to
  16.10 lots of log messages are sent to syslog. They are all
  repetitions of the following two lines:

  Oct 24 22:54:50 tiger xinit[26430]: extern "Python": function 
Cryptography_rand_bytes() called, but @ffi.def_extern() was not called in the 
current subinterpreter.  Returning 0.
  Oct 24 22:54:50 tiger xinit[26430]: extern "Python": function 
Cryptography_rand_status() called, but @ffi.def_extern() was not called in the 
current subinterpreter.  Returning 0.

  These messages amount to >200 GB per day, so this is eating up all the
  disk space.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu4
  ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
  Uname: Linux 4.8.0-22-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Oct 25 18:41:22 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-01-06 (1753 days ago)
  InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to yakkety on 2016-10-13 (11 days ago)

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

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


[Desktop-packages] [Bug 1659834] Re: HDMI port not working

2017-01-30 Thread Ricardo
Suddenly started working again three days later. No idea why. Feel free
to close this

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

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

Title:
  HDMI port not working

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  Kernel version: 4.4.0-59-generic
  Laptop is MacBookPro11,4
  Graphics card: VGA compatible controller [0300]: Intel Corporation Crystal 
Well Integrated Graphics Controller [8086:0d26] (rev 08)

  Connecting an external monitor using HDMI works fine when booting up
  on macOS but not in ubuntu 16.04, kernel 4.4.0-59-generic, using same
  cable and monitor. It was working fine as recently as yesterday, not
  sure what happened... Tried booting up in previous kernel version
  (4.4.0-53-generic) but also didn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.1-0ubuntu2.5
  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 27 14:02:05 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   i915-4.6.3-4.4.0, 1, 4.4.0-21-generic, x86_64: installed
   i915-4.6.3-4.4.0, 1, 4.4.0-57-generic, x86_64: installed
   i915-4.6.3-4.4.0, 1, 4.4.0-59-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Crystal Well Integrated Graphics Controller [8086:0d26] 
(rev 08) (prog-if 00 [VGA controller])
     Subsystem: Apple Inc. Crystal Well Integrated Graphics Controller 
[106b:0147]
  InstallationDate: Installed on 2016-04-26 (276 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Apple Inc. MacBookPro11,4
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic.efi.signed 
root=UUID=bba094b5-a045-4054-b44b-3024e2585537 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/15/2016
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP114.88Z.0172.B09.1602151732
  dmi.board.name: Mac-06F11FD93F0323C5
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,4
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-06F11FD93F0323C5
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP114.88Z.0172.B09.1602151732:bd02/15/2016:svnAppleInc.:pnMacBookPro11,4:pvr1.0:rvnAppleInc.:rnMac-06F11FD93F0323C5:rvrMacBookPro11,4:cvnAppleInc.:ct9:cvrMac-06F11FD93F0323C5:
  dmi.product.name: MacBookPro11,4
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.68-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.2-0intel1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.2-0intel1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
  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.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Fri Jan 27 12:29:24 2017
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   41006
   vendor APP
  xserver.version: 2:1.18.4-0ubuntu0.2

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

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


[Desktop-packages] [Bug 170225] Re: relative image paths instead of absolute

2017-01-30 Thread jazzynico
@Jarl, I can confirm that Inkscape crashes when linking a JPG and a GIF
file with 0.91 for Windows 8 -64-bit). The good news is that I can't
reproduce the bug with 0.92 on the same computer.

As of the file with both relative and absolute links, I can't reproduce the 
crash at all, even with 0.91. Could you please try with 0.92 and confirm it's 
fixed? If not please open a new specific report.
Thanks for your comments!

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

Title:
  relative image paths instead of absolute

Status in Inkscape:
  Fix Released
Status in inkscape package in Ubuntu:
  Fix Released
Status in inkscape package in Debian:
  Fix Released
Status in inkscape package in Mandriva:
  New

Bug description:
  Currently, if you have created an SVG file with images, 
  you can't move these images to any other directory, 
  because the image paths are absolute in this SVG. So, 
  for example, I have a very large project that has loads 
  of SVG images and they all have images inside. But I 
  can't share this project with AYNYONE, necause the 
  image paths are absolute, so if someone else opens an 
  SVG from other lolaction... Nor it lets me move the 
  project to another folder, organize things etc. I have to 
  keep my projects in one folder, I can't move or copy 
  them to other locations and I can't share them :-(

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

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


[Desktop-packages] [Bug 1659988] Re: Firefox apparmor profile: /usr/bin/python3: error while loading shared libraries: cannot apply additional memory protection after relocation: Permission denied

2017-01-30 Thread Thomas Mayer
*** This bug is a duplicate of bug 1659922 ***
https://bugs.launchpad.net/bugs/1659922

Patch VERSION 5.

Here's a new version of the patch which also fixes:

- 1660287 Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

** Patch added: "usr.bin.firefox.patch"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1659988/+attachment/4810750/+files/usr.bin.firefox.patch

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

Title:
  Firefox apparmor profile: /usr/bin/python3: error while loading shared
  libraries: cannot apply additional memory protection after relocation:
  Permission denied

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I start Firefox, even when run as root, I get an error message:

  /usr/bin/python3: error while loading shared libraries: cannot apply
  additional memory protection after relocation: Permission denied

  As a result, Firefox only shows white or black content in browser tab
  (which is basically rendered empty).

  I can work around this issue with a

  cd /etc/apparmor.d/disable
  ln -s ./../usr.bin.firefox
  apt-get install --reinstall  --purge apparmor libapparmor-perl libapparmor1

  After that, content is rendered again.

  I had this problem earlier
  (https://bugs.launchpad.net/firefox/+bug/1643200) and worked around it
  by installing a firefox extension "ubuntu modifications". But after
  updating from 51.0.0 to 51.0.1, I got the same problem again and
  enabling or disabling the extension did not help any more. Same for
  enabling/disabling all the hardware acceleration and/or e10s settings
  in about:config.

  Now that it seems to be an apparmor profile issue, I think that can be
  fixed in a nice manner. And it also should see some priority.
  Therefore, I think it makes sense to have a clean new ticket for this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 28 01:16:25 2017
  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 2014-11-29 (790 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (226 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1660287] Re: Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

2017-01-30 Thread Thomas Mayer
This issue can be mitigated by adding the following lines to FF's
apparmor profile:

  dbus (send)
   bus=session
   interface=org.gtk.vfs.Daemon,
  dbus (send)
   bus=session
   interface=org.gtk.vfs.Mount,


I've uploaded a patch named VERSION 5 at 
https://bugs.launchpad.net/bugs/1659988 which contains these lines.

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

Title:
  Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

Status in firefox package in Ubuntu:
  New

Bug description:
  Taken from syslog:

  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.262" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=17827 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="QueryInfo" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="Enumerate" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="Enumerate" mask="send" name=":1.262" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=17827 
peer_label="unconfined"
  Jan 30 11:12:29 lat61 gnome-session[3140]: (firefox:18514): Gtk-WARNING **: 
Failed to fetch network locations: An AppArmor policy prevents this sender from 
sending this message to this recipient; type="method_call", sender=":1.501" 
(uid=1000 pid=18514 comm="/usr/lib/firefox/firefox ") 
interface="org.gtk.vfs.Mount" member="Enumerate" error name="(unset)" 
requested_reply="0" destination=":1.262" (uid=1000 pid=17827 
comm="/usr/lib/gvfs/gvfsd-network --spawner :1.8 /org/gt")
  Jan 30 11:12:34 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
  Jan 30 11:12:34 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="QueryInfo" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 11:23:58 2017
  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 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  

[Desktop-packages] [Bug 1660287] [NEW] Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

2017-01-30 Thread Thomas Mayer
Public bug reported:

Taken from syslog:

Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.262" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=17827 
peer_label="unconfined"
Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="QueryInfo" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="Enumerate" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
Jan 30 11:12:29 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="Enumerate" mask="send" name=":1.262" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=17827 
peer_label="unconfined"
Jan 30 11:12:29 lat61 gnome-session[3140]: (firefox:18514): Gtk-WARNING **: 
Failed to fetch network locations: An AppArmor policy prevents this sender from 
sending this message to this recipient; type="method_call", sender=":1.501" 
(uid=1000 pid=18514 comm="/usr/lib/firefox/firefox ") 
interface="org.gtk.vfs.Mount" member="Enumerate" error name="(unset)" 
requested_reply="0" destination=":1.262" (uid=1000 pid=17827 
comm="/usr/lib/gvfs/gvfsd-network --spawner :1.8 /org/gt")
Jan 30 11:12:34 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/Daemon" 
interface="org.gtk.vfs.Daemon" member="GetConnection" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"
Jan 30 11:12:34 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gtk/vfs/mount/1" 
interface="org.gtk.vfs.Mount" member="QueryInfo" mask="send" name=":1.77" 
pid=18514 label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3444 
peer_label="unconfined"

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
 /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
 /dev/snd/controlC0:  thomas 3175 F pulseaudio
BuildID: 20170125172221
Channel: Unavailable
CurrentDesktop: GNOME-Flashback:Unity
Date: Mon Jan 30 11:23:58 2017
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 2014-11-29 (793 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
IpRoute:
 default via 192.168.178.1 dev wlan0  proto static  metric 600 
 169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
 172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
 192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  
metric 600
Locales: extensions.sqlite corrupt or missing
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to xenial on 2016-06-15 (228 days ago)
dmi.bios.date: 12/06/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A16
dmi.board.name: 023HKR
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E5510

[Desktop-packages] [Bug 1627239] Re: Web pages not rendering with e10s enabled and AppArmor profile in enforce mode

2017-01-30 Thread Thomas Mayer
@mailing-m1

I uploaded a patch named "VERSION 4" at
https://bugs.launchpad.net/bugs/1659988 which integrates your suggestion
for 14.04. Would you like to retry?

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

Title:
  Web pages not rendering with e10s enabled and AppArmor profile in
  enforce mode

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  STR:
  0. Enable enforce mode for the Firefox app-armor profile: sudo aa-enforce 
usr.bin.firefox
  1. Open Firefox 49 with clean profile (or force-enable e10s as per 
https://wiki.mozilla.org/Electrolysis#Force_Enable and restart Firefox)
  2. Go to any site

  What happens: The site loads but the content is rendered blank. The
  page is loaded properly since I can hover over (invisible) links and
  see the cursor change & the address to be shown in the bottom of the
  window.

  What should happen: The site is rendered properly.

  This is related to e10s and the default AppArmor profile shipped with
  firefox.

  See the attached screenshot for how the first-run page looks like with
  a clean profile, e10s and AppArmor enabled.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 49.0+build4-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BuildID: 20160920074044
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat Sep 24 07:38:09 2016
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePlugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  DefaultProfilePrefSources: prefs.js
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  RunningIncompatibleAddons: False
  SourcePackage: firefox

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

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


[Desktop-packages] [Bug 1659988] Re: Firefox apparmor profile: /usr/bin/python3: error while loading shared libraries: cannot apply additional memory protection after relocation: Permission denied

2017-01-30 Thread Thomas Mayer
*** This bug is a duplicate of bug 1659922 ***
https://bugs.launchpad.net/bugs/1659922

Patch VERSION 4.

Here's a new version of the patch which also fixes:

- 1660272 Apparmor blocking Freedesktop interfaces on video playback
- 1660268 Apparmor blocking access to /sys/devices/system/node/node0/meminfo

It also backports a dev/ to run/ conversion needed for ubuntu 14.04 (and
maybe 12.04, whereas I'm not sure for 12.04 yet).

It also fixes a syntax issue.

If you test this patch, please refer to it as "VERSION 4" of the patch.

** Patch added: "usr.bin.firefox.patch"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1659988/+attachment/4810710/+files/usr.bin.firefox.patch

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

Title:
  Firefox apparmor profile: /usr/bin/python3: error while loading shared
  libraries: cannot apply additional memory protection after relocation:
  Permission denied

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I start Firefox, even when run as root, I get an error message:

  /usr/bin/python3: error while loading shared libraries: cannot apply
  additional memory protection after relocation: Permission denied

  As a result, Firefox only shows white or black content in browser tab
  (which is basically rendered empty).

  I can work around this issue with a

  cd /etc/apparmor.d/disable
  ln -s ./../usr.bin.firefox
  apt-get install --reinstall  --purge apparmor libapparmor-perl libapparmor1

  After that, content is rendered again.

  I had this problem earlier
  (https://bugs.launchpad.net/firefox/+bug/1643200) and worked around it
  by installing a firefox extension "ubuntu modifications". But after
  updating from 51.0.0 to 51.0.1, I got the same problem again and
  enabling or disabling the extension did not help any more. Same for
  enabling/disabling all the hardware acceleration and/or e10s settings
  in about:config.

  Now that it seems to be an apparmor profile issue, I think that can be
  fixed in a nice manner. And it also should see some priority.
  Therefore, I think it makes sense to have a clean new ticket for this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 28 01:16:25 2017
  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 2014-11-29 (790 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (226 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1658921] Re: NetworkManager does not manage wired connection

2017-01-30 Thread Diego
** Changed in: network-manager (Ubuntu)
   Status: Incomplete => New

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

Title:
  NetworkManager does not manage wired connection

Status in network-manager package in Ubuntu:
  New

Bug description:
  NetworkManager does not manage my wired eth0 connection, no matter how
  I set /etc/network/interfaces or
  /etc/NetworkManager/NetworkManager.conf

  Using ubuntu 16.04, /etc/network/interfaces only managed lo, and
  [ifupdown] section of NetworkManager.conf had set managed=false.

  With these same settings, after upgrading to ubuntu 16.10, eth0
  appears as unmanaged in nm-applet.

  If I modify /etc/network/interfaces and add

  auto eth0
  iface eth0 inet dhcp

  And set managed=true in NetworkManager.conf [ifupdown] section, eth0
  is still unmanaged despite it does get an IP from DHCP server.

  This is happening in my five computers (two laptops and three
  desktops).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1658921/+subscriptions

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


[Desktop-packages] [Bug 1660272] Re: Apparmor blocks Firefox to access ScreenSaver/SessionManager

2017-01-30 Thread Thomas Mayer
All 4 apparmor blockings can be mitigated by adding 4 rules to the
apparmor profile:

  dbus (send)
   bus=session
   interface=org.freedesktop.ScreenSaver,
  dbus (send)
   bus=session
   interface=org.gnome.SessionManager,
  dbus (send)
   bus=system
   interface=org.freedesktop.UPower,
  dbus (receive, send)
   bus=system
   interface=org.freedesktop.DBus.Properties,


I've uploaded a patch named "VERSION 4" at
https://bugs.launchpad.net/bugs/1659988

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

Title:
  Apparmor blocks Firefox to access ScreenSaver/SessionManager

Status in firefox package in Ubuntu:
  New

Bug description:
  taken from syslog:

  Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/ScreenSaver" 
interface="org.freedesktop.ScreenSaver" member="Inhibit" mask="send" 
name="org.freedesktop.ScreenSaver" pid=12831 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3136 
peer_label="unconfined"
  Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gnome/SessionManager" 
interface="org.gnome.SessionManager" member="Inhibit" mask="send" 
name="org.gnome.SessionManager" pid=12831 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3140 
peer_label="unconfined"
  Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/ScreenSaver" 
interface="org.freedesktop.ScreenSaver" member="Inhibit" mask="send" 
name="org.freedesktop.ScreenSaver" pid=12875 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3136 
peer_label="unconfined"
  Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gnome/SessionManager" 
interface="org.gnome.SessionManager" member="Inhibit" mask="send" 
name="org.gnome.SessionManager" pid=12875 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3140 
peer_label="unconfined"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 10:26:35 2017
  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 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  
metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (228 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1660283] [NEW] Loses first few keyboard strokes

2017-01-30 Thread domatas
Public bug reported:

If you enter a directory and immediately start typing the name of a
child file or subdir, the first keystrokes are lost (especially if you
type quickly enough and the contents haven't yet been displayed).

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

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

Title:
  Loses first few keyboard strokes

Status in nautilus package in Ubuntu:
  New

Bug description:
  If you enter a directory and immediately start typing the name of a
  child file or subdir, the first keystrokes are lost (especially if you
  type quickly enough and the contents haven't yet been displayed).

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

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


[Desktop-packages] [Bug 1660272] Re: Apparmor blocks Firefox to access ScreenSaver/SessionManager

2017-01-30 Thread Thomas Mayer
There's more:

Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/ScreenSaver" 
interface="org.freedesktop.ScreenSaver" member="Inhibit" mask="send" 
name="org.freedesktop.ScreenSaver" pid=12831 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3136 
peer_label="unconfined"
Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gnome/SessionManager" 
interface="org.gnome.SessionManager" member="Inhibit" mask="send" 
name="org.gnome.SessionManager" pid=12831 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3140 
peer_label="unconfined"
Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/ScreenSaver" 
interface="org.freedesktop.ScreenSaver" member="Inhibit" mask="send" 
name="org.freedesktop.ScreenSaver" pid=12875 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3136 
peer_label="unconfined"
Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gnome/SessionManager" 
interface="org.gnome.SessionManager" member="Inhibit" mask="send" 
name="org.gnome.SessionManager" pid=12875 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3140 
peer_label="unconfined"


Jan 30 10:31:55 lat61 kernel: [213373.518092] audit: type=1107 
audit(1485768715.928:46506): pid=936 uid=102 auid=4294967295 ses=4294967295 
msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" 
path="/org/freedesktop/UPower" interface="org.freedesktop.UPower" 
member="EnumerateDevices" mask="send" name="org.freedesktop.UPower" pid=14906 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=2278 
peer_label="unconfined"

Jan 30 10:39:08 lat61 kernel: [213806.56] audit: type=1107
audit(1485769148.972:46581): pid=936 uid=102 auid=4294967295
ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"
bus="system" path="/org/freedesktop/UPower/devices/battery_BAT0"
interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send"
name="org.freedesktop.UPower" pid=16669
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=2278
peer_label="unconfined"


All 4 syslog entries are triggered by playing the following 1080p video with FF 
51.0.1:

https://www.youtube.com/watch?v=ESFI6gPz-jU

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

Title:
  Apparmor blocks Firefox to access ScreenSaver/SessionManager

Status in firefox package in Ubuntu:
  New

Bug description:
  taken from syslog:

  Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/ScreenSaver" 
interface="org.freedesktop.ScreenSaver" member="Inhibit" mask="send" 
name="org.freedesktop.ScreenSaver" pid=12831 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3136 
peer_label="unconfined"
  Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gnome/SessionManager" 
interface="org.gnome.SessionManager" member="Inhibit" mask="send" 
name="org.gnome.SessionManager" pid=12831 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3140 
peer_label="unconfined"
  Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/ScreenSaver" 
interface="org.freedesktop.ScreenSaver" member="Inhibit" mask="send" 
name="org.freedesktop.ScreenSaver" pid=12875 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3136 
peer_label="unconfined"
  Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gnome/SessionManager" 
interface="org.gnome.SessionManager" member="Inhibit" mask="send" 
name="org.gnome.SessionManager" pid=12875 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3140 
peer_label="unconfined"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 10:26:35 2017
  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 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release 

[Desktop-packages] [Bug 1635847] Re: Please build libreoffice-systray package (re-enable quickstarter) - sync with Debian LibreOffice packaging

2017-01-30 Thread Mantas Kriaučiūnas
How I can help Bjoern or other Ubuntu developer to include this simple
patch from Debian to Ubuntu LibreOffice packages?

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

Title:
  Please build libreoffice-systray package (re-enable quickstarter) -
  sync with Debian LibreOffice packaging

Status in libreoffice package in Ubuntu:
  Confirmed
Status in libreoffice package in Debian:
  Fix Released

Bug description:
  Please build (re-enable) libreoffice-systray package, Ubuntu users
  needs faster LibreOffice startup, look at Deb-bug 825642 for example.

  Here is the patch for ENABLE_SYSTRAY in debian/rules and creating additional 
libreoffice-systray package in debian/control :
  
https://anonscm.debian.org/git/pkg-openoffice/libreoffice.git/commit/?id=9287282e7501487ab9e2a690a88e1022a26b148e

  Debian LibreOffice packages re-enabled systray building since
  5.2.1~rc1, see changelog:

  Closes: 825642 833676
  Changes:
   libreoffice (1:5.2.1~rc1-1) experimental; urgency=medium
   .
     * new upstream release candidate .
     * debian/rules, debian/control.transitionals.in: readd -gtk as transitional
   package; depend on -gtk2 (closes: #833676) and -systray
     * debian/rules: re-enable systray (closes: #825642) now that we need
   NEW anyway and have a -gtk transitional package (which contained this
   before it was disabled)
     * debian/rules:
   - rework MySQL/MariaDB conditionals; allow default-libmysqlclient-dev

  Thanks,
  Mantas Kriaučiūnas

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

-- 
Mailing list: https://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   >