[Desktop-packages] [Bug 1480877] Re: Access points' "PropertiesChanged" dbus signals freeze UI on mobile devices

2015-12-13 Thread Timo Jyrinki
Patch signals7 (with just the system settings crash fixed) building now
in the PPA.

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

Title:
  Access points' "PropertiesChanged" dbus signals freeze UI on mobile
  devices

Status in Canonical System Image:
  Fix Committed
Status in Unity 8:
  New
Status in dbus-cpp package in Ubuntu:
  In Progress
Status in network-manager package in Ubuntu:
  Incomplete
Status in qtbase-opensource-src package in Ubuntu:
  Fix Committed
Status in dbus-cpp package in Ubuntu RTM:
  Fix Released
Status in location-service package in Ubuntu RTM:
  Fix Released
Status in network-manager package in Ubuntu RTM:
  Incomplete

Bug description:
  Krillin, rc-proposed, r83

  
  DESCRIPTION:
  I've been trying to track down the cause of the occasional UI freezes on my 
Krillin device, and I noticed that whenever the UI freezes for 2-4 seconds, I 
get a burst of "PropertiesChanged" signals in dbus-monitor

  Here's a log of what's shown in dbus-monitor:
  http://pastebin.ubuntu.com/11992322/

  I'd guess the problem is in the code that actually catches the signals
  and acts accordingly.

  HOW TO REPRODUCE: 
  1) Move to a place where many wifi hotspots are available
  2) Connect the device via USB and run "phablet-shell" and then "dbus-monitor"
  3) Use the device while keeping an eye on dbus-monitor output

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

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


[Desktop-packages] [Bug 769314] Re: System bell broken in Natty/Unity (despite heroic...)

2015-12-13 Thread Nicola Larosa
** Changed in: pulseaudio (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  System bell broken in Natty/Unity (despite heroic...)

Status in Unity:
  Invalid
Status in gnome-media package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  In Progress
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: unity

  This bug is about problems using the system bell in Unity or another
  Compiz-based environment.  For problems using the system bell in
  Ubuntu Classic/Metacity or another Metacity-based environment, please
  see bug #486154.

  The system bell (that beep when you backspace on an empty line on a
  terminal, i.e.) is badly broken using the Unity environment in the
  Natty beta 2.  By default, no sound is produced, and several
  misconfigurations make it difficult to produce sound either from the
  PC speaker or Pulse Audio's module-x11-bell.  Not knowing what the
  desired behavior is, I can't say exactly what needs to be fixed.  But
  the combination of the following issues makes the system quite
  obviously broken.

  1) pcskpr is blacklisted.
  The pcspkr module is necessary for the PC speaker to produce sound.  It is 
blacklisted, so regular users cannot turn the bell on.  It would be nice for 
this to be fixed, but the attitudes displayed in #77010 suggest that it won't 
be.  Nonetheless, I note it here because it interacts with some of the 
following.

  2) The X bell volume is set to 0.
  As reported by `xset q`, the bell volume is 0 when Unity is started.  Both 
the PC speaker and module-x11-bell respect this setting, so the volume must be 
turned up (with `xset b on` or `xset b 100`) for either to work.  Since both 
the PC speaker and module-x11-bell are disabled by default, this setting only 
serves to frustrate attempts to turn them on; it never prevents unwanted sound.

  3) module-x11-bell is loaded by /usr/bin/start-pulseaudio-x11
  This is a system file, not a user file, so users cannot decide whether they 
want this module loaded or not.  They could write a script to unload the module 
at login (and hope the module number doesn't vary between boots), but it would 
be much cleaner to have the modules loaded from a user file, possibly with 
defaults if the user file doesn't exist.

  4) Sample bell.ogg is not loaded.
  When module-x11-bell is loaded, it is told to use the sample bell.ogg.  But 
no sample is loaded into Pulse Audio.  Thus, module-x11-bell traps system bell 
events (keeping them from going to the PC speaker) without producing any sound. 
 If module-x11-bell is loaded, the sample it calls on should be loaded as well. 
 (To fix this, run `pactl upload-sample 
/usr/share/sounds/ubuntu/stereo/bell.ogg bell.ogg`.)

  5) gnome-volume-control doesn't.
  The "Sound Effects" tab of gnome-volume-control offers to set the volume and 
sound for system bell events, but these have no effect.  This is because 
gnome-volume-control is trying to control system bells through metacity.  
Ideally, it should be rewritten to control module-x11-bell instead, but a 
temporary fix could be to simply disable this tab.

  6) System bell settings don't transfer to the Ubuntu Classic environment.
  Because that is using metacity, which has it's own set of problems.  See bug 
#486154.

  This has been from testing in a VM (virtualbox), but all of these
  behaviors have also been seen in Compiz in various previous versions
  of Ubuntu running on various hardware.

  I have reported this bug against several components, as it is really an 
integration issue.  The eventual fix may not involve your component, but please 
do not mark this bug as invalid until we have at least a roadmap for fixing it. 
 Otherwise, I fear responsibility will be passed from component to component 
without anything being fixed.  Rationales:
  Unity - As the overarching environment, Unity should be responsible for 
getting everything integrated.  Additionally, some of the problems relate to 
session startup settings.
  Pulse Audio - module-x11-bell is not loaded intelligently or correctly.
  Gnome Media - Own gnome-volume-control.

  Versions (but note the same behavior has been seen in many earlier versions):
  unity: 3.8.10-0ubuntu2
  pulseaudio: 1:0.9.22+stable-queue-24-g67d18-0ubuntu3
  gnome-media: 2.32.0-0ubuntu7

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

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


[Desktop-packages] [Bug 769314] Re: System bell broken in Natty/Unity (despite heroic...)

2015-12-13 Thread Nicola Larosa
Some additional information.

In the patch to /usr/bin/start-pulseaudio-x11:
http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/wily/pulseaudio/wily/view/head:/debian/patches/0006
-load-module-x11-bell.patch

line #9 should say "sample=x11-bell", rather than "sample=bell.ogg".

One additional change is needed to /etc/pulse/default.pa:
http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/wily/pulseaudio/wily/view/head:/src/daemon/default.pa.in

line #29 should be uncommented, to load an audio file as a sample named
"x11-bell".

Note that line #178 in the same file would use the "x11-bell" sample
name: however it should NOT be uncommented, as explained in comments
right above. module-x11-bell will be loaded by X running the /usr/bin
/start-pulseaudio-x11 command, via /etc/xdg/autostart/pulseaudio.desktop
.

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

Title:
  System bell broken in Natty/Unity (despite heroic...)

Status in Unity:
  Invalid
Status in gnome-media package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: unity

  This bug is about problems using the system bell in Unity or another
  Compiz-based environment.  For problems using the system bell in
  Ubuntu Classic/Metacity or another Metacity-based environment, please
  see bug #486154.

  The system bell (that beep when you backspace on an empty line on a
  terminal, i.e.) is badly broken using the Unity environment in the
  Natty beta 2.  By default, no sound is produced, and several
  misconfigurations make it difficult to produce sound either from the
  PC speaker or Pulse Audio's module-x11-bell.  Not knowing what the
  desired behavior is, I can't say exactly what needs to be fixed.  But
  the combination of the following issues makes the system quite
  obviously broken.

  1) pcskpr is blacklisted.
  The pcspkr module is necessary for the PC speaker to produce sound.  It is 
blacklisted, so regular users cannot turn the bell on.  It would be nice for 
this to be fixed, but the attitudes displayed in #77010 suggest that it won't 
be.  Nonetheless, I note it here because it interacts with some of the 
following.

  2) The X bell volume is set to 0.
  As reported by `xset q`, the bell volume is 0 when Unity is started.  Both 
the PC speaker and module-x11-bell respect this setting, so the volume must be 
turned up (with `xset b on` or `xset b 100`) for either to work.  Since both 
the PC speaker and module-x11-bell are disabled by default, this setting only 
serves to frustrate attempts to turn them on; it never prevents unwanted sound.

  3) module-x11-bell is loaded by /usr/bin/start-pulseaudio-x11
  This is a system file, not a user file, so users cannot decide whether they 
want this module loaded or not.  They could write a script to unload the module 
at login (and hope the module number doesn't vary between boots), but it would 
be much cleaner to have the modules loaded from a user file, possibly with 
defaults if the user file doesn't exist.

  4) Sample bell.ogg is not loaded.
  When module-x11-bell is loaded, it is told to use the sample bell.ogg.  But 
no sample is loaded into Pulse Audio.  Thus, module-x11-bell traps system bell 
events (keeping them from going to the PC speaker) without producing any sound. 
 If module-x11-bell is loaded, the sample it calls on should be loaded as well. 
 (To fix this, run `pactl upload-sample 
/usr/share/sounds/ubuntu/stereo/bell.ogg bell.ogg`.)

  5) gnome-volume-control doesn't.
  The "Sound Effects" tab of gnome-volume-control offers to set the volume and 
sound for system bell events, but these have no effect.  This is because 
gnome-volume-control is trying to control system bells through metacity.  
Ideally, it should be rewritten to control module-x11-bell instead, but a 
temporary fix could be to simply disable this tab.

  6) System bell settings don't transfer to the Ubuntu Classic environment.
  Because that is using metacity, which has it's own set of problems.  See bug 
#486154.

  This has been from testing in a VM (virtualbox), but all of these
  behaviors have also been seen in Compiz in various previous versions
  of Ubuntu running on various hardware.

  I have reported this bug against several components, as it is really an 
integration issue.  The eventual fix may not involve your component, but please 
do not mark this bug as invalid until we have at least a roadmap for fixing it. 
 Otherwise, I fear responsibility will be passed from component to component 
without anything being fixed.  Rationales:
  Unity - As the overarching environment, Unity should be responsible for 
getting everything integrated.  Additionally, some of the problems relate to 
session startup settings.
  Pulse Audio - module-x11-bell is not loaded intelligently or c

[Desktop-packages] [Bug 1508683] Re: Build with multiarch support

2015-12-13 Thread Timo Aaltonen
ah, forgot it builds some libs

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

Title:
  Build with multiarch support

Status in xserver-xorg-video-openchrome package in Ubuntu:
  Triaged

Bug description:
  Build with multiarch support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-openchrome/+bug/1508683/+subscriptions

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


[Desktop-packages] [Bug 1443723] Re: GNOME clock displays improper date format for US/EN locale

2015-12-13 Thread Tim
On 14/12/15 14:36, Erick Brunzell wrote:
> Yes, I think this is (or at least was) fixed in Xenial. I can't be
> certain because I haven't been able to use any iso since the 4.3 series
> kernel rolled out and I really need to get a fresh install working at
> some point because the testing install I'm using is long in the tooth
> and has been modified far too much to be certain of anything.
I suspect the workaround you need is to install xserver-xorg-legacy, although 
that is related to Xorg running as non-root user which has been
around longer than 4.3
>


