[Desktop-packages] [Bug 1547575] Re: network manager crashes constantly. FIX IS UPSTREAM

2016-12-27 Thread Aron Xu
** Changed in: network-manager (Ubuntu)
   Status: New => Fix Released

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

Title:
  network manager crashes constantly. FIX IS UPSTREAM

Status in network-manager package in Ubuntu:
  Fix Released

Bug description:
  # cat /etc/os-release 
  NAME="Ubuntu"
  VERSION="15.10 (Wily Werewolf)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 15.10"
  VERSION_ID="15.10"
  HOME_URL="http://www.ubuntu.com/;
  SUPPORT_URL="http://help.ubuntu.com/;
  BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/;

  
  $ dpkg -l network-manager
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ NameVersion   
   Architecture Description
  
+++-===---===
  ii  network-manager 1.0.4-0ubuntu5.2  
   amd64network management framework (daemon and 
userspace tools)

  from: _usr_sbin_NetworkManager.0.crash
  SegvReason: reading NULL VMA
  SourcePackage: network-manager
  Stacktrace:
   #0  0x00497b07 in on_bss_proxy_acquired (proxy=0xeefbb0 
[GDBusProxy], result=0x17dfb40, user_data=) at 
supplicant-manager/nm-supplicant-interface.c:157
   self = 0xf5e0b0 [NMSupplicantInterface]
   error = 0x0
   properties = 0x0
   props = 0x0
   builder = {x = {0, 15699024, 15699025, 0, 0, 18446744073709551615, 
17780224, 8, 0, 3, 1033660112, 0, 0, 0, 0, 0}}
   iter = 
   __func__ = "on_bss_proxy_acquired"
   #1  0x7fab9c9b85f3 in g_task_return_now (task=0x17dfb40 [GTask]) at 
/build/glib2.0-ajuDY6/glib2.0-2.46.1/./gio/gtask.c:1104
   #2  0x7fab9c9b8c7e in g_task_return (task=0x17dfb40 [GTask], 
type=) at /build/glib2.0-ajuDY6/glib2.0-2.46.1/./gio/gtask.c:1162
   source = 0x7fab8e54a140
   #3  0x7fab9ca10efd in init_second_async_cb (source_object=, res=, user_data=0x17dfb40) at 
/build/glib2.0-ajuDY6/glib2.0-2.46.1/./gio/gdbusproxy.c:1805
   task = 0x17dfb40 [GTask]
   error = 0x0
   #4  0x7fab9c9b85f3 in g_task_return_now (task=0x17dc8f0 [GTask]) at 
/build/glib2.0-ajuDY6/glib2.0-2.46.1/./gio/gtask.c:1104

  NetworkManager$ git show 33527341b1e35034a4f1736df4bc98f8ac8418ab
  commit 33527341b1e35034a4f1736df4bc98f8ac8418ab
  Author: Jiří Klimeš 
  Date:   Thu May 7 11:27:26 2015 +0200

  wifi: fix a crash in on_bss_proxy_acquired()
  
  g_dbus_proxy_get_cached_property_names() function can return NULL.
  
   Program received signal SIGSEGV, Segmentation fault.
   on_bss_proxy_acquired (proxy=0x7fffe4003880 [GDBusProxy], 
result=0x895490, user_data=) at 
supplicant-manager/nm-supplicant-interface.c:159
   159while (*iter) {
   (gdb) bt
   #0  0x0048fac7 in on_bss_proxy_acquired (proxy=0x7fffe4003880 
[GDBusProxy], result=0x895490, user_data=)
   at supplicant-manager/nm-supplicant-interface.c:159
   #1  0x003bf84728b7 in g_simple_async_result_complete 
(simple=0x895490 [GSimpleAsyncResult]) at gsimpleasyncresult.c:763
   #2  0x003bf8472919 in complete_in_idle_cb (data=) at 
gsimpleasyncresult.c:775
   #3  0x003bf5c497fb in g_main_context_dispatch (context=0x7d6420) at 
gmain.c:3111
   #4  0x003bf5c497fb in g_main_context_dispatch 
(context=context@entry=0x7d6420) at gmain.c:3710
   #5  0x003bf5c49b98 in g_main_context_iterate (context=0x7d6420, 
block=block@entry=1, dispatch=dispatch@entry=1, self=) at 
gmain.c:3781
   #6  0x003bf5c49ec2 in g_main_loop_run (loop=0x7d64e0) at gmain.c:3975
   #7  0x004349d6 in main (argc=1, argv=0x7fffe598) at 
main.c:486

  diff --git a/src/supplicant-manager/nm-supplicant-interface.c 
b/src/supplicant-manager/nm-supplicant-interface.c
  index 4731ad7..19795bf 100644
  --- a/src/supplicant-manager/nm-supplicant-interface.c
  +++ b/src/supplicant-manager/nm-supplicant-interface.c
  @@ -156,7 +156,7 @@ on_bss_proxy_acquired (GDBusProxy *proxy, GAsyncResult 
*result, gpointer user_da
  g_variant_builder_init (, G_VARIANT_TYPE ("a{sv}"));
   
  iter = properties = g_dbus_proxy_get_cached_property_names (proxy);
  -   while (*iter) {
  +   while (iter && *iter) {
  GVariant *copy = g_dbus_proxy_get_cached_property (proxy, 
*iter);
   
  g_variant_builder_add (, "{sv}", *iter++, copy);

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1559734] Re: error : brokencount>(0)

2016-12-27 Thread Aron Xu
** Changed in: network-manager (Ubuntu)
   Status: New => Invalid

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

Title:
  error : brokencount>(0)

Status in network-manager package in Ubuntu:
  Invalid

Bug description:
  sudo apt-get install 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  You might want to run 'apt-get -f install' to correct these.
  The following packages have unmet dependencies:
   audacious : Depends: libaudcore3 (= 3.7.1-1~webupd8~xenial0) but 3.6.2-2 is 
installed
   audacious-plugins : Depends: libaudcore3 (>= 3.7.1-1~webupd8~xenial0) but 
3.6.2-2 is installed
  E: Unmet dependencies. Try using -f.
  prakash@prakash-Inspiron-3542:~$ sudo apt-get install -f
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Correcting dependencies... Done
  The following packages were automatically installed and are no longer 
required:
libaudgui3 libaudtag2 libbinio1v5 libpgm-5.1-0 libpoppler57 libzmq3
linux-headers-4.4.0-10 linux-headers-4.4.0-10-generic linux-headers-4.4.0-11
linux-headers-4.4.0-11-generic linux-headers-4.4.0-12
linux-headers-4.4.0-12-generic linux-headers-4.4.0-13
linux-headers-4.4.0-13-generic linux-image-4.4.0-10-generic
linux-image-4.4.0-11-generic linux-image-4.4.0-12-generic
linux-image-4.4.0-13-generic linux-image-extra-4.4.0-10-generic
linux-image-extra-4.4.0-11-generic linux-image-extra-4.4.0-12-generic
linux-image-extra-4.4.0-13-generic qtdeclarative5-qtfeedback-plugin
  Use 'sudo apt autoremove' to remove them.
  The following additional packages will be installed:
libaudcore3
  The following packages will be upgraded:
libaudcore3
  1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  3 not fully installed or removed.
  Need to get 0 B/244 kB of archives.
  After this operation, 512 kB of additional disk space will be used.
  Do you want to continue? [Y/n] Y
  (Reading database ... 396704 files and directories currently installed.)
  Preparing to unpack .../libaudcore3_3.7.1-1~webupd8~xenial0_amd64.deb ...
  Unpacking libaudcore3:amd64 (3.7.1-1~webupd8~xenial0) over (3.6.2-2) ...
  dpkg: error processing archive 
/var/cache/apt/archives/libaudcore3_3.7.1-1~webupd8~xenial0_amd64.deb 
(--unpack):
   trying to overwrite '/usr/lib/x86_64-linux-gnu/libaudgui.so.3', which is 
also in package libaudgui3:amd64 3.6.2-2
  Processing triggers for libc-bin (2.23-0ubuntu1) ...
  Errors were encountered while processing:
   /var/cache/apt/archives/libaudcore3_3.7.1-1~webupd8~xenial0_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1559734/+subscriptions

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


[Desktop-packages] [Bug 1639699] Re: network-manager Down after Laptop Suspend mode

2016-12-27 Thread Yowu Yu
before suspend
ps -ef | grep wpa_supplicant  
root  1054 1  0 15:29 ?00:00:00 /sbin/wpa_supplicant -u -s -O 
/run/wpa_supplicant
uyu423   13023 12933  0 16:41 pts/000:00:00 grep --color=auto 
--exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg 
--exclude-dir=.svn wpa_supplicant

after resume
ps -ef | grep wpa_supplicant  
root  1054 1  0 15:29 ?00:00:00 /sbin/wpa_supplicant -u -s -O 
/run/wpa_supplicant
uyu423   13884 12933  0 16:42 pts/000:00:00 grep --color=auto 
--exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg 
--exclude-dir=.svn wpa_supplicant

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

Title:
  network-manager Down after Laptop Suspend mode

Status in Ubuntu GNOME:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  I installed Ubuntu Gnome 16.10 in Dell XPS-13 (9350)

  network-manager does not function properly when latop re-opened.(can't
  use network. but IP address is still allocated.) After executing the
  following command, the network runs again. "sudo service network-
  manager restart"

  $ lspci
  00:00.0 Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers 
(rev 08)
  00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07)
  00:04.0 Signal processing controller: Intel Corporation Skylake Processor 
Thermal Subsystem (rev 08)
  00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI 
Controller (rev 21)
  00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP 
Thermal subsystem (rev 21)
  00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP 
Serial IO I2C Controller #0 (rev 21)
  00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP 
Serial IO I2C Controller #1 (rev 21)
  00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME 
HECI #1 (rev 21)
  00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller 
[AHCI mode] (rev 21)
  00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
  00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port 
#5 (rev f1)
  00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port 
#6 (rev f1)
  00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port 
#9 (rev f1)
  00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
  00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
  00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
  00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
  3a:00.0 Network controller: Broadcom Limited BCM4350 802.11ac Wireless 
Network Adapter (rev 08)
  3b:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI 
Express Card Reader (rev 01)
  3c:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD 
Controller (rev 01)

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

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


[Desktop-packages] [Bug 1639699] Re: network-manager Down after Laptop Suspend mode

2016-12-27 Thread Yowu Yu
It seems that this issue has been resolved a few days ago.

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

Title:
  network-manager Down after Laptop Suspend mode

Status in Ubuntu GNOME:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  I installed Ubuntu Gnome 16.10 in Dell XPS-13 (9350)

  network-manager does not function properly when latop re-opened.(can't
  use network. but IP address is still allocated.) After executing the
  following command, the network runs again. "sudo service network-
  manager restart"

  $ lspci
  00:00.0 Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers 
(rev 08)
  00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07)
  00:04.0 Signal processing controller: Intel Corporation Skylake Processor 
Thermal Subsystem (rev 08)
  00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI 
Controller (rev 21)
  00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP 
Thermal subsystem (rev 21)
  00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP 
Serial IO I2C Controller #0 (rev 21)
  00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP 
Serial IO I2C Controller #1 (rev 21)
  00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME 
HECI #1 (rev 21)
  00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller 
[AHCI mode] (rev 21)
  00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
  00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port 
#5 (rev f1)
  00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port 
#6 (rev f1)
  00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port 
#9 (rev f1)
  00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
  00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
  00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
  00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
  3a:00.0 Network controller: Broadcom Limited BCM4350 802.11ac Wireless 
Network Adapter (rev 08)
  3b:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI 
Express Card Reader (rev 01)
  3c:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD 
Controller (rev 01)

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

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


[Desktop-packages] [Bug 1573856] Re: NetworkManager resets spoofed mac address to physical mac

2016-12-27 Thread Aron Xu
This would be great to report upstream as a feature request.

