[Desktop-packages] [Bug 1063440] Re: sys_ptrace denied with Firefox 16

2017-09-11 Thread Vincas Dargis
This bug is pretty old. Can you reproduce this on latest AppArmor? For
exmaple in Ubuntu 17.10 daily build virtual machine?

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

Title:
  sys_ptrace denied with Firefox 16

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  This might have been happening earlier, but I'm logging it now.

  Oct  7 16:52:35 sec-precise-amd64 kernel: [ 3861.291488] type=1400
  audit(1349646755.357:34): apparmor="DENIED" operation="capable"
  parent=14062 profile="/usr/lib/firefox/firefox{,*[^s][^h]}" pid=18584
  comm="firefox" capability=19  capname="sys_ptrace"

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

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


[Desktop-packages] [Bug 1152478] Re: apparmor blocks file_mmap for Flash, prevents Flash DRM from working on Hulu

2017-09-11 Thread Vincas Dargis
Can you still reproduce it? This bugs is rather old. Maybe you could try
on latest Ubuntu 17.10 daily build virtual machine, for example?

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

Title:
  apparmor blocks file_mmap for Flash, prevents Flash DRM from working
  on Hulu

Status in firefox package in Ubuntu:
  New

Bug description:
  Hulu reports error 3302.  This does not happen for all titles, only
  some which use Flash DRM.  The Flash plugin downloads and installs the
  library/module/plugin/whatever it needs, but it fails to load because
  of apparmor.

  $ dmesg
  type=1400 audit(1362725657.016:6916): apparmor="DENIED" operation="file_mmap" 
parent=7907 profile="/usr/lib/firefox/firefox{,*[^s][^h]}" 
name="/home/me/.adobe/Flash_Player/NativeCache/1A51D5DAA3D68D562FE5E59686445EA2/752b8c40/libadobecp-301806-2.so"
 pid=16454 comm="plugin-containe" requested_mask="m" denied_mask="m" fsuid=1000 
ouid=1000

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

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


[Desktop-packages] [Bug 1690858] Re: AppArmor profile blocks access to .config/gtk-3.0/settings.ini

2017-05-16 Thread Vincas Dargis
I guess it's because I've commented out this line:
#@{HOME}/** r,
from abstractions/ubuntu-browsers.d/user-files to make Firefox profile more 
strict...

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

Title:
  AppArmor profile blocks access to .config/gtk-3.0/settings.ini

Status in firefox package in Ubuntu:
  New

Bug description:
  On Kubuntu 16.04 running aa-logprof I get:

  Profile:  /usr/lib/firefox/firefox{,*[^s][^h]}
  Path: /home/myusername/.config/gtk-3.0/settings.ini
  Mode: r

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

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


[Desktop-packages] [Bug 1662501] Re: since the apparmor profile is disabled by default, please make the apparmor policy strict with option to make less strict

2017-05-16 Thread Vincas Dargis
I have created simialr bug in
https://bugs.launchpad.net/firefox/+bug/1609439 . It's confusing having
too (or more?) Firefoxes in launchpad...

My original issue was that usr.bin.firefox contains kinda..
misinformation, if I may, with rules like:

owner @{HOME}/Downloads/* rw,

while included user-files profile allows all home access (except some
denies of course), making this mentioned rule redundant.

Anyway, I agree that profile could be stricter, although question
arises, will I be able to suggest it for my not-that-savvy friends of
mine, if they would be able to download only to the Downloads, and
upload only from, let's say  Home maybe (and Downloads and Pubic...)?
What a bout cat pics placed anywhere within home or mounted drive or
whatever? :) .

About user-files: there is /etc/apparmor.d/abstractions/private-files so
maybe it could be improved and used as main deny list, alternative to
/etc/apparmor.d/abstractions/ubuntu-browsers.d/user-files ?

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

Title:
  since the apparmor profile is disabled by default, please make the
  apparmor policy strict  with option to make less strict

Status in firefox package in Ubuntu:
  Triaged

Bug description:
  The default Firefox AppArmor profile (package: firefox) allows read
  access to all files in the system:

  # in /etc/apparmor.d/usr.bin.firefox:

  /**/ r

  This allows browsing all directory contents on the system which
  violates Least Privilege Principle and allows malware to explore
  what's on the system (even though there are additional deny rules that
  protect most sensitive files, a default read all is still
  unacceptable).

  In addition (package: apparmor) :

  # in /etc/apparmor.d/abstractions/ubuntu-browsers.d/user-files:

  @{HOME}/** r,
  owner @{HOME}/** w,

  Which allows read write to ALL USER FILES, and read to ALL OTHER USER
  FILES because default chmod on user dirs is o+rx. Granted, access to
  ~/.ssh is explicitly denied, but there are things like documents and
  other user files that should NOT be readable to Firefox at all.

  This is, IMHO, a vulnerability.

  The profile should allow read/write ONLY to dirs like ~/Downloads or
  ~/Public. In addition the above two lines that allow unconfined rw
  access to HOME/**, should be commented out and explained what it means
  to enable them if the user really wants that kind of convenience.

  Modern malware is not just about code execution and modifying local or
  system files. Modern malware is also very much so about data and
  identity theft against which the current default AppArmor profile does
  NOT protect.

  Take for example password managers like KeePassX. The default profile
  on ubuntu-browsers would allow unfettered access to the very much
  sensitive passwords database.

  Sure, users can override and expand the profile with their local
  modifications, but this "vulnerability" is not documented or
  communicated to users and gives a false sense of security ("Oh, I have
  AppArmor profile on Firefox, I'm safe").

  Unfortunately, proper security is not in the domain of casual computer
  usage and I understand that Ubuntu has to balance between convenience
  and security but IMHO it is possible to make this more secure AND at
  the same time inform the user where to DISABLE (rather than enable)
  those stricter rules.

  If Ubuntu is not willing to sacrifice the convenience for PROPER
  security (shame on Ubuntu if that's the case), then AT THE VERY LEAST
  the user should be informed that the default AppArmor profile, when
  they install a browser, is biased toward convenience and users SHOULD
  take additional actions to protect themselves.

  I'm sure this all applies to more than just the browsers, but browsers
  are my primary concern here, which are the most vulnerable component
  in a modern system.

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

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


[Desktop-packages] [Bug 1690858] Re: AppArmor profile blocks access to .config/gtk-3.0/settings.ini

2017-05-15 Thread Vincas Dargis
Without "owner @{HOME}/.config/gtk-3.0/settings.ini r," rule, Firefox
uses Ubuntu/GTK style folder icons in bookmarks toolbar, and when I add
this rule, it uses KDE-styled flat icons.

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

Title:
  AppArmor profile blocks access to .config/gtk-3.0/settings.ini

Status in firefox package in Ubuntu:
  New

Bug description:
  On Kubuntu 16.04 running aa-logprof I get:

  Profile:  /usr/lib/firefox/firefox{,*[^s][^h]}
  Path: /home/myusername/.config/gtk-3.0/settings.ini
  Mode: r

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

-- 
Mailing list: https://launchpad.net/~desktop-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-05-15 Thread Vincas Dargis
Patch attached fixes a lot, could we have it incorporated yet?

-- 
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 1690858] [NEW] AppArmor profile blocks access to .config/gtk-3.0/settings.ini

2017-05-15 Thread Vincas Dargis
Public bug reported:

On Kubuntu 16.04 running aa-logprof I get:

Profile:  /usr/lib/firefox/firefox{,*[^s][^h]}
Path: /home/myusername/.config/gtk-3.0/settings.ini
Mode: r

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

** Summary changed:

- AppArmor profile blocks AppArmor profile blocks access to 
.config/gtk-3.0/settings.ini
+ AppArmor profile blocks access to .config/gtk-3.0/settings.ini

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

Title:
  AppArmor profile blocks access to .config/gtk-3.0/settings.ini

Status in firefox package in Ubuntu:
  New

Bug description:
  On Kubuntu 16.04 running aa-logprof I get:

  Profile:  /usr/lib/firefox/firefox{,*[^s][^h]}
  Path: /home/myusername/.config/gtk-3.0/settings.ini
  Mode: r

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

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


[Desktop-packages] [Bug 1650796] Re: Black image (no video) with Live! Cam Connect HD VF0750 with some exceptions

2016-12-24 Thread Vincas Dargis
Just tried zesty image, Cheese still has the same problem. Camorama
works withe with mentioned webcam.

I even tried to launch Cheese/Camorama/Cheese/Camorama/... one after
another, and Camorama always stats video successfully, but Cheese
sometimes shows black image.

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

Title:
  Black image (no video) with Live! Cam Connect HD VF0750 with some
  exceptions

Status in cheese package in Ubuntu:
  Incomplete

Bug description:
  After upgrading my Inspiron 6400 laptop (32-bit) from 14.04 to 16.04,
  launching Cheese with  Live! Cam Connect HD VF0750 webcam *sometimes*
  (randomly) gives no video, only black image. No errors are reported on
  GUI, console, or syslog.

  You can start Cheese again and it might start video, but sometimes
  not, randomly. In case when there is no image, opening Settings and
  changing resolution makes video appear!

  Tried to downgrade libv4l-0, libv4lconvert0 to 14.04 version (1.0.1 I
  believe) but it did not helped. Upgrading to Linux 4.8 (from hwe
  package) did not helped either.

  On other laptop with Ubuntu 14.04 (with same 4.4 kernel from hwe
  package) there is no issues as such, so I assume it's bug with Cheese
  itself.

  Interestingly, on yet other laptop (Asus N551JM) with Kubuntu 16.04
  Cheese does not show video on launch always (tested with many restarts
  of Cheese app). If I change resolution in Settings, it does start to
  show video thought. That computer is faster than Dell 6400 one, so I'm
  guessing it could be some kind race condition..?

  I cannot reproduce this issue with Camorama for example, it seems it
  always starts video successfully for this webcam.

  ---
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  petras 2060 F pulseaudio
   /dev/snd/controlC0:  petras 2060 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2011-11-23 (1851 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  MachineType: Dell Inc. MM061
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-30-generic 
root=UUID=b57d1858-e7f3-42a3-a7ef-5e7ab8dd5ae4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-30.32~16.04.1-generic 4.8.6
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-30-generic N/A
   linux-backports-modules-4.8.0-30-generic  N/A
   linux-firmware1.157.6
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.8.0-30-generic i686
  UpgradeStatus: Upgraded to xenial on 2016-11-19 (28 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare uucp
  _MarkForUpload: True
  dmi.bios.date: 06/09/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0KD882
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd06/09/2006:svnDellInc.:pnMM061:pvr:rvnDellInc.:rn0KD882:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: MM061
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1650796] Re: Black image (no video) with Live! Cam Connect HD VF0750 with some exceptions

2016-12-20 Thread Vincas Dargis
OK I'll try that on this weekend.

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

Title:
  Black image (no video) with Live! Cam Connect HD VF0750 with some
  exceptions

Status in cheese package in Ubuntu:
  Incomplete

Bug description:
  After upgrading my Inspiron 6400 laptop (32-bit) from 14.04 to 16.04,
  launching Cheese with  Live! Cam Connect HD VF0750 webcam *sometimes*
  (randomly) gives no video, only black image. No errors are reported on
  GUI, console, or syslog.

  You can start Cheese again and it might start video, but sometimes
  not, randomly. In case when there is no image, opening Settings and
  changing resolution makes video appear!

  Tried to downgrade libv4l-0, libv4lconvert0 to 14.04 version (1.0.1 I
  believe) but it did not helped. Upgrading to Linux 4.8 (from hwe
  package) did not helped either.

  On other laptop with Ubuntu 14.04 (with same 4.4 kernel from hwe
  package) there is no issues as such, so I assume it's bug with Cheese
  itself.

  Interestingly, on yet other laptop (Asus N551JM) with Kubuntu 16.04
  Cheese does not show video on launch always (tested with many restarts
  of Cheese app). If I change resolution in Settings, it does start to
  show video thought. That computer is faster than Dell 6400 one, so I'm
  guessing it could be some kind race condition..?

  I cannot reproduce this issue with Camorama for example, it seems it
  always starts video successfully for this webcam.

  ---
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  petras 2060 F pulseaudio
   /dev/snd/controlC0:  petras 2060 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2011-11-23 (1851 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  MachineType: Dell Inc. MM061
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-30-generic 
root=UUID=b57d1858-e7f3-42a3-a7ef-5e7ab8dd5ae4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-30.32~16.04.1-generic 4.8.6
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-30-generic N/A
   linux-backports-modules-4.8.0-30-generic  N/A
   linux-firmware1.157.6
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.8.0-30-generic i686
  UpgradeStatus: Upgraded to xenial on 2016-11-19 (28 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare uucp
  _MarkForUpload: True
  dmi.bios.date: 06/09/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0KD882
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd06/09/2006:svnDellInc.:pnMM061:pvr:rvnDellInc.:rn0KD882:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: MM061
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1650947] [NEW] module-equalizer-sink produces cracking at the beginning of playback

2016-12-18 Thread Vincas Dargis
Public bug reported:

After upgrade from Kubuntu 14.04 to Kubuntu 16.04 (amd64), audio
playback contains cracking, especially noticeable when sound/video file
is seeked (on SMplayer, Youtube on Firefox), or new notification sound
plays in IM clients (in Skype, qTox, ...).

Usually cracking stops shortly, though some times it goes for long time,
until "killall pulseaudio" is initiated.

Once "load-module module-equalizer-sink" line is commented-out and
system rebooted, everything returns back to normal playback without
distortions.

When - is added into client.conf to extra arguments, syslog contains
some interesting lines about underrun, which might be relevant:

Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: [alsa-sink-ca0106] sink.c: 
alsa_output.pci-_05_01.0.analog-surround-40: Found underrun 3800 bytes ago 
(34600 bytes ahead in playback buffer)
Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: message repeated 3 times: [ 
[alsa-sink-ca0106] sink.c: alsa_output.pci-_05_01.0.analog-surround-40: 
Found underrun 3800 bytes ago (34600 bytes ahead in playback buffer)]

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pulseaudio 1:8.0-0ubuntu3.1
ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
Uname: Linux 4.4.0-53-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
CurrentDesktop: KDE
Date: Sun Dec 18 21:41:52 2016
InstallationDate: Installed on 2014-12-07 (741 days ago)
InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to xenial on 2016-08-05 (134 days ago)
dmi.bios.date: 06/12/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F3c
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z87X-SLI
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF3c:bd06/12/2014:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-SLI:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-SLI:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: Z87X-SLI
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
modified.conffile..etc.pulse.default.pa: [modified]
mtime.conffile..etc.pulse.default.pa: 2016-12-18T21:14:16.931919

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


** Tags: amd64 apport-bug third-party-packages xenial

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

Title:
  module-equalizer-sink produces cracking at the beginning of playback

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  After upgrade from Kubuntu 14.04 to Kubuntu 16.04 (amd64), audio
  playback contains cracking, especially noticeable when sound/video
  file is seeked (on SMplayer, Youtube on Firefox), or new notification
  sound plays in IM clients (in Skype, qTox, ...).

  Usually cracking stops shortly, though some times it goes for long
  time, until "killall pulseaudio" is initiated.

  Once "load-module module-equalizer-sink" line is commented-out and
  system rebooted, everything returns back to normal playback without
  distortions.

  When - is added into client.conf to extra arguments, syslog
  contains some interesting lines about underrun, which might be
  relevant:

  Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: [alsa-sink-ca0106] sink.c: 
alsa_output.pci-_05_01.0.analog-surround-40: Found underrun 3800 bytes ago 
(34600 bytes ahead in playback buffer)
  Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: message repeated 3 times: [ 
[alsa-sink-ca0106] sink.c: alsa_output.pci-_05_01.0.analog-surround-40: 
Found underrun 3800 bytes ago (34600 bytes ahead in playback buffer)]

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Dec 18 21:41:52 2016
  InstallationDate: Installed on 2014-12-07 (741 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to xenial on 2016-08-05 (134 days ago)
  dmi.bios.date: 06/12/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F3c
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-SLI
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: To be filled by O.E.M.
  

[Desktop-packages] [Bug 1650947] Re: module-equalizer-sink produces cracking at the beginning of playback

2016-12-18 Thread Vincas Dargis
Attached syslog with verbose pulseaudio logs. I was clicking "Make a
test sound" on Skype, skipped audio file on SMPlayer etc, so that short
sound cracking is produced.

** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1650947/+attachment/4793507/+files/syslog

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

Title:
  module-equalizer-sink produces cracking at the beginning of playback

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  After upgrade from Kubuntu 14.04 to Kubuntu 16.04 (amd64), audio
  playback contains cracking, especially noticeable when sound/video
  file is seeked (on SMplayer, Youtube on Firefox), or new notification
  sound plays in IM clients (in Skype, qTox, ...).

  Usually cracking stops shortly, though some times it goes for long
  time, until "killall pulseaudio" is initiated.

  Once "load-module module-equalizer-sink" line is commented-out and
  system rebooted, everything returns back to normal playback without
  distortions.

  When - is added into client.conf to extra arguments, syslog
  contains some interesting lines about underrun, which might be
  relevant:

  Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: [alsa-sink-ca0106] sink.c: 
alsa_output.pci-_05_01.0.analog-surround-40: Found underrun 3800 bytes ago 
(34600 bytes ahead in playback buffer)
  Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: message repeated 3 times: [ 
[alsa-sink-ca0106] sink.c: alsa_output.pci-_05_01.0.analog-surround-40: 
Found underrun 3800 bytes ago (34600 bytes ahead in playback buffer)]

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Dec 18 21:41:52 2016
  InstallationDate: Installed on 2014-12-07 (741 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to xenial on 2016-08-05 (134 days ago)
  dmi.bios.date: 06/12/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F3c
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-SLI
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF3c:bd06/12/2014:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-SLI:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-SLI:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-SLI
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  modified.conffile..etc.pulse.default.pa: [modified]
  mtime.conffile..etc.pulse.default.pa: 2016-12-18T21:14:16.931919

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

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


[Desktop-packages] [Bug 1612367] Re: [Touch] Incoming call gets silent randomly

2016-12-10 Thread Vincas Dargis
With OTA-14 it's still the same - sometimes I can hear ring tone only
for split a second (~200ms maybe). I can answer the call and talk
normally.

Attached yet another syslog (received call at 21:19).

** Attachment added: "syslog"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1612367/+attachment/4790059/+files/syslog

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

Title:
  [Touch] Incoming call gets silent randomly

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I've experienced this strange issue 4-5 times after OTA-12. It seems pretty 
random and is hard to reproduce.
  When I get an incoming call, the screen turns on, the incoming call pop up 
appears, but there is no sound at all even though the phone is not in silent 
mode (and also the speaker volume is not set too low). I can accept this call 
and keep conversing as usual.
  Once I asked the same caller to call me once again after a few minutes, that 
time the phone rang as expected.

  Device: E5, OTA-12, stable channel

  I can provide necessary logs if this happens again. Which ones should
  I gather?

  Possibly related to bug #1614943.

  UPDATE: As mentioned in comment #7, it seems the phone rings for a
  fraction of a second and then the sound pauses abruptly.

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

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


[Desktop-packages] [Bug 1612367] Re: [Touch] Incoming call gets silent randomly

2016-09-25 Thread Vincas Dargis
** Attachment added: "unity8.log"
   
https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1612367/+attachment/4748324/+files/unity8.log

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

Title:
  [Touch] Incoming call gets silent randomly

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I've experienced this strange issue 4-5 times after OTA-12. It seems pretty 
random and is hard to reproduce.
  When I get an incoming call, the screen turns on, the incoming call pop up 
appears, but there is no sound at all even though the phone is not in silent 
mode (and also the speaker volume is not set too low). I can accept this call 
and keep conversing as usual.
  Once I asked the same caller to call me once again after a few minutes, that 
time the phone rang as expected.

  Device: E5, OTA-12, stable channel

  I can provide necessary logs if this happens again. Which ones should
  I gather?

  Possibly related to bug #1614943.

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

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


[Desktop-packages] [Bug 1612367] Re: [Touch] Incoming call gets silent randomly

2016-09-25 Thread Vincas Dargis
I've noticed same issue on BQ E5 on OTA-12 and OTA-13. Sometimes
incomming call gets silent after a split second (I can hear a blip of
sound).

Attaching syslog and unity8.log of that exact minute it happened. There
are no lines in media-hub log.


** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1612367/+attachment/4748323/+files/syslog

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

Title:
  [Touch] Incoming call gets silent randomly

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I've experienced this strange issue 4-5 times after OTA-12. It seems pretty 
random and is hard to reproduce.
  When I get an incoming call, the screen turns on, the incoming call pop up 
appears, but there is no sound at all even though the phone is not in silent 
mode (and also the speaker volume is not set too low). I can accept this call 
and keep conversing as usual.
  Once I asked the same caller to call me once again after a few minutes, that 
time the phone rang as expected.

  Device: E5, OTA-12, stable channel

  I can provide necessary logs if this happens again. Which ones should
  I gather?

  Possibly related to bug #1614943.

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

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


[Desktop-packages] [Bug 1544477] Re: No sound notification for new SMS (Ubuntu Touch)

2016-08-14 Thread Vincas Dargis
I have same problem on OTA-12, BQ E5.

Attaching tailed unity8 and syslog.

Note that there are lot's of these lines:

"""
Failed to get current playback position:  
org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on 
interface "org.freedesktop.DBus.Properties" doesn't exist
"""

...which do disssapear after reboot, and after reboot, sms notification
sound start working again (for some time...).

** Attachment added: "unity8_and_syslog.log"
   
https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1544477/+attachment/4720669/+files/unity8_and_syslog.log

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

Title:
  No sound notification for new SMS (Ubuntu Touch)

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  I noticed for last 2-3 days there is no sound notification for a new
  SMS, but there's a blinking green LED notification. Also in the
  indicator menu the envelope icon turns green and the new SMS is listed
  as usual. Things are working alright for Telegram, Gmail etc.
  (sound+LED+indicator menu).

  Device: bq Aquaris E5 HD, Ubuntu 15.04 (OTA-9)

  UPDATE: Screenshots get silent too.

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

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


[Desktop-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2016-08-05 Thread Vincas Dargis
No, not do do with Etherenr, but with the fact that WiFi is not used.

In other words,

WiFi wlan0 interface goes missing after third reboot if it is not used
(because I use ethernet instead).

Try to disable automatic connection to your home WiFi, disable WiFi in
indicator, and then reboot several times.

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

Title:
  WiFi indicator icon disappears in Ubuntu 16.04

Status in indicator-applet package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  New

Bug description:
  Dear all,

  Can someone confirm an occasionally missing WiFi indicator tray icon?

  Sometimes it happens that the icon is not displayed although the WiFi
  connection is working.

  Please see also the attached screenshot.

  Warmly,

  ~Robert

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1585886/+subscriptions

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


[Desktop-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2016-08-04 Thread Vincas Dargis
I did another experiment.

I've remove ehternet cable, connected WiFi to my home router. Now I
could reboot as much as I want, WiFi worked, checkbox is visible and is
ON inside network manager widget.

BUT, later I disabled WiFi connection, attached etherne cable, rebooted
and that's it - wlan0 device missing, no WiFi checkbox!

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

Title:
  WiFi indicator icon disappears in Ubuntu 16.04

Status in indicator-applet package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  New

Bug description:
  Dear all,

  Can someone confirm an occasionally missing WiFi indicator tray icon?

  Sometimes it happens that the icon is not displayed although the WiFi
  connection is working.

  Please see also the attached screenshot.

  Warmly,

  ~Robert

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1585886/+subscriptions

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


[Desktop-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2016-08-04 Thread Vincas Dargis
** Attachment added: "lspci"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1585886/+attachment/4713881/+files/lspci

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

Title:
  WiFi indicator icon disappears in Ubuntu 16.04

Status in indicator-applet package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  New

Bug description:
  Dear all,

  Can someone confirm an occasionally missing WiFi indicator tray icon?

  Sometimes it happens that the icon is not displayed although the WiFi
  connection is working.

  Please see also the attached screenshot.

  Warmly,

  ~Robert

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1585886/+subscriptions

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


[Desktop-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2016-08-04 Thread Vincas Dargis
Yeah, it looks like I lose WiFi connectivity on ever third reboot!. Have
to "rfkill unblock 0" to make it work again, for two reboots...

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

Title:
  WiFi indicator icon disappears in Ubuntu 16.04

Status in indicator-applet package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  New

Bug description:
  Dear all,

  Can someone confirm an occasionally missing WiFi indicator tray icon?

  Sometimes it happens that the icon is not displayed although the WiFi
  connection is working.

  Please see also the attached screenshot.

  Warmly,

  ~Robert

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1585886/+subscriptions

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


[Desktop-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2016-08-04 Thread Vincas Dargis
** Attachment added: "syslog-2-reboot-with-wifi-disabled"
   
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1585886/+attachment/4713868/+files/syslog-2-reboot-with-wifi-disabled

** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: 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/1585886

Title:
  WiFi indicator icon disappears in Ubuntu 16.04

Status in indicator-applet package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  New

Bug description:
  Dear all,

  Can someone confirm an occasionally missing WiFi indicator tray icon?

  Sometimes it happens that the icon is not displayed although the WiFi
  connection is working.

  Please see also the attached screenshot.

  Warmly,

  ~Robert

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1585886/+subscriptions

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


[Desktop-packages] [Bug 1067876] Re: Missing "Safely Remove Drive" option from Quicklists. Only have "Eject".

2016-08-03 Thread Vincas Dargis
Upgraded to Kubuntu 16.04.1, same problem. Had to manually use udisksctl
to power off external USB drive.

What project should be added to affected list? KDE base apps, plasma,
kio..?

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

Title:
  Missing "Safely Remove Drive" option from Quicklists. Only have
  "Eject".

Status in gvfs:
  New
Status in Linux Mint:
  New
Status in Nautilus:
  New
Status in udisks:
  Won't Fix
Status in Unity:
  Invalid
Status in gvfs package in Ubuntu:
  Fix Released
Status in udisks2 package in Ubuntu:
  Fix Released
Status in udisks2 package in ALT Linux:
  Unknown
Status in Fedora:
  Unknown
Status in nautilus package in Gentoo Linux:
  New
Status in nautilus package in Mandriva:
  Confirmed
Status in openSUSE:
  Confirmed

Bug description:
  In Ubuntu 12.04, I could right-click on my usb-external-harddrive's
  Unity-Task-Bar icon (launcher icon) and select "Safely Remove". Upon
  doing this, the icon would disappear and I would proceed in unplugging
  my external hard drive.

  However, since upgrading to Ubuntu 12.10, this option is no longer
  available in the context menus (Quicklists) for external drives.

  Instead, all I see is "Unmount", and after clicking "Unmount" the icon
  remains on the task-bar (launcher) and no indication is given that
  would imply that the unmount occurred successfully.

  The intent of this report is to bring back the "Safely Remove" option
  which (by making the icon disappear after selected) indicates that you
  may now safely removal your USB external hard drive (by unplugging its
  usb connector).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.8.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Wed Oct 17 14:55:17 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to quantal on 2012-10-04 (13 days ago)

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

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


[Desktop-packages] [Bug 1575781] Re: Firefox 46 crashes on Ubuntu 12.04 (precise) with Oxygen-GTK3

2016-04-29 Thread Vincas Dargis
Same problem on Wheezy with KDE actually.

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

Title:
  Firefox 46 crashes on Ubuntu 12.04 (precise) with Oxygen-GTK3

Status in firefox package in Ubuntu:
  Confirmed
Status in oxygen-gtk3 package in Ubuntu:
  Confirmed

Bug description:
  Dear maintainers,

  As of version 46, Firefox shipping with Ubuntu 12.04 (precise) is
  linked against GTK3 instead of GTK2.

  When the Oxygen-GTK3 theme (installed from the Ubuntu 12.04 repos) is
  active in ~/.config/gtk-3.0, Firefox crashes on startup. The crash
  does not occur with the defaullt (GTK 3.4.2) GTK3 theme.

  As a side note, I believe that this kind of software change (link
  against GTK3 as opposed to GTK2) should not happen on an LTS release
  anyway ...

  Best regards,

  Claude

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 46.0+build5-0ubuntu0.12.04.2
  ProcVersionSignature: Ubuntu 3.13.0-85.129~precise1-generic 3.13.11-ckt36
  Uname: Linux 3.13.0-85-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-85-generic.
  ApportVersion: 2.0.1-0ubuntu17.13
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: CX20561 Analog [CX20561 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  puma   5470 F pulseaudio
  BuildID: 20160425115943
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfc02 irq 49'
 Mixer name : 'Conexant CX20561 (Hermosa)'
 Components : 'HDA:14f15051,17aa211c,0010'
 Controls  : 30
 Simple ctrls  : 13
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
7VHT15WW-1.05'
 Mixer name : 'ThinkPad EC 7VHT15WW-1.05'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Channel: Unavailable
  Date: Wed Apr 27 18:20:37 2016
  ForcedLayersAccel: False
  IncompatibleExtensions:
   English (GB) Language Pack - langpack-en...@firefox.mozilla.org
   Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.101  
metric 2
  MarkForUpload: True
  MostRecentCrashID: bp-42e526c1-c446-4b52-87a0-6dbf42111025
  Plugins:
   KParts Plugin - /usr/lib/mozilla/plugins/libkpartsplugin.so (kpartsplugin)
   Skype Buttons for Kopete - /usr/lib/mozilla/plugins/skypebuttons.so (kopete)
   Java(TM) Plug-in 11.92.2 - /opt/JAVA/amd64/jre1.8.0_92/lib/amd64/libnpjp2.so
   Shockwave Flash - /usr/lib/mozilla/plugins/inactive/libflashplayer.so
  PrefSources:
   prefs.js
   [Profile]/extensions/foxypr...@eric.h.jung/defaults/preferences/prefs.js
   
[Profile]/extensions/zoteroopenofficeintegrat...@zotero.org/defaults/preferences/zoteroOpenOfficeIntegration.js
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115943
  RelatedPackageVersions:
   kpartsplugin 20120605-1
   kopete   4:4.14.2-0ubuntu1~ubuntu12.04~ppa1
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  SubmittedCrashIDs: bp-42e526c1-c446-4b52-87a0-6dbf42111025
  UpgradeStatus: Upgraded to precise on 2012-04-06 (1481 days ago)
  dmi.bios.date: 10/13/2009
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET79WW (3.09 )
  dmi.board.name: 2767WC8
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET79WW(3.09):bd10/13/2009:svnLENOVO:pn2767WC8:pvrThinkPadT400:rvnLENOVO:rn2767WC8:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2767WC8
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1272046] Re: Missing HP P1102 laser printer Print Density settings (i.e. Extra dark)

2014-02-01 Thread Vincas Dargis
** Summary changed:

- Missing HP P1102 laser printer darkness settings (i.e. Extra dark)
+ Missing HP P1102 laser printer Print Density settings (i.e. Extra dark)

** Description changed:

  Since 13.10 (both 64bit Ubuntu and Kubuntu) upgrade I cannot select
  Extra dark printer settings when printing from LibreOffice, GIMP,
  Inkscape, Kate or whatever with HP LaserJet P1102 on Dell Inspiron 1520.
  
  There is no such option in global  printer settings also, both Ubuntu
  and Kubuntu.
  
  There are Pritint quality: Draft, Normal; Output mode: Grayscale and
- others, but that darnkess is missing (I do not even rememer how it was
- called, last time I used it late in 13.04). There are no problems with
+ others, but Print Density is missing. There are no problems with
  printing itself though.
  
  Driver name in printer dialog:
  HP_LaserJet_Professional_P1102
  Automatically setup by HPLIP
  hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
  HP LaserJet Professional p1102, hpcups 3.13.9, requires proprietary plugin.
  
  I remeber I had to launch hp-plugin to make this printer work on
  13.10, as it was automatclly deceted, but failed to print.
  
  Some more info:
- $ cat /var/lib/hp/hplip.state 
+ $ cat /var/lib/hp/hplip.state
  [plugin]
  installed = 1
  eula = 1
  version = 3.13.9
- 
  
  -
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: cups 1.7.0~rc1-0ubuntu5.1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CupsErrorLog:
-  
+ 
  Date: Thu Jan 23 20:54:05 2014
  InstallationDate: Installed on 2013-12-05 (49 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  Lpstat: device for HP_LaserJet_Professional_P1102: 
hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
  MachineType: Dell Inc. Inspiron 1520
  MarkForUpload: True
  Papersize: a4
  PpdFiles: HP_LaserJet_Professional_P1102: HP LaserJet Professional p1102, 
hpcups 3.13.9, requires proprietary plugin
  ProcEnviron:
-  LANGUAGE=lt_LT
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=lt_LT.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=lt_LT
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=lt_LT.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic 
root=UUID=cc6507c9-31d9-4db9-bdb2-d14f8432b3b2 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/05/2007
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0KY768
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd11/05/2007:svnDellInc.:pnInspiron1520:pvr:rvnDellInc.:rn0KY768:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1520
  dmi.sys.vendor: Dell Inc.

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

Title:
  Missing HP P1102 laser printer Print Density settings (i.e. Extra
  dark)

Status in HP Linux Imaging and Printing:
  New
Status in “hplip” package in Ubuntu:
  New

Bug description:
  Since 13.10 (both 64bit Ubuntu and Kubuntu) upgrade I cannot select
  Extra dark printer settings when printing from LibreOffice, GIMP,
  Inkscape, Kate or whatever with HP LaserJet P1102 on Dell Inspiron
  1520.

  There is no such option in global  printer settings also, both Ubuntu
  and Kubuntu.

  There are Pritint quality: Draft, Normal; Output mode: Grayscale
  and others, but Print Density is missing. There are no problems with
  printing itself though.

  Driver name in printer dialog:
  HP_LaserJet_Professional_P1102
  Automatically setup by HPLIP
  hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
  HP LaserJet Professional p1102, hpcups 3.13.9, requires proprietary plugin.

  I remeber I had to launch hp-plugin to make this printer work on
  13.10, as it was automatclly deceted, but failed to print.

  Some more info:
  $ cat /var/lib/hp/hplip.state
  [plugin]
  installed = 1
  eula = 1
  version = 3.13.9

  -

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: cups 1.7.0~rc1-0ubuntu5.1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CupsErrorLog:

  Date: Thu Jan 23 20:54:05 2014
  InstallationDate: Installed on 2013-12-05 (49 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  Lpstat: device for HP_LaserJet_Professional_P1102: 
hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
  MachineType: Dell Inc. Inspiron 1520
  MarkForUpload: True
  Papersize: a4
  PpdFiles: HP_LaserJet_Professional_P1102: HP LaserJet 

[Desktop-packages] [Bug 1272046] Re: Missing HP P1102 laser printer Print Density settings (i.e. Extra dark)

2014-02-01 Thread Vincas Dargis
To downgrade, I've removed printer and uninstalled few packageds:

$sudo apt-get purge hplip-cups hplip-ppds printer-driver-hpcups

and downloaded and extracted 13.04 packages (using sudo dpkg -x):
hpijs-ppds_3.13.3-1ubuntu0.1_all.deb  
hplip-cups_3.13.3-1ubuntu0.1_all.deb  
printer-driver-hpcups_3.13.3-1ubuntu0.1_amd64.deb

After reboot, printer was sucessfully detected and all missing options
reapeard. Tried Extra Light and Extra Dark - works indeed.

Though driver is somehow different, detected as
...Foomatic/foo2zjs-z2..?

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

Title:
  Missing HP P1102 laser printer Print Density settings (i.e. Extra
  dark)

Status in HP Linux Imaging and Printing:
  New
Status in “hplip” package in Ubuntu:
  New

Bug description:
  Since 13.10 (both 64bit Ubuntu and Kubuntu) upgrade I cannot select
  Extra dark printer settings when printing from LibreOffice, GIMP,
  Inkscape, Kate or whatever with HP LaserJet P1102 on Dell Inspiron
  1520.

  There is no such option in global  printer settings also, both Ubuntu
  and Kubuntu.

  There are Pritint quality: Draft, Normal; Output mode: Grayscale
  and others, but Print Density is missing. There are no problems with
  printing itself though.

  Driver name in printer dialog:
  HP_LaserJet_Professional_P1102
  Automatically setup by HPLIP
  hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
  HP LaserJet Professional p1102, hpcups 3.13.9, requires proprietary plugin.

  I remeber I had to launch hp-plugin to make this printer work on
  13.10, as it was automatclly deceted, but failed to print.

  Some more info:
  $ cat /var/lib/hp/hplip.state
  [plugin]
  installed = 1
  eula = 1
  version = 3.13.9

  -

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: cups 1.7.0~rc1-0ubuntu5.1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CupsErrorLog:

  Date: Thu Jan 23 20:54:05 2014
  InstallationDate: Installed on 2013-12-05 (49 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  Lpstat: device for HP_LaserJet_Professional_P1102: 
hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
  MachineType: Dell Inc. Inspiron 1520
  MarkForUpload: True
  Papersize: a4
  PpdFiles: HP_LaserJet_Professional_P1102: HP LaserJet Professional p1102, 
hpcups 3.13.9, requires proprietary plugin
  ProcEnviron:
   LANGUAGE=lt_LT
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=lt_LT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic 
root=UUID=cc6507c9-31d9-4db9-bdb2-d14f8432b3b2 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/05/2007
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0KY768
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd11/05/2007:svnDellInc.:pnInspiron1520:pvr:rvnDellInc.:rn0KY768:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1520
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1272046] Re: Missing HP P1102 laser printer Print Density settings (i.e. Extra dark)

2014-02-01 Thread Vincas Dargis
Till - this option was in older hplip,  just tried it in 13.04 Live CD.

I've failed to downgrade to older hplip, but Foomatic just works so It's
good enough for me. I just have my hplip packages removed.

But as I said, this (and other) options were in older hplip, it's
regression of some kind.

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

Title:
  Missing HP P1102 laser printer Print Density settings (i.e. Extra
  dark)

Status in HP Linux Imaging and Printing:
  New
Status in “hplip” package in Ubuntu:
  New

Bug description:
  Since 13.10 (both 64bit Ubuntu and Kubuntu) upgrade I cannot select
  Extra dark printer settings when printing from LibreOffice, GIMP,
  Inkscape, Kate or whatever with HP LaserJet P1102 on Dell Inspiron
  1520.

  There is no such option in global  printer settings also, both Ubuntu
  and Kubuntu.

  There are Pritint quality: Draft, Normal; Output mode: Grayscale
  and others, but Print Density is missing. There are no problems with
  printing itself though.

  Driver name in printer dialog:
  HP_LaserJet_Professional_P1102
  Automatically setup by HPLIP
  hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
  HP LaserJet Professional p1102, hpcups 3.13.9, requires proprietary plugin.

  I remeber I had to launch hp-plugin to make this printer work on
  13.10, as it was automatclly deceted, but failed to print.

  Some more info:
  $ cat /var/lib/hp/hplip.state
  [plugin]
  installed = 1
  eula = 1
  version = 3.13.9

  -

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: cups 1.7.0~rc1-0ubuntu5.1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CupsErrorLog:

  Date: Thu Jan 23 20:54:05 2014
  InstallationDate: Installed on 2013-12-05 (49 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  Lpstat: device for HP_LaserJet_Professional_P1102: 
hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
  MachineType: Dell Inc. Inspiron 1520
  MarkForUpload: True
  Papersize: a4
  PpdFiles: HP_LaserJet_Professional_P1102: HP LaserJet Professional p1102, 
hpcups 3.13.9, requires proprietary plugin
  ProcEnviron:
   LANGUAGE=lt_LT
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=lt_LT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic 
root=UUID=cc6507c9-31d9-4db9-bdb2-d14f8432b3b2 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/05/2007
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0KY768
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd11/05/2007:svnDellInc.:pnInspiron1520:pvr:rvnDellInc.:rn0KY768:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1520
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1272046] Re: Missing HP P1102 laser printer darkness settings (i.e. Extra dark)

2014-01-31 Thread Vincas Dargis
Is any walkaround is possible? Maybe I could copy some files from hplip
13.04 .deb, or aquire older HP plugin or something..?

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

Title:
  Missing HP P1102 laser printer darkness settings (i.e. Extra dark)

Status in HP Linux Imaging and Printing:
  New
Status in “hplip” package in Ubuntu:
  New

Bug description:
  Since 13.10 (both 64bit Ubuntu and Kubuntu) upgrade I cannot select
  Extra dark printer settings when printing from LibreOffice, GIMP,
  Inkscape, Kate or whatever with HP LaserJet P1102 on Dell Inspiron
  1520.

  There is no such option in global  printer settings also, both Ubuntu
  and Kubuntu.

  There are Pritint quality: Draft, Normal; Output mode: Grayscale
  and others, but that darnkess is missing (I do not even rememer how
  it was called, last time I used it late in 13.04). There are no
  problems with printing itself though.

  Driver name in printer dialog:
  HP_LaserJet_Professional_P1102
  Automatically setup by HPLIP
  hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
  HP LaserJet Professional p1102, hpcups 3.13.9, requires proprietary plugin.

  I remeber I had to launch hp-plugin to make this printer work on
  13.10, as it was automatclly deceted, but failed to print.

  Some more info:
  $ cat /var/lib/hp/hplip.state 
  [plugin]
  installed = 1
  eula = 1
  version = 3.13.9

  
  -

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: cups 1.7.0~rc1-0ubuntu5.1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CupsErrorLog:
   
  Date: Thu Jan 23 20:54:05 2014
  InstallationDate: Installed on 2013-12-05 (49 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  Lpstat: device for HP_LaserJet_Professional_P1102: 
hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
  MachineType: Dell Inc. Inspiron 1520
  MarkForUpload: True
  Papersize: a4
  PpdFiles: HP_LaserJet_Professional_P1102: HP LaserJet Professional p1102, 
hpcups 3.13.9, requires proprietary plugin
  ProcEnviron:
   LANGUAGE=lt_LT
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=lt_LT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic 
root=UUID=cc6507c9-31d9-4db9-bdb2-d14f8432b3b2 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/05/2007
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0KY768
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd11/05/2007:svnDellInc.:pnInspiron1520:pvr:rvnDellInc.:rn0KY768:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1520
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1272046] [NEW] Missing HP P1102 laser printer darkness settings (i.e. Extra dark)

2014-01-23 Thread Vincas Dargis
Public bug reported:

Since 13.10 (both 64bit Ubuntu and Kubuntu) upgrade I cannot select
Extra dark printer settings when printing from LibreOffice, GIMP,
Inkscape, Kate or whatever with HP LaserJet P1102 on Dell Inspiron 1520.

There is no such option in global  printer settings also, both Ubuntu
and Kubuntu.

There are Pritint quality: Draft, Normal; Output mode: Grayscale and
others, but that darnkess is missing (I do not even rememer how it was
called, last time I used it late in 13.04). There are no problems with
printing itself though.

Driver name in printer dialog:
HP_LaserJet_Professional_P1102
Automatically setup by HPLIP
hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
HP LaserJet Professional p1102, hpcups 3.13.9, requires proprietary plugin.

I remeber I had to launch hp-plugin to make this printer work on
13.10, as it was automatclly deceted, but failed to print.

Some more info:
$ cat /var/lib/hp/hplip.state 
[plugin]
installed = 1
eula = 1
version = 3.13.9


-

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: cups 1.7.0~rc1-0ubuntu5.1
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CupsErrorLog:
 
Date: Thu Jan 23 20:54:05 2014
InstallationDate: Installed on 2013-12-05 (49 days ago)
InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
Lpstat: device for HP_LaserJet_Professional_P1102: 
hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
MachineType: Dell Inc. Inspiron 1520
MarkForUpload: True
Papersize: a4
PpdFiles: HP_LaserJet_Professional_P1102: HP LaserJet Professional p1102, 
hpcups 3.13.9, requires proprietary plugin
ProcEnviron:
 LANGUAGE=lt_LT
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=lt_LT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic 
root=UUID=cc6507c9-31d9-4db9-bdb2-d14f8432b3b2 ro quiet splash vt.handoff=7
SourcePackage: cups
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/05/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 0KY768
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd11/05/2007:svnDellInc.:pnInspiron1520:pvr:rvnDellInc.:rn0KY768:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Inspiron 1520
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug saucy

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

Title:
  Missing HP P1102 laser printer darkness settings (i.e. Extra dark)

Status in “cups” package in Ubuntu:
  New

Bug description:
  Since 13.10 (both 64bit Ubuntu and Kubuntu) upgrade I cannot select
  Extra dark printer settings when printing from LibreOffice, GIMP,
  Inkscape, Kate or whatever with HP LaserJet P1102 on Dell Inspiron
  1520.

  There is no such option in global  printer settings also, both Ubuntu
  and Kubuntu.

  There are Pritint quality: Draft, Normal; Output mode: Grayscale
  and others, but that darnkess is missing (I do not even rememer how
  it was called, last time I used it late in 13.04). There are no
  problems with printing itself though.

  Driver name in printer dialog:
  HP_LaserJet_Professional_P1102
  Automatically setup by HPLIP
  hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
  HP LaserJet Professional p1102, hpcups 3.13.9, requires proprietary plugin.

  I remeber I had to launch hp-plugin to make this printer work on
  13.10, as it was automatclly deceted, but failed to print.

  Some more info:
  $ cat /var/lib/hp/hplip.state 
  [plugin]
  installed = 1
  eula = 1
  version = 3.13.9

  
  -

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: cups 1.7.0~rc1-0ubuntu5.1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CupsErrorLog:
   
  Date: Thu Jan 23 20:54:05 2014
  InstallationDate: Installed on 2013-12-05 (49 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  Lpstat: device for HP_LaserJet_Professional_P1102: 
hp:/usb/HP_LaserJet_Professional_P1102?serial=0Q854HW7PR1a
  MachineType: Dell Inc. Inspiron 1520
  MarkForUpload: True
  Papersize: a4
  PpdFiles: HP_LaserJet_Professional_P1102: HP LaserJet Professional p1102, 
hpcups 3.13.9, requires proprietary plugin
  ProcEnviron:
   LANGUAGE=lt_LT
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=lt_LT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic 
root=UUID=cc6507c9-31d9-4db9-bdb2-d14f8432b3b2 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade 

[Desktop-packages] [Bug 1179199] Re: rhythmbox does not play any radio station, locks up.

2013-05-13 Thread Vincas Dargis
Rhythmbox seems to work OK for other users on same computer.

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

Title:
  rhythmbox does not play any radio station, locks up.

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Ubuntu 13.04 x64,

  After upgrade from 12.10 I noticed that Rhythmbox is unable to play
  any radio station.

  1. Doubleclick on radio station entry in Radio section.
  2. Buffering progress is visible.
  3. Buffering stops, no sound from Rhythmbox, UI is unresponsive. Main window 
title sais it's paused, though I cannot do anything but kill application.

  There are no explicit error messages in terminal, -d output is
  attached. Debug output begins by clicking radio entry (cleared
  terminan just before).

  VLC plays radio stations without problems, there are no known issues
  with internet connection.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: rhythmbox 2.98-0ubuntu5
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Sun May 12 15:31:54 2013
  InstallationDate: Installed on 2012-10-19 (204 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=lt_LT.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to raring on 2013-05-06 (5 days ago)

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

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


[Desktop-packages] [Bug 1179199] [NEW] rhythmbox does not play any radio station, locks up.

2013-05-12 Thread Vincas Dargis
Public bug reported:

Ubuntu 13.04 x64,

After upgrade from 12.10 I noticed that Rhythmbox is unable to play any
radio station.

1. Doubleclick on radio station entry in Radio section.
2. Buffering progress is visible.
3. Buffering stops, no sound from Rhythmbox, UI is unresponsive. Main window 
title sais it's paused, though I cannot do anything but kill application.

There are no explicit error messages in terminal, -d output is attached.
Debug output begins by clicking radio entry (cleared terminan just
before).

VLC plays radio stations without problems, there are no known issues
with internet connection.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: rhythmbox 2.98-0ubuntu5
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Sun May 12 15:31:54 2013
InstallationDate: Installed on 2012-10-19 (204 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=lt_LT.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
UpgradeStatus: Upgraded to raring on 2013-05-06 (5 days ago)

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


** Tags: amd64 apport-bug raring third-party-packages

** Attachment added: rhythmbox-debug-output.txt
   
https://bugs.launchpad.net/bugs/1179199/+attachment/3674526/+files/rhythmbox-debug-output.txt

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

Title:
  rhythmbox does not play any radio station, locks up.

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Ubuntu 13.04 x64,

  After upgrade from 12.10 I noticed that Rhythmbox is unable to play
  any radio station.

  1. Doubleclick on radio station entry in Radio section.
  2. Buffering progress is visible.
  3. Buffering stops, no sound from Rhythmbox, UI is unresponsive. Main window 
title sais it's paused, though I cannot do anything but kill application.

  There are no explicit error messages in terminal, -d output is
  attached. Debug output begins by clicking radio entry (cleared
  terminan just before).

  VLC plays radio stations without problems, there are no known issues
  with internet connection.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: rhythmbox 2.98-0ubuntu5
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Sun May 12 15:31:54 2013
  InstallationDate: Installed on 2012-10-19 (204 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=lt_LT.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to raring on 2013-05-06 (5 days ago)

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

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


[Desktop-packages] [Bug 1095962] Re: Empathy GUI does not start

2013-05-07 Thread Vincas Dargis
I have installed libcairo2-dbg and checked that empathy-debugger crash
that jaywink noted:

Program received signal SIGSEGV, Segmentation fault.
composite_aligned_boxes (boxes=0x7fffc150, extents=0x7fffc570, 
compositor=0x7fffefe5f3a0 compositor.16156)
at /build/buildd/cairo-1.12.14/src/cairo-traps-compositor.c:1276

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

Title:
  Empathy GUI does not start

Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  In the amd64 version of the daily Raring Ringtail iso (20130103), the
  Empathy GUI does not start from the message system tray icon or
  launching it from the Unity Dash.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: empathy 3.6.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
  Uname: Linux 3.7.0-7-generic x86_64
  ApportVersion: 2.7-0ubuntu2
  Architecture: amd64
  Date: Fri Jan  4 11:14:10 2013
  InstallationDate: Installed on 2013-01-04 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130103)
  MarkForUpload: True
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1177285] [NEW] gnome-control-center crashes on fill_contact_info_grid: assertion failed: (spec != NULL) after few seconds after opening online accounts

2013-05-07 Thread Vincas Dargis
Public bug reported:

Ubuntu 13.04 x86_64

Open system settings, click on online accounts. Accounts window appears
for about a second, and then closes.

Ran with gdb (with empathy-dbg) to get this:

ERROR:empathy-user-info.c:252:fill_contact_info_grid: assertion failed:
(spec != NULL)

Backtrace:
#0  0x75873037 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x75876698 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x761c63b6 in g_assertion_message () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x761c6914 in g_assertion_message_expr () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7fffba276359 in fill_contact_info_grid (self=0x55dee1b0) at 
empathy-user-info.c:252
#5  request_contact_info_cb (object=optimized out, res=optimized out, 
user_data=0x55dee1b0) at empathy-user-info.c:343
#6  0x767171d7 in g_simple_async_result_complete () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#7  0x767172d9 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#8  0x761a3f05 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x761a4248 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x761a4304 in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x7674452c in g_application_run () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#12 0xb2ba in main ()

Had no problems before upgrade.

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

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

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

Title:
  gnome-control-center crashes on fill_contact_info_grid: assertion
  failed: (spec != NULL) after few seconds after opening online accounts

Status in “gnome-control-center” package in Ubuntu:
  New
Status in “gnome-online-accounts” package in Ubuntu:
  New

Bug description:
  Ubuntu 13.04 x86_64

  Open system settings, click on online accounts. Accounts window
  appears for about a second, and then closes.

  Ran with gdb (with empathy-dbg) to get this:

  ERROR:empathy-user-info.c:252:fill_contact_info_grid: assertion
  failed: (spec != NULL)

  Backtrace:
  #0  0x75873037 in raise () from /lib/x86_64-linux-gnu/libc.so.6
  #1  0x75876698 in abort () from /lib/x86_64-linux-gnu/libc.so.6
  #2  0x761c63b6 in g_assertion_message () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #3  0x761c6914 in g_assertion_message_expr () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #4  0x7fffba276359 in fill_contact_info_grid (self=0x55dee1b0) at 
empathy-user-info.c:252
  #5  request_contact_info_cb (object=optimized out, res=optimized out, 
user_data=0x55dee1b0) at empathy-user-info.c:343
  #6  0x767171d7 in g_simple_async_result_complete () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  #7  0x767172d9 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  #8  0x761a3f05 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #9  0x761a4248 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #10 0x761a4304 in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #11 0x7674452c in g_application_run () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  #12 0xb2ba in main ()

  Had no problems before upgrade.

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

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