** Also affects: gnome-desktop3 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: gnome-desktop3 (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: gnome-desktop3 (Ubuntu Trusty)
   Status: New => Confirmed

** Changed in: gnome-desktop3 (Ubuntu Trusty)
   Importance: Undecided => Low

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

Title:
  GNOME clock displays improper date format for US/EN locale

Status in Ubuntu GNOME:
  Triaged
Status in gnome-desktop3 package in Ubuntu:
  Fix Released
Status in gnome-desktop3 source package in Trusty:
  Confirmed

Bug description:
  I've actually noticed this for some time and decided to file a bug
  report in hopes of getting this fixed by 16.04 (or sooner).

  In the standard GNOME desktop (with US/EN locale set) the date in the
  clock displays day of week, day of month, month before the time rather
  than day of week, month, day of month - eg; Mon 13 Apr, 8:06 PM rather
  than Mon Apr 13, 8:06 PM.

  The proper format is used both in the screen-lock and the Date & Time
  settings dialog (see screenshot).

  This also effects the clock applet in gnome-panel as of Vivid,
  possibly it's now following g-s-d rather than u-s-d?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-settings-daemon 3.14.2-3ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic i686
  ApportVersion: 2.17-0ubuntu2
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Mon Apr 13 19:57:57 2015
  InstallationDate: Installed on 2015-04-01 (13 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Beta i386 (20150331)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1525776] [NEW] libao pulse plugin does not ignore unsupported options as claimed

2015-12-13 Thread Ryan C. Underwood
Public bug reported:

In the documentation for ao_open_live():
https://xiph.org/ao/doc/ao_open_live.html
"Unsupported options are ignored."

However, the pulse plugin does not ignore unsupported options:

int ao_plugin_set_option(ao_device *device, const char *key, const char *value) 
{
  ao_pulse_internal *internal;
  assert(device && device->internal && key && value);
  internal = (ao_pulse_internal *) device->internal;

  if (!strcmp(key, "server")) {
free(internal->server);
internal->server = strdup(value);
  } else if (!strcmp(key, "sink") || !strcmp(key, "dev") || !strcmp(key, "id")) 
{
free(internal->sink);
internal->sink = strdup(value);
  } else
return 0;
[..]
}

Passing the "buffer_time" option which is needed because of this bug: 
https://bugzilla.redhat.com/show_bug.cgi?id=1193688
causes libao pulse to fail initialization on Ubuntu contrary to the 
documentation.

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

** Summary changed:

- ao_open_live() does not ignore unsupported options as claimed
+ libao pulse plugin does not ignore unsupported options as claimed

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

Title:
  libao pulse plugin does not ignore unsupported options as claimed

Status in libao package in Ubuntu:
  New

Bug description:
  In the documentation for ao_open_live():
  https://xiph.org/ao/doc/ao_open_live.html
  "Unsupported options are ignored."

  However, the pulse plugin does not ignore unsupported options:

  int ao_plugin_set_option(ao_device *device, const char *key, const char 
*value) {
ao_pulse_internal *internal;
assert(device && device->internal && key && value);
internal = (ao_pulse_internal *) device->internal;

if (!strcmp(key, "server")) {
  free(internal->server);
  internal->server = strdup(value);
} else if (!strcmp(key, "sink") || !strcmp(key, "dev") || !strcmp(key, 
"id")) {
  free(internal->sink);
  internal->sink = strdup(value);
} else
  return 0;
  [..]
  }

  Passing the "buffer_time" option which is needed because of this bug: 
https://bugzilla.redhat.com/show_bug.cgi?id=1193688
  causes libao pulse to fail initialization on Ubuntu contrary to the 
documentation.

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

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


[Desktop-packages] [Bug 611590] Re: Brasero keeps on asking for libdvdcss.so.2

2015-12-13 Thread quequotion
>Alister Hood

Yes it does.

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

Title:
  Brasero keeps on asking for libdvdcss.so.2

Status in brasero package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: brasero

  I added the medibuntu sources and installed the libdvdcss2 package.

  Output of locate:
  doogej@WVUN002:/$ sudo locate libdvdcss
  /home/doogej/VMShared/brasero_libdvdcss.png
  /usr/lib/libdvdcss.so.2
  /usr/lib/libdvdcss.so.2.1.0
  /usr/share/app-install/desktop/libdvdcss.desktop
  /usr/share/doc/libdvdcss2
  /usr/share/doc/libdvdcss2/NEWS.gz
  /usr/share/doc/libdvdcss2/README
  /usr/share/doc/libdvdcss2/changelog.Debian.gz
  /usr/share/doc/libdvdcss2/changelog.gz
  /usr/share/doc/libdvdcss2/copyright
  /var/cache/apt/archives/libdvdcss2_1.2.10-0.3medibuntu1_amd64.deb
  /var/lib/dpkg/info/libdvdcss2.list
  /var/lib/dpkg/info/libdvdcss2.md5sums
  /var/lib/dpkg/info/libdvdcss2.postinst
  /var/lib/dpkg/info/libdvdcss2.postrm
  /var/lib/dpkg/info/libdvdcss2.shlibs

  Too bad Brasero keeps on 'whining' about missing this file.

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

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


[Desktop-packages] [Bug 1508683] Re: Build with multiarch support

2015-12-13 Thread Robert Ancell
Tagged as part of https://lists.ubuntu.com/archives/ubuntu-
devel/2015-October/038932.html

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

Title:
  Build with multiarch support

Status in xserver-xorg-video-openchrome package in Ubuntu:
  Triaged

Bug description:
  Build with multiarch support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-openchrome/+bug/1508683/+subscriptions

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


[Desktop-packages] [Bug 1500600] Re: Impossible to empty trash with 50000 files inside

2015-12-13 Thread Launchpad Bug Tracker
[Expired for gvfs (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Impossible to empty trash with 5 files inside

Status in gvfs package in Ubuntu:
  Expired

Bug description:
  Xubuntu 14.04.3 with latest sec. Updates.
  The only way to empty trash is to use terminal.

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

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


[Desktop-packages] [Bug 1504849] Re: Page rendering shakes after scrolling with mouse

2015-12-13 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Page rendering shakes after scrolling with mouse

Status in firefox package in Ubuntu:
  Expired

Bug description:
  When in a website (facebook, dx.com...) using the scroll in the mouse, the 
page blinks and shakes. It is not an hardware issue for sure (bad mouse 
wheel...) because only happens here and it was in a change of a firefox update.
  It is confusing because it seems that is blinking between old and new (scroll 
and non-scroll) web page, and only activates with the scrolling, so far I 
didn't notice with pulling side bar up and down, only with mouse wheel. It 
happens time to time.
  Started in one of the new updates, at max 2 updates ago.
  PS: Just happened in this page of report. goes up and down very quickly (1 or 
2px up and down), like shivering, and then stops.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: firefox 41.0.1+build2-0ubuntu0.15.04.2
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  AddonCompatCheckDisabled: False
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   jb 1177 F...m pulseaudio
   /dev/snd/controlC0:  jb 1177 F pulseaudio
  BuildID: 20151001175629
  Channel: Unavailable
  CurrentDesktop: GNOME
  Date: Sat Oct 10 22:36:50 2015
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePlugins:
   Gnome Shell Integration - 
/usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so (gnome-shell)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
   Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  DefaultProfilePrefSources:
   prefs.js
   
[Profile]/extensions/{a7c6cf7f-112c-4500-a7ea-39801a327e5f}/defaults/preferences/fireftp.js
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-09-25 (15 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static  metric 400
   192.168.1.0/24 dev wlan0  proto kernel  scope link  metric 400
  MostRecentCrashID: bp-fa47a84d-0a4d-42aa-8a11-f91952150830
  Profile1BrokenPermissions: 
extensions/fxdevtools-adapt...@mozilla.org/tools/linux64/ios_webkit_debug_proxy 
(0o555)
  Profile1Extensions: extensions.sqlite corrupt or missing
  Profile1IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile1Locales: extensions.sqlite corrupt or missing
  Profile1Plugins:
   Gnome Shell Integration - 
/usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so (gnome-shell)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
   Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  Profile1PrefSources: prefs.js
  Profile1Themes: extensions.sqlite corrupt or missing
  Profiles:
   Profile0 (Default) - LastVersion=41.0.1/20151001175629 (In use)
   Profile1 - LastVersion=40.0a2/20150521004003 (Out of date)
  RelatedPackageVersions:
   gnome-shell   3.14.4-0ubuntu1
   rhythmbox-mozilla 3.1-1ubuntu3
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.23
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 21.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.23:bd12/21/2010:svnHewlett-Packard:pnCompaqPresarioCQ61NotebookPC:pvrRev1:rvnHewlett-Packard:rn306A:rvr21.14:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: Compaq Presario CQ61 Notebook PC
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

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

[Desktop-packages] [Bug 1502905] Re: package nvidia-opencl-icd-304-updates (not installed) failed to install/upgrade: próba nadpisania "/etc/OpenCL/vendors/nvidia.icd", który istnieje także w pakiecie

2015-12-13 Thread Launchpad Bug Tracker
[Expired for nvidia-graphics-drivers-304-updates (Ubuntu) because there
has been no activity for 60 days.]

** Changed in: nvidia-graphics-drivers-304-updates (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package nvidia-opencl-icd-304-updates (not installed) failed to
  install/upgrade: próba nadpisania "/etc/OpenCL/vendors/nvidia.icd",
  który istnieje także w pakiecie nvidia-opencl-icd-331
  331.113-0ubuntu0.0.4

Status in nvidia-graphics-drivers-304-updates package in Ubuntu:
  Expired

Bug description:
  System is running in low graphics mode. Update to newest version of
  nvidia driver in order to solve a problem failed.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-opencl-icd-304-updates (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  Date: Mon Oct  5 15:40:33 2015
  DuplicateSignature: package:nvidia-opencl-icd-304-updates:(not 
installed):próba nadpisania "/etc/OpenCL/vendors/nvidia.icd", który istnieje 
także w pakiecie nvidia-opencl-icd-331 331.113-0ubuntu0.0.4
  ErrorMessage: próba nadpisania "/etc/OpenCL/vendors/nvidia.icd", który 
istnieje także w pakiecie nvidia-opencl-icd-331 331.113-0ubuntu0.0.4
  InstallationDate: Installed on 2012-01-10 (1363 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.4
   apt  1.0.1ubuntu2.10
  SourcePackage: nvidia-graphics-drivers-304-updates
  Title: package nvidia-opencl-icd-304-updates (not installed) failed to 
install/upgrade: próba nadpisania "/etc/OpenCL/vendors/nvidia.icd", który 
istnieje także w pakiecie nvidia-opencl-icd-331 331.113-0ubuntu0.0.4
  UpgradeStatus: Upgraded to trusty on 2014-09-09 (391 days ago)

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

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


[Desktop-packages] [Bug 1502638] Re: firefox freezes

2015-12-13 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox freezes

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Firefox Freezes when I am on MSN or Facebook

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

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


[Desktop-packages] [Bug 1516531] Re: Fullscreen Freeze.

2015-12-13 Thread Vindicator
I must say I'm glad you did respond as it means you take it seriously.

While you take it as a personal attack, it was merely a description of what I 
have seen and experienced.
Attacking is something I associate with name-calling with nothing backing it up.
A performance-review from a boss that describes problems with an employee's 
results is not something I would consider an attack.

I know 1st-tier phone support where the person I'm speaking with has no idea 
regarding the issue and is reading from a script that is not applicable to the 
issue, when all that is needed is to advance me to someone who would be able to 
provide deeper support (test a patch).
It's the kind of support that would be equal to "reboot your computer 3 times" 
when Excel is selecting multiple cells with a single click. It would be more 
appropriate to see if the mouse button has bounce, but even then it could still 
be a software bug.
That is the impression I get when I'm asked to test a newer kernel or OS to see 
if it would fix the issue.
It was never said "why" it was thought it would fix the issue (eg, reference a 
pull-request that addresses an issue that might be remotely applicable to the 
current issue).
I can see the value of 1st-tier in order to filter out "newbs" for the 
developers when a configuration/setting change is all that is needed, but as 
much as the tier can be helpful for the developers (and newbs), they can also 
be headaches for those with issues that need deeper triage.

"... why one is asked... documented, both in those comments..."
I must be missing those comments you are referencing that provides the "why".
My "why" questions:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1516531/comments/29  "What 
is it about Xenial..."
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1465862/comments/11  
"...wondering what this 'testing' is supposed to be doing..."
Other's bug's that ask for a test with an upgrade, but no "why" given:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1523108/comments/4
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506914/comments/4 "Can 
someone please explain what..."

With the wiki, I think you are probably referencing "Please do not complain 
because someone sent what one perceives to be a automated or "canned" response."
I also see this issue as "Please check to see if you(r) problem is a 
regression." so I'd say bisecting should be done rather than about testing 
upstream. But I know by saying just that goes against "Please avoid arguing 
with triagers and developers".

For me, testing a newer kernel is less complicated than testing a whole new OS 
that is only in the early testing stages when I'm dealing with a "production" 
(day-to-day use) computer.
It would involve:
1) backing things up and hoping that backup worked.
2) upgrading (in my case, I always start with a fresh install)
3) restore, which never goes well with an encrypted home. something I have to 
do from live-cd.
4) installing programs, which also means building some from scratch like kodi 
which also means building the addons.
Even if I got there after hours (day(s)?) of work, the testing OS may not fix 
the issue and may also have other unusable problems.

Note how I actually do the footwork that I consider reasonable. I'll do
research before submitting a report. I do research to back up my
comments. This isn't off-the-cuff stuff that I am doing.

Also I WON'T be marking this report as "Invalid" as it's VERY valid considering 
how it affected Kodi and Chrome (haven't tested totem or games in fullscreen).
But YOU may mark it as incomplete since I am unlikely to test xenial, 
especially since the break happened in 15.10 (worked in 15.04).
I may put xenial on a VM to get a feel for it's current state, but based on my 
experience with UX bugs in 15.04 and 15.10, if I'm going to have to clean house 
on my system, I'd just as soon avoid 16.04 (not even alpha yet) and see if 
other dists come through the pipeline clean(er/ly).
I'll have to back up my data anyway, so I may just do an in-place upgrade to 
xenial and if it fails with fullscreen or some other notable bug, I'll go ahead 
an move on to a different dist.

I may look at Arch since the documentation I've seen online, when searching for 
system-stuff, has been better than Ubuntu. Ubuntu does have plenty of 
documentation, but they are all over the place with multiple versions that are 
about the same exact thing.
Again, I wouldn't call that an attack, but merely pointing out a problem. I'd 
provide links to examples, but this comment is already getting long-winded and 
this paragraph doesn't relate specifically to the "help" issue (though it is 
about docs which was mentioned in your last comment).

I won't be offended or hurt if you want to reference these comments as what to 
(do/not do).
If I'm in the wrong, so be it. I currently don't see it. I'm trying to do good 
by submitting a bug and providing good data and in turn I'm only asked

[Desktop-packages] [Bug 1525714] Re: [2545A25, Conexant CX20582 (Pebble), Speaker, Internal] No sound at all through speakers on Lenovo Edge 11

2015-12-13 Thread Raymond
your pci ssid are different

00:14.2 0403: 1002:4383 (rev 40)
Subsystem: 17aa:21ca

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

Title:
  [2545A25, Conexant CX20582 (Pebble), Speaker, Internal] No sound at
  all through speakers on Lenovo Edge 11

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  Sound through speakers of my Lenovo Edge 11 laptop doesn't work in
  Ubuntu 14.04 nor 12.04 nor 15.10 (LiveCD); I think it last worked in
  10.04 or maybe even only in 8.04.

  This was tested on a clean installation of 14.04 (64bit) onto a USB
  stick, with all upgrades; but it neither works in my normal
  installation (14.04 32bit) which was upgraded over the years. I also
  tried it on a LiveCD boot of 15.10 (64bit), and speakers don't work
  there either.

  The hardware appears to be fine though, because after booting, I
  sometimes hear the short "drum roll" when the login screen comes up,
  but no sound afterwards.

  Headphones work fine; microphone appears to work fine as well (at
  least the input level in Gnome mixer shows that it gets input).

  I had already started to debug the speaker problem some months ago and
  it looked like a problem with power saving mode for the sound chip. If
  you have any hints how to debug this for real, I'm open for
  suggestions. Also, is there any more info I can provide?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
  Uname: Linux 3.13.0-71-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  oliver 1650 F pulseaudio
   /dev/snd/controlC0:  oliver 1650 F pulseaudio
oliver 2210 F alsamixer
   /dev/snd/pcmC0D0c:   oliver 1650 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Sun Dec 13 22:42:48 2015
  InstallationDate: Installed on 2015-12-13 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:SB failed
  Symptom_Card: Built-in Audio - HDA ATI SB
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  oliver 1650 F pulseaudio
   /dev/snd/controlC0:  oliver 1650 F pulseaudio
oliver 2210 F alsamixer
   /dev/snd/pcmC0D0c:   oliver 1650 F...m pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [2545A25, Conexant CX20582 (Pebble), Speaker, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/10/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 87ET35WW (1.09 )
  dmi.board.name: 2545A25
  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:bvr87ET35WW(1.09):bd01/10/2011:svnLENOVO:pn2545A25:pvrThinkPadEdge:rvnLENOVO:rn2545A25:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2545A25
  dmi.product.version: ThinkPad Edge
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1525714] Re: [2545A25, Conexant CX20582 (Pebble), Speaker, Internal] No sound at all through speakers on Lenovo Edge 11

2015-12-13 Thread Raymond
you have to file upstream report if it is a regression

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda?id=6027277e77df2d2893d906c42f5c9f9abcb731e0

** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

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

Title:
  [2545A25, Conexant CX20582 (Pebble), Speaker, Internal] No sound at
  all through speakers on Lenovo Edge 11

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  Sound through speakers of my Lenovo Edge 11 laptop doesn't work in
  Ubuntu 14.04 nor 12.04 nor 15.10 (LiveCD); I think it last worked in
  10.04 or maybe even only in 8.04.

  This was tested on a clean installation of 14.04 (64bit) onto a USB
  stick, with all upgrades; but it neither works in my normal
  installation (14.04 32bit) which was upgraded over the years. I also
  tried it on a LiveCD boot of 15.10 (64bit), and speakers don't work
  there either.

  The hardware appears to be fine though, because after booting, I
  sometimes hear the short "drum roll" when the login screen comes up,
  but no sound afterwards.

  Headphones work fine; microphone appears to work fine as well (at
  least the input level in Gnome mixer shows that it gets input).

  I had already started to debug the speaker problem some months ago and
  it looked like a problem with power saving mode for the sound chip. If
  you have any hints how to debug this for real, I'm open for
  suggestions. Also, is there any more info I can provide?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
  Uname: Linux 3.13.0-71-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  oliver 1650 F pulseaudio
   /dev/snd/controlC0:  oliver 1650 F pulseaudio
oliver 2210 F alsamixer
   /dev/snd/pcmC0D0c:   oliver 1650 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Sun Dec 13 22:42:48 2015
  InstallationDate: Installed on 2015-12-13 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:SB failed
  Symptom_Card: Built-in Audio - HDA ATI SB
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  oliver 1650 F pulseaudio
   /dev/snd/controlC0:  oliver 1650 F pulseaudio
oliver 2210 F alsamixer
   /dev/snd/pcmC0D0c:   oliver 1650 F...m pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [2545A25, Conexant CX20582 (Pebble), Speaker, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/10/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 87ET35WW (1.09 )
  dmi.board.name: 2545A25
  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:bvr87ET35WW(1.09):bd01/10/2011:svnLENOVO:pn2545A25:pvrThinkPadEdge:rvnLENOVO:rn2545A25:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2545A25
  dmi.product.version: ThinkPad Edge
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1443723] Re: GNOME clock displays improper date format for US/EN locale

2015-12-13 Thread Erick Brunzell
Yes, I think this is (or at least was) fixed in Xenial. I can't be
certain because I haven't been able to use any iso since the 4.3 series
kernel rolled out and I really need to get a fresh install working at
some point because the testing install I'm using is long in the tooth
and has been modified far too much to be certain of anything.

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

Title:
  GNOME clock displays improper date format for US/EN locale

Status in Ubuntu GNOME:
  Triaged
Status in gnome-desktop3 package in Ubuntu:
  Confirmed

Bug description:
  I've actually noticed this for some time and decided to file a bug
  report in hopes of getting this fixed by 16.04 (or sooner).

  In the standard GNOME desktop (with US/EN locale set) the date in the
  clock displays day of week, day of month, month before the time rather
  than day of week, month, day of month - eg; Mon 13 Apr, 8:06 PM rather
  than Mon Apr 13, 8:06 PM.

  The proper format is used both in the screen-lock and the Date & Time
  settings dialog (see screenshot).

  This also effects the clock applet in gnome-panel as of Vivid,
  possibly it's now following g-s-d rather than u-s-d?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-settings-daemon 3.14.2-3ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic i686
  ApportVersion: 2.17-0ubuntu2
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Mon Apr 13 19:57:57 2015
  InstallationDate: Installed on 2015-04-01 (13 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Beta i386 (20150331)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1443723] Re: GNOME clock displays improper date format for US/EN locale

2015-12-13 Thread Tim
actually this seems to be fixed in xenial/3.18 so far as I can tell.

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

Title:
  GNOME clock displays improper date format for US/EN locale

Status in Ubuntu GNOME:
  Triaged
Status in gnome-desktop3 package in Ubuntu:
  Confirmed

Bug description:
  I've actually noticed this for some time and decided to file a bug
  report in hopes of getting this fixed by 16.04 (or sooner).

  In the standard GNOME desktop (with US/EN locale set) the date in the
  clock displays day of week, day of month, month before the time rather
  than day of week, month, day of month - eg; Mon 13 Apr, 8:06 PM rather
  than Mon Apr 13, 8:06 PM.

  The proper format is used both in the screen-lock and the Date & Time
  settings dialog (see screenshot).

  This also effects the clock applet in gnome-panel as of Vivid,
  possibly it's now following g-s-d rather than u-s-d?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-settings-daemon 3.14.2-3ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic i686
  ApportVersion: 2.17-0ubuntu2
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Mon Apr 13 19:57:57 2015
  InstallationDate: Installed on 2015-04-01 (13 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Beta i386 (20150331)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1525523] Re: fglrx-updates-core 2:15.200-0ubuntu0.3: fglrx-updates-core kernel module failed to build

2015-12-13 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1512527 ***
https://bugs.launchpad.net/bugs/1512527

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1512527, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1512527
   fglrx-core (not installed): fglrx-core kernel module failed to build [fatal 
error: asm/i387.h: No such file or directory]

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

Title:
  fglrx-updates-core 2:15.200-0ubuntu0.3: fglrx-updates-core kernel
  module failed to build

Status in fglrx-installer-updates package in Ubuntu:
  New

Bug description:
  after "apt-get install flrx-amdcccle-updates" this bug apper

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: fglrx-updates-core 2:15.200-0ubuntu0.3
  ProcVersionSignature: Ubuntu 4.2.0-19.23~14.04.1-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DKMSKernelVersion: 4.2.0-19-generic
  Date: Sat Dec 12 15:04:31 2015
  DistUpgraded: Fresh install
  DistroCodename: rosa
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx-updates-core, 15.200: added
   vboxhost, 5.0.10, 4.2.0-18-generic, x86_64: installed
   vboxhost, 5.0.10, 4.2.0-19-generic, x86_64: installed
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 
Series] [1002:68f9] (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:04af]
  InstallationDate: Installed on 2015-07-13 (152 days ago)
  InstallationMedia: Linux Mint 17.2 "Rafaela" - Release amd64 20150627
  MachineType: Dell Inc. OptiPlex 3020
  PackageVersion: 2:15.200-0ubuntu0.3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic 
root=UUID=7ef396fe-4785-4d64-8254-512fffdadaf9 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.10
  SourcePackage: fglrx-installer-updates
  Title: fglrx-updates-core 2:15.200-0ubuntu0.3: fglrx-updates-core kernel 
module failed to build
  UnitySupportTest:
   Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 1: X Error of failed request:  BadRequest (invalid request code or no 
such operation)
 Major opcode of failed request:  157 (ATIFGLEXTENSION)
 Minor opcode of failed request:  66 ()
 Serial number of failed request:  23
 Current serial number in output stream:  23
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/17/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 040DDP
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd11/17/2014:svnDellInc.:pnOptiPlex3020:pvr01:rvnDellInc.:rn040DDP:rvrA01:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 3020
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1.1
  version.ia32-libs: ia32-libs 2015.06.19
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  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 Dec 12 15:07:36 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputDell Dell USB Entry Keyboard KEYBOARD, id 8
   inputPixArt USB Optical Mouse MOUSE, id 9
  xserver.errors: fglrx(0): atiddxDriScreenInit failed. Probably kernel module 
missing or incompatible.
  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-updates/+bug/1525523/+subscriptions

-- 
Mailing list: https://launchp

[Desktop-packages] [Bug 1365200] Re: nvidia-331 331.38-0ubuntu7.1: nvidia-331 kernel module failed to build [Makefile: No such file or directory]

2015-12-13 Thread Daniel van Vugt
** Also affects: nvidia-graphics-drivers-352-updates (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers-352-updates (Ubuntu)
   Status: New => Confirmed

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

Title:
  nvidia-331 331.38-0ubuntu7.1: nvidia-331 kernel module failed to build
  [Makefile: No such file or directory]

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340-updates package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-352-updates package in Ubuntu:
  Confirmed

Bug description:
  I was updating my kernel package to 3.14.1 and this showed up.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331 331.38-0ubuntu7.1
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  DKMSKernelVersion: 3.14.1-031401-lowlatency
  Date: Wed Sep  3 17:05:36 2014
  InstallationDate: Installed on 2014-05-31 (95 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageVersion: 331.38-0ubuntu7.1
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.38-0ubuntu7.1: nvidia-331 kernel module failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1512527] Re: fglrx-core (not installed): fglrx-core kernel module failed to build [fatal error: asm/i387.h: No such file or directory]

2015-12-13 Thread Daniel van Vugt
** Summary changed:

- fglrx-core (not installed): fglrx-core kernel module failed to build [fatal 
error: asm/i387.h: No such file or directory] Edit
+ fglrx-core (not installed): fglrx-core kernel module failed to build [fatal 
error: asm/i387.h: No such file or directory]

** Also affects: fglrx-installer-updates (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: fglrx-installer-updates (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/1512527

Title:
  fglrx-core (not installed): fglrx-core kernel module failed to build
  [fatal error: asm/i387.h: No such file or directory]

Status in fglrx-installer package in Ubuntu:
  Confirmed
Status in fglrx-installer-updates package in Ubuntu:
  Confirmed

Bug description:
  I can't install AMD HD Radeon 8850M drivers. No open source or
  proprietary are working.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: fglrx-core 2:15.201-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu4
  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
  DKMSKernelVersion: 4.2.0-16-generic
  Date: Mon Nov  2 20:54:16 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx-core, 15.201: added
   virtualbox, 5.0.4, 4.2.0-16-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:05eb]
   Advanced Micro Devices, Inc. [AMD/ATI] Venus PRO [Radeon HD 8850M / R9 
M265X] [1002:6823] (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:05eb]
  InstallationDate: Installed on 2015-10-22 (11 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Dell Inc. Inspiron 5537
  PackageVersion: (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic.efi.signed 
root=UUID=3ba6a9e1-3426-4934-8b31-d21b50ed0a54 ro noprompt quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5
   apt  1.0.10.2ubuntu1
  SourcePackage: fglrx-installer
  Title: fglrx-core (not installed): fglrx-core kernel module failed to build
  UdevLog: Error: [Errno 2] Arquivo ou diretório não encontrado: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/12/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0RXM8D
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A07
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/12/2013:svnDellInc.:pnInspiron5537:pvrA07:rvnDellInc.:rn0RXM8D:rvrA00:cvnDellInc.:ct8:cvrA07:
  dmi.product.name: Inspiron 5537
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Mon Nov  2 20:56:34 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 939 
   vendor LGD
  xserver.version: 2:1.17.2-1ubuntu9

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

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


[Desktop-packages] [Bug 1485955]

2015-12-13 Thread Qubit
Migrating Whiteboard tags to Keywords: (needsDevEval, topicUI)
[NinjaEdit]

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

Title:
  [upstream] EDITING: Background Color button from Table toolbar should
  change cell background instead of paragraph background

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
 1. Launch LibreOffice Writer
 2. Insert table to the new document (Table -> Insert -> Table)
 3. Write some multirow text in table cells
 4. Try to change cell background:
4.1. place cursor on desired cell
4.2. select color from palette from "Background Color" drop-down 
(located on Table toolbar).
4.3. click "Background Color" button on Table toolbar.

  Expected results:
 background color of TABLE CELL (where cursor was) is changed to desired 
color.

  Actual results:
 background color of TEXT PARAGRAPH (where cursor was) is changed to 
desired color.

  Workaround:
 There is slow non-intuitive background - select whole cell, select color 
from palette from "Background Color" drop-down (located on Table toolbar), 
click "Background Color" button on Table toolbar.

  Affected versions:
 LibreOffice 3.5.7.2  Build ID: 350m1(Build:2) = pre-installed Ubuntu 
12.04.5 LTS version;
 LibreOffice 4.2.7.2  Build ID: 420m0(Build:2) = pre-installed Ubuntu 
14.04.2 LTS version;
 LibreOffice 4.4.2.2  Build ID: 40m0(Build:2) = pre-installed Ubuntu 15.04 
version.

  
  Comment:
 I can't believe how this bug is possible. It is inherited from OO.org (I 
saw it on OO.org 3.2 in Ubuntu 10.04.4 LTS too).
 Microsoft Word 2003 and 2007 of course have normal behaviour with cell 
background.
 I attached pdf document with screenshots.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice 1:3.5.7-0ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  Uname: Linux 3.13.0-61-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.9
  Architecture: amd64
  Date: Tue Aug 18 11:45:50 2015
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1485955/+subscriptions

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


[Desktop-packages] [Bug 1516531] Re: Fullscreen Freeze.

2015-12-13 Thread Christopher M. Penalver
Vindicator, I'm not sure how attacking me, and not providing previously
requested information is going to either solve your problem, or motivate
others to want to help you with it.

Here in Ubuntu, we don't put down others for contributing on any level
they choose to provide, whether it's documentation, triage, or
development. So, if you feel compelled to put people down for their
contribution, please feel free to mark your report as Invalid, and take
it elsewhere as it's not welcomed here in Launchpad.

Despite this, if one would care to read comments fully before attacking
the poster, why one is asked to test a newer version of the kernel,
BIOS, or OS respectively is fully documented, both in those comments you
glanced at, and throughout the publicly available Ubuntu documentation.
You are welcome to start familiarizing yourself with this at
https://wiki.ubuntu.com/ReportingBugs .

To further clarify
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1516531/comments/28
, xorg bugs aren't considered triaged unless the latest version of
Ubuntu is tested, or the root cause commit is identified. As neither has
occurred, this report is pretty much a standstill.

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

Title:
  Fullscreen Freeze.

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Related?:
  
http://askubuntu.com/questions/692405/ubuntu-15-10-unity-freezes-after-escaping-full-screen-video
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1509622

  I've been having cases of unusual screen behavior, particularly when Kodi 16 
is being used (maybe it's just a Kodi thing).
  There have been times before when coming out of fullscreen video using either 
Chrome or Kodi would drop me to a console screen with no input.
  I think I would be able to kill the gnome session in tty1.

  Now, after a bios upgrade as well as the latest display manager and kernel 
update, Kodi has frozen in fullscreen a couple of times and yet audio will 
still play from Kodi.
  I created the bug report in tty1.

  I've also been noticing that if I pause a Kodi video, other non-Kodi 
applications may not update their window content.
  For example, I may be in a webpage in Chrome and I try to mousewheel scroll, 
yet not see the scrolling effect. Or I will click on a different tab and the 
window doesn't show the switch. BUT, if I continue playing the Kodi video, 
Chrome will update it's screen, and if I switch back to the tab I scrolled, the 
scroll will have already occurred.

  I will say that I have at least not had a fullscreen GUI crash me out
  to console.

  Another peculiarity is when booting Ubuntu, I used to be able to press ESC to 
view the kernel/system booting output, but now it just shows a black screen 
with a cursor.
  The downside to that in 15.04 was I'd lose my mouse cursor when the GUI login 
screen came up.

  Let me know what other output you'd like (or whatever test you'd like me to 
try) "when" it happens again.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Generation Core Processor Family Integrated Graphics 
Controller [8086:041e] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:041e]
  InstallationDate: Installed on 2015-10-28 (26 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-19-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro noprompt quiet splash elevator=cfq 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Tags:  wily ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 07/27/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.80
  dmi.board.name: H97M-ITX/ac
  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.80:bd07/

[Desktop-packages] [Bug 1443723] Re: GNOME clock displays improper date format for US/EN locale

2015-12-13 Thread Tim
The incorrect string comes from a shared API in gnome-desktop3 you can't just 
go changing that, and really that should be fixed.
On the gnome-shell side it would be good to see some consistency, with all date 
strings coming from the one place/function.

** Changed in: ubuntu-gnome
Milestone: vivid => xenial

** Changed in: ubuntu-gnome
   Status: Confirmed => Triaged

** Changed in: ubuntu-gnome
   Importance: Undecided => Low

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

Title:
  GNOME clock displays improper date format for US/EN locale

Status in Ubuntu GNOME:
  Triaged
Status in gnome-desktop3 package in Ubuntu:
  Confirmed

Bug description:
  I've actually noticed this for some time and decided to file a bug
  report in hopes of getting this fixed by 16.04 (or sooner).

  In the standard GNOME desktop (with US/EN locale set) the date in the
  clock displays day of week, day of month, month before the time rather
  than day of week, month, day of month - eg; Mon 13 Apr, 8:06 PM rather
  than Mon Apr 13, 8:06 PM.

  The proper format is used both in the screen-lock and the Date & Time
  settings dialog (see screenshot).

  This also effects the clock applet in gnome-panel as of Vivid,
  possibly it's now following g-s-d rather than u-s-d?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-settings-daemon 3.14.2-3ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic i686
  ApportVersion: 2.17-0ubuntu2
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Mon Apr 13 19:57:57 2015
  InstallationDate: Installed on 2015-04-01 (13 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Beta i386 (20150331)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1517019] Re: Allow changing of desktop background colour

2015-12-13 Thread Tim
This should be fixed upstream if possible, probably via an option in
tweak tool.

** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: ubuntu-gnome
Milestone: None => xenial

** Changed in: ubuntu-gnome
   Status: New => Triaged

** Changed in: ubuntu-gnome
   Importance: Undecided => Wishlist

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

Title:
  Allow changing of desktop background colour

Status in One Hundred Papercuts:
  New
Status in Ubuntu GNOME:
  Triaged
Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  In Unity you are able to change the colour of the background (so if
  you make an image spanned on the desktop, you can make it so that the
  black bits around it are a difference colour), so I would like there
  to be a feature like this in GNOME. I am running Ubuntu GNOME 15.10
  with GNOME 3.18 and can't see any option like this. For instance I
  would like to make the black bits either side of my image white:
  Desktop_Image.png

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

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


[Desktop-packages] [Bug 1525402] Re: "Input Sources" button looks really out of place in Keyboard settings

2015-12-13 Thread Tim
Pretty sure that has been like that for most of ever, however I do agree
this looks out of place. This should be fixed in co-ordination with
upstream.

** Changed in: gnome-control-center (Ubuntu)
   Importance: Low => Wishlist

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

Title:
  "Input Sources" button looks really out of place in Keyboard settings

Status in Ubuntu GNOME:
  Confirmed
Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  I am running Ubuntu GNOME 15.10 with GNOME 3.18 and I have recently
  noticed that in the gnome-control-center, at the bottom in the
  KeyBoard section there is a button which says "Input Sources":
  Input_Sources_Out_Of_Place_Button.png

  Though this button is only text, so actually not very obviously a
  button and in fact looks quite out of place, until I clicked it and it
  took me somewhere else I didn't really know what it was... The only
  time that a button like outline actually appeared around it was when I
  clicked it and that was only brief. So I really think that you should
  firstly make this button look more like a button (e.g.: add a boarder
  round it), and secondly actually put it somewhere on the page where it
  doesn't look just completely out of place, I don't know, maybe
  somewhere at the top or something, but it just looks odd and out of
  place where it currently is...

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

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


[Desktop-packages] [Bug 611590] Re: Brasero keeps on asking for libdvdcss.so.2

2015-12-13 Thread EliotBlennerhassett
I'm seeing the same problem in ubuntu 14.04.

my (hopefully temporary) solution is to run brasero from the commandline
like so:

LD_PRELOAD=/usr/lib/libdvdcss.so.2.1.0 brasero

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

Title:
  Brasero keeps on asking for libdvdcss.so.2

Status in brasero package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: brasero

  I added the medibuntu sources and installed the libdvdcss2 package.

  Output of locate:
  doogej@WVUN002:/$ sudo locate libdvdcss
  /home/doogej/VMShared/brasero_libdvdcss.png
  /usr/lib/libdvdcss.so.2
  /usr/lib/libdvdcss.so.2.1.0
  /usr/share/app-install/desktop/libdvdcss.desktop
  /usr/share/doc/libdvdcss2
  /usr/share/doc/libdvdcss2/NEWS.gz
  /usr/share/doc/libdvdcss2/README
  /usr/share/doc/libdvdcss2/changelog.Debian.gz
  /usr/share/doc/libdvdcss2/changelog.gz
  /usr/share/doc/libdvdcss2/copyright
  /var/cache/apt/archives/libdvdcss2_1.2.10-0.3medibuntu1_amd64.deb
  /var/lib/dpkg/info/libdvdcss2.list
  /var/lib/dpkg/info/libdvdcss2.md5sums
  /var/lib/dpkg/info/libdvdcss2.postinst
  /var/lib/dpkg/info/libdvdcss2.postrm
  /var/lib/dpkg/info/libdvdcss2.shlibs

  Too bad Brasero keeps on 'whining' about missing this file.

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

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


[Desktop-packages] [Bug 1525402] Re: "Input Sources" button looks really out of place in Keyboard settings

2015-12-13 Thread Tim
** Changed in: ubuntu-gnome
Milestone: None => xenial

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  "Input Sources" button looks really out of place in Keyboard settings

Status in Ubuntu GNOME:
  Confirmed
Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  I am running Ubuntu GNOME 15.10 with GNOME 3.18 and I have recently
  noticed that in the gnome-control-center, at the bottom in the
  KeyBoard section there is a button which says "Input Sources":
  Input_Sources_Out_Of_Place_Button.png

  Though this button is only text, so actually not very obviously a
  button and in fact looks quite out of place, until I clicked it and it
  took me somewhere else I didn't really know what it was... The only
  time that a button like outline actually appeared around it was when I
  clicked it and that was only brief. So I really think that you should
  firstly make this button look more like a button (e.g.: add a boarder
  round it), and secondly actually put it somewhere on the page where it
  doesn't look just completely out of place, I don't know, maybe
  somewhere at the top or something, but it just looks odd and out of
  place where it currently is...

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

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


[Desktop-packages] [Bug 1516531] Re: Fullscreen Freeze.

2015-12-13 Thread Vindicator
You know, I was curious about that other bug I referenced where the guy never 
mentioned what testing each kernel upgrade was supposed to do.
And what do I find? It was you Christopher.  There was too much of a similarity 
for me to just let it pass, and I just had to look that bug up again to see for 
sure.

I'm disappointed and surprised if this is the level of "bug triage".
I looked at your wiki and a handful of bugs that you've triaged and all I have 
seen is you asking for a newer kernel/bios/os to be tested.
It's like dealing with 1st-tier phone support (with any company).

I wouldn't be surprised if you dump this comment, close or invalidate
this bug for personal reasons, but I own and stand by my comments based
on what I've seen and experienced.

Like I said, if anything I'd just as soon revert to 15.04. But with
Ubuntu having been my primary experience with any linux dist, I may just
see what kind of stability others have to offer.

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

Title:
  Fullscreen Freeze.

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Related?:
  
http://askubuntu.com/questions/692405/ubuntu-15-10-unity-freezes-after-escaping-full-screen-video
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1509622

  I've been having cases of unusual screen behavior, particularly when Kodi 16 
is being used (maybe it's just a Kodi thing).
  There have been times before when coming out of fullscreen video using either 
Chrome or Kodi would drop me to a console screen with no input.
  I think I would be able to kill the gnome session in tty1.

  Now, after a bios upgrade as well as the latest display manager and kernel 
update, Kodi has frozen in fullscreen a couple of times and yet audio will 
still play from Kodi.
  I created the bug report in tty1.

  I've also been noticing that if I pause a Kodi video, other non-Kodi 
applications may not update their window content.
  For example, I may be in a webpage in Chrome and I try to mousewheel scroll, 
yet not see the scrolling effect. Or I will click on a different tab and the 
window doesn't show the switch. BUT, if I continue playing the Kodi video, 
Chrome will update it's screen, and if I switch back to the tab I scrolled, the 
scroll will have already occurred.

  I will say that I have at least not had a fullscreen GUI crash me out
  to console.

  Another peculiarity is when booting Ubuntu, I used to be able to press ESC to 
view the kernel/system booting output, but now it just shows a black screen 
with a cursor.
  The downside to that in 15.04 was I'd lose my mouse cursor when the GUI login 
screen came up.

  Let me know what other output you'd like (or whatever test you'd like me to 
try) "when" it happens again.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Generation Core Processor Family Integrated Graphics 
Controller [8086:041e] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:041e]
  InstallationDate: Installed on 2015-10-28 (26 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-19-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro noprompt quiet splash elevator=cfq 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Tags:  wily ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 07/27/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.80
  dmi.board.name: H97M-ITX/ac
  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.80:bd07/27/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH97M-ITX/ac:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Fi

[Desktop-packages] [Bug 1525735] Re: X server fails to start under regular user in Xenial

2015-12-13 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1525735

** Tags added: iso-testing

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

Title:
  X server fails to start under regular user in Xenial

Status in xorg package in Ubuntu:
  New

Bug description:
  The newest ISO image of Ubuntu GNOME Xenial Xerus does not launch the
  graphical installer on boot. Instead, it waits at the text-based login
  screen. I can log in using the default username of 'ubuntu-gnome' and
  start the X server with 'sudo startx.' Note that just 'startx' does
  not work; the command must be run as root. I am able to proceed with
  the installation as normal after starting X.

  After the system is fully installed, the problem persists. X can still
  be started manually after login.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg 1:7.7+12ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
  Uname: Linux 4.3.0-2-generic x86_64
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Sun Dec 13 19:43:20 2015
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
  InstallationDate: Installed on 2015-12-13 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20151212)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.3.0-2-generic 
root=/dev/mapper/ubuntu--gnome--vg-root ro quiet splash
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.65-3
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.7-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.7-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20151019-1~exp1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sun Dec 13 19:40:19 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.17.3-2ubuntu2

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

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


[Desktop-packages] [Bug 1525735] [NEW] X server fails to start under regular user in Xenial

2015-12-13 Thread Dillon Brock
Public bug reported:

The newest ISO image of Ubuntu GNOME Xenial Xerus does not launch the
graphical installer on boot. Instead, it waits at the text-based login
screen. I can log in using the default username of 'ubuntu-gnome' and
start the X server with 'sudo startx.' Note that just 'startx' does not
work; the command must be run as root. I am able to proceed with the
installation as normal after starting X.

After the system is fully installed, the problem persists. X can still
be started manually after login.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xserver-xorg 1:7.7+12ubuntu1
ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
Uname: Linux 4.3.0-2-generic x86_64
ApportVersion: 2.19.3-0ubuntu2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: GNOME
Date: Sun Dec 13 19:43:20 2015
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
InstallationDate: Installed on 2015-12-13 (0 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20151212)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: innotek GmbH VirtualBox
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.3.0-2-generic 
root=/dev/mapper/ubuntu--gnome--vg-root ro quiet splash
Renderer: Software
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.board.name: VirtualBox
dmi.board.vendor: Oracle Corporation
dmi.board.version: 1.2
dmi.chassis.type: 1
dmi.chassis.vendor: Oracle Corporation
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.65-3
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.7-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.7-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20151019-1~exp1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Sun Dec 13 19:40:19 2015
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.3-2ubuntu2

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


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

Title:
  X server fails to start under regular user in Xenial

Status in xorg package in Ubuntu:
  New

Bug description:
  The newest ISO image of Ubuntu GNOME Xenial Xerus does not launch the
  graphical installer on boot. Instead, it waits at the text-based login
  screen. I can log in using the default username of 'ubuntu-gnome' and
  start the X server with 'sudo startx.' Note that just 'startx' does
  not work; the command must be run as root. I am able to proceed with
  the installation as normal after starting X.

  After the system is fully installed, the problem persists. X can still
  be started manually after login.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg 1:7.7+12ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
  Uname: Linux 4.3.0-2-generic x86_64
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Sun Dec 13 19:43:20 2015
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
  InstallationDate: Installed on 2015-12-13 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20151212)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1

[Desktop-packages] [Bug 1265898] Re: thunderbird doesn't remember maximized window state in Ubuntu Gnome

2015-12-13 Thread St Weiss
Problem still exists in Kubuntu 15.10.
Deleting localstore.rdf does not work, with or without exiting with Ctrl-Q.

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

Title:
  thunderbird doesn't remember maximized window state in Ubuntu Gnome

Status in Mozilla Thunderbird:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Not sure if this is thunderbird or gnome-shell related issue.

  Steps to reproduce:
  1. Run thunderbird.
  2. Maximize thunderbird window.
  3. Close thunderbird.
  4. Run thunderbird again.
  5. Notice that thunderbird window is not maximized - maximized window state 
was not saved during closing.

  Expected behaviour:
  In 5. thudnderbird window is open in maximized state.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:24.2.0+build1-0ubuntu1
  Uname: Linux 3.13.0-031300rc6-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.12.7-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dotnokato   1431 F pulseaudio
   /dev/snd/pcmC0D0p:   dotnokato   1431 F...m pulseaudio
  BuildID: 20131206222054
  Channel: Unavailable
  CurrentDesktop: GNOME
  Date: Fri Jan  3 21:02:28 2014
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-10-15 (79 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 
(20131015)
  IpRoute:
   default via 10.100.10.1 dev eth0  proto static 
   10.100.10.0/24 dev eth0  proto kernel  scope link  src 10.100.10.8  metric 1 
   10.100.10.0/24 dev wlan0  proto kernel  scope link  src 10.100.10.12  metric 
9
  Plugins:
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
   Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
   Gnome Shell Integration - 
/usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so (gnome-shell)
  PrefSources:
   prefs.js
   
[Profile]/extensions/gnomeintegrat...@davidmartinez.net/defaults/preferences/gnomeintegration.js
  Profiles: Profile0 (Default) - LastVersion=24.2.0/20131206222054 (In use)
  RelatedPackageVersions:
   rhythmbox-mozilla 3.0.1-1ubuntu8
   gnome-shell   3.8.4-0ubuntu6
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  UpgradeStatus: Upgraded to trusty on 2013-11-05 (59 days ago)
  dmi.bios.date: 05/08/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68TT2 Ver. F.07
  dmi.board.name: 30B0
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 40.15
  dmi.chassis.asset.tag: CNU7110B09
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68TT2Ver.F.07:bd05/08/2007:svnHewlett-Packard:pnHPCompaqnx6325(EY349EA#AKD):pvrF.07:rvnHewlett-Packard:rn30B0:rvrKBCVersion40.15:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq nx6325 (EY349EA#AKD)
  dmi.product.version: F.07
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1434108] Re: Error exporting Libre Writer file to PDF

2015-12-13 Thread Walter Lapchynski
** Description changed:

  Steps to Reproduce:
  1) Open Libre Writer and create a new document
- 
- 2) Type something using the 'TheMix' font from
- http://www.lucasfonts.com/fonts/themix/themix
- 
+ 2) Type something using the 'TheMix' font from 
http://www.lucasfonts.com/fonts/themix/themix
  3) Export file as PDF.
  
  Expected Results:
  - The Libre Writer document should be identically reproduced in PDF format. 