** Changed in: network-manager (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: network-manager (Ubuntu)
   Status: New => Triaged

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

Title:
  NetworkManager resets spoofed mac address to physical mac

Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 16.04 bumped NetworkManager to version 1.1.93. Unlike 15.10
  (with v1.0.4) and earlier NetworkManager now resets temporary mac of
  an interface to actual physical mac effectively disabling typical wifi
  anonymization technics.

  Same issue is present in just released NetworkManager 1.2.

  It appears that sometime between 1.0.10 and 1.1.93 there was a change
  in src/devices/wifi/nm-device-wifi.c from

   /* Set spoof MAC to the interface */
   cloned_mac = nm_setting_wireless_get_cloned_mac_address (s_wireless);
   if (cloned_mac)
    nm_device_set_hw_addr (device, cloned_mac, "set", LOGD_WIFI);
  to

   /* Set spoof MAC to the interface */
   cloned_mac = nm_setting_wireless_get_cloned_mac_address (s_wireless);
   nm_device_set_hw_addr (device, cloned_mac, "set", LOGD_WIFI);

  cloned_mac is NULL if not specified in NetworkManager GUI. When called
  with NULL nm_device_set_hw_addr sets the mac to physical mac of the
  interface.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1573856/+subscriptions

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


[Desktop-packages] [Bug 1577382] Re: Network fails to start if VLAN have bigger MTU than default

2016-12-27 Thread Aron Xu
@Martins, I want to know what's the MTU configured on eno3 interface,
that one should be >= mtu of vlan interface.

** Changed in: network-manager (Ubuntu)
   Status: New => Incomplete

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

Title:
  Network fails to start if VLAN have bigger MTU than default

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  Looks like a bug for me.
  If I configure interface VLAN with bigger MTU than 1500, which is default, 
interface with VLAN fail to start.

  May  2 14:40:16 demo-host systemd[1]: Started ifup for eno3.1009.
  May  2 14:40:16 demo-host sh[2184]: Set name-type for VLAN subsystem. Should 
be visible in /proc/net/vlan/config
  May  2 14:40:16 demo-host sh[2184]: RTNETLINK answers: Numerical result out 
of range
  May  2 14:40:16 demo-host sh[2184]: Failed to bring up eno3.1009.

  auto eno3
  iface eno3 inet manual
   mtu 1550

  auto eno3.805
  iface eno3.805 inet manual
  vlan-raw-device eno3
  mtu 1500

  auto eno3.1009
  iface eno3.1009 inet static
  vlan-raw-device eno3
  address 10.20.30.7
  netmask 255.255.255.0
  mtu 1550

  eno3 and eno3.805 starts successfully, but eno3.1009 not. If I look at
  syslog, I can see, that interface boot order goes from last interface
  in config to first:

  ~# cat /var/log/syslog|grep -i "Started ifup for eno3"
  May  2 14:40:16 demo-host systemd[1]: Started ifup for eno3.1009.
  May  2 14:40:16 demo-host systemd[1]: Started ifup for eno3.805.
  May  2 14:40:16 demo-host systemd[1]: Started ifup for eno3.

  This is really strange, I suppose it should have some kind of order in such 
cases.
  If I change configuration, e.g., eno3.1009 configure before eno3, host boots 
successfully with configured VLAN, but I suppose it could fail in some cases 
anyway.

  So looks like we need some kind of "order" configuration in which we
  can setup after what cases we can take up interface.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1577382/+subscriptions

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


[Desktop-packages] [Bug 1592550] Re: nm-applet does not appear in notification area

2016-12-27 Thread Aron Xu
** Package changed: network-manager (Ubuntu) => network-manager-applet
(Ubuntu)

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

Title:
  nm-applet does not appear in notification area

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

Bug description:
  I have to log in to a wifi service via PEAP at my university. After
  doing this, on each successive reboot my nm-applet does not appear in
  my notification area (all my other applets are still there). I can get
  the applet to appear by running "nm-applet" in a terminal. I do get
  two notifications in the terminal as nm-applet loads:

  (nm-applet:3100): Gtk-WARNING **: Theme parsing error: gtk-
  main.css:69:33: Failed to import: Error opening file: No such file or
  directory

  (nm-applet:3100): Gdk-CRITICAL **: gdk_window_thaw_toplevel_updates:
  assertion 'window->update_and_descendants_freeze_count > 0' failed

  I have installed Ubuntu Mate twice on my system, and the applet works fine 
after logging into various networks until I set up the PEAP login. Also, even 
if the applet doesn't appear I am still connected to any saved wifi network 
within range.
  I am running Ubuntu Mate 16.04, with Mate 1.12.1 on a Dell Latitude e6410.
  Thank you.

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

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


[Desktop-packages] [Bug 1614978] Re: wifi connection lost after several minutes.

2016-12-27 Thread Aron Xu
Can you provide more details about your system? Probably you can use
apport to report your problem as described in
https://help.ubuntu.com/community/ReportingBugs

** Changed in: network-manager (Ubuntu)
   Status: New => Incomplete

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

Title:
  wifi connection lost after several minutes.

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  My device is lenovo g510 ideapad ; my wireless chip is Broadcom Corporation 
BCM43142 802.11b/g/n [14e4:4365] (rev 01)
  I assume the driver isn't working as well or isn't there at all but don't 
know the right way to fix the problem.
  any useful help please ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1614978/+subscriptions

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


[Desktop-packages] [Bug 1637700] Re: Caching dnsmasq stops resolving after some time

2016-12-27 Thread Aron Xu
*** This bug is a duplicate of bug 1631241 ***
https://bugs.launchpad.net/bugs/1631241

** No longer affects: ubuntu

** This bug has been marked a duplicate of bug 1631241
   Name resolution stops working after resume from suspend

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

Title:
  Caching dnsmasq stops resolving after some time

Status in network-manager package in Ubuntu:
  New

Bug description:
  Since upgrading to yakkety my network sometimes stops working - it
  might be related to suspending the laptop. The NetworkManager-managed
  caching dnsmasq just stops resolving at some point:

   dig google.com @127.0.1.1

  ; <<>> DiG 9.10.3-P4-Ubuntu <<>> google.com @127.0.1.1
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 22521
  ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

  ;; QUESTION SECTION:
  ;google.com.IN  A

  ;; Query time: 0 msec
  ;; SERVER: 127.0.1.1#53(127.0.1.1)
  ;; WHEN: Sat Oct 29 09:12:33 CEST 2016
  ;; MSG SIZE  rcvd: 28

  
  Networking and upstream DNS are fine:

   dig google.com @8.8.8.8

  ; <<>> DiG 9.10.3-P4-Ubuntu <<>> google.com @8.8.8.8
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63345
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 16, AUTHORITY: 0, ADDITIONAL: 1

  ;; OPT PSEUDOSECTION:
  ; EDNS: version: 0, flags:; udp: 512
  ;; QUESTION SECTION:
  ;google.com.IN  A

  ;; ANSWER SECTION:
  google.com. 299 IN  A   46.134.208.30
  [...]

  ;; Query time: 43 msec
  ;; SERVER: 8.8.8.8#53(8.8.8.8)
  ;; WHEN: Sat Oct 29 09:12:31 CEST 2016
  ;; MSG SIZE  rcvd: 295

  
  Killing it resolves the issue, dnsmasq gets restarted and works again:

   ps aux | grep dnsmasq
  nobody4262  0.0  0.0  54308  2740 ?S01:30   0:00 
/usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces 
--pid-file=/var/run/NetworkManager/dnsmasq.pid --listen-address=127.0.1.1 
--cache-size=0 --conf-file=/dev/null --proxy-dnssec 
--enable-dbus=org.freedesktop.NetworkManager.dnsmasq 
--conf-dir=/etc/NetworkManager/dnsmasq.d
   sudo kill 4262
   dig google.com @127.0.1.1

  ; <<>> DiG 9.10.3-P4-Ubuntu <<>> google.com @127.0.1.1
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58324
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 16, AUTHORITY: 0, ADDITIONAL: 1

  ;; OPT PSEUDOSECTION:
  ; EDNS: version: 0, flags:; udp: 512
  ;; QUESTION SECTION:
  ;google.com.IN  A

  ;; ANSWER SECTION:
  google.com. 299 IN  A   46.134.208.59
  [...]

  ;; Query time: 41 msec
  ;; SERVER: 127.0.1.1#53(127.0.1.1)
  ;; WHEN: Sat Oct 29 09:12:54 CEST 2016
  ;; MSG SIZE  rcvd: 295

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: dnsmasq (not installed)
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Oct 29 09:13:04 2016
  InstallationDate: Installed on 2016-05-06 (175 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: dnsmasq
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-05-06 (175 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  Package: network-manager 1.2.4-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Tags: yakkety third-party-packages
  Uname: Linux 4.8.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip libvirt libvirtd lpadmin lxd plugdev 
sambashare sbuild sudo vboxusers
  _MarkForUpload: True
  
modified.conffile..etc.polkit-1.localauthority.50-local.d.org.freedesktop.NetworkManager.pkla:
 [deleted]
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.2.4connected  started  full  enabled enabled  
disabled  enabled  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1637700/+subscriptions

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

[Desktop-packages] [Bug 1637123] Re: mythtv-frontend: missing dependencies

2016-12-27 Thread Aron Xu
** Package changed: network-manager (Ubuntu) => ubuntu

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

Title:
  mythtv-frontend: missing dependencies

Status in Ubuntu:
  Confirmed

Bug description:
  After a clean install of Ubuntu 16.10 it is not possible to install
  the package "mythtv-frontend" because it depends on the package
  "transcode". The package "transcode" is not available anymore. It
  seems that in 16.10 a special package for transcoding purposes in
  mythtv was created. But the package dependencies were not adjusted.

  BTW: I cannot install Cinnamon due to unresolved dependecies too. Are
  there more "dead dependencies" in 16.10?

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

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


[Desktop-packages] [Bug 1639699] Re: network-manager Down after Laptop Suspend mode

2016-12-27 Thread Aron Xu
Would you mind to confirm whether there is wpa_supplicant process
running after suspend/resume?

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

Title:
  network-manager Down after Laptop Suspend mode

Status in Ubuntu GNOME:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  I installed Ubuntu Gnome 16.10 in Dell XPS-13 (9350)

  network-manager does not function properly when latop re-opened.(can't
  use network. but IP address is still allocated.) After executing the
  following command, the network runs again. "sudo service network-
  manager restart"

  $ lspci
  00:00.0 Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers 
(rev 08)
  00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07)
  00:04.0 Signal processing controller: Intel Corporation Skylake Processor 
Thermal Subsystem (rev 08)
  00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI 
Controller (rev 21)
  00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP 
Thermal subsystem (rev 21)
  00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP 
Serial IO I2C Controller #0 (rev 21)
  00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP 
Serial IO I2C Controller #1 (rev 21)
  00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME 
HECI #1 (rev 21)
  00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller 
[AHCI mode] (rev 21)
  00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
  00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port 
#5 (rev f1)
  00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port 
#6 (rev f1)
  00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port 
#9 (rev f1)
  00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
  00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
  00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
  00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
  3a:00.0 Network controller: Broadcom Limited BCM4350 802.11ac Wireless 
Network Adapter (rev 08)
  3b:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI 
Express Card Reader (rev 01)
  3c:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD 
Controller (rev 01)

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

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


[Desktop-packages] [Bug 1644626] Re: Login does not work with krb5 after upgrade to 16.04.1 from 14.04.5

2016-12-27 Thread Aron Xu
** Package changed: network-manager (Ubuntu) => ubuntu

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

Title:
  Login does not work with krb5 after upgrade to 16.04.1 from 14.04.5

Status in Ubuntu:
  New

Bug description:
  After having managed to have a 1024x768 lightdm screen displayed
  begging to login, I've tried and being prompted with "You where logged
  in with cached credentials".

  Not really: I am logged in, but immediately thrown out again. It is
  impossible to work!

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.2.2-0ubuntu0.16.04.3
  ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
  Uname: Linux 4.4.0-47-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Thu Nov 24 19:32:58 2016
  InstallationDate: Installed on 2014-02-10 (1017 days ago)
  InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
  IpRoute:
   default via 10.160.0.1 dev eth1 
   10.160.0.0/16 dev eth1  proto kernel  scope link  src 10.160.2.45 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   172.18.8.0/24 dev eth0  proto kernel  scope link  src 172.18.8.141
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  RfKill:
   
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to xenial on 2016-11-24 (0 days ago)
  ftp_proxy: http://proxy01-muc.bfs.de:8080/
  http_proxy: http://proxy01-muc.bfs.de:8080/
  nmcli-con:
   NAME   UUID  TYPE
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY 
 READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH 
   Kabelnetzwerkverbindung 1  c6be5d5a-c232-41e9-ae61-28f7974f30a9  
802-3-ethernet  1397215392  Fr 11 Apr 2014 13:23:12 CEST  yes  0
 no/org/freedesktop/NetworkManager/Settings/0  no  --   
   -- --
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH 
   eth0ethernet  unmanaged  /org/freedesktop/NetworkManager/Devices/1  --   
   ----   
   eth1ethernet  unmanaged  /org/freedesktop/NetworkManager/Devices/0  --   
   ----   
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/2  --   
   ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.2.2connected  started  none  enabled enabled  
enabled  enabled  enabled
  no_proxy: 127.0.0.1, localhost

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

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


[Desktop-packages] [Bug 1646844] Re: Crashes when inserting (micro)SD-card in card reader, lenovo

2016-12-27 Thread Aron Xu
** Package changed: network-manager (Ubuntu) => ubuntu

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

Title:
  Crashes when inserting (micro)SD-card in card reader, lenovo

Status in Ubuntu:
  New

Bug description:
  Recently, when i insert my SD-card (in Adapter) into my lenovo T410s (card 
reader, left side), the mounting applet doesn't pop up any longer. 
  I did a bit more of research and find a crash whenever I insert the card, 
also after a reboot, reproducably.

  dmesg tells me:

  [14297.018647] sdhci-pci :05:00.0: no hotplug settings from platform
  [14297.018667] pci :05:00.1: no hotplug settings from platform
  [14299.031485] irq 19: nobody cared (try booting with the "irqpoll" option)
  [14299.031493] CPU: 3 PID: 0 Comm: swapper/3 Tainted: G   OX 
3.13.0-103-generic #150-Ubuntu
  [14299.031495] Hardware name: LENOVO 2924WEG/2924WEG, BIOS 6UET70WW (1.50 ) 
10/11/2012
  [14299.031496]   8801bbd83e60 8172ce29 
8801b25f3400
  [14299.031499]  8801b25f34a4 8801bbd83e88 810c5ac2 
8801b25f3400
  [14299.031501]  0013  8801bbd83ec8 
810c5ffc
  [14299.031503] Call Trace:
  [14299.031505][] dump_stack+0x64/0x82
  [14299.031518]  [] __report_bad_irq+0x32/0xd0
  [14299.031520]  [] note_interrupt+0x24c/0x2a0
  [14299.031522]  [] handle_irq_event_percpu+0xe9/0x220
  [14299.031524]  [] handle_irq_event+0x3d/0x60
  [14299.031526]  [] handle_fasteoi_irq+0x5a/0x100
  [14299.031531]  [] handle_irq+0x1e/0x30
  [14299.031534]  [] do_IRQ+0x4d/0xc0
  [14299.031538]  [] common_interrupt+0x6d/0x6d
  [14299.031539][] ? cpuidle_enter_state+0x4f/0xc0
  [14299.031546]  [] ? cpuidle_enter_state+0x48/0xc0
  [14299.031548]  [] cpuidle_idle_call+0xdc/0x220
  [14299.031552]  [] arch_cpu_idle+0xe/0x30
  [14299.031554]  [] cpu_startup_entry+0xc1/0x2b0
  [14299.031559]  [] start_secondary+0x21d/0x2d0
  [14299.031560] handlers:
  [14299.031563] [] usb_hcd_irq
  [14299.031601] [] sdhci_irq [sdhci]
  [14299.031605] [] ips_irq_handler [intel_ips]
  [14299.031606] Disabling IRQ #19

  It used to work earlier, though. I wonder what has changed? Though,
  before the SD-card was a different one, with a different capacity. The
  card itself works splendidly elsewhere.

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

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


[Desktop-packages] [Bug 1647259] Re: GUI issue with VPN connection state

2016-12-27 Thread Aron Xu
Which VPN plugin are you using?

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

Title:
  GUI issue with VPN connection state

Status in network-manager package in Ubuntu:
  New

Bug description:
  1. Connect to a wifi network.
  2. Connect to a VPN.
  3. Disconnect from the wifi network.
  4. Connect to the wifi network.

  After these steps VPN is still checked in the GUI and toggling it
  doesn't do anything.

  Workaround to get VPN working again (after doing previous steps):

  1. Disconnect from the wifi network.
  2. Disconnect from the VPN.
  3. Connect to the wifi network.
  4. Connect to the VPN.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1647259/+subscriptions

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


[Desktop-packages] [Bug 1652880] [NEW] gtk-doc doesn't work with cmake

2016-12-27 Thread Fahad
Public bug reported:

I am using docker & ubuntu 16.04 and I got this error:

Scanning dependencies of target doc-raqm

[ 30%] Generating raqm/html_dir.stamp, raqm/html

[ 40%] Generating raqm/dir.stamp, raqm

[ 50%] Generating raqm/raqm-decl-list.txt, raqm/raqm-decl.txt, raqm
/raqm-overrides.txt, raqm/raqm-sections.txt, raqm/raqm.types

/bin/sh: 1: /bin/gtkdoc-scan: not found

make[2]: *** [raqm/raqm-decl-list.txt] Error 127

CMakeFiles/doc-raqm.dir/build.make:92: recipe for target 'raqm/raqm-
decl-list.txt' failed

CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/doc-
raqm.dir/all' failed

make[1]: *** [CMakeFiles/doc-raqm.dir/all] Error 2

BTW, I test it with Fedora 25 and works fine but I need to get work under 
ubuntu for travis-ci.com
My cmake file here: 
https://github.com/Fahad-Alsaidi/libraqm/blob/cmake/CMakeLists.txt#L254

I report this bug for upstream but got closed as "RESOLVED NOTGNOME " 
: https://bugzilla.gnome.org/show_bug.cgi?id=776205

** Affects: gtk-doc (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  gtk-doc doesn't work with cmake

Status in gtk-doc package in Ubuntu:
  New

Bug description:
  I am using docker & ubuntu 16.04 and I got this error:

  Scanning dependencies of target doc-raqm

  [ 30%] Generating raqm/html_dir.stamp, raqm/html

  [ 40%] Generating raqm/dir.stamp, raqm

  [ 50%] Generating raqm/raqm-decl-list.txt, raqm/raqm-decl.txt, raqm
  /raqm-overrides.txt, raqm/raqm-sections.txt, raqm/raqm.types

  /bin/sh: 1: /bin/gtkdoc-scan: not found

  make[2]: *** [raqm/raqm-decl-list.txt] Error 127

  CMakeFiles/doc-raqm.dir/build.make:92: recipe for target 'raqm/raqm-
  decl-list.txt' failed

  CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/doc-
  raqm.dir/all' failed

  make[1]: *** [CMakeFiles/doc-raqm.dir/all] Error 2

  BTW, I test it with Fedora 25 and works fine but I need to get work under 
ubuntu for travis-ci.com
  My cmake file here: 
https://github.com/Fahad-Alsaidi/libraqm/blob/cmake/CMakeLists.txt#L254

  I report this bug for upstream but got closed as "RESOLVED NOTGNOME " 
  : https://bugzilla.gnome.org/show_bug.cgi?id=776205

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

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


[Desktop-packages] [Bug 1652876] Re: No proprietary driver available for NVIDIA [10de:13b4]

2016-12-27 Thread Po-Hsu Lin
It's supported with nvidia-375 from PPA [1]

$ apt-cache show nvidia-375 | grep 13B4
pci:v10DEd13B4sv*sd*bc03sc*i*

[1] https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa

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

Title:
  No proprietary driver available for NVIDIA [10de:13b4]

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

Bug description:
  This is a hybrid graphic system, but there is no proprietary driver
  available for the NVIDIA graphic card on this system.

  01:00.0 3D controller [0302]: NVIDIA Corporation Device [10de:13b4] (rev a2)
Subsystem: Dell Device [1028:07a9]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1652876/+subscriptions

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


[Desktop-packages] [Bug 1652876] [NEW] No proprietary driver available for NVIDIA [10de:13b4]

2016-12-27 Thread Po-Hsu Lin
Public bug reported:

This is a hybrid graphic system, but there is no proprietary driver
available for the NVIDIA graphic card on this system.

01:00.0 3D controller [0302]: NVIDIA Corporation Device [10de:13b4] (rev a2)
Subsystem: Dell Device [1028:07a9]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau

** Affects: hwe-next
 Importance: Undecided
 Status: New

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


** Tags: 201611-25206 taipei-lab

** Also affects: hwe-next
   Importance: Undecided
   Status: New

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

Title:
  No proprietary driver available for NVIDIA [10de:13b4]

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

Bug description:
  This is a hybrid graphic system, but there is no proprietary driver
  available for the NVIDIA graphic card on this system.

  01:00.0 3D controller [0302]: NVIDIA Corporation Device [10de:13b4] (rev a2)
Subsystem: Dell Device [1028:07a9]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1652876/+subscriptions

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


[Desktop-packages] [Bug 1562219] Re: Unprivileged xinit wont start in unallocated vt

2016-12-27 Thread My name
Uh, I wish I could edit my 2 posts above out. My problem was simple.
After installing from the mini.iso, I was running an installation script
that has a command of the form:

sudo apt-get install --no-install-recommends package1 package2 package3
. . .

It always worked before. But one of those packages no longer exists and
apparently apt-get just doesn't anything on a list like that when ANY of
them are missing. There was an error message but it only refered to the
one package so I falsly assumed it was getting the others. So I didn't
have openbox. Duh.

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

Title:
  Unprivileged xinit wont start in unallocated vt

Status in xinit package in Ubuntu:
  Confirmed

Bug description:
  If as an unprivileged user you launch xinit (or startx) to any vt
  (EVEN IF UNALLOCATED BY SYSTEMD) it will fail as described below. The
  only exception appears to be if the vt you attempt to launch X onto is
  already logged into by that user. For many this makes running X
  unprivileged unworkable.

  --

  When attempting to run xinit or startx after upgrading from 14.04 to
  16.04 it will not work.  There seems to be some sort of permission
  issue.  I have seen another person with this issue as well here:

  http://askubuntu.com/questions/749370/ubuntu-16-04-xf86openconsole-
  cannot-open-virtual-console-2?newreg=ba376d7a182d44608ed4675346b1ed74

  An example is when attempting to launch kodi, which worked prior to
  the upgrade:

  xinit /usr/bin/kodi --standalone -- -nocursor :0

  X.Org X Server 1.18.1
  Release Date: 2016-02-08
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 3.13.0-79-generic x86_64 Ubuntu
  Current Operating System: Linux hostname 4.4.0-15-generic #31-Ubuntu SMP Fri 
Mar 18 19:08:31 UTC 2016 x86_64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic 
root=UUID=6f2e8267-1240-4f7b-9889-42e65d74767e ro biosdevname=0 text
  Build Date: 11 March 2016  07:43:21AM
  xorg-server 2:1.18.1-1ubuntu4 (For technical support please see 
http://www.ubuntu.com/support)
  Current version of pixman: 0.33.6
  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
  Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (==) Log file: "/home/arch/.local/share/xorg/Xorg.0.log", Time: Fri Mar 25 
20:14:07 2016
  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  (EE)
  Fatal server error:
  (EE) xf86OpenConsole: Cannot open virtual console 2 (Permission denied)
  (EE)
  (EE)
  Please consult the The X.Org Foundation support
   at http://wiki.x.org
   for help.
  (EE) Please also check the log file at 
"/home/arch/.local/share/xorg/Xorg.0.log" for additional information.
  (EE)
  (EE) Server terminated with error (1). Closing log file.
  xinit: giving up
  xinit: unable to connect to X server: Connection refused

  I have tried numerous workarounds including reinstalling xorg,
  removing all x-related files in my profile, and creating a new user.
  Unfortunately none of these worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xinit 1.3.4-3
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Fri Mar 25 20:14:18 2016
  DistUpgraded: 2016-03-25 09:16:37,728 DEBUG enabling apt cron job
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus: oem-audio-hda-daily, 0.201412181801~ubuntu14.04.1, 
3.13.0-83-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/xinit
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0402] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: ASRock Incorporation Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller [1849:0402]
  InstallationDate: Installed on 2014-12-14 (467 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic 
root=UUID=6f2e8267-1240-4f7b-9889-42e65d74767e ro biosdevname=0 text
  SourcePackage: xinit
  UpgradeStatus: Upgraded to xenial on 2016-03-25 (0 days ago)
  dmi.bios.date: 05/18/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.90
  dmi.board.name: H97M Pro4
  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.
  

[Desktop-packages] [Bug 1424491] Re: apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

2016-12-27 Thread Connor Fredireck Sarles
** Changed in: fglrx-installer-updates (Ubuntu)
 Assignee: Alberto Milone (albertomilone) => (unassigned)

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

Title:
  apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

Status in fglrx:
  Invalid
Status in fglrx-installer package in Ubuntu:
  In Progress
Status in fglrx-installer-updates package in Ubuntu:
  Fix Released
Status in fglrx-installer source package in Precise:
  In Progress
Status in fglrx-installer-updates source package in Precise:
  In Progress
Status in fglrx-installer source package in Trusty:
  Fix Released
Status in fglrx-installer-updates source package in Trusty:
  Fix Released

Bug description:
  
  SRU Request:

  [Impact]
  fglrx cannot be installed correctly together with the new lts stacks.

  [Test case]
  Installing the xserver from lts-utopic will prevent the current fglrx from 
being installed. The new fglrx will install correctly

  [Regression potential]
  Low. This fglrx release is already in use in 15.04 without any major issues.

  
  --

  Activity:  Install fglrx AMD driver on 12.04.5 and 14.02.2

  Expected behavior:  fglrx would intall

  Observed behavior:  fglrx is not installed as follows

  Attempt to install fglrx fails as follows:

  zack3@ZACK3:~$ sudo apt-get install fglrx-updates xvba-va-driver
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   fglrx-updates : Depends: xorg-video-abi-11 but it is not installable 
or
    xorg-video-abi-12 but it is not installable 
or
    xorg-video-abi-13 but it is not installable 
or
    xorg-video-abi-14 but it is not installable 
or
    xorg-video-abi-15
  E: Unable to correct problems, you have held broken packages.

  Attempt to insatll xorg-video-abi-15 yields:

  zack3@ZACK3:~$ sudo apt-get install xorg-video-abi-15
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Note, selecting 'xserver-xorg-core' instead of 'xorg-video-abi-15'
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it 
is not going to be installed
     Depends: libcogl15 (>= 1.15.8) but it is not going 
to be installed
   libcheese7 : Depends: libclutter-gst-2.0-0 (>= 0.10.0) but it is not 
going to be installed
    Depends: gstreamer1.0-clutter but it is not going to be 
installed
   libclutter-1.0-0 : Depends: libcogl-pango15 (>= 1.15.8) but it is 
not going to be installed
  Depends: libcogl15 (>= 1.15.8) but it is not 
going to be installed
  E: Error, pkgProblemResolver::Resolve generated breaks, this may be 
caused by held packages.

  Attempting to install xserver-xorg-core instead yields:

  zack3@ZACK3:~$ sudo apt-get install xserver-xorg-core
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it 
is not going to be installed
     Depends: libcogl15 (>= 1.15.8) but it is not going 
to be installed
   libcheese7 : Depends: libclutter-gst-2.0-0 (>= 0.10.0) but it is not 
going to be installed
    Depends: gstreamer1.0-clutter but it is not going to be 
installed
   

[Desktop-packages] [Bug 1652846] [NEW] fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel module failed to build

2016-12-27 Thread cgameing
Public bug reported:

Dont see any bugs here, but ubuntu requested me fill a bug report

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: fglrx-updates-core 2:15.200-0ubuntu4.2
Uname: Linux 4.2.0-040200-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.8
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.8.0-040800-generic
Date: Thu Dec 22 08:51:10 2016
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 fglrx-updates-core, 15.200, 3.19.0-78-generic, x86_64: installed
 fglrx-updates-core, 15.200, 4.2.0-040200-generic, x86_64: installed
DuplicateSignature: 
dkms:fglrx-updates-core:2:15.200-0ubuntu4.2:/var/lib/dkms/fglrx-updates-core/15.200/build/2.6.x/firegl_public.c:629:9:
 error: void value not ignored as it ought to be
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Oland PRO [Radeon R7 240] [1002:6613] 
(prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:048b]
MachineType: To be filled by O.E.M. To be filled by O.E.M.
PackageVersion: 2:15.200-0ubuntu4.2
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-040200-generic 
root=UUID=1a7a7053-cfca-4dae-9a39-e39700edb78c ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1.1
 apt  1.0.9.7ubuntu4.2
SourcePackage: fglrx-installer-updates
Title: fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel module 
failed to build
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/26/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2603
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: M5A97 R2.0
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2603:bd06/26/2015:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.
version.compiz: compiz 1:0.9.12.1+15.04.20150922-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid2
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3.1
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.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Wed Dec 28 08:01:10 2016
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.1-0ubuntu3.1
xserver.video_driver: fglrx

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


** Tags: amd64 apport-package compiz-0.9 need-duplicate-check ubuntu vivid

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

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

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

Bug description:
  Dont see any bugs here, but ubuntu requested me fill a bug report

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: fglrx-updates-core 2:15.200-0ubuntu4.2
  Uname: Linux 4.2.0-040200-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.8
  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.8.0-040800-generic
  Date: Thu Dec 22 08:51:10 2016
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx-updates-core, 15.200, 3.19.0-78-generic, x86_64: installed
   fglrx-updates-core, 15.200, 4.2.0-040200-generic, x86_64: installed
  DuplicateSignature: 
dkms:fglrx-updates-core:2:15.200-0ubuntu4.2:/var/lib/dkms/fglrx-updates-core/15.200/build/2.6.x/firegl_public.c:629:9:
 error: void value 

[Desktop-packages] [Bug 1652842] [NEW] ......

2016-12-27 Thread John Fraser
Public bug reported:

.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 4.4.0-58.79~14.04.1-generic 4.4.35
Uname: Linux 4.4.0-58-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.23
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 27 15:38:21 2016
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0534]
 NVIDIA Corporation GF108GLM [NVS 5200M] [10de:0dfc] (rev a1) (prog-if 00 [VGA 
controller])
   Subsystem: Dell Device [1028:1534]
InstallationDate: Installed on 2015-11-17 (406 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
MachineType: Dell Inc. Latitude E6430
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-58-generic 
root=UUID=c2f1bd8e-f965-4fc0-81c7-d35b284c3de9 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/20/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A12
dmi.board.name: 0H3MT5
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd05/20/2013:svnDellInc.:pnLatitudeE6430:pvr01:rvnDellInc.:rn0H3MT5:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6430
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Tue Dec 27 15:31:18 2016
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
 NOUVEAU(G0): [XvMC] Failed to initialize extension.
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   12606 
 vendor AUO
xserver.version: 2:1.18.3-1ubuntu2.2~trusty3

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


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

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

Title:
  ..

Status in xorg package in Ubuntu:
  New

Bug description:
  .

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 4.4.0-58.79~14.04.1-generic 4.4.35
  Uname: Linux 4.4.0-58-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.23
  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 27 15:38:21 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0534]
   NVIDIA Corporation GF108GLM [NVS 5200M] [10de:0dfc] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Dell Device [1028:1534]
  InstallationDate: Installed on 2015-11-17 (406 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Latitude E6430
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-58-generic 
root=UUID=c2f1bd8e-f965-4fc0-81c7-d35b284c3de9 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/20/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0H3MT5
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd05/20/2013:svnDellInc.:pnLatitudeE6430:pvr01:rvnDellInc.:rn0H3MT5:rvrA00:cvnDellInc.:ct9:cvr:
 

[Desktop-packages] [Bug 1562219] Re: Unprivileged xinit wont start in unallocated vt

2016-12-27 Thread My name
I should add that this probably the 5th or 6th time I've installed a
16.04 system on this machine and failed to get startx to work properly.
I have another such that I haven't scrapped yet that WILL eventually
start openbox in response to startx. But it takes a long time and
results in my being logged in on ALL available ttys with most of them
showing error messages about xserver failure.

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

Title:
  Unprivileged xinit wont start in unallocated vt

Status in xinit package in Ubuntu:
  Confirmed

Bug description:
  If as an unprivileged user you launch xinit (or startx) to any vt
  (EVEN IF UNALLOCATED BY SYSTEMD) it will fail as described below. The
  only exception appears to be if the vt you attempt to launch X onto is
  already logged into by that user. For many this makes running X
  unprivileged unworkable.

  --

  When attempting to run xinit or startx after upgrading from 14.04 to
  16.04 it will not work.  There seems to be some sort of permission
  issue.  I have seen another person with this issue as well here:

  http://askubuntu.com/questions/749370/ubuntu-16-04-xf86openconsole-
  cannot-open-virtual-console-2?newreg=ba376d7a182d44608ed4675346b1ed74

  An example is when attempting to launch kodi, which worked prior to
  the upgrade:

  xinit /usr/bin/kodi --standalone -- -nocursor :0

  X.Org X Server 1.18.1
  Release Date: 2016-02-08
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 3.13.0-79-generic x86_64 Ubuntu
  Current Operating System: Linux hostname 4.4.0-15-generic #31-Ubuntu SMP Fri 
Mar 18 19:08:31 UTC 2016 x86_64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic 
root=UUID=6f2e8267-1240-4f7b-9889-42e65d74767e ro biosdevname=0 text
  Build Date: 11 March 2016  07:43:21AM
  xorg-server 2:1.18.1-1ubuntu4 (For technical support please see 
http://www.ubuntu.com/support)
  Current version of pixman: 0.33.6
  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
  Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (==) Log file: "/home/arch/.local/share/xorg/Xorg.0.log", Time: Fri Mar 25 
20:14:07 2016
  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  (EE)
  Fatal server error:
  (EE) xf86OpenConsole: Cannot open virtual console 2 (Permission denied)
  (EE)
  (EE)
  Please consult the The X.Org Foundation support
   at http://wiki.x.org
   for help.
  (EE) Please also check the log file at 
"/home/arch/.local/share/xorg/Xorg.0.log" for additional information.
  (EE)
  (EE) Server terminated with error (1). Closing log file.
  xinit: giving up
  xinit: unable to connect to X server: Connection refused

  I have tried numerous workarounds including reinstalling xorg,
  removing all x-related files in my profile, and creating a new user.
  Unfortunately none of these worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xinit 1.3.4-3
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Fri Mar 25 20:14:18 2016
  DistUpgraded: 2016-03-25 09:16:37,728 DEBUG enabling apt cron job
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus: oem-audio-hda-daily, 0.201412181801~ubuntu14.04.1, 
3.13.0-83-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/xinit
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0402] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: ASRock Incorporation Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller [1849:0402]
  InstallationDate: Installed on 2014-12-14 (467 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic 
root=UUID=6f2e8267-1240-4f7b-9889-42e65d74767e ro biosdevname=0 text
  SourcePackage: xinit
  UpgradeStatus: Upgraded to xenial on 2016-03-25 (0 days ago)
  dmi.bios.date: 05/18/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.90
  dmi.board.name: H97M Pro4
  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: 

[Desktop-packages] [Bug 1562219] Re: Unprivileged xinit wont start in unallocated vt

2016-12-27 Thread My name
Me too. Under 16.04, 64 bit, with openbox, startx (or xinit) as user
fails. Sudo startx gives me a console with a tiny font, so apparently it
starts X but not Openbox. I'd explore that further and probably find how
to start Openbox, but I don't want to run X as root anyway. I just tried
sudo as a diagnostic experiment.

I have another 16.04 64 bit system on the same machine using lighdm.
That does boot and run openbox. That sys has OTHER problems I won't go
into here, but it does prove the problem lies with xinit. Given all the
OTHER problems with it, it also proves that 16.04 wasn't ready for
release at all, let alone as an LTS. Maybe Canonical needs to reconsider
the release-on-schedule policy and instead wait until they get through
the alpha stage.

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

Title:
  Unprivileged xinit wont start in unallocated vt

Status in xinit package in Ubuntu:
  Confirmed

Bug description:
  If as an unprivileged user you launch xinit (or startx) to any vt
  (EVEN IF UNALLOCATED BY SYSTEMD) it will fail as described below. The
  only exception appears to be if the vt you attempt to launch X onto is
  already logged into by that user. For many this makes running X
  unprivileged unworkable.

  --

  When attempting to run xinit or startx after upgrading from 14.04 to
  16.04 it will not work.  There seems to be some sort of permission
  issue.  I have seen another person with this issue as well here:

  http://askubuntu.com/questions/749370/ubuntu-16-04-xf86openconsole-
  cannot-open-virtual-console-2?newreg=ba376d7a182d44608ed4675346b1ed74

  An example is when attempting to launch kodi, which worked prior to
  the upgrade:

  xinit /usr/bin/kodi --standalone -- -nocursor :0

  X.Org X Server 1.18.1
  Release Date: 2016-02-08
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 3.13.0-79-generic x86_64 Ubuntu
  Current Operating System: Linux hostname 4.4.0-15-generic #31-Ubuntu SMP Fri 
Mar 18 19:08:31 UTC 2016 x86_64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic 
root=UUID=6f2e8267-1240-4f7b-9889-42e65d74767e ro biosdevname=0 text
  Build Date: 11 March 2016  07:43:21AM
  xorg-server 2:1.18.1-1ubuntu4 (For technical support please see 
http://www.ubuntu.com/support)
  Current version of pixman: 0.33.6
  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
  Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (==) Log file: "/home/arch/.local/share/xorg/Xorg.0.log", Time: Fri Mar 25 
20:14:07 2016
  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  (EE)
  Fatal server error:
  (EE) xf86OpenConsole: Cannot open virtual console 2 (Permission denied)
  (EE)
  (EE)
  Please consult the The X.Org Foundation support
   at http://wiki.x.org
   for help.
  (EE) Please also check the log file at 
"/home/arch/.local/share/xorg/Xorg.0.log" for additional information.
  (EE)
  (EE) Server terminated with error (1). Closing log file.
  xinit: giving up
  xinit: unable to connect to X server: Connection refused

  I have tried numerous workarounds including reinstalling xorg,
  removing all x-related files in my profile, and creating a new user.
  Unfortunately none of these worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xinit 1.3.4-3
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Fri Mar 25 20:14:18 2016
  DistUpgraded: 2016-03-25 09:16:37,728 DEBUG enabling apt cron job
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus: oem-audio-hda-daily, 0.201412181801~ubuntu14.04.1, 
3.13.0-83-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/xinit
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0402] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: ASRock Incorporation Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller [1849:0402]
  InstallationDate: Installed on 2014-12-14 (467 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic 
root=UUID=6f2e8267-1240-4f7b-9889-42e65d74767e ro biosdevname=0 text
  SourcePackage: xinit
  UpgradeStatus: Upgraded to xenial on 2016-03-25 (0 days ago)
  dmi.bios.date: 05/18/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.90
  

[Desktop-packages] [Bug 1635996] Re: Libreoffice temporarily hangs / freezes Ubuntu 16.10

2016-12-27 Thread Giraffe
Christopher,

I'll look into reporting this problem and report once i have some more
free time on my hands.

Thank you for you're assistance.

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

Title:
  Libreoffice temporarily hangs / freezes Ubuntu 16.10

Status in libreoffice package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-intel package in Ubuntu:
  Triaged

Bug description:
  Using LibreOffice-Writer and running off the IGP ( (Mesa DRI Intel(R) HD 
Graphics 530 (Skylake GT2) /  Mesa 12.0.3 ) causes LibreOffice and the Ubuntu 
Desktop interface to become unresponsive every few minutes. This freezing will 
last for about five seconds before everything works again.
  When i keep typing while everything freezes the text will appear after the 
system becomes responsive again.

  WORKAROUND: Use the Nvidia Quadro M2000M GPU and it's Nvidia driver
  for the graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: libreoffice-writer 1:5.2.2-0ubuntu2
  Uname: Linux 4.8.4-040804-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  Date: Sun Oct 23 19:13:44 2016
  InstallationDate: Installed on 2016-03-17 (219 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to yakkety on 2016-10-04 (19 days ago)
  ---
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  DistUpgraded: 2016-10-04 18:37:47,607 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: yakkety
  DistroRelease: Ubuntu 16.10
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
     Subsystem: Dell HD Graphics 530 [1028:06d9]
   NVIDIA Corporation GM107GLM [Quadro M2000M] [10de:13b0] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2016-03-17 (227 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 8087:0a2b Intel Corp.
   Bus 001 Device 004: ID 0bda:5686 Realtek Semiconductor Corp.
   Bus 001 Device 003: ID 0a5c:5832 Broadcom Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Precision 7510
  Package: xorg 1:7.7+13ubuntu4 [origin: unknown]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.5-040805-generic 
root=UUID=686f22fd-c027-414b-803f-9664fcf0efd1 ro quiet splash vt.handoff=7
  Tags: yakkety third-party-packages ubuntu
  Uname: Linux 4.8.5-040805-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: Upgraded to yakkety on 2016-10-04 (26 days ago)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 10/07/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.8.3
  dmi.board.name: 0M91XC
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.8.3:bd10/07/2016:svnDellInc.:pnPrecision7510:pvr:rvnDellInc.:rn0M91XC:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision 7510
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.70-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.3-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.3-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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

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


[Desktop-packages] [Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-12-27 Thread Timo Aaltonen
not really worked on, discussions should happen on the upstream bug if
you want something concrete to happen

and I assume the suse patch didn't fix anything, just allows panning

** Changed in: xorg-server (Ubuntu)
 Assignee: Timo Aaltonen (tjaalton) => (unassigned)

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

Title:
  xrandr --scale (again) confines mouse to native solution

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

Bug description:
  This might be a regression where the original issue is:
  https://bugs.launchpad.net/xorg-server/+bug/883319

  It can be easily reproduced by doing something like:

  xrandr --output DP1 --scale 1.25x1.25

  The mouse will be still constrained to the native solution (aka you
  can't move the mouse outside a box of whatever DP1 had as resolution
  before.

  $ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  $ xrandr --version
  xrandr program version   1.5.0
  Server reports RandR version 1.5

  $ apt-cache policy xserver-xorg-core
  xserver-xorg-core:
Installed: 2:1.18.3-1ubuntu2

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

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


[Desktop-packages] [Bug 1600581] Re: rhythmbox segfault when scanning files, on non-media file

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

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

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

Title:
  rhythmbox segfault when scanning files, on non-media file

Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  rhythmbox crashes with segfault every time shortly after startup since my 
upgrade from ubuntu 15.10 to 16.04.
  This is while importing media files.

  My music library is in ~/Musik, Musik is a soft link to a directory on an 
encrypted partition.
  ~/Musik is set in the preferences, yet rhythmbox still looks at my whole file 
system.

  The last file mentioned in the output of "rhythmbox -d >rb.out" is not always 
the same.
  It is however the same if I run rhythmbox several times in a row.
  It seems to be always outside of my music library.
  A few 1000 files are imported before the crash occurs.

  ##

  beginning + end of rb.out:

  (12:39:16) [0xf10b90] [rb_debug_init_match] rb-debug.c:240: Debugging enabled
  (12:39:16) [0xf10b90] [construct_db] rb-shell.c:454: creating database object
  (12:39:16) [0xf10b90] [impl_constructor] rb-ext-db.c:354: creating new 
metadata store instance album-art
  (12:39:16) [0xf10b90] [rb_shell_constructed] rb-shell.c:1693: Constructing 
shell
  (12:39:16) [0xf10b90] [construct_widgets] rb-shell.c:537: shell: initializing 
shell services
  (12:39:16) [0xf10b90] [impl_constructor] rb-ext-db.c:349: found existing 
metadata store album-art
  (12:39:16) [0xf10b90] [rb_podcast_manager_start_update_timer] 
rb-podcast-manager.c:591: last periodic update at 1468146098, interval 3600, 
time is now 1468147156
  (12:39:16) [0xf10b90] [rb_podcast_manager_start_update_timer] 
rb-podcast-manager.c:598: next periodic update in 2542 seconds
  (12:39:16) [0xf10b90] [player_settings_changed_cb] rb-shell-player.c:923: 
track transition time changed
  (12:39:16) [0xf10b90] [player_settings_changed_cb] rb-shell-player.c:914: 
play order setting changed
  (12:39:16) [0xf10b90] [rb_shell_player_sync_buttons] rb-shell-player.c:1974: 
syncing with source (nil)
  (12:39:16) [0xf10b90] [rb_shell_player_sync_control_state] 
rb-shell-player.c:1468: syncing control state
  (12:39:16) [0xf10b90] [rb_shell_player_set_playing_source_internal] 
rb-shell-player.c:2055: setting playing source to (nil)
  (12:39:16) [0xf10b90] [rb_shell_player_sync_with_source] 
rb-shell-player.c:1882: playing source: (nil), active entry: (nil)
  (12:39:16) [0xf10b90] [rb_shell_player_sync_control_state] 
rb-shell-player.c:1468: syncing control state
  (12:39:16) [0xf10b90] [rb_display_page_model_add_page] 
rb-display-page-model.c:672: appending page Library with no parent
  (12:39:16) [0xf10b90] [rb_display_page_model_add_page] 
rb-display-page-model.c:672: appending page Stores with no parent
  (12:39:16) [0xf10b90] [rb_display_page_model_add_page] 
rb-display-page-model.c:672: appending page Playlists with no parent
  (12:39:16) [0xf10b90] [rb_display_page_model_add_page] 
rb-display-page-model.c:672: appending page Devices with no parent
  (12:39:16) [0xf10b90] [rb_display_page_model_add_page] 
rb-display-page-model.c:672: appending page Shared with no parent
  (12:39:16) [0xf10b90] [impl_constructor] rb-ext-db.c:349: found existing 
metadata store album-art
  (12:39:16) [0xf10b90] [rb_header_sync] rb-header.c:970: not playing
  (12:39:16) [0xf10b90] [rhythmdb_query_model_chain] 
rhythmdb-query-model.c:921: query model 0x13175f0 chaining to base model (nil)
  (12:39:16) [0xf10b90] [rhythmdb_query_model_chain] 
rhythmdb-query-model.c:921: query model 0x13176b0 chaining to base model (nil)
  (12:39:16) [0xf10b90] [rhythmdb_query_model_dispose] 
rhythmdb-query-model.c:731: disposing query model 0x13175f0
  (12:39:16) [0xf10b90] [rhythmdb_query_model_finalize] 
rhythmdb-query-model.c:779: finalizing query model 0x13175f0
  (12:39:16) [0xf10b90] [rb_entry_view_insert_column_custom] 
rb-entry-view.c:1742: appending column: 0x13c7740 (title: , key: PlaylistTrack)
  (12:39:16) [0xf10b90] [rb_entry_view_insert_column_custom] 
rb-entry-view.c:1742: appending column: 0x13cea70 (title: Track, key: Track)
  (12:39:16) [0xf10b90] [rb_entry_view_insert_column_custom] 
rb-entry-view.c:1742: appending column: 0x13cece0 (title: Title, key: Title)
  (12:39:16) [0xf10b90] [rb_entry_view_insert_column_custom] 
rb-entry-view.c:1742: appending column: 0x13cef50 (title: Genre, key: Genre)
  (12:39:16) [0xf10b90] [rb_entry_view_insert_column_custom] 
rb-entry-view.c:1742: appending column: 0x14482a0 (title: Artist, key: Artist)
  (12:39:16) [0xf10b90] [rb_entry_view_insert_column_custom] 
rb-entry-view.c:1742: appending column: 0x1448510 (title: Composer, key: 
Composer)
  (12:39:16) [0xf10b90] [rb_entry_view_insert_column_custom] 
rb-entry-view.c:1742: appending column: 0x1448780 

[Desktop-packages] [Bug 1652799] [NEW] package libgphoto2-6 2.5.9-3 [modified: lib/udev/hwdb.d/20-libgphoto2-6.hwdb] failed to install/upgrade: a tentar sobreescrever '/lib/udev/hwdb.d/20-libgphoto2-6

2016-12-27 Thread William C Augustonelli
Public bug reported:

I like to install the wine, but don't install :(

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libgphoto2-6 2.5.9-3 [modified: lib/udev/hwdb.d/20-libgphoto2-6.hwdb]
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
Date: Tue Dec 27 14:09:42 2016
ErrorMessage: a tentar sobreescrever '/lib/udev/hwdb.d/20-libgphoto2-6.hwdb' 
partilhado, que é diferente de outras instâncias do pacote libgphoto2-6:i386
InstallationDate: Installed on 2016-10-06 (81 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15ubuntu0.2
SourcePackage: libgphoto2
Title: package libgphoto2-6 2.5.9-3 [modified: 
lib/udev/hwdb.d/20-libgphoto2-6.hwdb] failed to install/upgrade: a tentar 
sobreescrever '/lib/udev/hwdb.d/20-libgphoto2-6.hwdb' partilhado, que é 
diferente de outras instâncias do pacote libgphoto2-6:i386
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  package libgphoto2-6 2.5.9-3 [modified:
  lib/udev/hwdb.d/20-libgphoto2-6.hwdb] failed to install/upgrade: a
  tentar sobreescrever '/lib/udev/hwdb.d/20-libgphoto2-6.hwdb'
  partilhado, que é diferente de outras instâncias do pacote
  libgphoto2-6:i386

Status in libgphoto2 package in Ubuntu:
  New

Bug description:
  I like to install the wine, but don't install :(

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libgphoto2-6 2.5.9-3 [modified: lib/udev/hwdb.d/20-libgphoto2-6.hwdb]
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  Date: Tue Dec 27 14:09:42 2016
  ErrorMessage: a tentar sobreescrever '/lib/udev/hwdb.d/20-libgphoto2-6.hwdb' 
partilhado, que é diferente de outras instâncias do pacote libgphoto2-6:i386
  InstallationDate: Installed on 2016-10-06 (81 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15ubuntu0.2
  SourcePackage: libgphoto2
  Title: package libgphoto2-6 2.5.9-3 [modified: 
lib/udev/hwdb.d/20-libgphoto2-6.hwdb] failed to install/upgrade: a tentar 
sobreescrever '/lib/udev/hwdb.d/20-libgphoto2-6.hwdb' partilhado, que é 
diferente de outras instâncias do pacote libgphoto2-6:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-12-27 Thread fish
Sorry but this is super confusing. Is this a known issue that is being worked 
on or did I miss something? I've opened this issue because 883319 didn't fix 
it. Now I tried panning and this also didn't fix it, but that's what was 
described in 883319.
Willing to investigate time in debugging this but I'm really confused about the 
state of things right now.

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

Title:
  xrandr --scale (again) confines mouse to native solution

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

Bug description:
  This might be a regression where the original issue is:
  https://bugs.launchpad.net/xorg-server/+bug/883319

  It can be easily reproduced by doing something like:

  xrandr --output DP1 --scale 1.25x1.25

  The mouse will be still constrained to the native solution (aka you
  can't move the mouse outside a box of whatever DP1 had as resolution
  before.

  $ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  $ xrandr --version
  xrandr program version   1.5.0
  Server reports RandR version 1.5

  $ apt-cache policy xserver-xorg-core
  xserver-xorg-core:
Installed: 2:1.18.3-1ubuntu2

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

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


[Desktop-packages] [Bug 1619307] Re: Switching to USB sound device stops USB mouse clicks from registering Edit

2016-12-27 Thread kringalf
Is it possible to test this in with the current LTS Version? I'd like to
stay in the LTS branch

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

Title:
  Switching to USB sound device stops USB mouse clicks from registering
  Edit

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I have a JABRA Evolve 80 headset with the 3.5mm plugged into the JABRA
  Evolve 80 Link UC. Once I plug the JABRA Evolve Link UC USB into my
  computer, the mouse pointer is somehow "captured" by the last active
  window. I can switch windows via alt-tab but left clicks in the new
  window still won't work, they will only work in the "old" window.

  WORKAROUND: Add 50-jabra.conf file in /usr/share/X11/xorg.conf.d with the 
following:
  Section "InputClass"
   Identifier "Jabra"
  MatchProduct "GN Netcom A/S Jabra EVOLVE LINK MS"
   Option "ButtonMapping" "0 0 0 0 0 0 0 0 0 0 0 0"
  EndSection

  and restart xorg-server.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Thu Sep  1 14:47:55 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: kubuntu
  DkmsStatus:
   virtualbox, 5.0.24, 4.4.0-34-generic, x86_64: installed
   virtualbox, 5.0.24, 4.4.0-36-generic, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell 3rd Gen Core processor Graphics Controller [1028:0535]
  MachineType: Dell Inc. Latitude E6530
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-36-generic.efi.signed 
root=/dev/mapper/system-root_crypt ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/19/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A17
  dmi.board.name: 0JC5MT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA17:bd08/19/2015:svnDellInc.:pnLatitudeE6530:pvr01:rvnDellInc.:rn0JC5MT:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6530
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Thu Sep  1 11:27:32 2016
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 812
   vendor LGD
  xserver.version: 2:1.18.3-1ubuntu2.3

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

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


[Desktop-packages] [Bug 1652791] Re: Evince PDF doesn't print, yet Writer prints just fine

2016-12-27 Thread Till Kamppeter
Thank you for the hint with removing ~/.config/evince/print-settings I
have added it to

https://wiki.ubuntu.com/DebuggingPrintingProblems#Known_bugs

now.

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

Title:
  Evince PDF doesn't print, yet Writer prints just fine

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  I have the Canon PIXMA IP7250 printer installed. When I plug it via
  the USB cable, the printer driver seems autodetected incorrectly:
  Canon iP7200 series - CUPS+Gutenprint v5.2.11 , however printing of
  the test page succeeds and the test page is printed successfully.
  Writer is also able to print the documents correctly. However printing
  PDFs via Evince does absolutely nothing - the printing job seems to
  get executed correctly, however the printer power led just blinks two
  times and that's it - no error message is produced, no segfault, no
  feedback, nothing.

  The really interesting thing is that on another laptop with Ubuntu
  16.10 the printer works correctly and prints the PDF without any
  problem. I am totally at loss what to google for or where to search
  for possible solutions as there is no error message :(

  Thanks for any tip.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: cups 2.2.0-2
  ProcVersionSignature: Ubuntu 4.8.0-32.34-generic 4.8.11
  Uname: Linux 4.8.0-32-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 27 16:08:05 2016
  Lpstat: device for iP7200-series: usb://Canon/iP7200%20series?serial=0100CA
  MachineType: Hewlett-Packard HP EliteBook 8460p
  Papersize: a4
  PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/iP7200-series.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/iP7200-series.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-32-generic 
root=UUID=20d1b3dc-793d-4f98-b4b4-b9d6e062c35a ro nosplash
  SourcePackage: cups
  UpgradeStatus: Upgraded to yakkety on 2016-12-27 (0 days ago)
  dmi.bios.date: 08/04/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SCF Ver. F.50
  dmi.board.name: 161C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 97.4D
  dmi.chassis.asset.tag: CZC23317TB
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SCFVer.F.50:bd08/04/2014:svnHewlett-Packard:pnHPEliteBook8460p:pvrA0001D02:rvnHewlett-Packard:rn161C:rvrKBCVersion97.4D:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8460p
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1652791/+subscriptions

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


[Desktop-packages] [Bug 1652791] Re: Evince PDF doesn't print, yet Writer prints just fine

2016-12-27 Thread Till Kamppeter
With removing ~/.config/evince/print-settings solving the problem this
looks moe like a bug in GTK or evince for me. Moving ...

** Package changed: cups (Ubuntu) => gtk+3.0 (Ubuntu)

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

Title:
  Evince PDF doesn't print, yet Writer prints just fine

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  I have the Canon PIXMA IP7250 printer installed. When I plug it via
  the USB cable, the printer driver seems autodetected incorrectly:
  Canon iP7200 series - CUPS+Gutenprint v5.2.11 , however printing of
  the test page succeeds and the test page is printed successfully.
  Writer is also able to print the documents correctly. However printing
  PDFs via Evince does absolutely nothing - the printing job seems to
  get executed correctly, however the printer power led just blinks two
  times and that's it - no error message is produced, no segfault, no
  feedback, nothing.

  The really interesting thing is that on another laptop with Ubuntu
  16.10 the printer works correctly and prints the PDF without any
  problem. I am totally at loss what to google for or where to search
  for possible solutions as there is no error message :(

  Thanks for any tip.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: cups 2.2.0-2
  ProcVersionSignature: Ubuntu 4.8.0-32.34-generic 4.8.11
  Uname: Linux 4.8.0-32-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 27 16:08:05 2016
  Lpstat: device for iP7200-series: usb://Canon/iP7200%20series?serial=0100CA
  MachineType: Hewlett-Packard HP EliteBook 8460p
  Papersize: a4
  PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/iP7200-series.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/iP7200-series.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-32-generic 
root=UUID=20d1b3dc-793d-4f98-b4b4-b9d6e062c35a ro nosplash
  SourcePackage: cups
  UpgradeStatus: Upgraded to yakkety on 2016-12-27 (0 days ago)
  dmi.bios.date: 08/04/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SCF Ver. F.50
  dmi.board.name: 161C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 97.4D
  dmi.chassis.asset.tag: CZC23317TB
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SCFVer.F.50:bd08/04/2014:svnHewlett-Packard:pnHPEliteBook8460p:pvrA0001D02:rvnHewlett-Packard:rn161C:rvrKBCVersion97.4D:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8460p
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1652791/+subscriptions

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


[Desktop-packages] [Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-12-27 Thread fish
Ha well.. No, it was working until I moved my mouse pointer to the other
screen. Now my display actually pans around. So still have found no way
to get decent sizes on both displays with different DPI.

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

Title:
  xrandr --scale (again) confines mouse to native solution

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

Bug description:
  This might be a regression where the original issue is:
  https://bugs.launchpad.net/xorg-server/+bug/883319

  It can be easily reproduced by doing something like:

  xrandr --output DP1 --scale 1.25x1.25

  The mouse will be still constrained to the native solution (aka you
  can't move the mouse outside a box of whatever DP1 had as resolution
  before.

  $ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  $ xrandr --version
  xrandr program version   1.5.0
  Server reports RandR version 1.5

  $ apt-cache policy xserver-xorg-core
  xserver-xorg-core:
Installed: 2:1.18.3-1ubuntu2

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

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


[Desktop-packages] [Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-12-27 Thread fish
I can confirm that --panning works for me. While I'm good now, I'd encourage 
the maintainers to consider this a severe UX issue. It's not at all intuitive 
that you need to change this option to make it work.
Then again, it probably makes sense to add options to the control center for 
changing the scale factor where it could set the right panning option 
transparently.

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

Title:
  xrandr --scale (again) confines mouse to native solution

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

Bug description:
  This might be a regression where the original issue is:
  https://bugs.launchpad.net/xorg-server/+bug/883319

  It can be easily reproduced by doing something like:

  xrandr --output DP1 --scale 1.25x1.25

  The mouse will be still constrained to the native solution (aka you
  can't move the mouse outside a box of whatever DP1 had as resolution
  before.

  $ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  $ xrandr --version
  xrandr program version   1.5.0
  Server reports RandR version 1.5

  $ apt-cache policy xserver-xorg-core
  xserver-xorg-core:
Installed: 2:1.18.3-1ubuntu2

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

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


[Desktop-packages] [Bug 1527590] Re: Menu isn't shown in gedit when run with sudo

2016-12-27 Thread Michael Fox
Same problem.  New install of 16.04.1.
$ gedit --> shows menu
$ sudo gedit --> does NOT show menu
$ gksudo gedit --> does NOT show menu
$ sudo -i ... # gedit --> does NOT show menu
This happens whether the menus are set for the title bar OR for the top of the 
screen.
Tried reinstalling gedit.  No difference.

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

Title:
  Menu isn't shown in gedit when run with sudo

Status in gedit package in Ubuntu:
  Confirmed

Bug description:
  There are multiple ways to use gedit where the menu is not being
  shown, rendering it unusable.

  1- use it over ssh
  2- do "sudo gedit"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.2-1ubuntu4
  ProcVersionSignature: User Name 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
  CurrentDesktop: Unity
  Date: Fri Dec 18 07:16:30 2015
  InstallationDate: Installed on 2015-10-23 (55 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1652791] Re: Evince PDF doesn't print, yet Writer prints just fine

2016-12-27 Thread Martin Vysny
Oh damn. Apparently Evince remembered some creepy settings in its print-
settings file, which caused the printer to go crazy. Removing
~/.config/evince/print-settings fixed the issue for me.

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

Title:
  Evince PDF doesn't print, yet Writer prints just fine

Status in cups package in Ubuntu:
  New

Bug description:
  I have the Canon PIXMA IP7250 printer installed. When I plug it via
  the USB cable, the printer driver seems autodetected incorrectly:
  Canon iP7200 series - CUPS+Gutenprint v5.2.11 , however printing of
  the test page succeeds and the test page is printed successfully.
  Writer is also able to print the documents correctly. However printing
  PDFs via Evince does absolutely nothing - the printing job seems to
  get executed correctly, however the printer power led just blinks two
  times and that's it - no error message is produced, no segfault, no
  feedback, nothing.

  The really interesting thing is that on another laptop with Ubuntu
  16.10 the printer works correctly and prints the PDF without any
  problem. I am totally at loss what to google for or where to search
  for possible solutions as there is no error message :(

  Thanks for any tip.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: cups 2.2.0-2
  ProcVersionSignature: Ubuntu 4.8.0-32.34-generic 4.8.11
  Uname: Linux 4.8.0-32-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 27 16:08:05 2016
  Lpstat: device for iP7200-series: usb://Canon/iP7200%20series?serial=0100CA
  MachineType: Hewlett-Packard HP EliteBook 8460p
  Papersize: a4
  PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/iP7200-series.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/iP7200-series.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-32-generic 
root=UUID=20d1b3dc-793d-4f98-b4b4-b9d6e062c35a ro nosplash
  SourcePackage: cups
  UpgradeStatus: Upgraded to yakkety on 2016-12-27 (0 days ago)
  dmi.bios.date: 08/04/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SCF Ver. F.50
  dmi.board.name: 161C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 97.4D
  dmi.chassis.asset.tag: CZC23317TB
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SCFVer.F.50:bd08/04/2014:svnHewlett-Packard:pnHPEliteBook8460p:pvrA0001D02:rvnHewlett-Packard:rn161C:rvrKBCVersion97.4D:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8460p
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1652791] Re: Evince PDF doesn't print, yet Writer prints just fine

2016-12-27 Thread Martin Vysny
There actually is a much closer match of the driver for the printer:
PIXMA IP 7250. Tried to change the driver for the printer, nothing gets
changed: the test page and writer still prints fine, while printing PDF
prints nothing

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

Title:
  Evince PDF doesn't print, yet Writer prints just fine

Status in cups package in Ubuntu:
  New

Bug description:
  I have the Canon PIXMA IP7250 printer installed. When I plug it via
  the USB cable, the printer driver seems autodetected incorrectly:
  Canon iP7200 series - CUPS+Gutenprint v5.2.11 , however printing of
  the test page succeeds and the test page is printed successfully.
  Writer is also able to print the documents correctly. However printing
  PDFs via Evince does absolutely nothing - the printing job seems to
  get executed correctly, however the printer power led just blinks two
  times and that's it - no error message is produced, no segfault, no
  feedback, nothing.

  The really interesting thing is that on another laptop with Ubuntu
  16.10 the printer works correctly and prints the PDF without any
  problem. I am totally at loss what to google for or where to search
  for possible solutions as there is no error message :(

  Thanks for any tip.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: cups 2.2.0-2
  ProcVersionSignature: Ubuntu 4.8.0-32.34-generic 4.8.11
  Uname: Linux 4.8.0-32-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 27 16:08:05 2016
  Lpstat: device for iP7200-series: usb://Canon/iP7200%20series?serial=0100CA
  MachineType: Hewlett-Packard HP EliteBook 8460p
  Papersize: a4
  PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/iP7200-series.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/iP7200-series.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-32-generic 
root=UUID=20d1b3dc-793d-4f98-b4b4-b9d6e062c35a ro nosplash
  SourcePackage: cups
  UpgradeStatus: Upgraded to yakkety on 2016-12-27 (0 days ago)
  dmi.bios.date: 08/04/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SCF Ver. F.50
  dmi.board.name: 161C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 97.4D
  dmi.chassis.asset.tag: CZC23317TB
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SCFVer.F.50:bd08/04/2014:svnHewlett-Packard:pnHPEliteBook8460p:pvrA0001D02:rvnHewlett-Packard:rn161C:rvrKBCVersion97.4D:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8460p
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1652791] [NEW] Evince PDF doesn't print, yet Writer prints just fine

2016-12-27 Thread Martin Vysny
Public bug reported:

I have the Canon PIXMA IP7250 printer installed. When I plug it via the
USB cable, the printer driver seems autodetected incorrectly: Canon
iP7200 series - CUPS+Gutenprint v5.2.11 , however printing of the test
page succeeds and the test page is printed successfully. Writer is also
able to print the documents correctly. However printing PDFs via Evince
does absolutely nothing - the printing job seems to get executed
correctly, however the printer power led just blinks two times and
that's it - no error message is produced, no segfault, no feedback,
nothing.

The really interesting thing is that on another laptop with Ubuntu 16.10
the printer works correctly and prints the PDF without any problem. I am
totally at loss what to google for or where to search for possible
solutions as there is no error message :(

Thanks for any tip.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: cups 2.2.0-2
ProcVersionSignature: Ubuntu 4.8.0-32.34-generic 4.8.11
Uname: Linux 4.8.0-32-generic x86_64
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Dec 27 16:08:05 2016
Lpstat: device for iP7200-series: usb://Canon/iP7200%20series?serial=0100CA
MachineType: Hewlett-Packard HP EliteBook 8460p
Papersize: a4
PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/iP7200-series.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/iP7200-series.ppd: Permission denied
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-32-generic 
root=UUID=20d1b3dc-793d-4f98-b4b4-b9d6e062c35a ro nosplash
SourcePackage: cups
UpgradeStatus: Upgraded to yakkety on 2016-12-27 (0 days ago)
dmi.bios.date: 08/04/2014
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68SCF Ver. F.50
dmi.board.name: 161C
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 97.4D
dmi.chassis.asset.tag: CZC23317TB
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SCFVer.F.50:bd08/04/2014:svnHewlett-Packard:pnHPEliteBook8460p:pvrA0001D02:rvnHewlett-Packard:rn161C:rvrKBCVersion97.4D:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 8460p
dmi.product.version: A0001D02
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apparmor apport-bug yakkety

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

Title:
  Evince PDF doesn't print, yet Writer prints just fine

Status in cups package in Ubuntu:
  New

Bug description:
  I have the Canon PIXMA IP7250 printer installed. When I plug it via
  the USB cable, the printer driver seems autodetected incorrectly:
  Canon iP7200 series - CUPS+Gutenprint v5.2.11 , however printing of
  the test page succeeds and the test page is printed successfully.
  Writer is also able to print the documents correctly. However printing
  PDFs via Evince does absolutely nothing - the printing job seems to
  get executed correctly, however the printer power led just blinks two
  times and that's it - no error message is produced, no segfault, no
  feedback, nothing.

  The really interesting thing is that on another laptop with Ubuntu
  16.10 the printer works correctly and prints the PDF without any
  problem. I am totally at loss what to google for or where to search
  for possible solutions as there is no error message :(

  Thanks for any tip.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: cups 2.2.0-2
  ProcVersionSignature: Ubuntu 4.8.0-32.34-generic 4.8.11
  Uname: Linux 4.8.0-32-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 27 16:08:05 2016
  Lpstat: device for iP7200-series: usb://Canon/iP7200%20series?serial=0100CA
  MachineType: Hewlett-Packard HP EliteBook 8460p
  Papersize: a4
  PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/iP7200-series.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/iP7200-series.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-32-generic 
root=UUID=20d1b3dc-793d-4f98-b4b4-b9d6e062c35a ro nosplash
  SourcePackage: cups
  UpgradeStatus: Upgraded to yakkety on 2016-12-27 (0 days ago)
  dmi.bios.date: 08/04/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SCF Ver. F.50
  dmi.board.name: 161C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 97.4D
  dmi.chassis.asset.tag: CZC23317TB
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SCFVer.F.50:bd08/04/2014:svnHewlett-Packard:pnHPEliteBook8460p:pvrA0001D02:rvnHewlett-Packard:rn161C:rvrKBCVersion97.4D:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8460p
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1652287] Re: dpkg-reconfigure hunspell-es doesn't ask you the default language

2016-12-27 Thread Gunnar Hjalmarsson
There are multiple locale categories, and it's not clear to me why it
wouldn't be possible for you to set a single category to a Spanish
locale. (The locale must be generated first, of course.)

Anyway, possibly there is some other way to achieve what you want, so
I'd recommend you to seek support at e.g. .
Closing this bug report, since the feature you would like to see does
not exist.

** Changed in: libreoffice-dictionaries (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  dpkg-reconfigure hunspell-es doesn't ask you the default language

Status in libreoffice-dictionaries package in Ubuntu:
  Invalid

Bug description:
  Usually, when doing dpkg-reconfigure dict-package, debconf asks you
  the default language you want for that dictionary system. That is what
  happens with wspanish, for instance. However, if I do

  $ dpkg-reconfigure hunspell-es

  I don't get asked the default hunspell language and have no clue about
  how to set it.

  I'm running xenial and hunspell-es is version 5.1.0-1ubuntu2.2.

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

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


[Desktop-packages] [Bug 1652783] [NEW] driver bug

2016-12-27 Thread Deepender
Public bug reported:

graphics update

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35
Uname: Linux 4.4.0-57-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.98  Mon Sep 19 17:31:03 
PDT 2016
 GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.4
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 27 20:03:32 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: No
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Lenovo 4th Gen Core Processor Integrated Graphics Controller 
[17aa:3978]
   Subsystem: Lenovo GM107M [GeForce GTX 860M] [17aa:3978]
InstallationDate: Installed on 2016-12-13 (13 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: LENOVO 20378
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-57-generic.efi.signed 
root=UUID=483a1143-bd2f-40e2-8159-3456fa08d39b ro
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/12/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: 9ECN43WW(V3.03)
dmi.board.asset.tag: 31900059WIN
dmi.board.name: Lenovo Y50-70
dmi.board.vendor: LENOVO
dmi.board.version: 31900059WIN
dmi.chassis.asset.tag: 31900059WIN
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Y50-70
dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN43WW(V3.03):bd08/12/2015:svnLENOVO:pn20378:pvrLenovoY50-70:rvnLENOVO:rnLenovoY50-70:rvr31900059WIN:cvnLENOVO:ct10:cvrLenovoY50-70:
dmi.product.name: 20378
dmi.product.version: Lenovo Y50-70
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Mon Dec 26 15:56:29 2016
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 NVIDIA(0): Failed to initiate mode change.
 NVIDIA(0): Failed to complete mode change
 NVIDIA(0): Failed to initiate mode change.
 NVIDIA(0): Failed to complete mode change
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-0ubuntu0.2

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages 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/1652783

Title:
  driver bug

Status in xorg package in Ubuntu:
  New

Bug description:
  graphics update

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35
  Uname: Linux 4.4.0-57-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.98  Mon Sep 19 17:31:03 
PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.4
  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 27 20:03:32 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) 

[Desktop-packages] [Bug 1652780] Re: The Microsoft mouse scroll wheel stopped working

2016-12-27 Thread John
here is the log

** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1652780/+attachment/4797112/+files/Xorg.0.log

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

Title:
  The Microsoft mouse scroll wheel stopped working

Status in xorg package in Ubuntu:
  New

Bug description:
  I have run dmesg > ~/dmesg  and will be attaching the output.

  The mouse was disconnected and connected to a different USB port with
  no difference.

  I am running a separate computer with the same version and patching
  and the issue does not occur on that PC.

  lsb_release -rd
  Description:  Ubuntu 14.04.5 LTS
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-106.153-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-106-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.23
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Dec 27 09:22:35 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 82G33/G31 Express Integrated Graphics Controller 
[8086:29c2] (rev 10) (prog-if 00 [VGA controller])
 Subsystem: Intel Corporation 82G33/G31 Express Integrated Graphics 
Controller [8086:29c2]
  InstallationDate: Installed on 2014-11-25 (763 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-106-generic 
root=UUID=adaa5bff-47c6-404c-a1d0-9be61fb1a71a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/18/2010
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PRG3110H.86A.0071.2010.0318.1704
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG31PR
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD97573-306
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPRG3110H.86A.0071.2010.0318.1704:bd03/18/2010:svn:pn:pvr:rvnIntelCorporation:rnDG31PR:rvrAAD97573-306:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.7
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Dec 27 08:18:50 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id9774 
   vendor HWP
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1652780] [NEW] The Microsoft mouse scroll wheel stopped working

2016-12-27 Thread John
Public bug reported:

I have run dmesg > ~/dmesg  and will be attaching the output.

The mouse was disconnected and connected to a different USB port with no
difference.

I am running a separate computer with the same version and patching and
the issue does not occur on that PC.

lsb_release -rd
Description:Ubuntu 14.04.5 LTS
Release:14.04

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-106.153-generic 3.13.11-ckt39
Uname: Linux 3.13.0-106-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.23
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Tue Dec 27 09:22:35 2016
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] 
(rev 10) (prog-if 00 [VGA controller])
   Subsystem: Intel Corporation 82G33/G31 Express Integrated Graphics 
Controller [8086:29c2]
InstallationDate: Installed on 2014-11-25 (763 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-106-generic 
root=UUID=adaa5bff-47c6-404c-a1d0-9be61fb1a71a ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/18/2010
dmi.bios.vendor: Intel Corp.
dmi.bios.version: PRG3110H.86A.0071.2010.0318.1704
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: DG31PR
dmi.board.vendor: Intel Corporation
dmi.board.version: AAD97573-306
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrPRG3110H.86A.0071.2010.0318.1704:bd03/18/2010:svn:pn:pvr:rvnIntelCorporation:rnDG31PR:rvrAAD97573-306:cvn:ct3:cvr:
version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.7
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Tue Dec 27 08:18:50 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id9774 
 vendor HWP
xserver.version: 2:1.15.1-0ubuntu2.7

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


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

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

Title:
  The Microsoft mouse scroll wheel stopped working

Status in xorg package in Ubuntu:
  New

Bug description:
  I have run dmesg > ~/dmesg  and will be attaching the output.

  The mouse was disconnected and connected to a different USB port with
  no difference.

  I am running a separate computer with the same version and patching
  and the issue does not occur on that PC.

  lsb_release -rd
  Description:  Ubuntu 14.04.5 LTS
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-106.153-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-106-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.23
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Dec 27 09:22:35 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 82G33/G31 Express Integrated Graphics Controller 
[8086:29c2] (rev 10) (prog-if 00 [VGA controller])
 Subsystem: Intel Corporation 82G33/G31 Express Integrated Graphics 
Controller [8086:29c2]
  InstallationDate: Installed on 2014-11-25 (763 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-106-generic 
root=UUID=adaa5bff-47c6-404c-a1d0-9be61fb1a71a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  

[Desktop-packages] [Bug 1579098] Re: [touch] Mobile data connection drops, and doesn't automatically reconnect

2016-12-27 Thread Tomas Öqvist
You are not the only one. I have no idea what was actually fixed and
released regarding this bug, because nothing has changed for me. My Pro
5 has serious issues with both mobile data and wifi. It seems it can't
reconnect properly once a signal is lost. I probably toggle airplane
mode 5-10 times a day to reconnect. Indicator comes and goes and doesn't
seem to have much to do with the actual data connection of my phone.

One thing I wonder though is if this problem is more common on the Pro 5
than on other devices and if it is related to which operator or cellular
network you are on. I did a quick poll on G+
(https://plus.google.com/107122765209471240742/posts/9ESqWr35RSs?sfc=true)
to see how many users had frequent connection problems. It turned out
that about 50% of users have no issues whatsoever with mobile data or
wifi. Only 5% had frequent mobile data connection issues, so that can
explain the low priority to this bug.

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

Title:
  [touch] Mobile data connection drops, and doesn't automatically
  reconnect

Status in Canonical System Image:
  Fix Released
Status in network-manager package in Ubuntu:
  Fix Committed

Bug description:
  Krillin, rc-proposed, r325

  In the last couple of weeks it often happened that the mobile data
  connection dropped without reconnecting afterwards. I often find my
  device without mobile data connection without apparent reason.

  Switching mobile data connection Off and back On from settings
  restores the connection.

  I don't have any useful additional info to provide, unfortunately.
  Please let me know if you need log/cmd output in particular.

  phablet@ubuntu-phablet:~$ nmcli d status
  DEVICE   TYPE  STATE CONNECTION 
  ril_1gsm   disconnected  -- 
  wlan0wifi  disconnected  -- 
  ril_0gsm   unavailable   -- 
  ifb0 ifb   unmanaged -- 
  ifb1 ifb   unmanaged -- 
  ip6tnl0  ip6tnlunmanaged -- 
  sit0 iptunnel  unmanaged -- 
  lo   loopback  unmanaged -- 
  tunl0unknown   unmanaged --

  Syslog since last time mobile data was connected:
  http://pastebin.ubuntu.com/16259803/

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

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


[Desktop-packages] [Bug 1035843] Re: Trash doesn't work on NFS mounted partitions

2016-12-27 Thread Alberts Muktupāvels
** Package changed: gnome-applets (Ubuntu) => nautilus (Ubuntu)

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

Title:
  Trash doesn't work on NFS mounted partitions

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  As reported elsewhere :

  The /home/users directory on my host is an NFS mount connected to a
  server which is not in my control. When deleting files in $HOME
  (/home/users/foo) with Nautilus I get the following message:

  Cannot move file to trash, do you want to delete immediately?

  The file "..." cannot be moved to the trash.

  Is there some way to enable trash for this mount point? I have write
  access to the partition, but even after creating the expected
  /home/users/.Trash-$(id -u) and setting the sticky bit, Nautilus still
  fails to use the trash.

  When reading this question  and the Trash Specification
   I found that
  $HOME/.local/share/Trash is the standard location (unless
  $XDG_DATA_HOME is set), and it looks like Nautilus is only half-aware
  of this: It does indeed write a
  $HOME/.local/share/Trash/info/[filename]<.number>.trashinfo every time
  I try to delete a file, but the files are all empty and I still keep
  getting the error message.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-applets (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Uname: Linux 3.2.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  Date: Sun Aug 12 12:12:47 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: gnome-applets
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1651966] Re: Ubuntu-software center can't open more than 2 seconds

2016-12-27 Thread MadhuSoodanan
See:  https://answers.launchpad.net/ubuntu/+question/412835

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

Title:
  Ubuntu-software center can't open more than 2 seconds

Status in gnome-software package in Ubuntu:
  New

Bug description:
  When I click on the launcher icon for Ubuntu software window appears;
  but for below 2 seconds.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ubuntu-software 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35
  Uname: Linux 4.4.0-57-generic i686
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Dec 22 12:45:12 2016
  InstallationDate: Installed on 2016-10-15 (67 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release i386 (20160420.1)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1652430] Re: gnome-software crashed with signal 5

2016-12-27 Thread MadhuSoodanan
See this one also:
https://answers.launchpad.net/ubuntu/+question/412835

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

Title:
  gnome-software crashed with signal 5

Status in gnome-software package in Ubuntu:
  New

Bug description:
  Ubuntu-software center doesn't open more than 2 seconds.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-software 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35
  Uname: Linux 4.4.0-57-generic i686
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sat Dec 24 14:36:35 2016
  InstallationDate: Installed on 2016-10-15 (69 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release i386 (20160420.1)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1234252] Re: [MacBookPro8, 1, CS4206] Left speaker low volume and absence of low freqs

2016-12-27 Thread Luca Ciavatta
Same issue on MacBook Pro 8,2 with Ubuntu 16.04 and Ubuntu 16.10.

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

Title:
  [MacBookPro8,1, CS4206] Left speaker low volume  and absence of low
  freqs

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 13.04 fresh install or fully updated - no difference.
  While listening music through internal speakers I noticed that left speaker 
sounds differently from the right one. I would describe left speaker's sound as 
those from the headphones lying on the table: low volume level and mostly high 
frequences are heard.
  1) Trying to check mixer levels in alsamixer, muting/unmuting, balance 
channels etc didnt help.
  2) In alsamixer there is a mixer item called "Bass Speaker". If I mute it, 
other playback items (including Master) are muted too. If I make its level to 
0, then sound from both speakers become identical: low volume and without bass 
frequences. Level of the Bass Speaker resets if I adjust volume level from 
Unity volume control tool.
  3) Trying to set model parameter for intel_hda module to "mbp55" or "imac27" 
didnt help.
  4) Sound from headphones is perfectly ok.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vkat   1970 F pulseaudio
   /dev/snd/pcmC0D0c:   vkat   1970 F...m pulseaudio
  Date: Wed Oct  2 19:12:40 2013
  InstallationDate: Installed on 2013-10-02 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_Type: High background noise, or volume is too low
  Title: [MacBookPro8,1, Cirrus Logic CS4206, Speaker, Internal] Background 
noise or low volume
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/12
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP81.88Z.0047.B27.1201241646
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-94245B3640C91C81
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro8,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-94245B3640C91C81
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP81.88Z.0047.B27.1201241646:bd01/24/12:svnAppleInc.:pnMacBookPro8,1:pvr1.0:rvnAppleInc.:rnMac-94245B3640C91C81:rvrMacBookPro8,1:cvnAppleInc.:ct10:cvrMac-94245B3640C91C81:
  dmi.product.name: MacBookPro8,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Desktop-packages] [Bug 1652753] [NEW] jackdbus takes 100% of a core when interface is turned off

2016-12-27 Thread clepsdyrae
Public bug reported:

I have jackdbus running successfully (via qjackctl) in Kubuntu 16.10
with a Scarlett 18i8 USB interface.

If I turn the interface off, jackdbus will usually (not always -- I
think I may need to have played audio at least once?) jump to 100% CPU
usage (of a single core) and stay there indefinitely.

I can kill the jack processes, turn the interface back on, and restart
the processes, and things are fine again.

When the CPU usage happens, I see so further output in
.log/jack/jackdbus.log

Judging by jackdbus.log, I think I have "Controller" version 1.9.11:

Tue Dec 27 01:52:41 2016: Controller activated. Version 1.9.11 (unknown)
built on Sat Sep 17 05:04:38 2016

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

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

Title:
  jackdbus takes 100% of a core when interface is turned off

Status in jackd2 package in Ubuntu:
  New

Bug description:
  I have jackdbus running successfully (via qjackctl) in Kubuntu 16.10
  with a Scarlett 18i8 USB interface.

  If I turn the interface off, jackdbus will usually (not always -- I
  think I may need to have played audio at least once?) jump to 100% CPU
  usage (of a single core) and stay there indefinitely.

  I can kill the jack processes, turn the interface back on, and restart
  the processes, and things are fine again.

  When the CPU usage happens, I see so further output in
  .log/jack/jackdbus.log

  Judging by jackdbus.log, I think I have "Controller" version 1.9.11:

  Tue Dec 27 01:52:41 2016: Controller activated. Version 1.9.11
  (unknown) built on Sat Sep 17 05:04:38 2016

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

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


[Desktop-packages] [Bug 1652749] [NEW] Gnome Shell. Run gksudo from Activities Overview.

2016-12-27 Thread Alejandro G . García
Public bug reported:

OS: Ubuntu 16.04.1 LTS (amd64)
Package: gnome-shell 3.18.5-0ubuntu0.2
Package: libgdk-pixbuf2.0-0:amd64 2.32.2-1ubuntu1.2

When I try to run gksudo from the Activities Overview in Gnome Shell,
the following exception occur.

kernel: [ 1590.097250] traps: gksudo[5218] general protection
ip:7fd4b5a3dbb1 sp:7ffcaa92a710 error:0 in
libgdk-x11-2.0.so.0.2400.30[7fd4b59cd000+b]

This only happen if I don't leave the Activities Overview.
If I leave the Activities Overview just after run the command, not error 
happens. The gksudo window is showed for input the password and the application 
is launched correctly.

Procedure:
1. Open the Activities Overview in Gnome Shell.
2. Press Alt + F2 and type "gksudo {any application}"
3. Don't leave the Activities Overview and wait about 30 seconds.
4. Nothing happens. Inspect the system log for gksudo exceptions.

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


** Tags: gksudo gnome-shell libgdk

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

Title:
  Gnome Shell. Run gksudo from Activities Overview.

Status in gksu package in Ubuntu:
  New

Bug description:
  OS: Ubuntu 16.04.1 LTS (amd64)
  Package: gnome-shell 3.18.5-0ubuntu0.2
  Package: libgdk-pixbuf2.0-0:amd64 2.32.2-1ubuntu1.2

  When I try to run gksudo from the Activities Overview in Gnome Shell,
  the following exception occur.

  kernel: [ 1590.097250] traps: gksudo[5218] general protection
  ip:7fd4b5a3dbb1 sp:7ffcaa92a710 error:0 in
  libgdk-x11-2.0.so.0.2400.30[7fd4b59cd000+b]

  This only happen if I don't leave the Activities Overview.
  If I leave the Activities Overview just after run the command, not error 
happens. The gksudo window is showed for input the password and the application 
is launched correctly.

  Procedure:
  1. Open the Activities Overview in Gnome Shell.
  2. Press Alt + F2 and type "gksudo {any application}"
  3. Don't leave the Activities Overview and wait about 30 seconds.
  4. Nothing happens. Inspect the system log for gksudo exceptions.

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

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


[Desktop-packages] [Bug 1582496] Re: GLib-GObject-CRITICAL failures during Ubuntu 16.04 bootup

2016-12-27 Thread Jan Niggemann
Not sure if this helps but I'm experiencing the same gnome-session error
as OP on a Debian 8.6 Jessie (amd64)  system (regardless of kernel
version, in case that matters) with gnome-session 3.14.0-2.

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

Title:
  GLib-GObject-CRITICAL failures during Ubuntu 16.04 bootup

Status in gnome-session package in Ubuntu:
  Confirmed

Bug description:
  I submitted this question a week but did not receive an answer or
  advice to solving them. https://answers.launchpad.net/ubuntu/+source
  /gnome-session/+question/293479

  These failures are still plaguing my syslog every time I activate
  Nautilus.

  Appreciate help to resolve these failures.

  
   Earlier question 
  After a recent updating, I notice these failures in the systemlogs. 

  May  9 16:34:59 Eliot gnome-session[1562]: gnome-session-binary[1562]: 
GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  May  9 16:34:59 Eliot gnome-session-binary[1562]: GLib-GObject-CRITICAL: 
g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  May  9 16:34:59 Eliot gnome-session[1562]: gnome-session-binary[1562]: 
GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  May  9 16:34:59 Eliot gnome-session-binary[1562]: GLib-GObject-CRITICAL: 
g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  May  9 16:34:59 Eliot gnome-session[1562]: gnome-session-binary[1562]: 
GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  May  9 16:34:59 Eliot gnome-session-binary[1562]: GLib-GObject-CRITICAL: 
g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  May  9 16:34:59 Eliot gnome-session[1562]: gnome-session-binary[1562]: 
GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  May  9 16:34:59 Eliot gnome-session-binary[1562]: GLib-GObject-CRITICAL: 
g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  May  9 16:34:59 Eliot gnome-session[1562]: gnome-session-binary[1562]: 
GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  May  9 16:34:59 Eliot gnome-session-binary[1562]: GLib-GObject-CRITICAL: 
g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  May  9 16:34:59 Eliot gnome-session[1562]: gnome-session-binary[1562]: 
GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  May  9 16:34:59 Eliot gnome-session-binary[1562]: GLib-GObject-CRITICAL: 
g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  May  9 16:35:01 Eliot org.gnome.zeitgeist.Engine[1400]: 
(zeitgeist-daemon:2197): GLib-GObject-CRITICAL **: g_object_unref: assertion 
'object->ref_count > 0' failed
  May  9 16:42:54 Eliot gnome-session[1576]: (nautilus:2606): 
GLib-GObject-CRITICAL **: g_signal_connect_object: assertion 
'G_TYPE_CHECK_INSTANCE (instance)' failed
  May  9 16:59:53 Eliot gnome-session[1576]: (nautilus:2842): 
GLib-GObject-CRITICAL **: g_signal_connect_object: assertion 
'G_TYPE_CHECK_INSTANCE (instance)' failed
  May  9 17:00:19 Eliot gnome-session[1576]: (nautilus:2857): 
GLib-GObject-CRITICAL **: g_signal_connect_object: assertion 
'G_TYPE_CHECK_INSTANCE (instance)' failed

  The last three failures appears whenever I activate nautilus.
  Nautilus will appear and work as usual.

  How can I resolve these failure notices?  Thanks in advance.

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

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


[Desktop-packages] [Bug 1623666] Re: iOS10 will not connect to Ubuntu

2016-12-27 Thread Ulf Mehlig
same here with Ubuntu 16.10 and iOS 10.2 (14C92). The ppa cited above
does not install on yakkety.

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

Title:
  iOS10 will not connect to Ubuntu

Status in gnutls28 package in Ubuntu:
  Confirmed
Status in libimobiledevice package in Ubuntu:
  Confirmed

Bug description:
  Plug in iOS10 device, and it doesn't show the documents on it.

  Please package the recent fix in libimobiledevice:

  https://github.com/libimobiledevice/libimobiledevice/issues/327

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

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


[Desktop-packages] [Bug 1542733] Re: Connect to Hidden Wi-Fi Network, "Connect" grayed out

2016-12-27 Thread Christopher
Agreed; having to open terminal every time I start up to enter this ping 
command is a rather primitive workaround (and this after 6 months):  ping 
91.189.89.115 -i 15 -s 28 . 
The nmcli startup command does not always work successfully.

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

Title:
  Connect to Hidden Wi-Fi Network, "Connect" grayed out

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Reproduce:
  1. Create a static, connection to hidden Wi-Fi connection using 
nm-connection-editor

  2. click nm-applet icon
  click "Connect to Hidden Wi-Fi Network"
  click pre-existing connection
  "Connect" is grayed out

  Work around is using terminal.
  nmcli c up id 

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.0.4-0ubuntu9
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Feb  6 15:58:22 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-02-06 (0 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160206)
  IpRoute:
   default via 192.168.0.1 dev wlp2s0  proto static  metric 600 
   169.254.0.0/16 dev wlp2s0  scope link  metric 1000 
   192.168.0.0/24 dev wlp2s0  proto kernel  scope link  src 192.168.0.55  
metric 600
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  nmcli-con:
   NAMEUUID  TYPE   
  TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  
AUTOCONNECT-PRIORITY  READONLY  DBUS-PATH   
ACTIVE  DEVICE  STATE  ACTIVE-PATH
   Wired connection 1  7c22db8e-2026-413b-86cd-0c796f177dd5  
802-3-ethernet   1454790964  Sat 06 Feb 2016 02:36:04 PM CST  yes  0
 no/org/freedesktop/NetworkManager/Settings/1  no  
--  -- -- 
   jjjGFQQZi0U43GQNlkbUFr0j8ZXA2A  d57103a5-d3d7-4fb0-a2a0-469894e184ab  
802-11-wireless  1454795858  Sat 06 Feb 2016 03:57:38 PM CST  yes  0
 no/org/freedesktop/NetworkManager/Settings/0  yes 
wlp2s0  activated  /org/freedesktop/NetworkManager/ActiveConnection/4
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlp2s0  wifi  connected/org/freedesktop/NetworkManager/Devices/1  
jjjGFQQZi0U43GQNlkbUFr0j8ZXA2A  d57103a5-d3d7-4fb0-a2a0-469894e184ab  
/org/freedesktop/NetworkManager/ActiveConnection/4 
   enp1s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  -- 
 ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1542733/+subscriptions

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


[Desktop-packages] [Bug 1652699] Re: new to ubuntu

2016-12-27 Thread Paul White
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html.

We'd be grateful if you would then provide a more complete description
of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected. 
3. The behavior you actually encountered (in as much detail as possible).

Please also change the title of the report to something that describes
the issue that you are having.

Thanks!

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

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

Title:
  new to ubuntu

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Sorry to bother you all if this is not a big issue. New interface user
  to Ubuntu. Loving it by the way.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35
  Uname: Linux 4.4.0-57-generic i686
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: i386
  BootLog: /dev/sda5: clean, 233131/767040 files, 1229295/3062528 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Dec 26 19:38:38 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e22] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Dell 4 Series Chipset Integrated Graphics Controller [1028:0285]
 Subsystem: Dell 4 Series Chipset Integrated Graphics Controller [1028:0285]
  InstallationDate: Installed on 2016-12-26 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release i386 (20160719)
  MachineType: Dell Inc. Vostro 220s Series
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-57-generic 
root=UUID=f252f62c-d1d7-4b28-90d4-a8200786d9b0 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0CKCXH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd06/22/2010:svnDellInc.:pnVostro220sSeries:pvr:rvnDellInc.:rn0CKCXH:rvrA03:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 220s Series
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Mon Dec 26 17:30:06 2016
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputUSB Optical MouseMOUSE, id 8
   inputDell Dell USB Keyboard KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 502 
   vendor ACR
  xserver.version: 2:1.18.4-0ubuntu0.2

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

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


[Desktop-packages] [Bug 1389833] Re: package description, Release Notes and supported GPUs: dead link

2016-12-27 Thread Po-Hsu Lin
Also affection nvidia-304 and nvidia-367

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

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

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

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

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

Title:
  package description, Release Notes and supported GPUs: dead link

Status in nvidia-graphics-drivers-304 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-367 package in Ubuntu:
  Confirmed

Bug description:
  apt-cache show nvidia-331 | grep "Release Notes" -A 1
   Release Notes and supported GPUs:
   http://www.nvidia.com/object/linux-display-amd64-331.38-driver.html

  -> Link is dead.

  
  apt-cache policy nvidia-331
  331.38-0ubuntu7.1

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

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


[Desktop-packages] [Bug 1652736] [NEW] Unable to select nvidia-340 for Quadro K5000M from jockey on Precise

2016-12-27 Thread Po-Hsu Lin
Public bug reported:

jockey-text -l shows only nvidia-304 available, despite that I could
found nvidia-340 from apt-get.

$ jockey-text --list
xorg:nvidia_304 - NVIDIA accelerated graphics driver (Proprietary, Enabled, In 
use)

According to the release note from NVIDIA [1], K5000M was supported in
340.98 as well.

I was using nvidia-340.93, which works well. However nvidia-304 will
make my launcher disappear.

$ dpkg -l | grep 340
rc  libcuda1-340340.93-0ubuntu0.0.0.1   
  NVIDIA CUDA runtime library
rc  libcuda1-340-updates340.93-0ubuntu0.0.0.1   
  NVIDIA CUDA runtime library
rc  nvidia-340  340.93-0ubuntu0.0.0.1   
  NVIDIA binary driver - version 340.93
rc  nvidia-340-updates  340.93-0ubuntu0.0.0.1   
  NVIDIA binary driver - version 340.93
rc  nvidia-libopencl1-340   340.93-0ubuntu0.0.0.1   
  NVIDIA OpenCL Driver and ICD Loader library
rc  nvidia-libopencl1-340-updates   340.93-0ubuntu0.0.0.1   
  NVIDIA OpenCL Driver and ICD Loader library
rc  nvidia-opencl-icd-340   340.93-0ubuntu0.0.0.1   
  NVIDIA OpenCL ICD
rc  nvidia-opencl-icd-340-updates   340.93-0ubuntu0.0.0.1   
  NVIDIA OpenCL ICD

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

** Attachment added: "launcher.png"
   
https://bugs.launchpad.net/bugs/1652736/+attachment/4796914/+files/launcher.png

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

Title:
  Unable to select nvidia-340 for Quadro K5000M from jockey on Precise

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

Bug description:
  jockey-text -l shows only nvidia-304 available, despite that I could
  found nvidia-340 from apt-get.

  $ jockey-text --list
  xorg:nvidia_304 - NVIDIA accelerated graphics driver (Proprietary, Enabled, 
In use)

  According to the release note from NVIDIA [1], K5000M was supported in
  340.98 as well.

  I was using nvidia-340.93, which works well. However nvidia-304 will
  make my launcher disappear.

  $ dpkg -l | grep 340
  rc  libcuda1-340340.93-0ubuntu0.0.0.1 
NVIDIA CUDA runtime library
  rc  libcuda1-340-updates340.93-0ubuntu0.0.0.1 
NVIDIA CUDA runtime library
  rc  nvidia-340  340.93-0ubuntu0.0.0.1 
NVIDIA binary driver - version 340.93
  rc  nvidia-340-updates  340.93-0ubuntu0.0.0.1 
NVIDIA binary driver - version 340.93
  rc  nvidia-libopencl1-340   340.93-0ubuntu0.0.0.1 
NVIDIA OpenCL Driver and ICD Loader library
  rc  nvidia-libopencl1-340-updates   340.93-0ubuntu0.0.0.1 
NVIDIA OpenCL Driver and ICD Loader library
  rc  nvidia-opencl-icd-340   340.93-0ubuntu0.0.0.1 
NVIDIA OpenCL ICD
  rc  nvidia-opencl-icd-340-updates   340.93-0ubuntu0.0.0.1 
NVIDIA OpenCL ICD

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

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


[Desktop-packages] [Bug 1652737] [NEW] Overriden by GNOME screen saver after recent upgrade

2016-12-27 Thread José Luis González
Public bug reported:

I use XFCE solely. After a recent upgrade, xscreensaver is no longer run
in my system. Instead it seems GNOME screensaver is run. When I run the
XFCE screensaver settings dialog it complains that the GNOME screensaver
daemon appears to be running and that it must be stopped for
XScreenSaver to work properly. Interestingly if I stop it, and later say
I want XScreenSaver to be launched (it says it seems it isn't running),
the dialog freezes and an error pops up. Afterwards if I close the
settings dialog and open it again it complains of exactly the same
things (GNOME Screensaver daemon running, XScreenSaver not running).

I'm running Xenial with XFCE and XScreenSaver is version 5.34-2ubuntu1.
Please, reassign if bug is in another package.

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

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

Title:
  Overriden by GNOME screen saver after recent upgrade

Status in xscreensaver package in Ubuntu:
  New

Bug description:
  I use XFCE solely. After a recent upgrade, xscreensaver is no longer
  run in my system. Instead it seems GNOME screensaver is run. When I
  run the XFCE screensaver settings dialog it complains that the GNOME
  screensaver daemon appears to be running and that it must be stopped
  for XScreenSaver to work properly. Interestingly if I stop it, and
  later say I want XScreenSaver to be launched (it says it seems it
  isn't running), the dialog freezes and an error pops up. Afterwards if
  I close the settings dialog and open it again it complains of exactly
  the same things (GNOME Screensaver daemon running, XScreenSaver not
  running).

  I'm running Xenial with XFCE and XScreenSaver is version
  5.34-2ubuntu1. Please, reassign if bug is in another package.

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

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


[Desktop-packages] [Bug 1389833] Re: package description, Release Notes and supported GPUs: dead link

2016-12-27 Thread Po-Hsu Lin
Affecting 340.98 as well.

$ apt-cache show nvidia-340 | grep "Release Notes" -A 1
 Release Notes and supported GPUs:
 http://www.nvidia.com/object/linux-display-amd64-340.98-driver.html

Dead link.

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

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

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

Title:
  package description, Release Notes and supported GPUs: dead link

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

Bug description:
  apt-cache show nvidia-331 | grep "Release Notes" -A 1
   Release Notes and supported GPUs:
   http://www.nvidia.com/object/linux-display-amd64-331.38-driver.html

  -> Link is dead.

  
  apt-cache policy nvidia-331
  331.38-0ubuntu7.1

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

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


[Desktop-packages] [Bug 1389833] Re: package description, Release Notes and supported GPUs: dead link

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

** Changed in: nvidia-graphics-drivers-331 (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/1389833

Title:
  package description, Release Notes and supported GPUs: dead link

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

Bug description:
  apt-cache show nvidia-331 | grep "Release Notes" -A 1
   Release Notes and supported GPUs:
   http://www.nvidia.com/object/linux-display-amd64-331.38-driver.html

  -> Link is dead.

  
  apt-cache policy nvidia-331
  331.38-0ubuntu7.1

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

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


[Desktop-packages] [Bug 1652733] [NEW] Xorg freeze

2016-12-27 Thread Christian Rauch
Public bug reported:

All games (with or without Steam) freeze after a random amount of time.
This bug is triggered, when another windows gets focus, but it happens
randomly too.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35
Uname: Linux 4.4.0-57-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Tue Dec 27 08:50:31 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company ZBook 15u G2 Mobile Workstation 
[103c:2216]
InstallationDate: Installed on 2016-12-19 (8 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: Hewlett-Packard HP EliteBook 840 G2
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-57-generic 
root=UUID=f44797a0-03df-4858-ba0f-2ffee815ebc1 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/24/2015
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: M71 Ver. 01.04
dmi.board.name: 2216
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 96.54
dmi.chassis.asset.tag: 5CG5132LGG
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM71Ver.01.04:bd02/24/2015:svnHewlett-Packard:pnHPEliteBook840G2:pvrA3009D410303:rvnHewlett-Packard:rn2216:rvrKBCVersion96.54:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 840 G2
dmi.product.version: A3009D410303
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Tue Dec 27 08:24:29 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id4669 
 vendor AUO
xserver.version: 2:1.18.4-0ubuntu0.2

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


** Tags: amd64 apport-bug compiz-0.9 false-gpu-hang freeze 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/1652733

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  New

Bug description:
  All games (with or without Steam) freeze after a random amount of
  time. This bug is triggered, when another windows gets focus, but it
  happens randomly too.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35
  Uname: Linux 4.4.0-57-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  BootLog:
   
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Dec 27 08:50:31 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company ZBook 15u G2 Mobile Workstation 
[103c:2216]
  InstallationDate: Installed on 2016-12-19 (8 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Hewlett-Packard HP EliteBook 840 G2
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-57-generic 
root=UUID=f44797a0-03df-4858-ba0f-2ffee815ebc1 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2015
  dmi.bios.vendor: 

[Desktop-packages] [Bug 1652734] [NEW] installing kernel 4.9.0 and this crash happened installing package libglib2.0-0:amd64 2.48.1-1~ubuntu16.04.1 [origin: Ubuntu] failed to install/upgrade: dependen

2016-12-27 Thread carneeki
Public bug reported:

installing via dpkg

ProblemType: Package
DistroRelease: elementary 0.4
Package: libglib2.0-0:amd64 2.48.1-1~ubuntu16.04.1 [origin: Ubuntu]
Uname: Linux 4.6.3-040603-lowlatency x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
Date: Tue Dec 27 18:13:28 2016
ErrorMessage: dependency problems - leaving triggers unprocessed
InstallationDate: Installed on 2016-03-10 (291 days ago)
InstallationMedia: elementary OS 0.3.2 "Freya" - Stable amd64 (20151209)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15ubuntu0.2
SourcePackage: glib2.0
Title: package libglib2.0-0:amd64 2.48.1-1~ubuntu16.04.1 [origin: Ubuntu] 
failed to install/upgrade: dependency problems - leaving triggers unprocessed
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package loki need-duplicate-check third-party-packages

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

Title:
  installing kernel 4.9.0 and this crash happened installing package
  libglib2.0-0:amd64 2.48.1-1~ubuntu16.04.1 [origin: Ubuntu] failed to
  install/upgrade: dependency problems - leaving triggers unprocessed

Status in glib2.0 package in Ubuntu:
  New

Bug description:
  installing via dpkg

  ProblemType: Package
  DistroRelease: elementary 0.4
  Package: libglib2.0-0:amd64 2.48.1-1~ubuntu16.04.1 [origin: Ubuntu]
  Uname: Linux 4.6.3-040603-lowlatency x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  Date: Tue Dec 27 18:13:28 2016
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2016-03-10 (291 days ago)
  InstallationMedia: elementary OS 0.3.2 "Freya" - Stable amd64 (20151209)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15ubuntu0.2
  SourcePackage: glib2.0
  Title: package libglib2.0-0:amd64 2.48.1-1~ubuntu16.04.1 [origin: Ubuntu] 
failed to install/upgrade: dependency problems - leaving triggers unprocessed
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1652734/+subscriptions

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