Characters should be in the same place.
  
  Actual Results:
- - In the PDF file, some characters are shifted together. Other characters 
such as capital letters are replaced by question marks. 
+ - In the PDF file, some characters are shifted together. Other characters 
such as capital letters are replaced by question marks.
  
  Notes:
- 
- ProblemType: Bug
- DistroRelease: Ubuntu 15.04
- Package: libreoffice-core 1:4.4.1-0ubuntu1
- Font: http://www.lucasfonts.com/fonts/themix/themix
+ Confirmed with: 
+  * Ubuntu 15.04/libreoffice 1:4.4.1-0ubuntu1
+ Unconfirmed with:
+  * 14.04/1:4.2.7-0ubuntu2
+  * 15.10/1:5.0.1-0ubuntu1

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

Title:
  Error exporting Libre Writer file to PDF

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Steps to Reproduce:
  1) Open Libre Writer and create a new document
  2) Type something using the 'TheMix' font from 
http://www.lucasfonts.com/fonts/themix/themix
  3) Export file as PDF.

  Expected Results:
  - The Libre Writer document should be identically reproduced in PDF format. 
Characters should be in the same place.

  Actual Results:
  - In the PDF file, some characters are shifted together. Other characters 
such as capital letters are replaced by question marks.

  Notes:
  Confirmed with: 
   * Ubuntu 15.04/libreoffice 1:4.4.1-0ubuntu1
  Unconfirmed with:
   * 14.04/1:4.2.7-0ubuntu2
   * 15.10/1:5.0.1-0ubuntu1

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

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


[Desktop-packages] [Bug 1434108] Re: Error exporting Libre Writer file to PDF

2015-12-13 Thread Malena Vasquez
I confirmed this bug with Ubuntu 15.04.

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

Title:
  Error exporting Libre Writer file to PDF

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Steps to Reproduce:
  1) Open Libre Writer and create a new document
  2) Type something using the 'TheMix' font from 
http://www.lucasfonts.com/fonts/themix/themix
  3) Export file as PDF.

  Expected Results:
  - The Libre Writer document should be identically reproduced in PDF format. 
Characters should be in the same place.

  Actual Results:
  - In the PDF file, some characters are shifted together. Other characters 
such as capital letters are replaced by question marks.

  Notes:
  Confirmed with: 
   * Ubuntu 15.04/libreoffice 1:4.4.1-0ubuntu1
  Unconfirmed with:
   * 14.04/1:4.2.7-0ubuntu2
   * 15.10/1:5.0.1-0ubuntu1

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

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


[Desktop-packages] [Bug 1525451] Re: Ubuntu GNOME 16.04 daily wont boot in virtualbox

2015-12-13 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Unknown => 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/1525451

Title:
  Ubuntu GNOME 16.04 daily wont boot in virtualbox

Status in Ubuntu GNOME:
  New
Status in X.Org X server:
  New
Status in xorg-server package in Ubuntu:
  New

Bug description:
  Current images don't boot using virtualbox 5.

  [25.023] (WW) xf86OpenConsole: VT_ACTIVATE failed: Input/output error
  [25.030] (EE) 
  Fatal server error:
  [25.030] (EE) xf86OpenConsole: Switching VT failed
  [25.030] (EE) 
  [25.031] (EE) 
  Please consult the The X.Org Foundation support 
 at http://wiki.x.org
   for help. 
  [25.032] (EE) Please also check the log file at "/var/log/Xorg.0.log" for 
additional information.
  [25.032] (EE) 
  [25.034] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
  [25.034] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
  [25.034] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
  [25.034] (EE) Server terminated with error (1). Closing log file.

  ProblemType: BugDistroRelease: Ubuntu 16.04
  Package: xserver-xorg 1:7.7+12ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
  Uname: Linux 4.3.0-2-generic x86_64
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.366
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sat Dec 12 00:58:31 2015
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
  LiveMediaBuild: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151211)
  Lsusb:
   Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  Renderer: SoftwareSourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.65-3
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.7-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.7-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20151019-1~exp1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Dec 12 00:54:53 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.17.3-2ubuntu2

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

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


[Desktop-packages] [Bug 1521226] Re: FTBFS on all arches in xenial

2015-12-13 Thread Dimitri John Ledkov
Is this going to land soon? this FTBFS is blocking remaining packages to
be build on s390x.

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

Title:
  FTBFS on all arches in xenial

Status in webapps-sprint:
  In Progress
Status in libaccounts-glib package in Ubuntu:
  In Progress

Bug description:
  see attached log

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1521226/+subscriptions

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


[Desktop-packages] [Bug 1434108] Re: Error exporting Libre Writer file to PDF

2015-12-13 Thread Walter Lapchynski
This is not Lubuntu specific as far as I can tell, so I'm unsubscribing
Lubuntu Packages Team.

Also, this only happens with that specific commerical font? Could it
perhaps be an issue with the font itself?

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

Title:
  Error exporting Libre Writer file to PDF

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Steps to Reproduce:
  1) Open Libre Writer and create a new document

  2) Type something using the 'TheMix' font from
  http://www.lucasfonts.com/fonts/themix/themix

  3) Export file as PDF.

  Expected Results:
  - The Libre Writer document should be identically reproduced in PDF format. 
Characters should be in the same place.

  Actual Results:
  - In the PDF file, some characters are shifted together. Other characters 
such as capital letters are replaced by question marks. 

  Notes:

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libreoffice-core 1:4.4.1-0ubuntu1
  Font: http://www.lucasfonts.com/fonts/themix/themix

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

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


[Desktop-packages] [Bug 1439640] Re: click packages not recognised as .ar archives

2015-12-13 Thread Bug Watch Updater
** Changed in: file-roller
   Status: Confirmed => Fix Released

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

Title:
  click packages not recognised as .ar archives

Status in File Roller:
  Fix Released
Status in file-roller package in Ubuntu:
  Fix Released

Bug description:
  the new .click package format is a .ar file containing some tar.gz
  files, file-roller doesn't recognise .click files as ar archives and
  refuses to open them. Renaming the click to a .ar allows it to open
  with no issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: file-roller 3.10.2.1-0ubuntu5
  ProcVersionSignature: Ubuntu 3.16.0-33.44-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr  2 11:56:58 2015
  InstallationDate: Installed on 2012-05-01 (1065 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120421)
  SourcePackage: file-roller
  UpgradeStatus: Upgraded to utopic on 2015-04-02 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1439640/+subscriptions

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


[Desktop-packages] [Bug 1137510] Re: xorg-cf needs porting

2015-12-13 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Confirmed => Fix Released

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

Title:
  xorg-cf needs porting

Status in Linaro AArch64 cross-distro work:
  In Progress
Status in X.Org X server:
  Fix Released
Status in xutils-dev package in Ubuntu:
  New
Status in xutils-dev package in Debian:
  New
Status in imake package in Fedora:
  Unknown

Bug description:
  imake based apps are all failing on aarch64 due to missing defines in
  linux.cf and imake.cf of xorg.org's cf module.

  http://cgit.freedesktop.org/xorg/util/cf/log/

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-aarch64/+bug/1137510/+subscriptions

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


[Desktop-packages] [Bug 1516396] Re: libvte-2.90-dev and libvte-2.91-dev shouldn't conflict

2015-12-13 Thread Egmont Koblinger
** Tags added: packaging xenial

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

Title:
  libvte-2.90-dev and libvte-2.91-dev shouldn't conflict

Status in vte2.91 package in Ubuntu:
  New

Bug description:
  These are two different, API/ABI-incompatible library versions
  (installed under different directories, having different SONAME).

  I should be able to install both versions at once, and let the build
  script of apps choose which one they're building against. Just as I
  can install e.g. libgtk2.0-dev and libgtk-3-dev at the same time.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libvte-2.91-dev (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Nov 15 16:27:31 2015
  InstallationDate: Installed on 2012-05-30 (1263 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: vte2.91
  UpgradeStatus: Upgraded to wily on 2015-09-26 (50 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte2.91/+bug/1516396/+subscriptions

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


[Desktop-packages] [Bug 1525451] Re: Ubuntu GNOME 16.04 daily wont boot in virtualbox

2015-12-13 Thread Tim
** Bug watch added: Virtualbox Trac #14732
   http://www.virtualbox.org/ticket/14732

** Also affects: xorg-server via
   http://www.virtualbox.org/ticket/14732
   Importance: Unknown
   Status: Unknown

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

Title:
  Ubuntu GNOME 16.04 daily wont boot in virtualbox

Status in Ubuntu GNOME:
  New
Status in X.Org X server:
  Unknown
Status in xorg-server package in Ubuntu:
  New

Bug description:
  Current images don't boot using virtualbox 5.

  [25.023] (WW) xf86OpenConsole: VT_ACTIVATE failed: Input/output error
  [25.030] (EE) 
  Fatal server error:
  [25.030] (EE) xf86OpenConsole: Switching VT failed
  [25.030] (EE) 
  [25.031] (EE) 
  Please consult the The X.Org Foundation support 
 at http://wiki.x.org
   for help. 
  [25.032] (EE) Please also check the log file at "/var/log/Xorg.0.log" for 
additional information.
  [25.032] (EE) 
  [25.034] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
  [25.034] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
  [25.034] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
  [25.034] (EE) Server terminated with error (1). Closing log file.

  ProblemType: BugDistroRelease: Ubuntu 16.04
  Package: xserver-xorg 1:7.7+12ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
  Uname: Linux 4.3.0-2-generic x86_64
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.366
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sat Dec 12 00:58:31 2015
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
  LiveMediaBuild: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151211)
  Lsusb:
   Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  Renderer: SoftwareSourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.65-3
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.7-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.7-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20151019-1~exp1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Dec 12 00:54:53 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.17.3-2ubuntu2

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

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


[Desktop-packages] [Bug 1525718] [NEW] RM parent package gwibber (and friends) removed from the archive a long time ago

2015-12-13 Thread Dimitri John Ledkov
Public bug reported:

RM parent package gwibber (and friends) removed from the archive a long
time ago

both gwibber, and it's replacement friends are gone from the archive,
thus these packages need to be removed too.

** Affects: gwibber-service-sina (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: gwibber-service-sohu (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: uninstallable

** Also affects: gwibber-service-sohu (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: uninstallable

** Changed in: gwibber-service-sina (Ubuntu)
   Status: New => Confirmed

** Changed in: gwibber-service-sohu (Ubuntu)
   Status: New => Confirmed

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

Title:
  RM parent package gwibber (and friends) removed from the archive a
  long time ago

Status in gwibber-service-sina package in Ubuntu:
  Confirmed
Status in gwibber-service-sohu package in Ubuntu:
  Confirmed

Bug description:
  RM parent package gwibber (and friends) removed from the archive a
  long time ago

  both gwibber, and it's replacement friends are gone from the archive,
  thus these packages need to be removed too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gwibber-service-sina/+bug/1525718/+subscriptions

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


[Desktop-packages] [Bug 1525719] [NEW] PCI/internal sound card not detected

2015-12-13 Thread QU
Public bug reported:

aplay -l reports aplay: device_list:268: no soundcards found...

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-25.26~14.04.1-generic 3.19.8-ckt2
Uname: Linux 3.19.0-25-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: Unity
Date: Sun Dec 13 14:23:38 2015
InstallationDate: Installed on 2015-12-13 (0 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/26/2012
dmi.bios.vendor: Microsoft Corporation
dmi.bios.version: Hyper-V UEFI Release v1.0
dmi.board.asset.tag: None
dmi.board.name: Virtual Machine
dmi.board.vendor: Microsoft Corporation
dmi.board.version: Hyper-V UEFI Release v1.0
dmi.chassis.asset.tag: 2658-6322-8002-9577-5138-8780-03
dmi.chassis.type: 3
dmi.chassis.vendor: Microsoft Corporation
dmi.chassis.version: Hyper-V UEFI Release v1.0
dmi.modalias: 
dmi:bvnMicrosoftCorporation:bvrHyper-VUEFIReleasev1.0:bd11/26/2012:svnMicrosoftCorporation:pnVirtualMachine:pvrHyper-VUEFIReleasev1.0:rvnMicrosoftCorporation:rnVirtualMachine:rvrHyper-VUEFIReleasev1.0:cvnMicrosoftCorporation:ct3:cvrHyper-VUEFIReleasev1.0:
dmi.product.name: Virtual Machine
dmi.product.version: Hyper-V UEFI Release v1.0
dmi.sys.vendor: Microsoft Corporation

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


** Tags: amd64 apport-bug trusty

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

Title:
  PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  aplay -l reports aplay: device_list:268: no soundcards found...

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-25.26~14.04.1-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Sun Dec 13 14:23:38 2015
  InstallationDate: Installed on 2015-12-13 (0 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/26/2012
  dmi.bios.vendor: Microsoft Corporation
  dmi.bios.version: Hyper-V UEFI Release v1.0
  dmi.board.asset.tag: None
  dmi.board.name: Virtual Machine
  dmi.board.vendor: Microsoft Corporation
  dmi.board.version: Hyper-V UEFI Release v1.0
  dmi.chassis.asset.tag: 2658-6322-8002-9577-5138-8780-03
  dmi.chassis.type: 3
  dmi.chassis.vendor: Microsoft Corporation
  dmi.chassis.version: Hyper-V UEFI Release v1.0
  dmi.modalias: 
dmi:bvnMicrosoftCorporation:bvrHyper-VUEFIReleasev1.0:bd11/26/2012:svnMicrosoftCorporation:pnVirtualMachine:pvrHyper-VUEFIReleasev1.0:rvnMicrosoftCorporation:rnVirtualMachine:rvrHyper-VUEFIReleasev1.0:cvnMicrosoftCorporation:ct3:cvrHyper-VUEFIReleasev1.0:
  dmi.product.name: Virtual Machine
  dmi.product.version: Hyper-V UEFI Release v1.0
  dmi.sys.vendor: Microsoft Corporation

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

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


[Desktop-packages] [Bug 1525721] [NEW] Can't use hardware decoding (vaapi) with fglrx: Assertion `buffers' failed

2015-12-13 Thread Ales
Public bug reported:

mpv --hwdec=auto movie.mkv gives this:

  libva info: VA-API version 0.38.0
  libva info: va_getDriverName() returns 0
  libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
  libva info: Found init function __vaDriverInit_0_38
  libva info: va_openDriver() returns 0
  Using hardware decoding (vaapi).
  VO: [opengl] 1904x1036 vaapi
  mpv: dri2_util.c:132: dri2GetRenderingBuffer: Assertion `buffers' failed.
  (SIGABRT) (core dumped)

I have hybrid graphics Intel Haswell and AMD Radeon R5 M255.
I have installed fglrx-updates and in AMD Catalyst control center switched to 
dedicated GPU.
I seems to me that this setting is ignored and hardware decoding is tried on 
Intel instead. 

fglrxinfo:
  display: :0  screen: 0
  OpenGL vendor string: Advanced Micro Devices, Inc.
  OpenGL renderer string: AMD Radeon R5 M255 
  OpenGL version string: 4.5.13399 Compatibility Profile Context 15.201.1151

amdconfig --pxl : 
  PowerXpress: Discrete GPU is active (High-Performance mode).

lspci | grep VGA:
  00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated 
Graphics Controller (rev 0b)

vainfo:
libva info: VA-API version 0.38.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_38
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.38 (libva 1.6.0)
vainfo: Driver version: Intel i965 driver for Intel(R) Haswell Mobile - 1.6.0
vainfo: Supported profile and entrypoints
  VAProfileMPEG2Simple: VAEntrypointVLD
  VAProfileMPEG2Simple: VAEntrypointEncSlice
  VAProfileMPEG2Main  : VAEntrypointVLD
  VAProfileMPEG2Main  : VAEntrypointEncSlice
  VAProfileH264ConstrainedBaseline: VAEntrypointVLD
  VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
  VAProfileH264Main   : VAEntrypointVLD
  VAProfileH264Main   : VAEntrypointEncSlice
  VAProfileH264High   : VAEntrypointVLD
  VAProfileH264High   : VAEntrypointEncSlice
  VAProfileH264MultiviewHigh  : VAEntrypointVLD
  VAProfileH264MultiviewHigh  : VAEntrypointEncSlice
  VAProfileH264StereoHigh : VAEntrypointVLD
  VAProfileH264StereoHigh : VAEntrypointEncSlice
  VAProfileVC1Simple  : VAEntrypointVLD
  VAProfileVC1Main: VAEntrypointVLD
  VAProfileVC1Advanced: VAEntrypointVLD
  VAProfileNone   : VAEntrypointVideoProc
  VAProfileJPEGBaseline   : VAEntrypointVLD
  VAProfileH264MultiviewHigh  : VAEntrypointVLD
  VAProfileH264MultiviewHigh  : VAEntrypointEncSlice
  VAProfileH264StereoHigh : VAEntrypointVLD
  VAProfileH264StereoHigh : VAEntrypointEncSlice

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: KDE
Date: Sun Dec 13 23:04:06 2015
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: kubuntu
DkmsStatus: fglrx-updates-core, 15.201, 4.2.0-19-generic, x86_64: installed
ExtraDebuggingInterest: No
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:2248]
   Subsystem: Hewlett-Packard Company Device [103c:224a]
InstallationDate: Installed on 2015-10-23 (51 days ago)
InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: Hewlett-Packard HP ProBook 450 G2
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic 
root=UUID=c9e0c6ee-c8a4-4d1a-a46e-a3b79c38f774 ro
SourcePackage: xorg
UdevLog: Error: [Errno 2] Adresář nebo soubor neexistuje: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/20/2014
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: M74 Ver. 01.05
dmi.board.name: 2248
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 67.22
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM74Ver.01.05:bd09/20/2014:svnHewlett-Packard:pnHPProBook450G2:pvrA3008CD10003:rvnHewlett-Packard:rn2248:rvrKBCVersion67.22:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ProBook 450 G2
dmi.product.version: A3008CD10003
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz N/A
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-me

[Desktop-packages] [Bug 1438626] Re: Nautilus window grayed out connecting to samba share

2015-12-13 Thread Christopher M. Penalver
I don't use Trusty, Utopic, or Vivid, and this is not reproducible on
Wily+Wily.

** No longer affects: nautilus (Ubuntu)

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

** Changed in: nautilus (Ubuntu)
   Importance: High => Undecided

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

** Changed in: nautilus (Ubuntu)
 Remote watch: GNOME Bug Tracker #747102 => None

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

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

Title:
  Nautilus window grayed out connecting to samba share

Status in nautilus package in Ubuntu:
  Invalid

Bug description:
  Attempting to connect to a network share via Registered User > Forget
  password immediately > Connect immediately shows the same window, with
  the radio button on Anonymous, the password field blank, and the
  window grayed out.

  The samba share is a Vivid instance.

  This used to work without a problem via a Trusty server+client, and I
  think also a Trusty server+Utopic client. Hence, this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Mar 31 05:27:27 2015
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']"
  InstallationDate: Installed on 2014-06-21 (282 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-03-13 (18 days ago)

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

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


[Desktop-packages] [Bug 1438626] [NEW] Nautilus window grayed out connecting to samba share

2015-12-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Attempting to connect to a network share via Registered User > Forget
password immediately > Connect immediately shows the same window, with
the radio button on Anonymous, the password field blank, and the window
grayed out.

The samba share is a Vivid instance.

This used to work without a problem via a Trusty server+client, and I
think also a Trusty server+Utopic client. Hence, this is a regression.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: nautilus 1:3.14.2-0ubuntu6
ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
Uname: Linux 3.19.0-10-generic x86_64
ApportVersion: 2.16.2-0ubuntu5
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Tue Mar 31 05:27:27 2015
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']"
InstallationDate: Installed on 2014-06-21 (282 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
SourcePackage: nautilus
UpgradeStatus: Upgraded to vivid on 2015-03-13 (18 days ago)

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


** Tags: amd64 apport-bug regression-release third-party-packages vivid
-- 
Nautilus window grayed out connecting to samba share
https://bugs.launchpad.net/bugs/1438626
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to nautilus in Ubuntu.

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


[Desktop-packages] [Bug 1525714] [NEW] [2545A25, Conexant CX20582 (Pebble), Speaker, Internal] No sound at all through speakers on Lenovo Edge 11

2015-12-13 Thread Oliver Gerlich
Public bug reported:

Sound through speakers of my Lenovo Edge 11 laptop doesn't work in
Ubuntu 14.04 nor 12.04 nor 15.10 (LiveCD); I think it last worked in
10.04 or maybe even only in 8.04.

This was tested on a clean installation of 14.04 (64bit) onto a USB
stick, with all upgrades; but it neither works in my normal installation
(14.04 32bit) which was upgraded over the years. I also tried it on a
LiveCD boot of 15.10 (64bit), and speakers don't work there either.

The hardware appears to be fine though, because after booting, I
sometimes hear the short "drum roll" when the login screen comes up, but
no sound afterwards.

Headphones work fine; microphone appears to work fine as well (at least
the input level in Gnome mixer shows that it gets input).

I had already started to debug the speaker problem some months ago and
it looked like a problem with power saving mode for the sound chip. If
you have any hints how to debug this for real, I'm open for suggestions.
Also, is there any more info I can provide?

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
Uname: Linux 3.13.0-71-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  oliver 1650 F pulseaudio
 /dev/snd/controlC0:  oliver 1650 F pulseaudio
  oliver 2210 F alsamixer
 /dev/snd/pcmC0D0c:   oliver 1650 F...m pulseaudio
CurrentDesktop: Unity
Date: Sun Dec 13 22:42:48 2015
InstallationDate: Installed on 2015-12-13 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:SB failed
Symptom_Card: Built-in Audio - HDA ATI SB
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  oliver 1650 F pulseaudio
 /dev/snd/controlC0:  oliver 1650 F pulseaudio
  oliver 2210 F alsamixer
 /dev/snd/pcmC0D0c:   oliver 1650 F...m pulseaudio
Symptom_Jack: Speaker, Internal
Symptom_Type: No sound at all
Title: [2545A25, Conexant CX20582 (Pebble), Speaker, Internal] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/10/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 87ET35WW (1.09 )
dmi.board.name: 2545A25
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:bvr87ET35WW(1.09):bd01/10/2011:svnLENOVO:pn2545A25:pvrThinkPadEdge:rvnLENOVO:rn2545A25:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2545A25
dmi.product.version: ThinkPad Edge
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug trusty

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

Title:
  [2545A25, Conexant CX20582 (Pebble), Speaker, Internal] No sound at
  all through speakers on Lenovo Edge 11

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Sound through speakers of my Lenovo Edge 11 laptop doesn't work in
  Ubuntu 14.04 nor 12.04 nor 15.10 (LiveCD); I think it last worked in
  10.04 or maybe even only in 8.04.

  This was tested on a clean installation of 14.04 (64bit) onto a USB
  stick, with all upgrades; but it neither works in my normal
  installation (14.04 32bit) which was upgraded over the years. I also
  tried it on a LiveCD boot of 15.10 (64bit), and speakers don't work
  there either.

  The hardware appears to be fine though, because after booting, I
  sometimes hear the short "drum roll" when the login screen comes up,
  but no sound afterwards.

  Headphones work fine; microphone appears to work fine as well (at
  least the input level in Gnome mixer shows that it gets input).

  I had already started to debug the speaker problem some months ago and
  it looked like a problem with power saving mode for the sound chip. If
  you have any hints how to debug this for real, I'm open for
  suggestions. Also, is there any more info I can provide?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
  Uname: Linux 3.13.0-71-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  oliver 1650 F pulseaudio
   /dev/snd/controlC0:  oliver 1650 F pulseaudio
oliver 2210 F alsamixer
   /dev/snd/pcmC0D0c:   oliver 1650 F...m pulseaudio
  CurrentDesktop: Unity
  Date: 

[Desktop-packages] [Bug 1443127] Re: Could not display “”. The file is of an unknown type

2015-12-13 Thread Christopher M. Penalver
No longer using Trusty, Utopic, or Vivid, and cannot reproduce on
Wily+Wily.

** No longer affects: nautilus (Ubuntu)

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

** Changed in: nautilus (Ubuntu)
   Importance: Medium => Undecided

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

** Changed in: nautilus (Ubuntu)
 Remote watch: GNOME Bug Tracker #747744 => None

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

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

Title:
  Could not display “”. The file is of an unknown type

Status in nautilus package in Ubuntu:
  Invalid

Bug description:
  When attempting to browse Ubuntu Utopic Samba share with Vivid client using 
nautlius, it notes:
  Could not display “”.
  The file is of an unknown type

  It was originally trying to open the share up with ghex, so I removed
  it and got the above.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu8
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  Uname: Linux 3.19.0-12-generic x86_64
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sun Apr 12 11:06:32 2015
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']"
  InstallationDate: Installed on 2014-06-21 (294 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-03-13 (30 days ago)

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

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


[Desktop-packages] [Bug 1443127] [NEW] Could not display “”. The file is of an unknown type

2015-12-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When attempting to browse Ubuntu Utopic Samba share with Vivid client using 
nautlius, it notes:
Could not display “”.
The file is of an unknown type

It was originally trying to open the share up with ghex, so I removed it
and got the above.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: nautilus 1:3.14.2-0ubuntu8
ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
Uname: Linux 3.19.0-12-generic x86_64
ApportVersion: 2.17-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sun Apr 12 11:06:32 2015
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']"
InstallationDate: Installed on 2014-06-21 (294 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
SourcePackage: nautilus
UpgradeStatus: Upgraded to vivid on 2015-03-13 (30 days ago)

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


** Tags: amd64 apport-bug regression-release vivid
-- 
Could not display “”. The file is of an unknown type
https://bugs.launchpad.net/bugs/1443127
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to nautilus in Ubuntu.

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


[Desktop-packages] [Bug 1525392] Re: unable to use Sprint/Franklin U301 modem (16d8:6008, CMOTECH CMO6008) on modern Ubuntu (Wily/Xenial)

2015-12-13 Thread Wladimir Mutel
It did not work with default setup of Kubuntu 14.04, but I made it work
after blacklisting modules qmi_wwan & cdc_wdm as recommended at some
Internet pages like http://kubuntu.ru/node/13046
(https://translate.google.com/translate?sl=ru&tl=en&js=y&prev=_t&hl=uk&ie=UTF-8&u=http%3A%2F%2Fkubuntu.ru%2Fnode%2F13046
&edit-text=&act=url)

Anyway I would call this a regression : what's the point of supporting
QMI/CDC/WDM in the kernel, if ModemManager does not support older
versions of QMI services ? Why break support of existing hardware by
these 'improvements' ? Why make plain users find workarounds for this
problem ?

Don't know if it is worth to append this bug also to 'linux' package, or
leave it to 'modemmanager' only.

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

Title:
  unable to use Sprint/Franklin U301 modem (16d8:6008, CMOTECH CMO6008)
  on modern Ubuntu (Wily/Xenial)

Status in modemmanager package in Ubuntu:
  New

Bug description:
  This modem is quite old, its firmware date is from 2008 (as shown in 
modem-manager-gui)
  In NetworkMnaager, it adds 'mobile broadband' icon to the menu, with 
enable/disable checkbox (which is changed on clicking it).
  In NM Connection Editor it allows me to create Mobile Broadband connection, 
it sees CMOTECH CDMA modem device, and allows me to select country and operator 
(Ukraine/InterTelecom), which fills dial number, login and password with 
good-looking strings, but then I was never able to connect to this connection 
(connect/disconnect buttons are disabled/greyed-out).

  in the logs I see this :

  Dec 11 22:12:47 hostname kernel: usb 1-2: new high-speed USB device number 15 
using xhci_hcd
  Dec 11 22:12:47 hostname kernel: usb 1-2: New USB device found, 
idVendor=1a40, idProduct=0101
  Dec 11 22:12:47 hostname kernel: usb 1-2: New USB device strings: Mfr=0, 
Product=1, SerialNumber=0
  Dec 11 22:12:47 hostname kernel: usb 1-2: Product: USB 2.0 Hub [MTT]
  Dec 11 22:12:47 hostname kernel: hub 1-2:1.0: USB hub found
  Dec 11 22:12:47 hostname kernel: hub 1-2:1.0: 4 ports detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: new full-speed USB device number 
17 using xhci_hcd
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: New USB device found, 
idVendor=16d8, idProduct=6008
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: Product: CMOTECH CDMA Technologies
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: Manufacturer: CMOTECH CO., LTD.
  Dec 11 22:12:50 hostname kernel: qmi_wwan 1-2.2:1.0: cdc-wdm0: USB WDM device
  Dec 11 22:12:50 hostname kernel: qmi_wwan 1-2.2:1.0 wwan0: register 
'qmi_wwan' at usb-:00:14.0-2.2, WWAN/QMI device, e6:d0:dc:04:ec:c2
  Dec 11 22:12:50 hostname kernel: option 1-2.2:1.1: GSM modem (1-port) 
converter detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB0
  Dec 11 22:12:50 hostname kernel: option 1-2.2:1.2: GSM modem (1-port) 
converter detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB1
  Dec 11 22:12:50 hostname kernel: option 1-2.2:1.3: GSM modem (1-port) 
converter detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB2
  Dec 11 22:12:50 hostname kernel: usb-storage 1-2.2:1.4: USB Mass Storage 
device detected
  Dec 11 22:12:50 hostname kernel: scsi host8: usb-storage 1-2.2:1.4
  Dec 11 22:12:50 hostname mtp-probe[5056]: checking bus 1, device 17: 
"/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2"
  Dec 11 22:12:50 hostname mtp-probe[5056]: bus: 1, device: 17 was not an MTP 
device
  Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB1): port 
attributes not fully set
  Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB0): port 
attributes not fully set
  Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB2): port 
attributes not fully set
  Dec 11 22:12:51 hostname kernel: scsi 8:0:0:0: CD-ROMCMOTECH  
Mass Storage 2.31 PQ: 0 ANSI: 6
  Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: [sr0] scsi3-mmc drive: 11x/99x 
xa/form2 caddy
  Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: Attached scsi CD-ROM sr0
  Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: Attached scsi generic sg1 type 5
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] Opening device 
with flags 'version-info, proxy'...
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] Checking version 
info (10 retries)...
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] QMI Device 
supports 4 services:
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]ctl (1.0)
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]wds (1.1)
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]dms (1.1)
  Dec

[Desktop-packages] [Bug 1525697] [NEW] package gnome-menus 3.13.3-6ubuntu2 failed to install/upgrade: Trigger bilden eine Schleife, aufgegeben

2015-12-13 Thread Sascha Biermanns
Public bug reported:

1) Description: Ubuntu Xenial Xerus (development branch)
Release:16.04

2) gnome-menus:
  Installiert:   3.13.3-6ubuntu2
  Installationskandidat: 3.13.3-6ubuntu2

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: gnome-menus 3.13.3-6ubuntu2
ProcVersionSignature: Ubuntu 4.3.0-4.13-generic 4.3.2
Uname: Linux 4.3.0-4-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.19.3-0ubuntu2
Architecture: amd64
Date: Sun Dec 13 19:58:25 2015
Dependencies:
 
ErrorMessage: Trigger bilden eine Schleife, aufgegeben
InstallationDate: Installed on 2015-12-11 (2 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.3ubuntu1
 apt  1.1.4
SourcePackage: gnome-menus
Title: package gnome-menus 3.13.3-6ubuntu2 failed to install/upgrade: Trigger 
bilden eine Schleife, aufgegeben
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package gnome-menus 3.13.3-6ubuntu2 failed to install/upgrade: Trigger
  bilden eine Schleife, aufgegeben

Status in gnome-menus package in Ubuntu:
  New

Bug description:
  1) Description:   Ubuntu Xenial Xerus (development branch)
  Release:  16.04

  2) gnome-menus:
Installiert:   3.13.3-6ubuntu2
Installationskandidat: 3.13.3-6ubuntu2

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gnome-menus 3.13.3-6ubuntu2
  ProcVersionSignature: Ubuntu 4.3.0-4.13-generic 4.3.2
  Uname: Linux 4.3.0-4-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  Date: Sun Dec 13 19:58:25 2015
  Dependencies:
   
  ErrorMessage: Trigger bilden eine Schleife, aufgegeben
  InstallationDate: Installed on 2015-12-11 (2 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.3ubuntu1
   apt  1.1.4
  SourcePackage: gnome-menus
  Title: package gnome-menus 3.13.3-6ubuntu2 failed to install/upgrade: Trigger 
bilden eine Schleife, aufgegeben
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1377873] Re: deja-dup fails to restore missing files, that contain "german umlaut" (ä,ö,ü,Ä,Ö,Ü).

2015-12-13 Thread Damian Kunkis
Same with me as with Chris - so at the moment some of my backed-up files
seem to be "lost" :(

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

Title:
  deja-dup fails to restore missing files, that contain "german umlaut"
  (ä,ö,ü,Ä,Ö,Ü).

Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  I tried to restore some "missing files" (translated from german) deleted 
while deja-dup was creating a new backup.
  This attempt failed with the following Stacktrace:

  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1494, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1488, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1337, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1422, in do_backup
  restore(col_stats)
File "/usr/bin/duplicity", line 700, in restore
  % (globals.restore_dir,),
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 45: 
ordinal not in range(128)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: deja-dup 30.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  6 12:01:55 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-28 (7 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1337898] Re: Invalid symlinks for libungif.so and libungif.a

2015-12-13 Thread Sebastian Marsching
@sds: Yes, they exist, but in /usr/lib, while they should be in
/usr/lib/x86_64-linux-gnu (depending on the platform). As libgif.* is
not in /usr/lib, the symbol links point to files that do not exist.

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

Title:
  Invalid symlinks for libungif.so and libungif.a

Status in giflib package in Ubuntu:
  Fix Released

Bug description:
  In Ubuntu 14.04 LTS on x86_64 I am experiencing the following bug in
  libgif-dev 4.1.6-11:

  Symbol links for libungif.a, libungif.la, and libungif.so are created
  in /usr/lib that point to libgif.a, libgif.la and libgif.so.4.1.6
  respectively. However, these files are not in /usr/lib but in
  /usr/lib/x86_64-linux-gnu. Therefore, the symbol links are invalid.

  I suggest fixing this by placing the symbol links in the same
  directory as the target files.

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

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


[Desktop-packages] [Bug 1525672] [NEW] configuring tex-common hangs with kpsewhich using 100% CPU

2015-12-13 Thread Rüdiger Kupper
Public bug reported:

During installation of texlive-lang-german, configuration of tex-common hangs 
forever with kpsewhich using 100% CPU.
Killing the kpsewhich process makes installation process continue, but yields 
error at the end.
Subsequent dpkg --configure -a succeeds and all seems well.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: tex-common 6.02
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
AptOrdering:
 texlive-lang-english: Install
 texlive-lang-german: Install
 texlive-lang-english: Configure
 texlive-lang-german: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Sun Dec 13 17:44:34 2015
DuplicateSignature: package:tex-common:6.02:Unterprozess installiertes 
post-installation-Skript gab den Fehlerwert 1 zurück
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationDate: Installed on 2015-12-13 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: tex-common
Title: package tex-common 6.02 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  configuring tex-common hangs with kpsewhich using 100% CPU

Status in tex-common package in Ubuntu:
  New

Bug description:
  During installation of texlive-lang-german, configuration of tex-common hangs 
forever with kpsewhich using 100% CPU.
  Killing the kpsewhich process makes installation process continue, but yields 
error at the end.
  Subsequent dpkg --configure -a succeeds and all seems well.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: tex-common 6.02
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  AptOrdering:
   texlive-lang-english: Install
   texlive-lang-german: Install
   texlive-lang-english: Configure
   texlive-lang-german: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Sun Dec 13 17:44:34 2015
  DuplicateSignature: package:tex-common:6.02:Unterprozess installiertes 
post-installation-Skript gab den Fehlerwert 1 zurück
  ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
  InstallationDate: Installed on 2015-12-13 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: tex-common
  Title: package tex-common 6.02 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1420988] Re: no audio input from combo jack on ALC283 (Acer Aspire V15 Nitro Black Edition)

2015-12-13 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda?id=73bdd597823e2231dc882577dbbaf8df92fe1775

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

Title:
  no audio input from combo jack on ALC283 (Acer Aspire V15 Nitro Black
  Edition)

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  Happens on Linux Mint 17.1 (Ubuntu 14.04). Linux kernel is 3.19 in
  order to get the touchpad working

  The external microphone connected to the combo jack of this laptop
  doesn't work, the output does work.

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

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


[Desktop-packages] [Bug 1525554] Re: [HP ProBook 470 G3, Intel Skylake HDMI, Digital Out, HDMI] No sound at all

2015-12-13 Thread Raymond
18.981021] snd_hda_intel :00:1f.3: azx_get_response timeout, switching to 
polling mode: last cmd=0x000f 
[ 19.989801] snd_hda_intel :00:1f.3: No response from codec, disabling MSI: 
last cmd=0x000f 
[ 20.998636] snd_hda_intel :00:1f.3: Codec #0 probe error; disabling it... 


[ 21.008412] input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:1f.3/sound/card0/input17 
[ 21.008503] input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:1f.3/sound/card0/input18 
[ 22.002081] wlan0: authenticate with ec:1a:59:17:18:5d 
[ 22.011486] wlan0: direct probe to ec:1a:59:17:18:5d (try 1/3) 
[ 22.217656] wlan0: direct probe to ec:1a:59:17:18:5d (try 2/3) 
[ 22.421631] wlan0: direct probe to ec:1a:59:17:18:5d (try 3/3) 
[ 22.623901] wlan0: authentication with ec:1a:59:17:18:5d timed out 
[ 31.328010] [drm:skl_set_power_well [i915_bpo]] *ERROR* CSR firmware not ready 
(2) 
[ 41.411082] [ cut here ] 
[ 41.411107] WARNING: CPU: 0 PID: 1514 at 
/build/linux-lts-vivid-1jarlV/linux-lts-vivid-3.19.0/ubuntu/i915/intel_csr.c:462
 assert_csr_loaded+0xa7/0x100 [i915_bpo]() 
[ 41.411108] CSR is not loaded. 
[ 41.411109] Modules linked in: snd_hda_codec_hdmi pci_stub vboxpci(OE) 
vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) ip6t_REJECT nf_reject_ipv6 
nf_log_ipv6 xt_hl ip6t_rt arc4 nf_conntrack_ipv6 nf_defrag_ipv6 ipt_REJECT 
nf_reject_ipv4 nf_log_ipv4 nf_log_common snd_hda_intel xt_LOG 
snd_hda_controller snd_hda_codec snd_hwdep snd_pcm iwlmvm uvcvideo xt_limit 
videobuf2_vmalloc videobuf2_memops videobuf2_core mac80211 v4l2_common 
xt_tcpudp snd_seq_midi videodev snd_seq_midi_event media snd_rawmidi 
xt_addrtype hp_wmi sparse_keymap btusb snd_seq x86_pkg_temp_thermal coretemp 
kvm_intel iwlwifi nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack kvm 
ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast 
nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack iptable_filter joydev 
snd_seq_device snd_timer ip_tables x_tables snd cfg80211 serio_raw i915_bpo 
soundcore intel_ips shpchp drm_kms_helper drm i2c_algo_bit hp_accel lis3lv02d 
input_polldev bnep hp_wireless tpm_infineon rfcomm acpi_pad b
 luetooth mac_hid binfmt_misc parport_pc ppdev lp parport dm_crypt 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw 
gf128mul glue_helper ablk_helper cryptd psmouse r8169 ahci mii libahci wmi 
video 
[ 41.411153] CPU: 0 PID: 1514 Comm: Xorg Tainted: G OE 3.19.0-39-generic 
#44~14.04.1-Ubuntu 
[ 41.411154] Hardware name: HP HP ProBook 470 G3/8102, BIOS N78 Ver. 01.02 
09/30/2015 
[ 41.411155] c042a5a0 880255957a88 817af92b 
 
[ 41.411157] 880255957ad8 880255957ac8 81074e0a 
880255957b88 
[ 41.411159] 8800934c 8800934c02b0 0002 
300f 
[ 41.411161] Call Trace: 
[ 41.411168] [] dump_stack+0x45/0x57 
[ 41.411171] [] warn_slowpath_common+0x8a/0xc0 
[ 41.411173] [] warn_slowpath_fmt+0x46/0x50 
[ 41.411189] [] ? gen9_read32+0x6e/0x2f0 [i915_bpo] 
[ 41.411200] [] assert_csr_loaded+0xa7/0x100 [i915_bpo] 
[ 41.411212] [] skl_set_power_well+0x75b/0xae0 [i915_bpo] 
[ 41.411223] [] skl_power_well_enable+0x13/0x20 [i915_bpo] [ 
41.411232] [] intel_display_power_get+0xa6/0x100 [i915_bpo] 
[ 41.411250] [] intel_dp_detect+0xa1/0x420 [i915_bpo] 
[ 41.411256] [] 
drm_helper_probe_single_connector_modes_merge_bits+0x2fb/0x450 [drm_kms_helper] 
[ 41.411263] [] 
drm_helper_probe_single_connector_modes+0x13/0x20 [drm_kms_helper] 
[ 41.411276] [] drm_mode_getconnector+0x397/0x420 [drm] 
3[ 41.411289] [] ? drm_modeset_lock+0x3d/0x110 [drm] 
[ 41.411297] [] drm_ioctl+0x1ec/0x660 [drm] 
[ 41.411301] [] do_vfs_ioctl+0x2f8/0x510 
[ 41.411304] [] ? __sys_recvmsg+0x65/0x80 
[ 41.411305] [] SyS_ioctl+0x81/0xa0 
[ 41.411308] [] system_call_fastpath+0x16/0x1b

** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

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

Title:
  [HP ProBook 470 G3, Intel Skylake HDMI, Digital Out, HDMI] No sound at
  all

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  No sound on brand new HP ProBook 470 G3 after installing Ubuntu 14.04
  on headphones or internal speakers.

  Connecting a USB headphone and microphone both work, though.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-39.44~14.04.1-generic 3.19.8-ckt9
  Uname: Linux 3.19.0-39-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ronald 2199 F pulseaudio
ronald 2513 F alsamixer
  CurrentDesktop: Unity
  Date: Sat Dec 12 19:36:01 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-12-07 (5 days ago)
  Ins

[Desktop-packages] [Bug 1525668] [NEW] Options have the wrong order

2015-12-13 Thread Sworddragon
Public bug reported:

I'm using Ubuntu 16.04 dev with xserver-xorg-core 2:1.17.3-2ubuntu2 and
I'm noticing that "man xorg" says "Xorg [:display] [option ...]" but in
the process /usr/lib/xorg/Xorg the display is being given between
options.

** Affects: xorg-server (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/1525668

Title:
  Options have the wrong order

Status in xorg-server package in Ubuntu:
  New

Bug description:
  I'm using Ubuntu 16.04 dev with xserver-xorg-core 2:1.17.3-2ubuntu2
  and I'm noticing that "man xorg" says "Xorg [:display] [option ...]"
  but in the process /usr/lib/xorg/Xorg the display is being given
  between options.

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

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


[Desktop-packages] [Bug 1514232] Re: nouveau E[ PFIFO][0000:01:00.0] SCHED_ERROR [ UNK06 ]

2015-12-13 Thread justgivemeaname
Whenever I try to boot Ubuntu with a LiveUSB on the MSI laptop of my
brother, it just repeats the exact error message over and over again
after choosing to try Ubuntu with a LiveUSB: it never will actually boot
further. Tried at least 10 times while I recreated the LiveUSB with
15.10 which is used to successfully install it on another laptop.

If anyone needs anything to help troubleshoot, please ask (and add/link
to instructions, to be sure.)

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

Title:
  nouveau E[  PFIFO][:01:00.0] SCHED_ERROR [ UNK06 ]

Status in xserver-xorg-video-nouveau package in Ubuntu:
  Confirmed

Bug description:
  Since recently my trusty partition has problems booting into kernel
  3.19.0-25. At startup the message

  nouveau E[  PFIFO][:01:00.0] SCHED_ERROR [ UNK06 ]

  is repeated more than 3000 followed by

  nouveau E[   PFIFO][:01:00.0] runlist 4 update timeout
  nouveau E[   PFIFO][:01:00.0]  FB_FLUSH_TIMEOUT

  It then continues to regular log in, but every now and so on it
  freezes and a reboot is necessary.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-25.26~14.04.1-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.18
  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]
  CompositorRunning: None
  Date: Sun Nov  8 19:45:19 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.10: added
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Device [1558:2300]
 Subsystem: CLEVO/KAPOK Computer Device [1558:2300]
  InstallationDate: Installed on 2015-11-05 (3 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Notebook W230SS
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=51abc12c-f81a-4ec7-baf7-469ad09a3fb7 ro quiet splash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W230SS
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/15/2014:svnNotebook:pnW230SS:pvrNotApplicable:rvnNotebook:rnW230SS:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W230SS
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  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.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  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: Sun Nov  8 17:38:28 2015
  xserver.configfile: default
  xserver.devices:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1514232/+subscriptions

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


[Desktop-packages] [Bug 1514232] Re: nouveau E[ PFIFO][0000:01:00.0] SCHED_ERROR [ UNK06 ]

2015-12-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Status: New => Confirmed

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

Title:
  nouveau E[  PFIFO][:01:00.0] SCHED_ERROR [ UNK06 ]

Status in xserver-xorg-video-nouveau package in Ubuntu:
  Confirmed

Bug description:
  Since recently my trusty partition has problems booting into kernel
  3.19.0-25. At startup the message

  nouveau E[  PFIFO][:01:00.0] SCHED_ERROR [ UNK06 ]

  is repeated more than 3000 followed by

  nouveau E[   PFIFO][:01:00.0] runlist 4 update timeout
  nouveau E[   PFIFO][:01:00.0]  FB_FLUSH_TIMEOUT

  It then continues to regular log in, but every now and so on it
  freezes and a reboot is necessary.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-25.26~14.04.1-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.18
  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]
  CompositorRunning: None
  Date: Sun Nov  8 19:45:19 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.10: added
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Device [1558:2300]
 Subsystem: CLEVO/KAPOK Computer Device [1558:2300]
  InstallationDate: Installed on 2015-11-05 (3 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Notebook W230SS
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=51abc12c-f81a-4ec7-baf7-469ad09a3fb7 ro quiet splash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W230SS
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/15/2014:svnNotebook:pnW230SS:pvrNotApplicable:rvnNotebook:rnW230SS:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W230SS
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  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.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  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: Sun Nov  8 17:38:28 2015
  xserver.configfile: default
  xserver.devices:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1514232/+subscriptions

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


[Desktop-packages] [Bug 1248642] Re: dynamic library inconsistencies with OpenGL/C++

2015-12-13 Thread Charles Wilkins
Comment #33 worked for me for nvidia-352-updates on Ubuntu 14.04.3 LTS.

Specifically, by linking with -L/usr/lib/nvidia-352-updates the
following additional dependency was reported by ldd:

libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb7302000)

with all other dependencies appearing to be the same as when not linking
the additional library path.

what did not work was simply linking with -pthread -lpthread.
gdb backtraces with the nvidia-352-updates packages present are similar to the 
problems described in this thread.

preloading libpthread also worked as described:
LD_PRELOAD=/lib/i386-linux-gnu/libpthread.so.0 ./a.out

Any number of stringstream, ostringstream, string object instantiations
in the openGL app using the nvidia proprietary driver led to the
segfault as described above.

It looks like the status of this has toggled at least a couple times. Is
there still a binutils fix for this issue?

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

Title:
  dynamic library inconsistencies with OpenGL/C++

Status in binutils package in Ubuntu:
  Fix Released
Status in glibc package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-319 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-352-updates package in Ubuntu:
  New
Status in binutils source package in Trusty:
  Fix Released
Status in glibc source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-319 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-331 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-352-updates source package in Trusty:
  New
Status in binutils package in Debian:
  Fix Released

Bug description:
  While using the nvidia-319 driver, the following C++ program won't
  run:

  $ cat > test.cpp << EOF
  #include 
  #include 
  int main(int argc, char *argv[]) {
std::string s;
glEnable(GL_LIGHT0);
  }
  EOF

  Instead, it fails with the following error message:
  $ g++ test.cpp -lGL
  $ ./a.out
  Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: 
Assertion `needed != ((void *)0)' failed!

  Using the xserver-xorg-video-nouveau driver, the problem does not
  occur. Also, when std::string is not used, the program runs without
  problems. Using OpenGL from pure C programs is also not a problem. The
  problem can be reproduced with both g++-4.6 and g++-4.8.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: nvidia-319 319.32-0ubuntu7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: openafs nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov  6 18:25:48 2013
  InstallationDate: Installed on 2013-11-01 (5 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 
(20131017)
  MarkForUpload: True
  SourcePackage: nvidia-graphics-drivers-319
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.modprobe.d.nvidia.319.hybrid.conf: [deleted]

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

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


[Desktop-packages] [Bug 1248642] Re: dynamic library inconsistencies with OpenGL/C++

2015-12-13 Thread Charles Wilkins
** Also affects: nvidia-graphics-drivers-352-updates (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  dynamic library inconsistencies with OpenGL/C++

Status in binutils package in Ubuntu:
  Fix Released
Status in glibc package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-319 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-352-updates package in Ubuntu:
  New
Status in binutils source package in Trusty:
  Fix Released
Status in glibc source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-319 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-331 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-352-updates source package in Trusty:
  New
Status in binutils package in Debian:
  Fix Released

Bug description:
  While using the nvidia-319 driver, the following C++ program won't
  run:

  $ cat > test.cpp << EOF
  #include 
  #include 
  int main(int argc, char *argv[]) {
std::string s;
glEnable(GL_LIGHT0);
  }
  EOF

  Instead, it fails with the following error message:
  $ g++ test.cpp -lGL
  $ ./a.out
  Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: 
Assertion `needed != ((void *)0)' failed!

  Using the xserver-xorg-video-nouveau driver, the problem does not
  occur. Also, when std::string is not used, the program runs without
  problems. Using OpenGL from pure C programs is also not a problem. The
  problem can be reproduced with both g++-4.6 and g++-4.8.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: nvidia-319 319.32-0ubuntu7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: openafs nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov  6 18:25:48 2013
  InstallationDate: Installed on 2013-11-01 (5 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 
(20131017)
  MarkForUpload: True
  SourcePackage: nvidia-graphics-drivers-319
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.modprobe.d.nvidia.319.hybrid.conf: [deleted]

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

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


[Desktop-packages] [Bug 1434108] Re: Error exporting Libre Writer file to PDF

2015-12-13 Thread vasqu...@northlands.edu.ar
** Summary changed:

- Libre Writer export to PDF error
+ Error exporting Libre Writer file to PDF

** Description changed:

- When i export document with TheMix font (
- http://www.lucasfonts.com/fonts/themix/themix ) some characters are
- shifted together.
+ Steps to Reproduce:
+ 1) Open Libre Writer and create a new document
+ 
+ 2) Type something using the 'TheMix' font from
+ http://www.lucasfonts.com/fonts/themix/themix
+ 
+ 3) Export file as PDF.
+ 
+ Expected Results:
+ - The Libre Writer document should be identically reproduced in PDF format. 
Characters should be in the same place.
+ 
+ Actual Results:
+ - In the PDF file, some characters are shifted together. Other characters 
such as capital letters are replaced by question marks. 
+ 
+ Notes:
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libreoffice-core 1:4.4.1-0ubuntu1
- ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
- Uname: Linux 3.19.0-9-generic i686
- ApportVersion: 2.16.2-0ubuntu3
- Architecture: i386
- CurrentDesktop: LXDE
- Date: Thu Mar 19 15:06:32 2015
- ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
- InstallationDate: Installed on 2013-03-16 (733 days ago)
- InstallationMedia: Lubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.1)
- SourcePackage: libreoffice
- UpgradeStatus: No upgrade log present (probably fresh install)
- --- 
- ApportVersion: 2.14.1-0ubuntu3.8
- Architecture: i386
- CurrentDesktop: LXDE
- DistroRelease: Ubuntu 14.04
- InstallationDate: Installed on 2014-02-16 (402 days ago)
- InstallationMedia: Lubuntu 13.10 "Saucy Salamander" - Release i386 
(20131016.1)
- Package: libreoffice 1:4.2.7-0ubuntu2
- PackageArchitecture: i386
- ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
- Tags:  trusty
- Uname: Linux 3.13.0-48-generic i686
- UpgradeStatus: Upgraded to trusty on 2014-04-21 (338 days ago)
- UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video
- _MarkForUpload: True
- --- 
- ApportVersion: 2.19.1-0ubuntu4
- Architecture: i386
- CurrentDesktop: LXDE
- DistroRelease: Ubuntu 15.10
- InstallationDate: Installed on 2013-03-16 (975 days ago)
- InstallationMedia: Lubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.1)
- Package: libreoffice 1:5.0.2-0ubuntu1
- PackageArchitecture: i386
- ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
- Tags: third-party-packages wily
- Uname: Linux 4.2.0-18-generic i686
- UpgradeStatus: No upgrade log present (probably fresh install)
- UserGroups: adm audio cdrom dialout dip disk fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
- _MarkForUpload: True
+ Font: http://www.lucasfonts.com/fonts/themix/themix

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

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

Title:
  Error exporting Libre Writer file to PDF

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Steps to Reproduce:
  1) Open Libre Writer and create a new document

  2) Type something using the 'TheMix' font from
  http://www.lucasfonts.com/fonts/themix/themix

  3) Export file as PDF.

  Expected Results:
  - The Libre Writer document should be identically reproduced in PDF format. 
Characters should be in the same place.

  Actual Results:
  - In the PDF file, some characters are shifted together. Other characters 
such as capital letters are replaced by question marks. 

  Notes:

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libreoffice-core 1:4.4.1-0ubuntu1
  Font: http://www.lucasfonts.com/fonts/themix/themix

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

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


[Desktop-packages] [Bug 1434108] Re: Error exporting Libre Writer file to PDF

2015-12-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Error exporting Libre Writer file to PDF

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Steps to Reproduce:
  1) Open Libre Writer and create a new document

  2) Type something using the 'TheMix' font from
  http://www.lucasfonts.com/fonts/themix/themix

  3) Export file as PDF.

  Expected Results:
  - The Libre Writer document should be identically reproduced in PDF format. 
Characters should be in the same place.

  Actual Results:
  - In the PDF file, some characters are shifted together. Other characters 
such as capital letters are replaced by question marks. 

  Notes:

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libreoffice-core 1:4.4.1-0ubuntu1
  Font: http://www.lucasfonts.com/fonts/themix/themix

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

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


[Desktop-packages] [Bug 1434108] Re: Libre Writer export to PDF error

2015-12-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Error exporting Libre Writer file to PDF

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Steps to Reproduce:
  1) Open Libre Writer and create a new document

  2) Type something using the 'TheMix' font from
  http://www.lucasfonts.com/fonts/themix/themix

  3) Export file as PDF.

  Expected Results:
  - The Libre Writer document should be identically reproduced in PDF format. 
Characters should be in the same place.

  Actual Results:
  - In the PDF file, some characters are shifted together. Other characters 
such as capital letters are replaced by question marks. 

  Notes:

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libreoffice-core 1:4.4.1-0ubuntu1
  Font: http://www.lucasfonts.com/fonts/themix/themix

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

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


[Desktop-packages] [Bug 1295247] Re: Cheese says "There was an error playing video from webcam"

2015-12-13 Thread Jalatantra
Hi, I have been facing this problem for long time. Exactly since February 2014, 
when I purchased ASUS X550 CA Notebook. 
I purchased just with DOS(no operating system pre-installed) and started to 
work with Linux Mint Cinnamon(which is a derivative of Ubuntu). 

Webcam: USB 2.0 HD UVC Webcam on /dev/video0.

Cheese usually gave me an error: There was an error playing from the webcam. 
I couldn't fix it but I noticed that on somedays it would play normal. So I 
used to restart the system few times to get it to work but without any 
guarantee. Same problems with skype too, i.e, there would be no video.

Few days ago, I was trying Zorin OS 9(64 bit) on my ASUS x 550 CA  to
review and help a friend install. To my great surprise, I found that
cheese worked out of the box(i.e., Webcam was playing OK) and same with
skype too. I thought it was one of those lucky times and restarted and
tried few more times. It was still working. So I installed Zorn OS 9 on
my X550 CA and I was happy. Then after installation, I did a software
update the next day and the webcam crashed as usual. I was unable to
figure out what exactly happened. But then I realised that with the
software update in Zorin OS(unlike Linux Mint), there was also a kernel
update.

Fix: So I rebooted the system and from the prompt, I choose the older Kernel 
3.13.0-32-generic from the options. 
Result: The Webcam works. So does in skype and guvcview. I made a skype video 
call and checked that the webcam was working. Earlier(with my Linux Mint 17.x), 
even when the Webcam worked on one of those lucky instances, webcam used to 
freeze during webcall. That issue is also fixed for now.

I am not an expert at anything, but I guess it is possibly a Kernel
issue. I would like to know if it works for you guys. All the best.-I
will update here, if there is any further webcam crash with this Kernel
3.13.0-32-generic.

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

Title:
  Cheese says "There was an error playing video from webcam"

Status in cheese package in Ubuntu:
  Confirmed
Status in libjpeg-turbo package in Ubuntu:
  Confirmed

Bug description:
  Whenever I open Cheese in Ubuntu 14.04 beta 1 (Unity), my webcam's light once 
turns on, then it turns off and Cheese turns black, written "There was an error 
playing video from webcam". This never happened in any previous versions of 
Ubuntu. 
  The problem is reproducible.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cheese 3.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic i686
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Mar 20 22:29:57 2014
  InstallationDate: Installed on 2014-03-20 (0 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20140225)
  SourcePackage: cheese
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1169870] Re: Incorrect work with icons on the Unity launcher

2015-12-13 Thread Alberto Salvia Novella
** Changed in: bamf (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Incorrect work with icons on the Unity launcher

Status in bamf package in Ubuntu:
  Confirmed

Bug description:
  I have a bug with incorrect work with icons on the Unity launcher.

  How to repeat:

  1. Run any application that does not have an icon on the panel (in my case it 
is Calc) .
  2. Move the new icon of opened application up, say, the fourth position.
  3. Close the application.
  4. Non-active icon should be remaining on the launcher, and still can be 
removed manually from it, but it is not normal behaviour.

  Then what can happen - if you open and close a new files using, for
  ex. Nautilus, for few times (6-7 times) new windows will be attached
  to the icon, but then it begins to create a second, identical icon.
  (see screenshot #1)

  And now buggy icon can't be removed, it can only be "attached" or I
  can run the application from there. To remove new icons I need to
  reboot PC or Unity.

  You can repeat in cycles, that's the beauty of what I get: see
  screenshot #2 .

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 7.0.0daily13.04.15-0ubuntu1
  Uname: Linux 3.9.0-030900rc6-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Wed Apr 17 11:09:22 2013
  InstallationDate: Installed on 2013-02-14 (61 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=ru_UA:ru
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to raring on 2013-02-14 (61 days ago)

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

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


[Desktop-packages] [Bug 1325899] Re: evince is excruciatingly slow on some documents

2015-12-13 Thread madbiologist
cro - Can you reproduce this slowness with either of the PDF files
attached to this bug report?  If not, slowness with a different PDF
would indicate a different bug and you should run ubuntu-bug to file a
new bug report.

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

Title:
  evince is excruciatingly slow on some documents

Status in Poppler:
  Invalid
Status in poppler package in Ubuntu:
  Fix Released

Bug description:
  Evince is excruciatingly slow when displaying the book available for download 
at http://www.safetty.net/publications/pttes
  Scrolling can take several seconds and will often just display empty pages. 
(And it is even worse with the 2009 version of the book you can still find on 
several places on the internet), while xpdf has no problems at all with 
instantly switching to the next page.

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

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


[Desktop-packages] [Bug 1443723] Re: GNOME clock displays improper date format for US/EN locale

2015-12-13 Thread Alberto Salvia Novella
Why not simply use the ISO standard?  DD-MM-

** Changed in: gnome-desktop3 (Ubuntu)
   Importance: Undecided => Low

** Changed in: ubuntu-gnome
   Status: New => Confirmed

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

Title:
  GNOME clock displays improper date format for US/EN locale

Status in Ubuntu GNOME:
  Confirmed
Status in gnome-desktop3 package in Ubuntu:
  Confirmed

Bug description:
  I've actually noticed this for some time and decided to file a bug
  report in hopes of getting this fixed by 16.04 (or sooner).

  In the standard GNOME desktop (with US/EN locale set) the date in the
  clock displays day of week, day of month, month before the time rather
  than day of week, month, day of month - eg; Mon 13 Apr, 8:06 PM rather
  than Mon Apr 13, 8:06 PM.

  The proper format is used both in the screen-lock and the Date & Time
  settings dialog (see screenshot).

  This also effects the clock applet in gnome-panel as of Vivid,
  possibly it's now following g-s-d rather than u-s-d?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-settings-daemon 3.14.2-3ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic i686
  ApportVersion: 2.17-0ubuntu2
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Mon Apr 13 19:57:57 2015
  InstallationDate: Installed on 2015-04-01 (13 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Beta i386 (20150331)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1525639] Re: "New document" option not available in context menu if Nautilus/Files is run as root && $HOME not active user's home directory

2015-12-13 Thread Sebastien Bacher
Thanks but running nautilus (or other desktop interface) with sudo is
not recommended nor supported for security reasons

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

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

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

Title:
  "New document" option not available in context menu if Nautilus/Files
  is run as root && $HOME not active user's home directory

Status in nautilus package in Ubuntu:
  Invalid

Bug description:
  ## Bug Reproduce Steps ##
  1. Run Nautilus/Files using `gksudo nautilus` or `xhost +SI:localuser:root; 
sudo --set-home nautilus` (the --set-home or -H command argument is required 
due to bug #1373495 not fixed)
  2. Try to create new document by launching the context menu by right-clicking 
on the blank part of content view

  ## Possibly related console warnings ##
  ```
  ** (nautilus:4459): CRITICAL **: nautilus_menu_provider_get_background_items: 
assertion 'NAUTILUS_IS_MENU_PROVIDER (provider)' failed

  ** (nautilus:4459): CRITICAL **:
  nautilus_menu_provider_get_background_items: assertion
  'NAUTILUS_IS_MENU_PROVIDER (provider)' failed

  ```

  ## Note ##
  You can't reproduce the bug by directly running `sudo nautilus` command in 
Ubuntu if you don't workaround bug #1373495 manually in advance.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.11 [modified: 
usr/share/applications/nautilus.desktop]
  ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
  Uname: Linux 3.13.0-71-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sun Dec 13 19:09:38 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where', 'RabbitVCS::age_column', 'RabbitVCS::author_column', 
'RabbitVCS::revision_column', 'RabbitVCS::status_column']"
  InstallationDate: Installed on 2015-10-02 (71 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1525135] Re: Login window popup to connect to account stay white

2015-12-13 Thread rapha
Apparently, disable  'slimming paint phase 2' in chrome://flags fix my
problem !! 

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

Title:
  Login window popup to connect to account stay white

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  Hi,

  Since last update (to 47.0.2526.73 ), it is impossible to connect to
  my google account.

  The login window popup to connect to my google account stay white.
  See the attached screenshot image...

  rcspam

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

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


[Desktop-packages] [Bug 1524099] Re: Problems with graphics video streaming

2015-12-13 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1524098 ***
https://bugs.launchpad.net/bugs/1524098

** This bug has been marked a duplicate of bug 1524098
   Problems with graphics video streaming

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

Title:
  Problems with graphics video streaming

Status in xorg package in Ubuntu:
  New

Bug description:
  as above

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue Dec  8 15:06:11 2015
  DistUpgraded: 2015-11-02 17:48:39,231 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] 
[1002:9851] (rev 05) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:2b29]
  InstallationDate: Installed on 2015-04-18 (234 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Hewlett-Packard 110-529
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic.efi.signed 
root=UUID=75bac6d1-3480-43df-a8ee-4f18d632225b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to wily on 2015-11-03 (35 days ago)
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: AMI
  dmi.bios.version: 80.04
  dmi.board.name: 2B29
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: 4CI5050N7P
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnAMI:bvr80.04:bd09/26/2014:svnHewlett-Packard:pn110-529:pvr:rvnHewlett-Packard:rn2B29:rvr1.00:cvnHewlett-Packard:ct3:cvr:
  dmi.product.name: 110-529
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Tue Dec  8 16:03:05 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: radeon

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

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


[Desktop-packages] [Bug 1465023] Re: impossible to connect to cups

2015-12-13 Thread Pascal De Vuyst
Which printer do you have?
Please run from a terminal:
apport-collect -p cups 1465023
And provide your cups error log as described here:
https://wiki.ubuntu.com/DebuggingPrintingProblems#CUPS_error_log

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

Title:
  impossible to connect to cups

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  printer does not matches anymore after upgrade

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sun Jun 14 16:28:23 2015
  DistUpgraded: 2015-05-09 18:04:13,612 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Device [1558:5455]
  MachineType: Notebook W54_55SU1,SUW
  ProcEnviron:
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=187e46a3-1fd3-4b89-95ad-2b97b20eab12 ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: Upgraded to vivid on 2015-05-09 (35 days ago)
  dmi.bios.date: 02/20/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W54_55SU1,SUW
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/20/2014:svnNotebook:pnW54_55SU1,SUW:pvrNotApplicable:rvnNotebook:rnW54_55SU1,SUW:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W54_55SU1,SUW
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Sun Jun 14 14:58:25 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18156 
   vendor AUO
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Desktop-packages] [Bug 1523158] Re: Add printer

2015-12-13 Thread Pascal De Vuyst
We need more information.
Please provide the output of 
https://wiki.ubuntu.com/DebuggingPrintingProblems#Network_printer and attach 
your cups error log as described here: 
https://wiki.ubuntu.com/DebuggingPrintingProblems#CUPS_error_log
Thanks!

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

Title:
  Add printer

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  I tried to download epson 420 driver on my UBUNTU 15.10. It is connecting 
using Wi-Fi . The set up works perfectly until I am asked to Authenticate then 
it hangs up. 
  I can do it using the CUPS website.

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

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


[Desktop-packages] [Bug 1523013] Re: "Paper & Quality options" issue with translation

2015-12-13 Thread Pascal De Vuyst
Probably this translation is missing in the PPD for your printer can you
attach your /etc/cups/ppd/EPSON-Epson-Stylus-SX235.ppd

** Changed in: system-config-printer (Ubuntu)
   Status: New => Incomplete

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

Title:
  "Paper & Quality options" issue with translation

Status in system-config-printer package in Ubuntu:
  Incomplete

Bug description:
  See screenshot.

  "Paper & Quality options<\b>" is not translated in French (I don't
  know if this happens for other languages) and should be in bold
  (instead of showing the  signs).

  On Ubuntu 14.04 fully updated.
  system-config-printer 1.4.3+20140219-0ubuntu2.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1523013/+subscriptions

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


[Desktop-packages] [Bug 1511247] Re: Ubuntu 15.10 Could not apply the stored configuration for monitors

2015-12-13 Thread Duane Gaul
I also have this problem on my PC when I upgraded to Ubuntu 15.10. I'm
using a Samsung 32" television as a monitor. Upon bootup, it can't find
the 16080 x 1050 (16:10) display, so it defaults to (16:9).

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

Title:
  Ubuntu 15.10 Could not apply the stored configuration for monitors

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  I just did a fresh install of ubuntu 15.10 on my Nuc5i5ryh with a
  iiyama Prolite B2888UHSU and everytime I boot I get the message "Could
  not apply the stored configuration for monitors". When I kill the
  message it puts me back on a undesired resolution, and I have to set
  the resolution setting up again.

  Also when I set up the "Displays" settings , it shows screen
  resolution that souldn't be there (4:3, 16:10..).

  I tried removing monitors.xml just in case, doesn't work.

  I ran xrandr and sudo get-edid|parse-edid (see attached), it shows
  inconsistency between edid data and xrandr.

  I had Ubuntu 15.04 just before and I hadn't this error.

  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.19.1-0ubuntu4
  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: Thu Oct 29 16:19:11 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1626] (rev 09) 
(prog-if 00 [VGA controller])
     Subsystem: Intel Corporation Device [8086:2057]
  InstallationDate: Installed on 2015-10-26 (2 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro noprompt quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/12/2015
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0350.2015.0812.1722
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H40999-502
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0350.2015.0812.1722:bd08/12/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-502:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Thu Oct 29 12:57:07 2015
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   28932
   vendor IVM
  xserver.version: 2:1.17.2-1ubuntu9

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

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


[Desktop-packages] [Bug 1525639] Re: "New document" option not available in context menu if Nautilus/Files is run as root && $HOME not active user's home directory

2015-12-13 Thread Vdragon
** Description changed:

  ## Bug Reproduce Steps ##
  1. Run Nautilus/Files using `gksudo nautilus` or `xhost +SI:localuser:root; 
sudo --set-home nautilus` (the --set-home or -H command argument is required 
due to bug #1373495 not fixed)
  2. Try to create new document by launching the context menu by right-clicking 
on the blank part of content view
  
- ## Possibly related console warning ##
+ ## Possibly related console warnings ##
  ```
  ** (nautilus:4459): CRITICAL **: nautilus_menu_provider_get_background_items: 
assertion 'NAUTILUS_IS_MENU_PROVIDER (provider)' failed
  
  ** (nautilus:4459): CRITICAL **:
  nautilus_menu_provider_get_background_items: assertion
  'NAUTILUS_IS_MENU_PROVIDER (provider)' failed
  
  ```
  
  ## Note ##
  You can't reproduce the bug by directly run `sudo nautilus` command in Ubuntu 
if you don't workaround bug #1373495 manually in advance.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.11 [modified: 
usr/share/applications/nautilus.desktop]
  ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
  Uname: Linux 3.13.0-71-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sun Dec 13 19:09:38 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where', 'RabbitVCS::age_column', 'RabbitVCS::author_column', 
'RabbitVCS::revision_column', 'RabbitVCS::status_column']"
  InstallationDate: Installed on 2015-10-02 (71 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  ## Bug Reproduce Steps ##
  1. Run Nautilus/Files using `gksudo nautilus` or `xhost +SI:localuser:root; 
sudo --set-home nautilus` (the --set-home or -H command argument is required 
due to bug #1373495 not fixed)
  2. Try to create new document by launching the context menu by right-clicking 
on the blank part of content view
  
  ## Possibly related console warnings ##
  ```
  ** (nautilus:4459): CRITICAL **: nautilus_menu_provider_get_background_items: 
assertion 'NAUTILUS_IS_MENU_PROVIDER (provider)' failed
  
  ** (nautilus:4459): CRITICAL **:
  nautilus_menu_provider_get_background_items: assertion
  'NAUTILUS_IS_MENU_PROVIDER (provider)' failed
  
  ```
  
  ## Note ##
- You can't reproduce the bug by directly run `sudo nautilus` command in Ubuntu 
if you don't workaround bug #1373495 manually in advance.
+ You can't reproduce the bug by directly running `sudo nautilus` command in 
Ubuntu if you don't workaround bug #1373495 manually in advance.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.11 [modified: 
usr/share/applications/nautilus.desktop]
  ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
  Uname: Linux 3.13.0-71-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sun Dec 13 19:09:38 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where', 'RabbitVCS::age_column', 'RabbitVCS::author_column', 
'RabbitVCS::revision_column', 'RabbitVCS::status_column']"
  InstallationDate: Installed on 2015-10-02 (71 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  SourcePackage: nautilus
  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 nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1525639

Title:
  "New document" option not available in context menu if Nautilus/Files
  is run as root && $HOME not active user's home directory

Status in nautilus package in Ubuntu:
  New

Bug description:
  ## Bug Reproduce Steps ##
  1. Run Nautilus/Files using `gksudo nautilus` or `xhost +SI:localuser:root; 
sudo --set-home nautilus` (the --set-home or -H command argument is required 
due to bug #1373495 not fixed)
  2. Try to create new document by launching the context menu by right-clicking 
on the blank part of content view

  ## Possibly related console warnings ##
  ```
  ** (nautilus:4459): CRITICAL **: nautilus_menu_provider_get_background_items: 
assertion 'NAUTILUS_IS_MENU_PROVIDER (provider)' failed

  ** (nautilus:4459): CRITICAL **:
  nautilus_menu_provider_get_background_items: assertion
  'NAUTILUS_IS_MENU_PROVIDER (provider)' failed

  ```

  ## Note ##
  You can't reproduce the bug by directly running `sudo nautilus` command in

[Desktop-packages] [Bug 1525639] [NEW] "New document" option not available in context menu if Nautilus/Files is run as root && $HOME not active user's home directory

2015-12-13 Thread Vdragon
Public bug reported:

## Bug Reproduce Steps ##
1. Run Nautilus/Files using `gksudo nautilus` or `xhost +SI:localuser:root; 
sudo --set-home nautilus` (the --set-home or -H command argument is required 
due to bug #1373495 not fixed)
2. Try to create new document by launching the context menu by right-clicking 
on the blank part of content view

## Possibly related console warnings ##
```
** (nautilus:4459): CRITICAL **: nautilus_menu_provider_get_background_items: 
assertion 'NAUTILUS_IS_MENU_PROVIDER (provider)' failed

** (nautilus:4459): CRITICAL **:
nautilus_menu_provider_get_background_items: assertion
'NAUTILUS_IS_MENU_PROVIDER (provider)' failed

```

## Note ##
You can't reproduce the bug by directly run `sudo nautilus` command in Ubuntu 
if you don't workaround bug #1373495 manually in advance.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu9.11 [modified: 
usr/share/applications/nautilus.desktop]
ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
Uname: Linux 3.13.0-71-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CurrentDesktop: Unity
Date: Sun Dec 13 19:09:38 2015
GsettingsChanges:
 b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where', 'RabbitVCS::age_column', 'RabbitVCS::author_column', 
'RabbitVCS::revision_column', 'RabbitVCS::status_column']"
InstallationDate: Installed on 2015-10-02 (71 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 third-party-packages trusty

** Description changed:

  ## Bug Reproduce Steps ##
- 1. Run Nautilus/Files using `gksudo nautilus` or `xhost +SI:localuser:root; 
sudo --set-home nautilus` (the --set-home command argument is required due to 
bug #1373495 not fixed)
+ 1. Run Nautilus/Files using `gksudo nautilus` or `xhost +SI:localuser:root; 
sudo --set-home nautilus` (the --set-home or -H command argument is required 
due to bug #1373495 not fixed)
  2. Try to create new document by launching the context menu by right-clicking 
on the blank part of content view
  
  ## Note ##
  You can't reproduce the bug by directly run `sudo nautilus` command if you 
don't workaround bug #1373495 manually in advance.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.11 [modified: 
usr/share/applications/nautilus.desktop]
  ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
  Uname: Linux 3.13.0-71-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sun Dec 13 19:09:38 2015
  GsettingsChanges:
-  b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
-  b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where', 'RabbitVCS::age_column', 'RabbitVCS::author_column', 
'RabbitVCS::revision_column', 'RabbitVCS::status_column']"
+  b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
+  b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where', 'RabbitVCS::age_column', 'RabbitVCS::author_column', 
'RabbitVCS::revision_column', 'RabbitVCS::status_column']"
  InstallationDate: Installed on 2015-10-02 (71 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  ## Bug Reproduce Steps ##
  1. Run Nautilus/Files using `gksudo nautilus` or `xhost +SI:localuser:root; 
sudo --set-home nautilus` (the --set-home or -H command argument is required 
due to bug #1373495 not fixed)
  2. Try to create new document by launching the context menu by right-clicking 
on the blank part of content view
+ 
+ ## Possibly related console warning ##
+ ```
+ ** (nautilus:4459): CRITICAL **: nautilus_menu_provider_get_background_items: 
assertion 'NAUTILUS_IS_MENU_PROVIDER (provider)' failed
+ 
+ ** (nautilus:4459): CRITICAL **:
+ nautilus_menu_provider_get_background_items: assertion
+ 'NAUTILUS_IS_MENU_PROVIDER (provider)' failed
+ 
+ ```
  
  ## Note ##
  You can't reproduce the bug by directly run `sudo nautilus` command if you 
don't workaround bug #1373495 manually in advance.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.11 [modified: 
usr/share/applications/nautilus.desktop]
  ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
  Uname: Li

[Desktop-packages] [Bug 1470862] Re: When using fglrx module, the virtual consoles are blank and useless

2015-12-13 Thread cogset
That was (probably) more or less a given, this is clearly  an ATI/fglrx
issue.

What I don't understand is why is considered somehow acceptable to
suffer such an issue, or why the recommended "fix" (?) would be to get
rid of the fglrx driver altogether.

ATI support for Linux may be considerably worse than Nvidia (as
recognized by many people in the know), but if the package exists in the
Ubuntu repository it should work without rendering the virtual consoles
useless, and this issue shouldn't slip all the way from 14.04 to 15.10.

That

>removing fglrx drivers is some sort of workaround, but presumably
people that did install fglrx in the first place >want fglrx for some
reason

is the appropriate line of reasoning: the official package exists and
should be installable without breaking anything major such as the
virtual consoles.

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

Title:
  When using fglrx module, the virtual consoles are blank and useless

Status in fglrx-installer-updates package in Ubuntu:
  Confirmed

Bug description:
  When the PC boots it shows the sddm login, but if I switch to the
  first virtual console using Ctrl+Alt+F1, the console is blank. The
  other consoles are in the same state. Only the virtual console with
  the sddm login, is running fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: fglrx-updates 2:15.200-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Jul  2 15:31:28 2015
  SourcePackage: fglrx-installer-updates
  UpgradeStatus: Upgraded to vivid on 2015-03-12 (112 days ago)

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

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


[Desktop-packages] [Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2015-12-13 Thread Marcel Miguel
Still hapenning in Ubuntu 15.10, gnome-settings-daemon 3.16.3-0ubuntu1.

The problem on my installation was that ~/.cache/dconf was owned by root. I 
changed it:
sudo chgrp myuser .cache/dconf
sudo chown myuser .cache/dconf

Then dconf-editor was able to change confguration.
No need to change 
/org/gnome/desktop/peripherals/keyboard/remember-numlock-state, works with both 
settings.

I'm not sure but ownership of ~/.cache/dconf directory changed after an
update.

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

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

Status in gnome-settings-daemon:
  Fix Released
Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-settings-daemon source package in Precise:
  Fix Released
Status in gnome-settings-daemon source package in Quantal:
  Fix Released
Status in gnome-settings-daemon package in Fedora:
  Unknown

Bug description:
  Impact:
  gnome-settings-daemon uses 100% cpu for ever in some cases

  Test Case:
  Seems to happen sometimes after docking or connecting with vnc, try to 
connect to the machine using a vnc client a few times and check there is no 
numlock cycle and cpu usage loop starting

  Regression potential:
  The numlock state could be wrongly set,restored on login in some cases

  -

  Original message:
  -

  I don't know how to reproduce this bug, but after varying amounts of
  normal usage of my laptop, I notice gnome-settings-daemon is consuming
  100% (approx) CPU.

  I am not sure how to restart gnome-settings-daemon, I tried opening a
  terminal and running gnome-settings-daemon again but this crashes my
  system - my external monitor switches off and my laptop locks up. I am
  able to reboot with SysRq+REISUB.

  Sorry I cannot provide more information - it happens twice now, maybe
  someone can tell me how to get more information for the next time this
  happens.

  $ lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  $ apt-cache policy gnome-settings-daemon
  gnome-settings-daemon:
    Installed: 3.4.0-0ubuntu2
    Candidate: 3.4.0-0ubuntu2
    Version table:
   *** 3.4.0-0ubuntu2 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-settings-daemon 3.4.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  Date: Fri Mar 30 17:16:02 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/969359/+subscriptions

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


[Desktop-packages] [Bug 1522727] Re: X.org crashes intermittently, randomly

2015-12-13 Thread greg one
intel graphics here as well, clicking link in chromium crashed X server,
not much running here really, if anything at all, X will restart very
quickly (in my case) and i am back to login screen, this is a bit like
roller-caster ride, unpredictable and no warning or anything whatsoever,
i have seen crash few times over last 2 weeks, thanks for looking into
it

[39.467] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-5841764B120E02BC6FD78DAB262CEA727EB95BEE.xkm
[  1308.087] (EE) 
[  1308.087] (EE) Backtrace:
[  1308.087] (EE) 0: /usr/bin/X (xorg_backtrace+0x4e) [0x55ee6548868e]
[  1308.087] (EE) 1: /usr/bin/X (0x55ee652d4000+0x1b89f9) [0x55ee6548c9f9]
[  1308.087] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7f0809b25000+0x352f0) 
[0x7f0809b5a2f0]
[  1308.087] (EE) 3: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f0805efc000+0x85dac) [0x7f0805f81dac]
[  1308.087] (EE) 4: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f0805efc000+0x8a5a2) [0x7f0805f865a2]
[  1308.087] (EE) 5: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f0805efc000+0xf53ef) [0x7f0805ff13ef]
[  1308.087] (EE) 6: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f0805efc000+0x10469f) [0x7f080600069f]
[  1308.087] (EE) 7: /usr/bin/X (0x55ee652d4000+0x185c2c) [0x55ee65459c2c]
[  1308.087] (EE) 8: /usr/bin/X (DRI2CopyRegion+0x8e) [0x55ee6545a34e]
[  1308.087] (EE) 9: /usr/bin/X (0x55ee652d4000+0x188723) [0x55ee6545c723]
[  1308.087] (EE) 10: /usr/bin/X (0x55ee652d4000+0x5818f) [0x55ee6532c18f]
[  1308.087] (EE) 11: /usr/bin/X (0x55ee652d4000+0x5c34b) [0x55ee6533034b]
[  1308.087] (EE) 12: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f0809b45a40]
[  1308.087] (EE) 13: /usr/bin/X (_start+0x29) [0x55ee6531a6c9]
[  1308.087] (EE) 
[  1308.087] (EE) Segmentation fault at address 0x0
[  1308.087] (EE) 
Fatal server error:
[  1308.087] (EE) Caught signal 11 (Segmentation fault). Server aborting

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

Title:
  X.org crashes intermittently, randomly

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  Since upgrading to Ubuntu 15.10, X.org crashes intermittently. The
  screen will suddenly turn black, and after a few seconds, the LightDM
  login screen appears. All unsaved work is lost of course.

  A clean install of 15.10 did not help, the problem persists.

  It happens absolutely randomly. I haven't been able to figure out any
  pattern related to time or specific user interaction that would cause
  this, except that I believe the crash is always triggered by some kind
  of input device action, i.e. mouse click or key press. The system
  won't crash if I don't actively do any work.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  BootLog:
   Scanning for Btrfs filesystems
   fsck from util-linux 2.26.2
   /dev/sda1: clean, 365974/2501856 files, 2841542/755 blocks
  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 Dec  4 08:50:28 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   acpi-call, 1.1.0, 4.2.0-18-generic, x86_64: installed
   acpi-call, 1.1.0, 4.2.0-19-generic, x86_64: installed
   vboxhost, 5.0.8, 4.2.0-18-generic, x86_64: installed
   vboxhost, 5.0.8, 4.2.0-19-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:21fb]
  InstallationDate: Installed on 2015-10-25 (39 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 2356AB2
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic 
root=UUID=794b7585-5080-4bd4-a642-688538787fea ro quiet splash vt.handoff=7
  SourcePackage: xorg-server
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/12/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G7ET63WW (2.05 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2356AB2
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG7ET63WW(2.05):bd11/12/2012:svnLENOVO:pn2356AB2:pvrThinkPadT430s:rvnLENOVO:rn2356AB2:rvrNotDefined:cvnLENOVO:ct10

[Desktop-packages] [Bug 1525634] [NEW] Two Icons in the dash

2015-12-13 Thread rapha
Public bug reported:

I have a chromium desktop file in my .local/share/applications with this exec: 
"chromium-browser --password-store=basic %U".
This is the one i have put in the dash.
But since upgrade to version 47.0.2526.73, when i launch it, a second chromium 
launcher appears in the dash instead of the one i have launched chromium.

Cheers 
Rcspam

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Two Icons in the dash

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  I have a chromium desktop file in my .local/share/applications with this 
exec: "chromium-browser --password-store=basic %U".
  This is the one i have put in the dash.
  But since upgrade to version 47.0.2526.73, when i launch it, a second 
chromium launcher appears in the dash instead of the one i have launched 
chromium.

  Cheers 
  Rcspam

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

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


[Desktop-packages] [Bug 1525633] [NEW] passage du clavier Azerty en qwerty à chaque démarrage

2015-12-13 Thread zahia Génarez
Public bug reported:

depuis une mise à jour récente, le clavier AZERTY passe en QWERTY à
chaque démarrage.

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

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

Title:
  passage du clavier Azerty en qwerty à chaque démarrage

Status in lightdm package in Ubuntu:
  New

Bug description:
  depuis une mise à jour récente, le clavier AZERTY passe en QWERTY à
  chaque démarrage.

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

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


[Desktop-packages] [Bug 1525135] Re: Login window popup to connect to account stay white

2015-12-13 Thread rapha
In fact, the white is not really white, if i try to click on the place which 
account images are normally display and drag  it, the  account windows 
interface image appears like a ghost. I can enter my login/pass without 
visibility but it works. It's a really strange display bug !!
I hope my explanations are sufficiently clear , to permit to developers to fix 
this bug.

Cheers,
Rcspam

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

Title:
  Login window popup to connect to account stay white

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  Hi,

  Since last update (to 47.0.2526.73 ), it is impossible to connect to
  my google account.

  The login window popup to connect to my google account stay white.
  See the attached screenshot image...

  rcspam

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

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


[Desktop-packages] [Bug 1525207] Re: xserver-xorg-video-intel slow perfomance, needs updating

2015-12-13 Thread Timo Aaltonen
thanks for the update, will create a newer snapshot for xenial
eventually

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  xserver-xorg-video-intel slow perfomance, needs updating

Status in xserver-xorg-video-intel package in Ubuntu:
  Confirmed

Bug description:
  Laggy performance on Chromium/Electron based applications when running
  maximized windows.

  References/more inforation: 
  https://github.com/Microsoft/vscode/issues/162
  https://github.com/atom/atom/issues/9724
  https://code.google.com/p/chromium/issues/detail?id=514510#c37

  The issue is solved by using updated drivers from this ppa:
  https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers

  Or by using latest from git here:
  http://cgit.freedesktop.org/xorg/driver/xf86-video-intel

  Only able to reproduce on 4k resolutions and higher

  Hardware specs:
  Dell XPS 15-9530
  Resolution 3200x1200
  Intel HD Graphics 5000
  Intel Core i7-4702hq
  16 GB ram
  SSD drive

  Ubuntu 15.10, fully updated per 2015-12-11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1525207/+subscriptions

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


[Desktop-packages] [Bug 1525392] Re: unable to use Sprint/Franklin U301 modem (16d8:6008, CMOTECH CMO6008) on modern Ubuntu (Wily/Xenial)

2015-12-13 Thread Wladimir Mutel
To my big surprise, it worked with Kubuntu 12.04
So it is a clear regression, most probably caused by adding QMI&MBIM support to 
the kernel and to the ModemManager, also by ModemManager relying on newer QMI 
versions than those provided by older modems, and by absence of testing 
ModemManager on this hardware, old now but once quite popular in its times.
In Kubuntu Precise it works using just usb/option driver, without qmi/mbim

packages :

ii  linux-image-3.2.0-95-generic   3.2.0-95.135 
   Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii  modemmanager   0.5.2.0-0ubuntu2 
   D-Bus service for managing modems
ii  network-manager0.9.4.0-0ubuntu4.4.1 
   network management framework (daemon and userspace tools)

logs:

Dec 13 11:39:13 ubuntu kernel: [  411.764690] usb 2-1.1: new high-speed USB 
device number 4 using ehci_hcd
Dec 13 11:39:13 ubuntu kernel: [  411.857680] hub 2-1.1:1.0: USB hub found
Dec 13 11:39:13 ubuntu kernel: [  411.861050] hub 2-1.1:1.0: 4 ports detected
Dec 13 11:39:15 ubuntu kernel: [  414.094366] hub 2-1.1:1.0: unable to 
enumerate USB device on port 2
Dec 13 11:39:16 ubuntu kernel: [  414.645213] usb 2-1.1.2: new full-speed USB 
device number 6 using ehci_hcd
Dec 13 11:39:16 ubuntu mtp-probe: checking bus 2, device 6: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.1/2-1.1.2"
Dec 13 11:39:16 ubuntu kernel: [  414.742807] scsi5 : usb-storage 2-1.1.2:1.4
Dec 13 11:39:16 ubuntu mtp-probe: bus: 2, device: 6 was not an MTP device
Dec 13 11:39:16 ubuntu kernel: [  415.190358] usbcore: registered new interface 
driver usbserial
Dec 13 11:39:16 ubuntu kernel: [  415.190386] USB Serial support registered for 
generic
Dec 13 11:39:16 ubuntu kernel: [  415.190489] usbcore: registered new interface 
driver usbserial_generic
Dec 13 11:39:16 ubuntu kernel: [  415.190493] usbserial: USB Serial Driver core
Dec 13 11:39:16 ubuntu kernel: [  415.199770] USB Serial support registered for 
GSM modem (1-port)
Dec 13 11:39:16 ubuntu kernel: [  415.200560] option 2-1.1.2:1.1: GSM modem 
(1-port) converter detected
Dec 13 11:39:16 ubuntu kernel: [  415.200764] usb 2-1.1.2: GSM modem (1-port) 
converter now attached to ttyUSB0
Dec 13 11:39:16 ubuntu kernel: [  415.200839] option 2-1.1.2:1.2: GSM modem 
(1-port) converter detected
Dec 13 11:39:16 ubuntu kernel: [  415.201051] usb 2-1.1.2: GSM modem (1-port) 
converter now attached to ttyUSB1
Dec 13 11:39:16 ubuntu kernel: [  415.201126] option 2-1.1.2:1.3: GSM modem 
(1-port) converter detected
Dec 13 11:39:16 ubuntu kernel: [  415.201330] usb 2-1.1.2: GSM modem (1-port) 
converter now attached to ttyUSB2
Dec 13 11:39:16 ubuntu kernel: [  415.201373] usbcore: registered new interface 
driver option
Dec 13 11:39:16 ubuntu kernel: [  415.201377] option: v0.7.2:USB Driver for GSM 
modems
Dec 13 11:39:16 ubuntu modem-manager[1060]:   (ttyUSB1) opening serial 
port...
Dec 13 11:39:16 ubuntu modem-manager[1060]:   (ttyUSB0) opening serial 
port...
Dec 13 11:39:16 ubuntu modem-manager[1060]:   (ttyUSB2) opening serial 
port...
Dec 13 11:39:17 ubuntu kernel: [  415.741615] scsi 5:0:0:0: CD-ROM
CMOTECH  Mass Storage 2.31 PQ: 0 ANSI: 6
Dec 13 11:39:17 ubuntu kernel: [  415.775562] sr0: scsi3-mmc drive: 0x/0x caddy
Dec 13 11:39:17 ubuntu kernel: [  415.775569] cdrom: Uniform CD-ROM driver 
Revision: 3.20
Dec 13 11:39:17 ubuntu kernel: [  415.776461] sr 5:0:0:0: Attached scsi CD-ROM 
sr0
Dec 13 11:39:17 ubuntu kernel: [  415.776807] sr 5:0:0:0: Attached scsi generic 
sg2 type 5
Dec 13 11:39:17 ubuntu kernel: [  415.875299] sr0: CDROM (ioctl) error, 
command: Xpwrite, Read disk info 51 00 00 00 00 00 00 00 02 00
Dec 13 11:39:17 ubuntu kernel: [  415.875321] sr: Sense Key : Hardware Error 
[current] 
Dec 13 11:39:17 ubuntu kernel: [  415.875329] sr: Add. Sense: No additional 
sense information
Dec 13 11:39:17 ubuntu ata_id[2501]: HDIO_GET_IDENTITY failed for '/dev/sr0': 
Invalid argument
Dec 13 11:39:17 ubuntu modem-manager[1060]:   (ttyUSB0) closing serial 
port...
Dec 13 11:39:17 ubuntu modem-manager[1060]:   (ttyUSB0) serial port closed
Dec 13 11:39:17 ubuntu modem-manager[1060]:   (ttyUSB0) opening serial 
port...
Dec 13 11:39:17 ubuntu modem-manager[1060]:   (Generic): CDMA modem 
/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.1/2-1.1.2 claimed port ttyUSB0
Dec 13 11:39:17 ubuntu modem-manager[1060]:   (ttyUSB0) closing serial 
port...
Dec 13 11:39:17 ubuntu modem-manager[1060]:   (ttyUSB0) serial port closed
Dec 13 11:39:29 ubuntu modem-manager[1060]:   (ttyUSB1) closing serial 
port...
Dec 13 11:39:29 ubuntu modem-manager[1060]:   (ttyUSB1) serial port closed
Dec 13 11:39:29 ubuntu modem-manager[1060]:   (ttyUSB1) opening serial 
port...
Dec 13 11:39:29 ubuntu modem-manager[1060]:   (ttyUSB2) closing serial 
port...
Dec 13 11:39:29 ubuntu modem-manager[1060]:   (ttyUSB2) serial port closed
Dec 13 11:39:29 ub

[Desktop-packages] [Bug 1525614] Re: [HDA-Intel - HDA Intel, playback] Very Low volume and distortion

2015-12-13 Thread Raymond
[   23.051571] ALSA hda_codec.c:4506 Too many HDMI devices
[   23.051573] ALSA hda_codec.c:4508 Consider building the kernel with 
CONFIG_SND_DYNAMIC_MINORS=y
[   23.051574] ALSA hda_codec.c:4506 Too many HDMI devices
[   23.051574] ALSA hda_codec.c:4508 Consider building the kernel with 
CONFIG_SND_DYNAMIC_MINORS=y
[   23.069516] hda_codec: cannot build controls for #0 (error -16)

** Summary changed:

- [HDA-Intel - HDA Intel, playback]  Very Low volume and distortion
+ [HDA-Intel - HDA Intel, playback]  Very Low volume and distortion Too many 
HDMI devices Consider building the kernel with CONFIG_SND_DYNAMIC_MINORS=y

** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

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

Title:
  [HDA-Intel - HDA Intel, playback]  Very Low volume and distortion Too
  many HDMI devices Consider building the kernel with
  CONFIG_SND_DYNAMIC_MINORS=y

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  I can't hear the sound because is volume is too low.

  I put the volume over 100%, so I can hear a low sound.

  I tried to update the realtek codec, but still same problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-71.114-lowlatency 3.13.11-ckt29
  Uname: Linux 3.13.0-71-lowlatency x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rafilsk1790 F pulseaudio
   /dev/snd/pcmC0D0c:   rafilsk1790 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Sun Dec 13 05:01:07 2015
  InstallationDate: Installed on 2015-11-11 (31 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: HDA-Intel - HDA NVidia
  Symptom_Type: High background noise, or volume is too low
  Title: [HDA-Intel - HDA Intel, playback] Background noise or low volume
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/22/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97 GAMING 3 (MS-7918)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.0:bd04/22/2014:svnMSI:pnMS-7918:pvr1.0:rvnMSI:rnZ97GAMING3(MS-7918):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7918
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2015-12-13T04:46:56.245975

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

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