[Desktop-packages] [Bug 1994058] [NEW] segfault when selecting a folder in Ubuntu 22.10 using sudo nautilus causing nautilus to close

2022-10-24 Thread Gustavo Alberto Peña Oliva
Public bug reported:

The error appears using sudo nautilus and selecting any folder or location what 
causes it to kill sudo nautilus 
making it close

(org.gnome.Nautilus:47066): GLib-GIO-CRITICAL **: 15:06:54.827: 
g_dbus_connection_emit_signal: assertion 'object_path != NULL && 
g_variant_is_object_path (object_path)' failed
Violación de segmento (segfault in English)

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


** Tags: nautilus

** Tags added: nautilus

** Description changed:

  The error appears using sudo nautilus and selecting any folder or
- location
- 
+ location what causes it to kill sudo nautilus what causes it to close
  
  (org.gnome.Nautilus:47066): GLib-GIO-CRITICAL **: 15:06:54.827: 
g_dbus_connection_emit_signal: assertion 'object_path != NULL && 
g_variant_is_object_path (object_path)' failed
  Violación de segmento (segfault in English)

** Description changed:

- The error appears using sudo nautilus and selecting any folder or
- location what causes it to kill sudo nautilus what causes it to close
+ The error appears using sudo nautilus and selecting any folder or location 
what causes it to kill sudo nautilus 
+ making it close
  
  (org.gnome.Nautilus:47066): GLib-GIO-CRITICAL **: 15:06:54.827: 
g_dbus_connection_emit_signal: assertion 'object_path != NULL && 
g_variant_is_object_path (object_path)' failed
  Violación de segmento (segfault in English)

** Summary changed:

- segfault when selecting a folder in Ubuntu 22.10 using sudo nautilus
+ segfault when selecting a folder in Ubuntu 22.10 using sudo nautilus causing 
nautilus to close

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

Title:
  segfault when selecting a folder in Ubuntu 22.10 using sudo nautilus
  causing nautilus to close

Status in nautilus package in Ubuntu:
  New

Bug description:
  The error appears using sudo nautilus and selecting any folder or location 
what causes it to kill sudo nautilus 
  making it close

  (org.gnome.Nautilus:47066): GLib-GIO-CRITICAL **: 15:06:54.827: 
g_dbus_connection_emit_signal: assertion 'object_path != NULL && 
g_variant_is_object_path (object_path)' failed
  Violación de segmento (segfault in English)

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


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


[Desktop-packages] [Bug 1993019] Re: UnboundLocalError: local variable 'version' referenced before assignment

2022-10-17 Thread Gustavo Canabrava
Have the same problem using a Ideapad 3i. The solution provided by
Weston Kelliher works, with a few start up problems, but all right now.

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

Title:
  UnboundLocalError: local variable 'version' referenced before
  assignment

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

Bug description:
  Hello, we received a drive-by complaint about the ubuntu-drivers
  autoinstall tool:

  < Fhazal> hye i have problem with ubuntu 22.04 nvidia auto install command
  < Fhazal> this error appear when i try to auto install recommended driver
  < Fhazal> https://pastebin.com/ydZVFT24

  The contents of the pastebin:

  Traceback (most recent call last):
File "/usr/bin/ubuntu-drivers", line 513, in 
  greet()
File "/usr/lib/python3/dist-packages/click/core.py", line 1128, in __call__
  return self.main(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 1053, in main
  rv = self.invoke(ctx)
File "/usr/lib/python3/dist-packages/click/core.py", line 1659, in invoke
  return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 1395, in invoke
  return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3/dist-packages/click/core.py", line 754, in invoke
  return __callback(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/decorators.py", line 84, in 
new_func
  return ctx.invoke(f, obj, *args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 754, in invoke
  return __callback(*args, **kwargs)
File "/usr/bin/ubuntu-drivers", line 432, in autoinstall
  command_install(config)
File "/usr/bin/ubuntu-drivers", line 187, in command_install
  UbuntuDrivers.detect.nvidia_desktop_pre_installation_hook(to_install)
File "/usr/lib/python3/dist-packages/UbuntuDrivers/detect.py", line 839, in 
nvidia_desktop_pre_installation_hook
  with_nvidia_kms = version >= 470
  UnboundLocalError: local variable 'version' referenced before assignment

  
  Skimming the version on my system it sure feels plausible:

  def nvidia_desktop_pre_installation_hook(to_install):
  '''Applies changes that need to happen before installing the NVIDIA 
drivers'''
  with_nvidia_kms = False

  # Enable KMS if nvidia >= 470
  for package_name in to_install:
  if package_name.startswith('nvidia-driver-'):
  try:
  version = int(package_name.split('-')[-1])
  except ValueError:
  pass
  finally:
  with_nvidia_kms = version >= 470

  if with_nvidia_kms:
  set_nvidia_kms(1)


  If there was an exception splitting, indexing, or converting to an
  int, that 'version' variable may not have a value.

  Thanks

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


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


[Desktop-packages] [Bug 1970265] Re: My Eevee and Vulpix cursors are not respected in almost all Snap programs, DMZ-White appears

2022-04-28 Thread Gustavo Alberto Peña Oliva
** Also affects: firefox (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: firefox (Ubuntu)

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

** No longer affects: snapcraft (Ubuntu)

** No longer affects: snapd (Ubuntu)

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

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

Title:
  My Eevee and Vulpix cursors are not respected in almost all Snap
  programs, DMZ-White appears

Status in snapd:
  New
Status in snapd package in Ubuntu:
  New

Bug description:
  I clarified this and made it clear in
  https://askubuntu.com/questions/1373356/no-eevee-cursor-on-snap-
  programs Almost all Snap programs (except Blender and Android Studio)
  don't recognize my Eevee and Vulpix cursors instead DMZ-White appears
  and it looks very ugly with my desktop themes

  A month ago i discovered that my cursor packs were not in the
  /usr/share/icons folders of most snap programs in the Snap folder try
  adding it but discovered that it is read-only protected by SquashFS
  making it impossible to add them to the icon folder

  Link of my cursors in Pling
  https://www.gnome-look.org/p/1660518

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


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


[Desktop-packages] [Bug 1915175] Re: wifi network stops working and shows a green wifi icon

2021-02-14 Thread Gustavo Wills
** Description changed:

  I recently started using ubuntu 20.04, I connected it to my 2.4ghz Wi-Fi, at 
first the wifi worked fine, but suddenly the wifi stopped connecting, and after 
a few seconds it said "unable to activate network". I checked the "additional 
drivers tab" and it showed my wifi adapter, but it said "this device is using 
an alternate driver".
  right now I'm using my 5ghz Wi-Fi network, but sometimes it happens that it 
stops working, usually after suspend.
  
  UPDATE #1: Apparently it's working now, I suppose it's from an update.
  Anyways I guess it's fixed.
  
  UPDATE #2: it's broken again
+ 
+ UPDATE #3: after checking the error a long time I've realized that this
+ error happens when I leave it suspended it for a long time, it is fixed
+ by doing about 3-4 restarts.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: network-manager 1.22.10-1ubuntu2.2
  ProcVersionSignature: Ubuntu 5.8.0-41.46~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-41-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb  9 12:09:28 2021
  InstallationDate: Installed on 2021-02-08 (0 days ago)
  InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
  IpRoute:
   default via 192.168.1.254 dev wlp1s0 proto dhcp metric 600
   169.254.0.0/16 dev wlp1s0 scope link metric 1000
   192.168.1.0/24 dev wlp1s0 proto kernel scope link src 192.168.1.8 metric 600
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf:
   [connection]
   wifi.powersave = 2
  mtime.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf: 
2021-02-08T22:50:26.196692
  nmcli-dev:
   DEVICE  TYPE  STATE  IP4-CONNECTIVITY  IP6-CONNECTIVITY  DBUS-PATH   
   CONNECTION   CON-UUID
  CON-PATH
   wlp1s0  wifi  connected  full  limited   
/org/freedesktop/NetworkManager/Devices/2  Betancur 5G  
cda009c8-c845-4366-8436-8e9c44da2cbf  
/org/freedesktop/NetworkManager/ActiveConnection/1
   lo  loopback  unmanaged  unknown   unknown   
/org/freedesktop/NetworkManager/Devices/1  --   --  
  --
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.22.10  connected  started  full  enabled enabled  
enabled  enabled  enabled

** Description changed:

  I recently started using ubuntu 20.04, I connected it to my 2.4ghz Wi-Fi, at 
first the wifi worked fine, but suddenly the wifi stopped connecting, and after 
a few seconds it said "unable to activate network". I checked the "additional 
drivers tab" and it showed my wifi adapter, but it said "this device is using 
an alternate driver".
  right now I'm using my 5ghz Wi-Fi network, but sometimes it happens that it 
stops working, usually after suspend.
  
  UPDATE #1: Apparently it's working now, I suppose it's from an update.
  Anyways I guess it's fixed.
  
  UPDATE #2: it's broken again
  
  UPDATE #3: after checking the error a long time I've realized that this
  error happens when I leave it suspended it for a long time, it is fixed
- by doing about 3-4 restarts.
+ by doing about 3-4 restarts. I'm going to try to use a code that
+ restarts the network-service after suspend, I'll see if it works.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: network-manager 1.22.10-1ubuntu2.2
  ProcVersionSignature: Ubuntu 5.8.0-41.46~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-41-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb  9 12:09:28 2021
  InstallationDate: Installed on 2021-02-08 (0 days ago)
  InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
  IpRoute:
   default via 192.168.1.254 dev wlp1s0 proto dhcp metric 600
   169.254.0.0/16 dev wlp1s0 scope link metric 1000
   192.168.1.0/24 dev wlp1s0 proto kernel scope link src 192.168.1.8 metric 600
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf:
   [connection]
   wifi.powersave = 2
  mtime.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf: 
2021-02-08T22:50:26.196692
  nmcli-dev:
   DEVICE  TYPE  STATE  IP4-CONNECTIVITY  IP6-CONNECTIVITY  DBUS-PATH   
   CONNECTION   CON-UUID
  CON-PATH
   wlp1s0  wifi  connected  full  limited   
/org/freedesktop/NetworkManager/Devices/2  Betancur 5G  
cda009c8-c845-4366-8436-8e9c44da2cbf  

[Desktop-packages] [Bug 1915175] Re: wifi network stops working and shows a green wifi icon

2021-02-11 Thread Gustavo Wills
** Description changed:

  I recently started using ubuntu 20.04, I connected it to my 2.4ghz Wi-Fi, at 
first the wifi worked fine, but suddenly the wifi stopped connecting, and after 
a few seconds it said "unable to activate network". I checked the "additional 
drivers tab" and it showed my wifi adapter, but it said "this device is using 
an alternate driver".
  right now I'm using my 5ghz Wi-Fi network, but sometimes it happens that it 
stops working, usually after suspend.
  
  UPDATE #1: Apparently it's working now, I suppose it's from an update.
  Anyways I guess it's fixed.
+ 
+ UPDATE #2: it's broken again
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: network-manager 1.22.10-1ubuntu2.2
  ProcVersionSignature: Ubuntu 5.8.0-41.46~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-41-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb  9 12:09:28 2021
  InstallationDate: Installed on 2021-02-08 (0 days ago)
  InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
  IpRoute:
   default via 192.168.1.254 dev wlp1s0 proto dhcp metric 600
   169.254.0.0/16 dev wlp1s0 scope link metric 1000
   192.168.1.0/24 dev wlp1s0 proto kernel scope link src 192.168.1.8 metric 600
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf:
   [connection]
   wifi.powersave = 2
  mtime.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf: 
2021-02-08T22:50:26.196692
  nmcli-dev:
   DEVICE  TYPE  STATE  IP4-CONNECTIVITY  IP6-CONNECTIVITY  DBUS-PATH   
   CONNECTION   CON-UUID
  CON-PATH
   wlp1s0  wifi  connected  full  limited   
/org/freedesktop/NetworkManager/Devices/2  Betancur 5G  
cda009c8-c845-4366-8436-8e9c44da2cbf  
/org/freedesktop/NetworkManager/ActiveConnection/1
   lo  loopback  unmanaged  unknown   unknown   
/org/freedesktop/NetworkManager/Devices/1  --   --  
  --
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.22.10  connected  started  full  enabled enabled  
enabled  enabled  enabled

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

Title:
  wifi network stops working and shows a green wifi icon

Status in network-manager package in Ubuntu:
  New

Bug description:
  I recently started using ubuntu 20.04, I connected it to my 2.4ghz Wi-Fi, at 
first the wifi worked fine, but suddenly the wifi stopped connecting, and after 
a few seconds it said "unable to activate network". I checked the "additional 
drivers tab" and it showed my wifi adapter, but it said "this device is using 
an alternate driver".
  right now I'm using my 5ghz Wi-Fi network, but sometimes it happens that it 
stops working, usually after suspend.

  UPDATE #1: Apparently it's working now, I suppose it's from an update.
  Anyways I guess it's fixed.

  UPDATE #2: it's broken again

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: network-manager 1.22.10-1ubuntu2.2
  ProcVersionSignature: Ubuntu 5.8.0-41.46~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-41-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb  9 12:09:28 2021
  InstallationDate: Installed on 2021-02-08 (0 days ago)
  InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
  IpRoute:
   default via 192.168.1.254 dev wlp1s0 proto dhcp metric 600
   169.254.0.0/16 dev wlp1s0 scope link metric 1000
   192.168.1.0/24 dev wlp1s0 proto kernel scope link src 192.168.1.8 metric 600
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf:
   [connection]
   wifi.powersave = 2
  mtime.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf: 
2021-02-08T22:50:26.196692
  nmcli-dev:
   DEVICE  TYPE  STATE  IP4-CONNECTIVITY  IP6-CONNECTIVITY  DBUS-PATH   
   CONNECTION   CON-UUID
  CON-PATH
   wlp1s0  wifi  connected  full  limited   
/org/freedesktop/NetworkManager/Devices/2  Betancur 5G  
cda009c8-c845-4366-8436-8e9c44da2cbf  
/org/freedesktop/NetworkManager/ActiveConnection/1
   lo  loopback  unmanaged  unknown   unknown   
/org/freedesktop/NetworkManager/Devices/1  --   --  
  --
  nmcli-nm:
   RUNNING  

[Desktop-packages] [Bug 1915175] Re: wifi network stops working and shows a green wifi icon

2021-02-10 Thread Gustavo Wills
** Description changed:

  I recently started using ubuntu 20.04, I connected it to my 2.4ghz Wi-Fi, at 
first the wifi worked fine, but suddenly the wifi stopped connecting, and after 
a few seconds it said "unable to activate network". I checked the "additional 
drivers tab" and it showed my wifi adapter, but it said "this device is using 
an alternate driver".
  right now I'm using my 5ghz Wi-Fi network, but sometimes it happens that it 
stops working, usually after suspend.
+ 
+ UPDATE #1: Apparently it's working now, I suppose it's from an update.
+ Anyways I guess it's
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: network-manager 1.22.10-1ubuntu2.2
  ProcVersionSignature: Ubuntu 5.8.0-41.46~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-41-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb  9 12:09:28 2021
  InstallationDate: Installed on 2021-02-08 (0 days ago)
  InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
  IpRoute:
-  default via 192.168.1.254 dev wlp1s0 proto dhcp metric 600 
-  169.254.0.0/16 dev wlp1s0 scope link metric 1000 
-  192.168.1.0/24 dev wlp1s0 proto kernel scope link src 192.168.1.8 metric 600
+  default via 192.168.1.254 dev wlp1s0 proto dhcp metric 600
+  169.254.0.0/16 dev wlp1s0 scope link metric 1000
+  192.168.1.0/24 dev wlp1s0 proto kernel scope link src 192.168.1.8 metric 600
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf:
-  [connection]
-  wifi.powersave = 2
+  [connection]
+  wifi.powersave = 2
  mtime.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf: 
2021-02-08T22:50:26.196692
  nmcli-dev:
-  DEVICE  TYPE  STATE  IP4-CONNECTIVITY  IP6-CONNECTIVITY  DBUS-PATH   
   CONNECTION   CON-UUID
  CON-PATH   
-  wlp1s0  wifi  connected  full  limited   
/org/freedesktop/NetworkManager/Devices/2  Betancur 5G  
cda009c8-c845-4366-8436-8e9c44da2cbf  
/org/freedesktop/NetworkManager/ActiveConnection/1 
-  lo  loopback  unmanaged  unknown   unknown   
/org/freedesktop/NetworkManager/Devices/1  --   --  
  --
+  DEVICE  TYPE  STATE  IP4-CONNECTIVITY  IP6-CONNECTIVITY  DBUS-PATH   
   CONNECTION   CON-UUID
  CON-PATH
+  wlp1s0  wifi  connected  full  limited   
/org/freedesktop/NetworkManager/Devices/2  Betancur 5G  
cda009c8-c845-4366-8436-8e9c44da2cbf  
/org/freedesktop/NetworkManager/ActiveConnection/1
+  lo  loopback  unmanaged  unknown   unknown   
/org/freedesktop/NetworkManager/Devices/1  --   --  
  --
  nmcli-nm:
-  RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
-  running  1.22.10  connected  started  full  enabled enabled  
enabled  enabled  enabled
+  RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
+  running  1.22.10  connected  started  full  enabled enabled  
enabled  enabled  enabled

** Description changed:

  I recently started using ubuntu 20.04, I connected it to my 2.4ghz Wi-Fi, at 
first the wifi worked fine, but suddenly the wifi stopped connecting, and after 
a few seconds it said "unable to activate network". I checked the "additional 
drivers tab" and it showed my wifi adapter, but it said "this device is using 
an alternate driver".
  right now I'm using my 5ghz Wi-Fi network, but sometimes it happens that it 
stops working, usually after suspend.
  
  UPDATE #1: Apparently it's working now, I suppose it's from an update.
- Anyways I guess it's
+ Anyways I guess it's fixed.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: network-manager 1.22.10-1ubuntu2.2
  ProcVersionSignature: Ubuntu 5.8.0-41.46~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-41-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb  9 12:09:28 2021
  InstallationDate: Installed on 2021-02-08 (0 days ago)
  InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
  IpRoute:
   default via 192.168.1.254 dev wlp1s0 proto dhcp metric 600
   169.254.0.0/16 dev wlp1s0 scope link metric 1000
   192.168.1.0/24 dev wlp1s0 proto kernel scope link src 192.168.1.8 metric 600
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf:
   [connection]
   

[Desktop-packages] [Bug 1915175] Re: wifi network stops working and shows a green wifi icon

2021-02-10 Thread Gustavo Wills
** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) => Gustavo Wills (gus-wb77)

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

Title:
  wifi network stops working and shows a green wifi icon

Status in network-manager package in Ubuntu:
  New

Bug description:
  I recently started using ubuntu 20.04, I connected it to my 2.4ghz Wi-Fi, at 
first the wifi worked fine, but suddenly the wifi stopped connecting, and after 
a few seconds it said "unable to activate network". I checked the "additional 
drivers tab" and it showed my wifi adapter, but it said "this device is using 
an alternate driver".
  right now I'm using my 5ghz Wi-Fi network, but sometimes it happens that it 
stops working, usually after suspend.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: network-manager 1.22.10-1ubuntu2.2
  ProcVersionSignature: Ubuntu 5.8.0-41.46~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-41-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb  9 12:09:28 2021
  InstallationDate: Installed on 2021-02-08 (0 days ago)
  InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
  IpRoute:
   default via 192.168.1.254 dev wlp1s0 proto dhcp metric 600 
   169.254.0.0/16 dev wlp1s0 scope link metric 1000 
   192.168.1.0/24 dev wlp1s0 proto kernel scope link src 192.168.1.8 metric 600
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf:
   [connection]
   wifi.powersave = 2
  mtime.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf: 
2021-02-08T22:50:26.196692
  nmcli-dev:
   DEVICE  TYPE  STATE  IP4-CONNECTIVITY  IP6-CONNECTIVITY  DBUS-PATH   
   CONNECTION   CON-UUID
  CON-PATH   
   wlp1s0  wifi  connected  full  limited   
/org/freedesktop/NetworkManager/Devices/2  Betancur 5G  
cda009c8-c845-4366-8436-8e9c44da2cbf  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   lo  loopback  unmanaged  unknown   unknown   
/org/freedesktop/NetworkManager/Devices/1  --   --  
  --
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.22.10  connected  started  full  enabled enabled  
enabled  enabled  enabled

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

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


[Desktop-packages] [Bug 1915175] [NEW] wifi network stops working and shows a green wifi icon

2021-02-09 Thread Gustavo Wills
Public bug reported:

I recently started using ubuntu 20.04, I connected it to my 2.4ghz Wi-Fi, at 
first the wifi worked fine, but suddenly the wifi stopped connecting, and after 
a few seconds it said "unable to activate network". I checked the "additional 
drivers tab" and it showed my wifi adapter, but it said "this device is using 
an alternate driver".
right now I'm using my 5ghz Wi-Fi network, but sometimes it happens that it 
stops working, usually after suspend.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: network-manager 1.22.10-1ubuntu2.2
ProcVersionSignature: Ubuntu 5.8.0-41.46~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-41-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue Feb  9 12:09:28 2021
InstallationDate: Installed on 2021-02-08 (0 days ago)
InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
IpRoute:
 default via 192.168.1.254 dev wlp1s0 proto dhcp metric 600 
 169.254.0.0/16 dev wlp1s0 scope link metric 1000 
 192.168.1.0/24 dev wlp1s0 proto kernel scope link src 192.168.1.8 metric 600
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf:
 [connection]
 wifi.powersave = 2
mtime.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf: 
2021-02-08T22:50:26.196692
nmcli-dev:
 DEVICE  TYPE  STATE  IP4-CONNECTIVITY  IP6-CONNECTIVITY  DBUS-PATH 
 CONNECTION   CON-UUID  
CON-PATH   
 wlp1s0  wifi  connected  full  limited   
/org/freedesktop/NetworkManager/Devices/2  Betancur 5G  
cda009c8-c845-4366-8436-8e9c44da2cbf  
/org/freedesktop/NetworkManager/ActiveConnection/1 
 lo  loopback  unmanaged  unknown   unknown   
/org/freedesktop/NetworkManager/Devices/1  --   --  
  --
nmcli-nm:
 RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  WIFI  
   WWAN-HW  WWAN
 running  1.22.10  connected  started  full  enabled enabled  
enabled  enabled  enabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  wifi network stops working and shows a green wifi icon

Status in network-manager package in Ubuntu:
  New

Bug description:
  I recently started using ubuntu 20.04, I connected it to my 2.4ghz Wi-Fi, at 
first the wifi worked fine, but suddenly the wifi stopped connecting, and after 
a few seconds it said "unable to activate network". I checked the "additional 
drivers tab" and it showed my wifi adapter, but it said "this device is using 
an alternate driver".
  right now I'm using my 5ghz Wi-Fi network, but sometimes it happens that it 
stops working, usually after suspend.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: network-manager 1.22.10-1ubuntu2.2
  ProcVersionSignature: Ubuntu 5.8.0-41.46~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-41-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb  9 12:09:28 2021
  InstallationDate: Installed on 2021-02-08 (0 days ago)
  InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
  IpRoute:
   default via 192.168.1.254 dev wlp1s0 proto dhcp metric 600 
   169.254.0.0/16 dev wlp1s0 scope link metric 1000 
   192.168.1.0/24 dev wlp1s0 proto kernel scope link src 192.168.1.8 metric 600
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf:
   [connection]
   wifi.powersave = 2
  mtime.conffile..etc.NetworkManager.conf.d.default-wifi-powersave-on.conf: 
2021-02-08T22:50:26.196692
  nmcli-dev:
   DEVICE  TYPE  STATE  IP4-CONNECTIVITY  IP6-CONNECTIVITY  DBUS-PATH   
   CONNECTION   CON-UUID
  CON-PATH   
   wlp1s0  wifi  connected  full  limited   
/org/freedesktop/NetworkManager/Devices/2  Betancur 5G  
cda009c8-c845-4366-8436-8e9c44da2cbf  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   lo  loopback  unmanaged  unknown   unknown   
/org/freedesktop/NetworkManager/Devices/1  --   --  
  --
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.22.10  connected  started  

[Desktop-packages] [Bug 1872268] Re: Gnome Shell completely freezes in Ubuntu 20.04 when clicking outside of app icon folders (when ubuntu-dock is loaded)

2020-08-13 Thread Gustavo Kazuhiko Rodrigues Mitamura
There is a problem with the workaround mentioned above, though. If I set
this up, then dragging and dropping apps to create app folders break.

If I try to drag and drop an app to the bottom edge, the dash won't
change pages so I can drop the app to a folder located there. It does
work if all the folders are located on the first page, so I can indeed
drag to the top and the dash will change pages.

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

Title:
  Gnome Shell completely freezes in Ubuntu 20.04 when clicking outside
  of app icon folders (when ubuntu-dock is loaded)

Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
  Confirmed

Bug description:
  Description:  Ubuntu Focal Fossa (development branch)
  Release:  20.04

  Bug: Gnome shell while opening app drawer, clicking on an app folder
  and clicking on the blank area freezes gnome shell and it makes the
  session completely unusable and non recoverable.

  How to reproduce:  1- Click 9 dots on bottom corner of dash (the app
  launcher button), wait for the app grid to show up.

  2- Click on an app folder to open it.
  3- Click on the blank area outside of the opened folder dialog.
  4- Gnome shell gets freezes and never come back from this state, on both 
wayland session and x11 session.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.1-4ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu26
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 12 12:00:13 2020
  DisplayManager: gdm3
  InstallationDate: Installed on 2020-04-11 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200329)
  RelatedPackageVersions: mutter-common 3.36.1-3ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1881941] [NEW] Ubuntu dock behaves crazy when hidden

2020-06-03 Thread Gustavo Gutierrez
Public bug reported:

I had put the dock on the bottom of the screen and also set to hide 
automatically. 
The dock works fine as expected but there are sometimes (actually like 90% of 
the time) that it behaves weird when I try to access it with the mouse pointer, 
the dock starts to bounce quickly without stopping and then it's kind of hard 
to press the icons on it (when I'm lucky I can click the icon), other times I 
had to move away the pointer from the bottom and then move it back to access 
the dock. 
I made a video of it although it's very short but you can see for a brief of 
time how the dock starts to bounce.
I haven't installed new packages or applications that change the behaviour of 
the dock in any way.


tavoge@e6430s:~$ lsb_release -rd
Description:Ubuntu 20.04 LTS
Release:20.04


tavoge@e6430s:~$ apt-cache policy xorg
xorg:
  Instalados: 1:7.7+19ubuntu14
  Candidato:  1:7.7+19ubuntu14
  Tabla de versión:
 *** 1:7.7+19ubuntu14 500
500 http://mx.archive.ubuntu.com/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
BootLog: Error: [Errno 13] Permiso denegado: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed Jun  3 11:40:48 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus: virtualbox, 6.1.6, 5.4.0-33-generic, x86_64: installed
ExtraDebuggingInterest: Yes
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:057d]
InstallationDate: Installed on 2020-05-29 (5 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: Dell Inc. Latitude E6430s
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-33-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/30/2018
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A21
dmi.board.name: 0XHTPW
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA21:bd11/30/2018:svnDellInc.:pnLatitudeE6430s:pvr01:rvnDellInc.:rn0XHTPW:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6430s
dmi.product.sku: Latitude E6430s
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal ubuntu

** Attachment added: "ubuntu dock bouncing crazy"
   
https://bugs.launchpad.net/bugs/1881941/+attachment/5380067/+files/WhatsApp%20Video%202020-06-03%20at%2012.23.40%20PM.mp4

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

Title:
  Ubuntu dock behaves crazy when hidden

Status in xorg package in Ubuntu:
  New

Bug description:
  I had put the dock on the bottom of the screen and also set to hide 
automatically. 
  The dock works fine as expected but there are sometimes (actually like 90% of 
the time) that it behaves weird when I try to access it with the mouse pointer, 
the dock starts to bounce quickly without stopping and then it's kind of hard 
to press the icons on it (when I'm lucky I can click the icon), other times I 
had to move away the pointer from the bottom and then move it back to access 
the dock. 
  I made a video of it although it's very short but you can see for a brief of 
time how the dock starts to bounce.
  I haven't installed new packages or applications that change the behaviour of 
the dock in any way.

  
  tavoge@e6430s:~$ lsb_release -rd
  Description:  Ubuntu 20.04 LTS
  Release:  20.04

  
  tavoge@e6430s:~$ apt-cache policy xorg
  xorg:
Instalados: 1:7.7+19ubuntu14
Candidato:  1:7.7+19ubuntu14
Tabla de versión:
   *** 1:7.7+19ubuntu14 500
  500 http://mx.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
 

Re: [Desktop-packages] [Bug 1875233] Re: Gnome Software disappeared

2020-04-27 Thread Gustavo Zerbetto Sbrissa
I installed the snap store since the 18.04. I don't pay attention to this
change when I read the features of the 20.04.

Sorry for the misunderstood, and thank you for the answer !!!

Em seg, 27 de abr de 2020 06:46, Sebastien Bacher 
escreveu:

> Thank you for your bug report. The default 'appstore' has been change to
> snap-store, that one should have replace gnome-software ... did you get
> it installed?
>
> ** Changed in: gnome-software (Ubuntu)
>Importance: Undecided => Low
>
> ** Changed in: gnome-software (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1875233
>
> Title:
>   Gnome Software disappeared
>
> Status in gnome-software package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Today my Gnome Software disappeared. After the update from 18.04 to
>   20.04 and other sequential updates from the official update's app,
>   this morning (04/26/2020) my Gnome Software disappeard. To repair this
>   problem i reinstall the app with the command "sudo apt install gnome-
>   software". After that, the software reappeared in the list of
>   applications and reappeared in the list of applications installed
>   using the terminal.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 20.04
>   Package: gnome-software 3.36.0-0ubuntu3
>   ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
>   Uname: Linux 5.4.0-26-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu27
>   Architecture: amd64
>   CasperMD5CheckResult: skip
>   CurrentDesktop: ubuntu:GNOME
>   Date: Sun Apr 26 16:34:59 2020
>   InstallationDate: Installed on 2019-08-12 (258 days ago)
>   InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64
> (20190805)
>   InstalledPlugins:
>gnome-software-plugin-flatpak N/A
>gnome-software-plugin-snap3.36.0-0ubuntu3
>   ProcEnviron:
>LANGUAGE=pt_BR:pt:en
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=pt_BR.UTF-8
>SHELL=/bin/bash
>   SourcePackage: gnome-software
>   UpgradeStatus: Upgraded to focal on 2020-04-23 (3 days ago)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1875233/+subscriptions
>

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

Title:
  Gnome Software disappeared

Status in gnome-software package in Ubuntu:
  Incomplete

Bug description:
  Today my Gnome Software disappeared. After the update from 18.04 to
  20.04 and other sequential updates from the official update's app,
  this morning (04/26/2020) my Gnome Software disappeard. To repair this
  problem i reinstall the app with the command "sudo apt install gnome-
  software". After that, the software reappeared in the list of
  applications and reappeared in the list of applications installed
  using the terminal.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-software 3.36.0-0ubuntu3
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 26 16:34:59 2020
  InstallationDate: Installed on 2019-08-12 (258 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  InstalledPlugins:
   gnome-software-plugin-flatpak N/A
   gnome-software-plugin-snap3.36.0-0ubuntu3
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-software
  UpgradeStatus: Upgraded to focal on 2020-04-23 (3 days ago)

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

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


[Desktop-packages] [Bug 1875233] [NEW] Gnome Software disappeared

2020-04-26 Thread Gustavo Zerbetto Sbrissa
Public bug reported:

Today my Gnome Software disappeared. After the update from 18.04 to
20.04 and other sequential updates from the official update's app, this
morning (04/26/2020) my Gnome Software disappeard. To repair this
problem i reinstall the app with the command "sudo apt install gnome-
software". After that, the software reappeared in the list of
applications and reappeared in the list of applications installed using
the terminal.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-software 3.36.0-0ubuntu3
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 26 16:34:59 2020
InstallationDate: Installed on 2019-08-12 (258 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
InstalledPlugins:
 gnome-software-plugin-flatpak N/A
 gnome-software-plugin-snap3.36.0-0ubuntu3
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-software
UpgradeStatus: Upgraded to focal on 2020-04-23 (3 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  Gnome Software disappeared

Status in gnome-software package in Ubuntu:
  New

Bug description:
  Today my Gnome Software disappeared. After the update from 18.04 to
  20.04 and other sequential updates from the official update's app,
  this morning (04/26/2020) my Gnome Software disappeard. To repair this
  problem i reinstall the app with the command "sudo apt install gnome-
  software". After that, the software reappeared in the list of
  applications and reappeared in the list of applications installed
  using the terminal.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-software 3.36.0-0ubuntu3
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 26 16:34:59 2020
  InstallationDate: Installed on 2019-08-12 (258 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  InstalledPlugins:
   gnome-software-plugin-flatpak N/A
   gnome-software-plugin-snap3.36.0-0ubuntu3
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-software
  UpgradeStatus: Upgraded to focal on 2020-04-23 (3 days ago)

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

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


[Desktop-packages] [Bug 1840725] Re: Microphone not working in Ubuntu 18.04.3 LTS on new hp-spectre-x360-convertible-15 laptop

2020-03-26 Thread Felipe Gustavo de Oliveira
Same insue here with a Dell G3 laptop. Microphone, nor any input device
its recognized

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

Title:
  Microphone not working in Ubuntu 18.04.3 LTS on new hp-
  spectre-x360-convertible-15 laptop

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  Internal Microphone does not work in Ubuntu 18.04.3 LTS in a new hp-
  spectre-x360-convertible-15 laptop. The microphone works perfectly on
  Windows 10 (present in Dual boot mode).

  Initially, Internal Microphone was not even detected but installing
  alsa-tools-gui and overriding pin 0x12 to the Internal Microphone
  fixed that issue. [Pin 0x13 does not work and causes static in a
  headphone if it is plugged in.]

  Microphone is not able to pick up any sound. I changed levels/settings in 
alsamixer, pavucontrol without any success:
  In alsamixer: Experimented with levels ranging from very low to very high for 
Internal Mic, Capture, etc.
  In pavucontrol: Set the Internal Mic as a fallback device, unlocked the 
channels for the mic, experimented with reducing the level for one of the 
channels (reduced right mic level to Silence while keeping the left mic level 
normal/high and vice versa).

  alsa-info:
  http://alsa-project.org/db/?f=cf6d3ccc6372f955da7d99df07afbcb31d5a6c7f

  arecord -l
   List of CAPTURE Hardware Devices 
  card 0: PCH [HDA Intel PCH], device 0: ALC285 Analog [ALC285 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0

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

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


[Desktop-packages] [Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-01-15 Thread Gustavo Poveda
I just killed my workstation with autologin o/ I went back to the
original state by commenting both AutomaticLogin lines on
/etc/gdm3/custom via ssh, it was the only way to log in!

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-430 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-435 package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Confirmed
Status in gdm3 source package in Eoan:
  Confirmed
Status in gnome-session source package in Eoan:
  Confirmed
Status in nvidia-graphics-drivers-435 source package in Eoan:
  Confirmed

Bug description:
  I just updated to the Ubuntu 19.10 beta. After boot, I'm shown the GDM
  login screen (which I shouldn't; I have auto login enabled), and
  logging in just takes me back to the same user selection screen even
  though the password is correct.

  If I switch to a TTY and run `sudo pkill gnome-session-binary`,
  logging in through GDM starts working again.

  I should add that the do-release-upgrade was rocky; I did it in a
  terminal from within gnome, went away for a while, and when I
  returned, I just saw an Ubuntu 19.10 in a TTY. I was able to do `sudo
  dpkg --configure -a` and complete the upgrade, but I don't know if
  something's still messed up due to that.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
  Uname: Linux 5.3.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset 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.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  435.21  Sun Aug 25 08:17:57 
CDT 2019
   GCC version:  gcc version 9.2.1 20190909 (Ubuntu 9.2.1-8ubuntu1)
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep 28 19:55:42 2019
  DistUpgraded: 2019-09-28 18:35:15,142 INFO cache.commit()
  DistroCodename: eoan
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 435.21, 5.3.0-13-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] [10de:1b06] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. GP102 [GeForce GTX 1080 Ti] [1043:85e4]
  InstallationDate: Installed on 2019-09-14 (13 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: MSI MS-7A67
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-13-generic 
root=UUID=04974c80-e732-49b6-8148-c3dce7c02a25 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: Upgraded to eoan on 2019-09-28 (0 days ago)
  dmi.bios.date: 01/25/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2.60
  dmi.board.asset.tag: Default string
  dmi.board.name: H270I GAMING PRO AC (MS-7A67)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.60:bd01/25/2018:svnMSI:pnMS-7A67:pvr1.0:rvnMSI:rnH270IGAMINGPROAC(MS-7A67):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.family: Default string
  dmi.product.name: MS-7A67
  dmi.product.sku: Default string
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.1.6-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20190820-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

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

[Desktop-packages] [Bug 1858001] [NEW] package chromium-browser (not installed) failed to install/upgrade: new chromium-browser package pre-installation script subprocess returned error exit status 1

2019-12-31 Thread Gustavo
Public bug reported:

happen during startup

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: chromium-browser (not installed)
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
AptOrdering:
 chromium-browser:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Tue Dec 31 11:09:53 2019
ErrorMessage: new chromium-browser package pre-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2019-12-17 (14 days ago)
InstallationMedia: Ubuntu-Server 19.10 "Eoan Ermine" - Release amd64 (20191017)
Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4
SourcePackage: chromium-browser
Title: package chromium-browser (not installed) failed to install/upgrade: new 
chromium-browser package pre-installation script subprocess returned error exit 
status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package eoan uec-images

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

Title:
  package chromium-browser (not installed) failed to install/upgrade:
  new chromium-browser package pre-installation script subprocess
  returned error exit status 1

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  happen during startup

  ProblemType: Package
  DistroRelease: Ubuntu 19.10
  Package: chromium-browser (not installed)
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  AptOrdering:
   chromium-browser:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Tue Dec 31 11:09:53 2019
  ErrorMessage: new chromium-browser package pre-installation script subprocess 
returned error exit status 1
  InstallationDate: Installed on 2019-12-17 (14 days ago)
  InstallationMedia: Ubuntu-Server 19.10 "Eoan Ermine" - Release amd64 
(20191017)
  Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu2
   apt  1.9.4
  SourcePackage: chromium-browser
  Title: package chromium-browser (not installed) failed to install/upgrade: 
new chromium-browser package pre-installation script subprocess returned error 
exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1251281] Re: gnome-session-flashback/Unity fails to start without hardware acceleration in cloud/remote environments (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

2019-10-29 Thread Gustavo A . Díaz
Hi,

Same thing is happening to me in Xubuntu 18.04 with xrdp. Is there any
fix for this? Thanks.

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

Title:
  gnome-session-flashback/Unity fails to start without hardware
  acceleration in cloud/remote environments
  (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

Status in gnome-session:
  Fix Released
Status in gnome-session package in Ubuntu:
  Fix Released
Status in gnome-session source package in Trusty:
  Fix Released
Status in gnome-session source package in Utopic:
  Fix Released
Status in gnome-flashback source package in Vivid:
  Fix Released
Status in gnome-session source package in Vivid:
  Fix Released
Status in gnome-session package in Debian:
  New

Bug description:
  == Impact ==
  It was impossible to launch a gnome-session-based desktop on a system where 
hardware accelerations is not available (such as old hardware, or when using a 
remote desktop).

  That looks like a quite popular use case — more than a hundred of
  people marked this bug as affecting them.

  == Test Case ==
  The original bug description below contains a test case.

  == Proposed Fix ==
  The fix backports an upstream commit which adds --disable-acceleration-check 
commandline option, and makes Upstart user session pass that flag to 
gnome-session when the session is gnome-fallback (aka 
gnome-flashback-metacity). Of course, that option can be used with other 
sessions as well.

  This was fixed in vivid in version 3.14.0-2ubuntu4.

  == Regression Potential ==
  The option was accepted upstream, and nobody complained so far. So the 
regression potential should be low.

  This bug will cause static grey or black screen instead of opening
  remote session using Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting from
  x2goclient, rdpclient(reminna/vinagre/mstsc), SSH, VNC, NOMACHINE and
  etc.

  == Original Description ==
  1) lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04

  2) apt-cache policy gnome-session
  gnome-session:
    Installed: 3.9.90-0ubuntu12
    Candidate: 3.9.90-0ubuntu12
    Version table:
   *** 3.9.90-0ubuntu12 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen is when one installs xrdp on the host
  and attempts to use remmina or vinagre on a Ubuntu 14.04 client to RDP
  in, it works.

  4) What happens instead is it shows a gray static screen as per attached 
screenshot. This would appear an issue with gnome-session as per client log:
  cat .xsession-errors.old
  Script for ibus started at run_im.
  Script for auto started at run_im.
  Script for default started at run_im.
  init: indicator-application main process ended, respawning
  init: indicator-application main process ended, respawning
  init: indicator-application respawning too fast, stopped
  Xsession: X session started for  at Sun Jul 20 15:25:59 CDT 2014
  X Error of failed request:  BadValue (integer parameter out of range for 
operation)
    Major opcode of failed request:  109 (X_ChangeHosts)
    Value in failed request:  0x5
    Serial number of failed request:  6
    Current serial number in output stream:  8
  localuser:moniker being added to access control list
  X Error of failed request:  BadValue (integer parameter out of range for 
operation)
    Major opcode of failed request:  109 (X_ChangeHosts)
    Value in failed request:  0x5
    Serial number of failed request:  6
    Current serial number in output stream:  8
  Script for ibus started at run_im.
  Script for auto started at run_im.
  Script for default started at run_im.
  Script for ibus started at run_im.
  Script for auto started at run_im.
  Script for default started at run_im.
  gnome-session-is-accelerated: No composite extension.
  gnome-session-check-accelerated: Helper exited with code 256
  gnome-session-is-accelerated: No composite extension.
  gnome-session-check-accelerated: Helper exited with code 256

  ** (process:2565): WARNING **: software acceleration check failed:
  Child process exited with code 1

  ** (x-session-manager:2565): CRITICAL **: We failed, but the fail
  whale is dead. Sorry

  The following is not a WORKAROUND, create /etc/xorg.conf :
  Section "Device"
     Identifier  "Intel Graphics"
     Driver  "Intel"
     Option  "DRI" "False"
  EndSection

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-session 3.9.90-0ubuntu12
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul 20 15:35:23 2014
  InstallationDate: Installed on 2014-06-22 (28 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  SourcePackage: gnome-session
  

[Desktop-packages] [Bug 1753509] Re: avahi-daemon adds/installs every printer on network

2019-10-16 Thread Gustavo A . Díaz
Same happening for me in 18.04. I just removed cups-browsed service. In
localhost:631 those "unwanted" printers are gone, but in the rest of
applications (like firefox, chrome, etc), still there.

So, no fix for this yet?

Thanks.

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

Title:
  avahi-daemon adds/installs every printer on network

Status in cups-filters package in Ubuntu:
  Expired

Bug description:
  When connected to a network, avahi-daemon adds & installs all printer
  on a network without being prompted.  This is not desired behaviour.
  Discovery of the printers is good, but not automatic installation &
  addition.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: avahi-daemon 0.6.32~rc+dfsg-1ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-36.40~16.04.1-generic 4.13.13
  Uname: Linux 4.13.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar  5 09:29:05 2018
  InstallationDate: Installed on 2017-09-29 (157 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: avahi
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1723117] Re: Desktop icons goes under the Dock, if the Dock is set to auto-hide.

2019-09-20 Thread Gustavo Kazuhiko Rodrigues Mitamura
Is it possible to just create an option on the right click menu to
choose alignment options for the desktop icons? Like, to the left, to
the right, top or bottom. That would solve this issue. Or have the dock
always hide (triggered by mouse hover) when the desktop is shown.

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

Title:
  Desktop icons goes under the Dock, if the Dock is set to auto-hide.

Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
  Confirmed
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  This bug is found in Artful.

  Desktop icons goes under the Dock, if the Dock is set to auto-hide.

  Either the Dock should auto-hide on the Desktop as well, or the
  Desktop Icons should leave a margin with the same size of the Dock.

  This happen both horizontal and vertical Dock positions.

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

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


[Desktop-packages] [Bug 1768625] Re: Bluetooth headset HSP/HFP mode not working in Bionic

2018-11-07 Thread Gustavo Niemeyer
The issue is most probably that your headset implements the HFP profile,
but not the HSP profile, and pulseaudio does not yet support the HFP
profile despite what that line says (HSP/HFP). To confirm, run
bluetoothctl, and type something like:

> devices
(...)
> info 11:22:33:44:55:66

Where the address is the one for your headset. It will likely display
something like this:

UUID: Audio Sink(110b--1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (110c--1000-8000-00805f9b34fb)
UUID: A/V Remote Control(110e--1000-8000-00805f9b34fb)
UUID: Handsfree (111e--1000-8000-00805f9b34fb)

If so, the "Headset" (HSP) profile is missing.

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

Title:
  Bluetooth headset HSP/HFP mode not working in Bionic

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  There is a previous bug with almost the same title, but for Xenial
  (https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1549163). I
  have had this issue in Artful, and when commented on the old bug, I
  was asked to raise a new one instead. I waited to see if Bionic fixed
  it for me, but it does not seem to work still. So!

  Steps to reproduce:
  1. enable bluetooth on computer and switch on the headset.
  2. pair and connect the headset
  3. go to settings to switch headset to HSP/HFP mode to enable mic
  4. save and close window.

  Expected behaviour:
  1. mic should be enabled and headset should be usable to attend calls on 
laptop.

  Behaviour in error:
  1. Headset profile switches back to A2DP and mic is not enabled.

  I am using a generic bluetooth headset on a fresh updated Kubuntu
  18.04 bionic with plasma DE.

  Software versions:
  Kernel: 4.15.0-20-generic
  Bluez version: 5.48-0ubuntu3
  pulseaudio: 1:11.1-1ubuntu7
  pulseaudio-module-bluetooth: 1:11.1-1ubuntu7

  
  Additional information:
  Running "pacmd list-cards" says that HSF/HFP is 'not available' on the 
headset:

  Output from Headset section:
  profiles:
  a2dp_sink: High Fidelity Playback (A2DP Sink) (priority 40, 
available: unknown)
  headset_head_unit: Headset Head Unit (HSP/HFP) (priority 30, 
available: no)
  off: Off (priority 0, available: yes)
  active profile: 

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

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


[Desktop-packages] [Bug 1778069] Re: [xfce] nautilus don't open files if set as default file manager

2018-10-19 Thread gustavo sansone
I have the same problem. tested on several fresh installs of Xubuntu
17.10 and Xubuntu 18.04.

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

Title:
  [xfce] nautilus don't open files if set as default file manager

Status in nautilus package in Ubuntu:
  Confirmed
Status in nautilus package in Debian:
  New

Bug description:
  If Nautilus is set as the preferred file manager with exo-preferred-
  applications, it no longer opens files. It opens only directories,
  .desktop files and executable files. Trying to open a file, be using
  Enter or with double mouse click, as a text file or a video makes
  Nautilus window blink for a instant and nothing happens. To be able to
  open the files, it's needed to choose to open with another application
  and then choose the application.

  Once Nautilus is unset as the default file manager (Thunar is chosen,
  for example), it starts to work fine again, opening files properly.

  Nautilus' Debian Sid version do not have this problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: nautilus 1:3.26.3-0ubuntu4
  Uname: Linux 4.17.2-041702-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Jun 21 10:55:41 2018
  InstallationDate: Installed on 2017-06-13 (372 days ago)
  InstallationMedia: Xubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to bionic on 2017-10-20 (244 days ago)
  usr_lib_nautilus: dropbox 2015.10.28

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

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


[Desktop-packages] [Bug 1798213] [NEW] package gnome-software-common 3.30.2-0ubuntu4 failed to install/upgrade: El paquete está en un estado grave de inconsistencia - debe reinstalarlo antes de inten

2018-10-16 Thread Gustavo Quintana
Public bug reported:

rocesando disparadores para hicolor-icon-theme (0.17-2) ...
dpkg: problemas de dependencias impiden la configuración de ubuntu-software:
 ubuntu-software depende de gnome-software (>= 3.30.2-0ubuntu4); sin embargo:
 El paquete `gnome-software' no está configurado todavía.

dpkg: error al procesar el paquete ubuntu-software (--configure):
 problemas de dependencias - se deja sin configurar
dpkg: problemas de dependencias impiden la configuración de 
gnome-software-plugin-snap:
 gnome-software-plugin-snap depende de gnome-software (= 3.30.2-0ubuntu4); sin 
embargo:
 El paquete `gnome-software' no está configurado todavía.

dpkg: error al procesar el paquete gnome-software-plugin-snap (--configure):
 problemas de dependencias - se deja sin configurar
No se escribió un informe «apport» porque el mensaje de error indica que es un 
mensaje de error asociado a un fallo previo.

   No se escribió ningún informe 
«apport» porque ya se ha alcanzado el valor de «MaxReports»

Se encontraron errores al procesar:
 gnome-software-common
 gnome-software
 ubuntu-software
 gnome-software-plugin-snap
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 18.10
Package: gnome-software-common 3.30.2-0ubuntu4
ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
Uname: Linux 4.18.0-10-generic x86_64
ApportVersion: 2.20.10-0ubuntu13
AptOrdering: NULL: ConfigurePending
Architecture: amd64
Date: Tue Oct 16 19:19:06 2018
Dependencies:
 
ErrorMessage: El paquete está en un estado grave de inconsistencia - debe 
reinstalarlo  antes de intentar su configuración.
InstallationDate: Installed on 2018-10-15 (1 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Beta amd64 (20180927)
InstalledPlugins:
 gnome-software-plugin-flatpak N/A
 gnome-software-plugin-limba   N/A
 gnome-software-plugin-snap3.30.2-0ubuntu4
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.7rc1, python3-minimal, 3.6.6-1
PythonDetails: /usr/bin/python2.7, Python 2.7.15+, python-minimal, 2.7.15-3
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu5
 apt  1.7.0
SourcePackage: gnome-software
Title: package gnome-software-common 3.30.2-0ubuntu4 failed to install/upgrade: 
El paquete está en un estado grave de inconsistencia - debe reinstalarlo  antes 
de intentar su configuración.
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package cosmic

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

Title:
  package gnome-software-common 3.30.2-0ubuntu4 failed to
  install/upgrade: El paquete está en un estado grave de inconsistencia
  - debe reinstalarlo  antes de intentar su configuración.

Status in gnome-software package in Ubuntu:
  New

Bug description:
  rocesando disparadores para hicolor-icon-theme (0.17-2) ...
  dpkg: problemas de dependencias impiden la configuración de ubuntu-software:
   ubuntu-software depende de gnome-software (>= 3.30.2-0ubuntu4); sin embargo:
   El paquete `gnome-software' no está configurado todavía.

  dpkg: error al procesar el paquete ubuntu-software (--configure):
   problemas de dependencias - se deja sin configurar
  dpkg: problemas de dependencias impiden la configuración de 
gnome-software-plugin-snap:
   gnome-software-plugin-snap depende de gnome-software (= 3.30.2-0ubuntu4); 
sin embargo:
   El paquete `gnome-software' no está configurado todavía.

  dpkg: error al procesar el paquete gnome-software-plugin-snap (--configure):
   problemas de dependencias - se deja sin configurar
  No se escribió un informe «apport» porque el mensaje de error indica que es 
un mensaje de error asociado a un fallo previo.

 No se escribió ningún informe 
«apport» porque ya se ha alcanzado el valor de «MaxReports»

  Se encontraron errores al procesar:
   gnome-software-common
   gnome-software
   ubuntu-software
   gnome-software-plugin-snap
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 18.10
  Package: gnome-software-common 3.30.2-0ubuntu4
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  AptOrdering: NULL: ConfigurePending
  Architecture: amd64
  Date: Tue Oct 16 19:19:06 2018
  Dependencies:
   
  ErrorMessage: El paquete está en un estado grave de inconsistencia - 

[Desktop-packages] [Bug 1778760] [NEW] frequently fails during startup

2018-06-26 Thread gustavo tolson
Public bug reported:

Frequent problems during booting. Turning laptop off then restarting
helps.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.13.0-45.50~16.04.1-generic 4.13.16
Uname: Linux 4.13.0-45-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.18
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 Jun 26 10:57:55 2018
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0640]
InstallationDate: Installed on 2018-03-14 (103 days ago)
InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228)
MachineType: Dell Inc. Inspiron 5447
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-45-generic 
root=UUID=6eeecb3a-6f90-4256-b1cb-e4fb6f54fcca ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/09/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 00HFXN
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A04
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd05/09/2014:svnDellInc.:pnInspiron5447:pvrA04:rvnDellInc.:rn00HFXN:rvrA00:cvnDellInc.:ct8:cvrA04:
dmi.product.family: 00
dmi.product.name: Inspiron 5447
dmi.product.version: A04
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.83-1~16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.8-0ubuntu0~16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.8-0ubuntu0~16.04.1
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

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


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

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

Title:
  frequently fails during startup

Status in xorg package in Ubuntu:
  New

Bug description:
  Frequent problems during booting. Turning laptop off then restarting
  helps.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.13.0-45.50~16.04.1-generic 4.13.16
  Uname: Linux 4.13.0-45-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.18
  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 Jun 26 10:57:55 2018
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0640]
  InstallationDate: Installed on 2018-03-14 (103 days ago)
  InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 
(20180228)
  MachineType: Dell Inc. Inspiron 5447
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-45-generic 
root=UUID=6eeecb3a-6f90-4256-b1cb-e4fb6f54fcca ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/09/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 00HFXN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A04
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd05/09/2014:svnDellInc.:pnInspiron5447:pvrA04:rvnDellInc.:rn00HFXN:rvrA00:cvnDellInc.:ct8:cvrA04:
  dmi.product.family: 00
  dmi.product.name: Inspiron 5447
  dmi.product.version: A04
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.83-1~16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.8-0ubuntu0~16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 

[Desktop-packages] [Bug 1756919] [NEW] package libreoffice-pdfimport 1:4.4.6~rc3-0ubuntu1 failed to install/upgrade: el subproceso script pre-installation nuevo devolvió el código de salida de error 1

2018-03-19 Thread gustavo
Public bug reported:

no actualiza

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libreoffice-pdfimport 1:4.4.6~rc3-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-84.92-generic 3.19.8-ckt22
Uname: Linux 3.19.0-84-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.17.2-0ubuntu1.8
Architecture: i386
Date: Mon Mar 19 11:38:49 2018
DuplicateSignature: package:libreoffice-pdfimport:1:4.4.6~rc3-0ubuntu1:el 
subproceso script pre-installation nuevo devolvió el código de salida de error 1
ErrorMessage: el subproceso script pre-installation nuevo devolvió el código de 
salida de error 1
InstallationDate: Installed on 2017-11-07 (131 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1.1
 apt  1.0.9.7ubuntu4.2
SourcePackage: libreoffice
Title: package libreoffice-pdfimport 1:4.4.6~rc3-0ubuntu1 failed to 
install/upgrade: el subproceso script pre-installation nuevo devolvió el código 
de salida de error 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 third-party-packages xenial

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

Title:
  package libreoffice-pdfimport 1:4.4.6~rc3-0ubuntu1 failed to
  install/upgrade: el subproceso script pre-installation nuevo devolvió
  el código de salida de error 1

Status in libreoffice package in Ubuntu:
  New

Bug description:
  no actualiza

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-pdfimport 1:4.4.6~rc3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-84.92-generic 3.19.8-ckt22
  Uname: Linux 3.19.0-84-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1.8
  Architecture: i386
  Date: Mon Mar 19 11:38:49 2018
  DuplicateSignature: package:libreoffice-pdfimport:1:4.4.6~rc3-0ubuntu1:el 
subproceso script pre-installation nuevo devolvió el código de salida de error 1
  ErrorMessage: el subproceso script pre-installation nuevo devolvió el código 
de salida de error 1
  InstallationDate: Installed on 2017-11-07 (131 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1.1
   apt  1.0.9.7ubuntu4.2
  SourcePackage: libreoffice
  Title: package libreoffice-pdfimport 1:4.4.6~rc3-0ubuntu1 failed to 
install/upgrade: el subproceso script pre-installation nuevo devolvió el código 
de salida de error 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1754125] Re: Rhythmbox stays running in the background after quit

2018-03-07 Thread Gustavo Silva
How are you closing RhythmBox? The program is not actually closed if
music is playing and you press the X on the top right corner. Usually I
had to do CTRL+Q if I wanted to actually shut it down. Can you try this?

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

Title:
  Rhythmbox stays running in the background after quit

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  If you do ps -alx you will see rhythmbox process still running. It
  causes opening rhythmbox to hang when trying to open again

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rhythmbox 3.4.2-1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar  7 13:21:51 2018
  InstallationDate: Installed on 2018-03-07 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180307)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

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

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


[Desktop-packages] [Bug 1751642] [NEW] package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', which is different from o

2018-02-25 Thread Felipe Gustavo de Araujo
Public bug reported:

help me

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: libsane1 1.0.27-1~experimental2ubuntu2.1
ProcVersionSignature: Ubuntu 4.13.0-36.40-generic 4.13.13
Uname: Linux 4.13.0-36-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
Date: Sat Feb 24 21:13:07 2018
DuplicateSignature:
 package:libsane1:1.0.27-1~experimental2ubuntu2.1
 Unpacking libsane1:i386 (1.0.27-1~experimental2ubuntu2.1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-Yb9ZcU/132-libsane1_1.0.27-1~experimental2ubuntu2.1_i386.deb
 (--unpack):
  trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', which is 
different from other instances of package libsane1:i386
ErrorMessage: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', which 
is different from other instances of package libsane1:i386
InstallationDate: Installed on 2018-01-30 (26 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5.1
SourcePackage: sane-backends
Title: package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to 
install/upgrade: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', 
which is different from other instances of package libsane1:i386
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: sane-backends (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package artful package-conflict

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

Title:
  package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to
  install/upgrade: trying to overwrite shared
  '/lib/udev/hwdb.d/20-sane.hwdb', which is different from other
  instances of package libsane1:i386

Status in sane-backends package in Ubuntu:
  New

Bug description:
  help me

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: libsane1 1.0.27-1~experimental2ubuntu2.1
  ProcVersionSignature: Ubuntu 4.13.0-36.40-generic 4.13.13
  Uname: Linux 4.13.0-36-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  Date: Sat Feb 24 21:13:07 2018
  DuplicateSignature:
   package:libsane1:1.0.27-1~experimental2ubuntu2.1
   Unpacking libsane1:i386 (1.0.27-1~experimental2ubuntu2.1) ...
   dpkg: error processing archive 
/tmp/apt-dpkg-install-Yb9ZcU/132-libsane1_1.0.27-1~experimental2ubuntu2.1_i386.deb
 (--unpack):
trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', which is 
different from other instances of package libsane1:i386
  ErrorMessage: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', 
which is different from other instances of package libsane1:i386
  InstallationDate: Installed on 2018-01-30 (26 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  RelatedPackageVersions:
   dpkg 1.18.24ubuntu1
   apt  1.5.1
  SourcePackage: sane-backends
  Title: package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to 
install/upgrade: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', 
which is different from other instances of package libsane1:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1751642/+subscriptions

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


[Desktop-packages] [Bug 1750269] Re: Graphics driver problem

2018-02-18 Thread Gustavo Silva
Can you go over some details of what you were doing that led to this
error? At first glance, it seems very closely related to bug 1741447.
Before marking this one as a duplicate, I want to ensure it is about the
same thing.

** Tags added: 16.04 zesty

** Tags removed: zesty

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

Title:
  Graphics driver problem

Status in xorg package in Ubuntu:
  New

Bug description:
  massage on the screen
  dev/sda1/cleanfile..block

  how to solve it

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.13.0-35.39~16.04.1-generic 4.13.13
  Uname: Linux 4.13.0-35-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Feb 18 23:52:18 2018
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Device [8086:22b1] (rev 35) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3809]
  InstallationDate: Installed on 2018-02-17 (1 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 5986:06b3 Acer, Inc 
   Bus 001 Device 003: ID 0cf3:e360 Atheros Communications, Inc. 
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO INVALID
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-35-generic.efi.signed 
root=UUID=7c4bdac5-dec9-420c-95af-efd1cee14ede ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/05/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 1GCN23WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: VIUU4
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: INVALID
  dmi.modalias: 
dmi:bvnLENOVO:bvr1GCN23WW:bd09/05/2017:svnLENOVO:pnINVALID:pvrINVALID:rvnLENOVO:rnVIUU4:rvrNODPK:cvnLENOVO:ct10:cvrINVALID:
  dmi.product.family: IDEAPAD
  dmi.product.name: INVALID
  dmi.product.version: INVALID
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.3+16.04.20171116-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.83-1~16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.8-0ubuntu0~16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.8-0ubuntu0~16.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  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 N/A
  xserver.bootTime: Sun Feb 18 23:45:46 2018
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-0ubuntu0.7
  xserver.video_driver: modeset

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

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


[Desktop-packages] [Bug 1750197] Re: App Drawer Animation Causes Heavy CPU Spikes in Wayland & XOrg

2018-02-18 Thread Gustavo Silva
Well, my case is the opposite: The animation is slow but the adjustment
is immediate. Thanks!

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

Title:
  App Drawer Animation Causes Heavy CPU Spikes in Wayland & XOrg

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Ubuntu Release: 17.10
  gnome-shell version: 3.26.2
  System Theme: CommuniTheme Beta

  Upon navigating through various areas of the system, GUI animations
  are very stuttery. This heavily affects the CPU usage of my device.
  For instance, opening the shell app drawer displays a very janky
  animation, and my CPU will spike to nearly 85% for each open/close.
  This happens regardless of using XOrg or Wayland; however Wayland
  appears to have an overall lower impact on resource usage. The CPU in
  this laptop isn't the greatest (being a 2014 Celeron), but this is
  noticeably more sluggish compared to previous releases like 16.04 and
  16.10.

  This same issue is still existent, but somewhat less noticeable on my
  other i5-6400 (GTX 1050) machine. Also, emulating this release in a VM
  with 2 CPUS and 4096MB of RAM renders it unresponsive for 3-5 seconds
  after opening/closing the app drawer.

  Please do not hesitate to follow up with requests for more info, as I
  will be happy to help.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.26.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
  Uname: Linux 4.13.0-32-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: ubuntu-communitheme:ubuntu:GNOME
  Date: Sat Feb 17 19:13:00 2018
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2018-02-17 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1749895] Re: Mouse & Keyboard completely unresponsive when starting a VM

2018-02-17 Thread Gustavo Silva
Which VM software are you using? It could be an upstream issue instead
of Ubuntu's.

** Tags added: virt-manager

** Tags added: ubuntu-17.10

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

Title:
  Mouse & Keyboard completely unresponsive when starting a VM

Status in gnome-shell package in Ubuntu:
  New
Status in mutter package in Ubuntu:
  New

Bug description:
  Could be virt-manager or gnome-shell related.

  I was passing through 1 USB device that wasn't my main mouse or
  keyboard. Otherwise pretty normal configuration that I've used before.

  After the VM's bios screen, the whole system froze except the clock in
  the desktop menu bar/panel.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.26.2-0ubuntu0.1
  Uname: Linux 4.15.1-041501-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Feb 15 23:47:02 2018
  DisplayManager: gdm3
  InstallationDate: Installed on 2017-10-27 (112 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1749936] Re: GNOME Web not appearing in search results

2018-02-17 Thread Gustavo Silva
I don't think Gnome web browser comes default with Artful. You can check it 
here:
http://releases.ubuntu.com/17.10/ubuntu-17.10.1-desktop-amd64.manifest
http://releases.ubuntu.com/17.10.1/ubuntu-17.10.1-desktop-amd64.manifest

I can find in the gnome search though, it points to the Ubuntu Software
Center.

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

Title:
  GNOME Web not appearing in search results

Status in GNOME Software:
  New
Status in gnome-software package in Ubuntu:
  New

Bug description:
  ** GNOME BUG TRACKER URL: https://goo.gl/VsSNtb
  Long URL: https://gitlab.gnome.org/GNOME/gnome-software/issues/304 **

  The GNOME Web Browser is not appearing in search results.
  I have tried a variety of combinations thereof, such as "web, gnome web, 
browser, internet," etc..

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-software 3.26.1-0ubuntu2.17.10.1
  ProcVersionSignature: Ubuntu 4.13.0-32.35-lowlatency 4.13.13
  Uname: Linux 4.13.0-32-lowlatency x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Feb 16 06:06:51 2018
  InstalledPlugins:
   gnome-software-plugin-flatpak N/A
   gnome-software-plugin-limba   N/A
   gnome-software-plugin-snap3.26.1-0ubuntu2.17.10.1
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1750162] Re: package gnome-menus 3.13.3-11ubuntu1 failed to install/upgrade: Trigger bilden eine Schleife, aufgegeben

2018-02-17 Thread Gustavo Silva
Could you provide more details to what you were doing and what you were
expecting? It is not very clear, at least for me (sorry). Things like,
commands you ran and what they returned can be key to solve issues.

Thanks!

** Tags added: gnome-menus-3.13.3-11ubuntu1

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

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

Status in gnome-menus package in Ubuntu:
  New

Bug description:
  crashed while updating

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: gnome-menus 3.13.3-11ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
  Uname: Linux 4.13.0-32-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  Date: Sat Feb 17 17:28:51 2018
  Dependencies:
   
  ErrorMessage: Trigger bilden eine Schleife, aufgegeben
  InstallationDate: Installed on 2017-10-31 (109 days ago)
  InstallationMedia: Xubuntu 17.10 "Artful Aardvark" - Release amd64 
(20171017.1)
  Python3Details: /usr/bin/python3.6, Python 3.6.4+, python3-minimal, 3.6.4-1
  PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu1
   apt  1.6~alpha7ubuntu1
  SourcePackage: gnome-menus
  Title: package gnome-menus 3.13.3-11ubuntu1 failed to install/upgrade: 
Trigger bilden eine Schleife, aufgegeben
  UpgradeStatus: Upgraded to bionic on 2017-11-16 (92 days ago)

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

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


[Desktop-packages] [Bug 1750197] Re: App Drawer Animation Causes Heavy CPU Spikes in Wayland & XOrg

2018-02-17 Thread Gustavo Silva
How about changing screen brightness? The only animation that causes
some sluggish behaviors is changing screen brightness (I'm on a laptop).
Not sure if this is related or not but worth asking.

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

Title:
  App Drawer Animation Causes Heavy CPU Spikes in Wayland & XOrg

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Ubuntu Release: 17.10
  gnome-shell version: 3.26.2
  System Theme: CommuniTheme Beta

  Upon navigating through various areas of the system, GUI animations
  are very stuttery. This heavily affects the CPU usage of my device.
  For instance, opening the shell app drawer displays a very janky
  animation, and my CPU will spike to nearly 85% for each open/close.
  This happens regardless of using XOrg or Wayland; however Wayland
  appears to have an overall lower impact on resource usage. The CPU in
  this laptop isn't the greatest (being a 2014 Celeron), but this is
  noticeably more sluggish compared to previous releases like 16.04 and
  16.10.

  This same issue is still existent, but somewhat less noticeable on my
  other i5-6400 (GTX 1050) machine. Also, emulating this release in a VM
  with 2 CPUS and 4096MB of RAM renders it unresponsive for 3-5 seconds
  after opening/closing the app drawer.

  Please do not hesitate to follow up with requests for more info, as I
  will be happy to help.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.26.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
  Uname: Linux 4.13.0-32-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: ubuntu-communitheme:ubuntu:GNOME
  Date: Sat Feb 17 19:13:00 2018
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2018-02-17 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1730196] Re: system slowness, delayed response, mouse stuttered movement

2017-11-05 Thread Gustavo Silva
If that is the case, I propose changing the affecting package to Polari
and not Firefox.

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

Title:
  system slowness, delayed response, mouse stuttered movement

Status in firefox package in Ubuntu:
  New

Bug description:
  After leaving Ubuntu 17.10 on and running on my Asus laptop for over 24 hours 
I found the whole system performing poorly.
  The only applications I have left running are FireFox, Terminal, and Polari. 
Skype might be running in the background.

  The system is slow and delayed in it's response, the mouse stutters as
  it moves across the desktop.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: firefox 56.0+build6-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mptz991 F pulseaudio
   /dev/snd/controlC0:  mptz991 F pulseaudio
  BuildID: 20171003222101
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov  5 09:31:21 2017
  ExecutablePath: /usr/lib/firefox/firefox
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-10-29 (7 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  IpRoute:
   default via 192.168.0.1 dev wlp3s0 proto static metric 600 
   169.254.0.0/16 dev wlp3s0 scope link metric 1000 
   192.168.0.0/24 dev wlp3s0 proto kernel scope link src 192.168.0.106 metric 
600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=56.0/20171003222101 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/16/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: Q550LF.215
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: Q550LF
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrQ550LF.215:bd06/16/2014:svnASUSTeKCOMPUTERINC.:pnQ550LF:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnQ550LF:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: Q
  dmi.product.name: Q550LF
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Desktop-packages] [Bug 1724295] Re: All Apps screen aren't removed from overview when there's no apps to show

2017-10-20 Thread Gustavo Milczwski
I installed Ubuntu 17.10 and the bug isn't there :)

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

Title:
  All Apps screen aren't removed from overview when there's no apps to
  show

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  After install the Ubuntu 16 with Gnome, I opened the Activities
  screen. I pressed the button "Show All Apps". Then I pressed the
  button "Show All Apps" again. The All Apps screen did'nt close. Then,
  I closed the overview and opened it again. The All Apps Screen was
  still there behind the opened windows.

  ---

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gdm3 3.18.3-0ubuntu2.1
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  Uname: Linux 4.4.0-97-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Oct 17 14:15:22 2017
  InstallationDate: Installed on 2017-04-17 (183 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1710346] Re: Drag & drop from the desktop freezes partially the PC

2017-08-28 Thread Gustavo Silva
g-vaquant, you should be able to reproduce your issue and run this command in 
the terminal to get the log: G_DEBUG="all" NAUTILUS_DEBUG="All" nautilus Then 
you can add the log here in LP.
Hope I was able to help.


And thanks for your contribution so far!

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

Title:
  Drag & drop from the desktop freezes partially the PC

Status in nautilus package in Ubuntu:
  Incomplete

Bug description:
  Hi

  I'm running 17.10 today's update (2017-08-12)

  I've put on the deskop 2 kinds of files : xx.txt and yy.odt
  If I right click on anyone, then cut & paste in Data Perso partition for ex, 
fine
  if I drag & drop instead, the file is frozen, some opened windows the same.

  The only exit is : Ctrl+Alt+Del to close and open the session

  $ lsb_release -rd
  Description: Ubuntu Artful Aardvark (development branch)
  Release: 17.10

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

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


[Desktop-packages] [Bug 1692066] Re: [Request] Libreswan plugin for Network Manager

2017-08-26 Thread Gustavo Silva
As suggested by user.

According to bug report, this bug's importance should be "wishlist" as
this is about a feature request.

@elegos, could you specify the Ubuntu version you are using and which
package version you are trying to install?

** Package changed: ubuntu => libreswan (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/1692066

Title:
  [Request] Libreswan plugin for Network Manager

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

Bug description:
  Hello!

  I have the need to use Libreswan instead of strongswan to connect to
  an IPSec IKEv1 XAuth VPN in main mode without a group. Thing is
  strongswan doesn't support this configuration, so I explicitally need
  it. Nonetheless, libreswan is as developed as strongswan and it's
  widely used.

  using config files in /etc (ipsec.conf and .secrets) it's possible to
  correctly configure ipsec/libreswan, but needlessly to say, having the
  possibility to manage it via a GUI is 100 times better (and easier for
  "normal" users).

  In the current repositories (Zesty) I only found the libreswan's ipsec
  binaries (package libreswan), but not the network manager plugin
  (sources are available on github).

  I've tried to compile them, but I'm afraid they use a different path
  pattern than Ubuntu, so without making changes it's not possible to
  succesfully install it from sources.

  Thanks

  LibreSwan NetworkManager plugin sources:
  https://github.com/NetworkManager/network-manager-libreswan

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

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


[Desktop-packages] [Bug 1710346] Re: Drag & drop from the desktop freezes partially the PC

2017-08-25 Thread Gustavo Silva
@g-vaquant, could you follow the steps here
(https://wiki.ubuntu.com/DebuggingGNOME#Debugging_specific_GNOME_applications)
related with nautilus to try and add more information to this bug
report?

Thanks in advance.

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

Title:
  Drag & drop from the desktop freezes partially the PC

Status in nautilus package in Ubuntu:
  New

Bug description:
  Hi

  I'm running 17.10 today's update (2017-08-12)

  I've put on the deskop 2 kinds of files : xx.txt and yy.odt
  If I right click on anyone, then cut & paste in Data Perso partition for ex, 
fine
  if I drag & drop instead, the file is frozen, some opened windows the same.

  The only exit is : Ctrl+Alt+Del to close and open the session

  $ lsb_release -rd
  Description: Ubuntu Artful Aardvark (development branch)
  Release: 17.10

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

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


[Desktop-packages] [Bug 1710346] Re: Drag & drop from the desktop freezes partially the PC

2017-08-25 Thread Gustavo Silva
According to user's description, the bug seems related with nautilus.

** Package changed: 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/1710346

Title:
  Drag & drop from the desktop freezes partially the PC

Status in nautilus package in Ubuntu:
  New

Bug description:
  Hi

  I'm running 17.10 today's update (2017-08-12)

  I've put on the deskop 2 kinds of files : xx.txt and yy.odt
  If I right click on anyone, then cut & paste in Data Perso partition for ex, 
fine
  if I drag & drop instead, the file is frozen, some opened windows the same.

  The only exit is : Ctrl+Alt+Del to close and open the session

  $ lsb_release -rd
  Description: Ubuntu Artful Aardvark (development branch)
  Release: 17.10

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

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


[Desktop-packages] [Bug 1663060] Re: Add a title field to snap metadata

2017-05-04 Thread Gustavo Niemeyer
*** This bug is a duplicate of bug 169 ***
https://bugs.launchpad.net/bugs/169

We just got a bug report saying gnome-software is actually showing
summaries as a title:

https://forum.snapcraft.io/t/title-summary-pulled-from/469

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

Title:
  Add a title field to snap metadata

Status in Developer registration portal:
  New
Status in Snappy:
  New
Status in gnome-software package in Ubuntu:
  Confirmed
Status in snapcraft package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Triaged
Status in snapd-glib package in Ubuntu:
  Confirmed

Bug description:
  There are currently three naming fields in the snap metadata:
  name: a codename for the snap (can't contain spaces)
  summary: a one-line description of the snap
  description: A multi-line description of the snap

  For example for the Ubuntu calculator app we have:
  name: ubuntu-calculator-app
  summary: Ubuntu Calculator app
  description: The calculator app for all Ubuntu devices.

  What is missing is the 'title' field from the store - this is more
  appropriate to use in a graphical system to display this. For example,
  this should be "Calculator" for ubuntu-calculator-app.

  I think the following needs to be done:
  1. A title field needs to be specified in the .snap metadata.
  2. snapd needs to return this field for local snaps from the metadata, and 
return the store field for searches.
  3. The store should take the title field from the metadata when uploading and 
automatically set it in the store.
  4. Snapcraft needs to have updated documentation / prompt the user to enter 
this field.
  5. snapd-glib needs support for this field.
  6. GNOME Software should use this field where appropriate.

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1663060/+subscriptions

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


[Desktop-packages] [Bug 1661590] Re: GNOME Software only supports running one application from a snap

2017-02-12 Thread Gustavo Niemeyer
Sounds good. We'll add something along those lines to the API.

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

Title:
  GNOME Software only supports running one application from a snap

Status in Snappy:
  New
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  HOW TO REPRODUCE:

  1. Install LibreOffice snap ('nonfree' tag) from Ubuntu Software.
  2. Click on the 'Launch' button once you have it installed.

  WHAT IS EXPECTED: 
  It should launch the LibreOffice wizard instead of any of Writer, Calc, etc.

  WHAT ACTUALLY HAPPENS: 
  It launches LibreOffice Database.

  
  WHY THIS HAPPENS?

  Ubuntu Software probably picks the first listed command
  (libreoffice.base), as shown in

  $ snap info libreoffice
  name:  libreoffice
  summary:   "LibreOffice is a powerful office suite including word processing 
and creation of spreadsheets, slideshows and databases"
  publisher: canonical
  description: |
LibreOffice is a powerful office suite – its clean interface and
feature-rich tools help you unleash your creativity and enhance your
productivity. LibreOffice includes several applications that make it the 
most
powerful Free and Open Source office suite on the market: Writer (word
processing), Calc (spreadsheets), Impress (presentations), Draw (vector
graphics and flowcharts), Base (databases), and Math (formula editing).
  commands:
- libreoffice.base
- libreoffice.calc
- libreoffice.draw
- libreoffice.impress
- libreoffice
- libreoffice.math
- libreoffice.writer
  tracking:stable
  installed:   5.3.0.3 (17) 374MB -
  refreshed:   2017-02-01 20:51:51 +0200 EET
  channels: 
stable:5.3.0.3 (17) 374MB -
candidate: 5.3.0.3 (17) 374MB -
beta:  5.3.0.3 (17) 374MB -
edge:  5.3.0.3 (17) 374MB -

  
  The order in snapcraft.yaml is different, so probably Snapcraft is changing 
the order (it might assume that 'libreoffice' is 'libreoffice.libreoffice', so 
it puts it further down.

  Here is snapcraft.yaml: https://git.launchpad.net/~bjoern-michaelsen
  /df-libreoffice/+git/libreoffice-snap-
  playground/tree/snapcraft.yaml?h=xenial

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

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


[Desktop-packages] [Bug 1663060] Re: Add a title field to snap metadata

2017-02-12 Thread Gustavo Niemeyer
If gnome-software is using summary as a name, it needs to be fixed to
not do that, ASAP.

Whether to have a different field is an unrelated conversation which is
of less urgency than that. We have a name field today, and it should be
used.

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

Title:
  Add a title field to snap metadata

Status in Developer registration portal:
  New
Status in Snappy:
  New
Status in gnome-software package in Ubuntu:
  Confirmed
Status in snapcraft package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Triaged
Status in snapd-glib package in Ubuntu:
  Confirmed

Bug description:
  There are currently three naming fields in the snap metadata:
  name: a codename for the snap (can't contain spaces)
  summary: a one-line description of the snap
  description: A multi-line description of the snap

  For example for the Ubuntu calculator app we have:
  name: ubuntu-calculator-app
  summary: Ubuntu Calculator app
  description: The calculator app for all Ubuntu devices.

  What is missing is the 'title' field from the store - this is more
  appropriate to use in a graphical system to display this. For example,
  this should be "Calculator" for ubuntu-calculator-app.

  I think the following needs to be done:
  1. A title field needs to be specified in the .snap metadata.
  2. snapd needs to return this field for local snaps from the metadata, and 
return the store field for searches.
  3. The store should take the title field from the metadata when uploading and 
automatically set it in the store.
  4. Snapcraft needs to have updated documentation / prompt the user to enter 
this field.
  5. snapd-glib needs support for this field.
  6. GNOME Software should use this field where appropriate.

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1663060/+subscriptions

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


[Desktop-packages] [Bug 1663060] Re: Add a title field to snap metadata

2017-02-10 Thread Gustavo Niemeyer
Yes, but the discussion above also implies that we have multiple naming
fields, and that gnome-software is currently using summary as it
("Currently gnome-software is using sumary or name instead of this
field.").

We should discuss the possibility of another field, per above note, but
let's please not use a summary as a display name meanwhile. This will
encourage people to put wrong data in the wrong field.

In terms of the proposal itself, would be good to have a conversation
about it considering the pros and cons. If we allow a free form name, we
may end up with multiple applications named exactly the same thing (for
above example, imagine 10 different "Calculator" applications). How much
better is this than having a single "calculator" application? Our whole
apt/deb story circles around applications with unique and well-defined
lowercased names. What are the benefits of breaking that?

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

Title:
  Add a title field to snap metadata

Status in Developer registration portal:
  New
Status in Snappy:
  New
Status in gnome-software package in Ubuntu:
  Confirmed
Status in snapcraft package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Triaged
Status in snapd-glib package in Ubuntu:
  Confirmed

Bug description:
  There are currently three naming fields in the snap metadata:
  name: a codename for the snap (can't contain spaces)
  summary: a one-line description of the snap
  description: A multi-line description of the snap

  For example for the Ubuntu calculator app we have:
  name: ubuntu-calculator-app
  summary: Ubuntu Calculator app
  description: The calculator app for all Ubuntu devices.

  What is missing is the 'title' field from the store - this is more
  appropriate to use in a graphical system to display this. For example,
  this should be "Calculator" for ubuntu-calculator-app.

  I think the following needs to be done:
  1. A title field needs to be specified in the .snap metadata.
  2. snapd needs to return this field for local snaps from the metadata, and 
return the store field for searches.
  3. The store should take the title field from the metadata when uploading and 
automatically set it in the store.
  4. Snapcraft needs to have updated documentation / prompt the user to enter 
this field.
  5. snapd-glib needs support for this field.
  6. GNOME Software should use this field where appropriate.

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1663060/+subscriptions

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


[Desktop-packages] [Bug 1661590] Re: GNOME Software only supports running one application from a snap

2017-02-10 Thread Gustavo Niemeyer
Robert: what do you actually need here?  We already support multiple
desktop files, and they already hold metadata. gnome-software can
already inspect to see which of these is available, I believe?  What are
the missing pieces?

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

Title:
  GNOME Software only supports running one application from a snap

Status in Snappy:
  New
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  HOW TO REPRODUCE:

  1. Install LibreOffice snap ('nonfree' tag) from Ubuntu Software.
  2. Click on the 'Launch' button once you have it installed.

  WHAT IS EXPECTED: 
  It should launch the LibreOffice wizard instead of any of Writer, Calc, etc.

  WHAT ACTUALLY HAPPENS: 
  It launches LibreOffice Database.

  
  WHY THIS HAPPENS?

  Ubuntu Software probably picks the first listed command
  (libreoffice.base), as shown in

  $ snap info libreoffice
  name:  libreoffice
  summary:   "LibreOffice is a powerful office suite including word processing 
and creation of spreadsheets, slideshows and databases"
  publisher: canonical
  description: |
LibreOffice is a powerful office suite – its clean interface and
feature-rich tools help you unleash your creativity and enhance your
productivity. LibreOffice includes several applications that make it the 
most
powerful Free and Open Source office suite on the market: Writer (word
processing), Calc (spreadsheets), Impress (presentations), Draw (vector
graphics and flowcharts), Base (databases), and Math (formula editing).
  commands:
- libreoffice.base
- libreoffice.calc
- libreoffice.draw
- libreoffice.impress
- libreoffice
- libreoffice.math
- libreoffice.writer
  tracking:stable
  installed:   5.3.0.3 (17) 374MB -
  refreshed:   2017-02-01 20:51:51 +0200 EET
  channels: 
stable:5.3.0.3 (17) 374MB -
candidate: 5.3.0.3 (17) 374MB -
beta:  5.3.0.3 (17) 374MB -
edge:  5.3.0.3 (17) 374MB -

  
  The order in snapcraft.yaml is different, so probably Snapcraft is changing 
the order (it might assume that 'libreoffice' is 'libreoffice.libreoffice', so 
it puts it further down.

  Here is snapcraft.yaml: https://git.launchpad.net/~bjoern-michaelsen
  /df-libreoffice/+git/libreoffice-snap-
  playground/tree/snapcraft.yaml?h=xenial

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

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


[Desktop-packages] [Bug 1661590] Re: GNOME Software only supports running one application from a snap

2017-02-10 Thread Gustavo Niemeyer
More food for thought on the above note: the desktop file cannot call
the real underlying command by itself! That would break confinement. It
calls the confined binary under /snap/bin instead, which is what the
"command:" attribute specifies. So, necessarily respected.

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

Title:
  GNOME Software only supports running one application from a snap

Status in Snappy:
  New
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  HOW TO REPRODUCE:

  1. Install LibreOffice snap ('nonfree' tag) from Ubuntu Software.
  2. Click on the 'Launch' button once you have it installed.

  WHAT IS EXPECTED: 
  It should launch the LibreOffice wizard instead of any of Writer, Calc, etc.

  WHAT ACTUALLY HAPPENS: 
  It launches LibreOffice Database.

  
  WHY THIS HAPPENS?

  Ubuntu Software probably picks the first listed command
  (libreoffice.base), as shown in

  $ snap info libreoffice
  name:  libreoffice
  summary:   "LibreOffice is a powerful office suite including word processing 
and creation of spreadsheets, slideshows and databases"
  publisher: canonical
  description: |
LibreOffice is a powerful office suite – its clean interface and
feature-rich tools help you unleash your creativity and enhance your
productivity. LibreOffice includes several applications that make it the 
most
powerful Free and Open Source office suite on the market: Writer (word
processing), Calc (spreadsheets), Impress (presentations), Draw (vector
graphics and flowcharts), Base (databases), and Math (formula editing).
  commands:
- libreoffice.base
- libreoffice.calc
- libreoffice.draw
- libreoffice.impress
- libreoffice
- libreoffice.math
- libreoffice.writer
  tracking:stable
  installed:   5.3.0.3 (17) 374MB -
  refreshed:   2017-02-01 20:51:51 +0200 EET
  channels: 
stable:5.3.0.3 (17) 374MB -
candidate: 5.3.0.3 (17) 374MB -
beta:  5.3.0.3 (17) 374MB -
edge:  5.3.0.3 (17) 374MB -

  
  The order in snapcraft.yaml is different, so probably Snapcraft is changing 
the order (it might assume that 'libreoffice' is 'libreoffice.libreoffice', so 
it puts it further down.

  Here is snapcraft.yaml: https://git.launchpad.net/~bjoern-michaelsen
  /df-libreoffice/+git/libreoffice-snap-
  playground/tree/snapcraft.yaml?h=xenial

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

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


[Desktop-packages] [Bug 1661590] Re: GNOME Software only supports running one application from a snap

2017-02-10 Thread Gustavo Niemeyer
Another side note: there's no special meaning to the order of commands
in snap.yaml. We can reorder it, and snapcraft can reorder it, so please
don't take it to mean something specific as that'll easily break.

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

Title:
  GNOME Software only supports running one application from a snap

Status in Snappy:
  New
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  HOW TO REPRODUCE:

  1. Install LibreOffice snap ('nonfree' tag) from Ubuntu Software.
  2. Click on the 'Launch' button once you have it installed.

  WHAT IS EXPECTED: 
  It should launch the LibreOffice wizard instead of any of Writer, Calc, etc.

  WHAT ACTUALLY HAPPENS: 
  It launches LibreOffice Database.

  
  WHY THIS HAPPENS?

  Ubuntu Software probably picks the first listed command
  (libreoffice.base), as shown in

  $ snap info libreoffice
  name:  libreoffice
  summary:   "LibreOffice is a powerful office suite including word processing 
and creation of spreadsheets, slideshows and databases"
  publisher: canonical
  description: |
LibreOffice is a powerful office suite – its clean interface and
feature-rich tools help you unleash your creativity and enhance your
productivity. LibreOffice includes several applications that make it the 
most
powerful Free and Open Source office suite on the market: Writer (word
processing), Calc (spreadsheets), Impress (presentations), Draw (vector
graphics and flowcharts), Base (databases), and Math (formula editing).
  commands:
- libreoffice.base
- libreoffice.calc
- libreoffice.draw
- libreoffice.impress
- libreoffice
- libreoffice.math
- libreoffice.writer
  tracking:stable
  installed:   5.3.0.3 (17) 374MB -
  refreshed:   2017-02-01 20:51:51 +0200 EET
  channels: 
stable:5.3.0.3 (17) 374MB -
candidate: 5.3.0.3 (17) 374MB -
beta:  5.3.0.3 (17) 374MB -
edge:  5.3.0.3 (17) 374MB -

  
  The order in snapcraft.yaml is different, so probably Snapcraft is changing 
the order (it might assume that 'libreoffice' is 'libreoffice.libreoffice', so 
it puts it further down.

  Here is snapcraft.yaml: https://git.launchpad.net/~bjoern-michaelsen
  /df-libreoffice/+git/libreoffice-snap-
  playground/tree/snapcraft.yaml?h=xenial

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

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


[Desktop-packages] [Bug 1661590] Re: GNOME Software only supports running one application from a snap

2017-02-10 Thread Gustavo Niemeyer
@Mark: The command is not duplicated. The desktop file will call the
actual command defined in the snap.yaml. It may provide additional
arguments, but those will indeed be _in addition_ to the ones in
snap.yaml.

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

Title:
  GNOME Software only supports running one application from a snap

Status in Snappy:
  New
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  HOW TO REPRODUCE:

  1. Install LibreOffice snap ('nonfree' tag) from Ubuntu Software.
  2. Click on the 'Launch' button once you have it installed.

  WHAT IS EXPECTED: 
  It should launch the LibreOffice wizard instead of any of Writer, Calc, etc.

  WHAT ACTUALLY HAPPENS: 
  It launches LibreOffice Database.

  
  WHY THIS HAPPENS?

  Ubuntu Software probably picks the first listed command
  (libreoffice.base), as shown in

  $ snap info libreoffice
  name:  libreoffice
  summary:   "LibreOffice is a powerful office suite including word processing 
and creation of spreadsheets, slideshows and databases"
  publisher: canonical
  description: |
LibreOffice is a powerful office suite – its clean interface and
feature-rich tools help you unleash your creativity and enhance your
productivity. LibreOffice includes several applications that make it the 
most
powerful Free and Open Source office suite on the market: Writer (word
processing), Calc (spreadsheets), Impress (presentations), Draw (vector
graphics and flowcharts), Base (databases), and Math (formula editing).
  commands:
- libreoffice.base
- libreoffice.calc
- libreoffice.draw
- libreoffice.impress
- libreoffice
- libreoffice.math
- libreoffice.writer
  tracking:stable
  installed:   5.3.0.3 (17) 374MB -
  refreshed:   2017-02-01 20:51:51 +0200 EET
  channels: 
stable:5.3.0.3 (17) 374MB -
candidate: 5.3.0.3 (17) 374MB -
beta:  5.3.0.3 (17) 374MB -
edge:  5.3.0.3 (17) 374MB -

  
  The order in snapcraft.yaml is different, so probably Snapcraft is changing 
the order (it might assume that 'libreoffice' is 'libreoffice.libreoffice', so 
it puts it further down.

  Here is snapcraft.yaml: https://git.launchpad.net/~bjoern-michaelsen
  /df-libreoffice/+git/libreoffice-snap-
  playground/tree/snapcraft.yaml?h=xenial

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

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


[Desktop-packages] [Bug 1663060] Re: Add a title field to snap metadata

2017-02-10 Thread Gustavo Niemeyer
The bug description is misleading. There's a single name field in snaps
today, and its called "name". Summary is not a name, and description is
not a name. If gnome-software or anything else is using "summary" as a
name, that's a pretty obvious bug that would be great to see fixed.

We can discuss the introduction of an alternative name field which is
free-form and not unique, but that's a separate conversation. Proper
applications supporting the snap format shouldn't mangle snap names, and
shouldn't misuse fields for incorrect purposes.

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

Title:
  Add a title field to snap metadata

Status in Developer registration portal:
  New
Status in Snappy:
  New
Status in gnome-software package in Ubuntu:
  Confirmed
Status in snapcraft package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Triaged
Status in snapd-glib package in Ubuntu:
  Confirmed

Bug description:
  There are currently three naming fields in the snap metadata:
  name: a codename for the snap (can't contain spaces)
  summary: a one-line description of the snap
  description: A multi-line description of the snap

  For example for the Ubuntu calculator app we have:
  name: ubuntu-calculator-app
  summary: Ubuntu Calculator app
  description: The calculator app for all Ubuntu devices.

  What is missing is the 'title' field from the store - this is more
  appropriate to use in a graphical system to display this. For example,
  this should be "Calculator" for ubuntu-calculator-app.

  I think the following needs to be done:
  1. A title field needs to be specified in the .snap metadata.
  2. snapd needs to return this field for local snaps from the metadata, and 
return the store field for searches.
  3. The store should take the title field from the metadata when uploading and 
automatically set it in the store.
  4. Snapcraft needs to have updated documentation / prompt the user to enter 
this field.
  5. snapd-glib needs support for this field.
  6. GNOME Software should use this field where appropriate.

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1663060/+subscriptions

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


[Desktop-packages] [Bug 1661590] Re: GNOME Software only supports running one application from a snap

2017-02-10 Thread Gustavo Niemeyer
Every application may already have an associated desktop file under
meta/gui/.desktop today.

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

Title:
  GNOME Software only supports running one application from a snap

Status in Snappy:
  New
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  HOW TO REPRODUCE:

  1. Install LibreOffice snap ('nonfree' tag) from Ubuntu Software.
  2. Click on the 'Launch' button once you have it installed.

  WHAT IS EXPECTED: 
  It should launch the LibreOffice wizard instead of any of Writer, Calc, etc.

  WHAT ACTUALLY HAPPENS: 
  It launches LibreOffice Database.

  
  WHY THIS HAPPENS?

  Ubuntu Software probably picks the first listed command
  (libreoffice.base), as shown in

  $ snap info libreoffice
  name:  libreoffice
  summary:   "LibreOffice is a powerful office suite including word processing 
and creation of spreadsheets, slideshows and databases"
  publisher: canonical
  description: |
LibreOffice is a powerful office suite – its clean interface and
feature-rich tools help you unleash your creativity and enhance your
productivity. LibreOffice includes several applications that make it the 
most
powerful Free and Open Source office suite on the market: Writer (word
processing), Calc (spreadsheets), Impress (presentations), Draw (vector
graphics and flowcharts), Base (databases), and Math (formula editing).
  commands:
- libreoffice.base
- libreoffice.calc
- libreoffice.draw
- libreoffice.impress
- libreoffice
- libreoffice.math
- libreoffice.writer
  tracking:stable
  installed:   5.3.0.3 (17) 374MB -
  refreshed:   2017-02-01 20:51:51 +0200 EET
  channels: 
stable:5.3.0.3 (17) 374MB -
candidate: 5.3.0.3 (17) 374MB -
beta:  5.3.0.3 (17) 374MB -
edge:  5.3.0.3 (17) 374MB -

  
  The order in snapcraft.yaml is different, so probably Snapcraft is changing 
the order (it might assume that 'libreoffice' is 'libreoffice.libreoffice', so 
it puts it further down.

  Here is snapcraft.yaml: https://git.launchpad.net/~bjoern-michaelsen
  /df-libreoffice/+git/libreoffice-snap-
  playground/tree/snapcraft.yaml?h=xenial

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

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


[Desktop-packages] [Bug 1581713] Re: Ubuntu Software always asks for an Ubuntu Single Sign-On account when installing or removing a snap package

2017-02-09 Thread Gustavo Niemeyer
As we discussed the last time this came up, yes, that seems fine.
Handing out a token to root that provides an authorization to manipulate
the system is analogous to allowing root itself to be doing removals
without further store information, which we allow.

The necessary infrastructure for that is pretty much in place since we
already have to maintain the local and remote macaroons separately, and
the situation where the remote macaroon is missing or incorrect is
already handled. If a store operation depends on a valid user, it will
prompt for a full login, and once performed that will associate the
remote macaroon with the existing local user instead of creating a new
one.

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

Title:
  Ubuntu Software always asks for an Ubuntu Single Sign-On account when
  installing or removing a snap package

Status in Ubuntu GNOME:
  Triaged
Status in gnome-software package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Confirmed

Bug description:
  If I try to uninstall a snap using Ubuntu Software, it asks for an Ubuntu 
Single Sign-On account. It seems strange since if I use a terminal and do:
  $ sudo snap remove john-the-ripper

  Everything works as expected.

  BTW: Ubuntu Software takes ages to find out the size of the snap
  package.

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

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


[Desktop-packages] [Bug 1646611] Re: mission-control should use different paths when in a snap environment

2016-12-02 Thread Gustavo Pichorim Boiko
Well, mission-control is not using Qt at all, so certainly not using
QStandardPaths

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

Title:
  mission-control should use different paths when in a snap environment

Status in Canonical System Image:
  Confirmed
Status in telepathy-mission-control-5 package in Ubuntu:
  New

Bug description:
  When running confined into a snap environment, mission-control needs
  to use different paths for its files:

  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Unable to create directory 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control': Read-only file 
system
  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Failed to create file 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control/accounts.cfg.CC7LOY':
 No such file or directory
  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Unable to create directory 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control': Read-only file 
system
  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Failed to create file 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control/accounts.cfg.7I1LOY':
 No such file or

  Instead of using $SNAP, it probably should use $SNAP_DATA

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

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


[Desktop-packages] [Bug 1646611] Re: mission-control should use different paths when in a snap environment

2016-12-02 Thread Gustavo Pichorim Boiko
** Also affects: telepathy-mission-control-5 (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: history-service (Ubuntu)

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

Title:
  mission-control should use different paths when in a snap environment

Status in Canonical System Image:
  Confirmed
Status in telepathy-mission-control-5 package in Ubuntu:
  New

Bug description:
  When running confined into a snap environment, mission-control needs
  to use different paths for its files:

  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Unable to create directory 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control': Read-only file 
system
  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Failed to create file 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control/accounts.cfg.CC7LOY':
 No such file or directory
  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Unable to create directory 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control': Read-only file 
system
  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Failed to create file 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control/accounts.cfg.7I1LOY':
 No such file or

  Instead of using $SNAP, it probably should use $SNAP_DATA

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

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


[Desktop-packages] [Bug 1573720] Re: Unencrypted private keys are insecure error reported even when key is encrypted

2016-08-09 Thread guStaVo ZaeRa
I just want to add proof that the package was downgraded:

[ root ] dpkg -l network-manager-gnome  

  gz-Latitude-E7240:/home/gz/Downloads
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)
||/ Name Version
   Architecture  Description
+++--=-=-==
ii  network-manager-gnome0.9.8.8-0ubuntu4.1-mint1   
   amd64 network management framework (GNOME frontend)

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

Title:
  Unencrypted private keys are insecure error reported even when key is
  encrypted

Status in NetworkManager:
  Incomplete
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  When I enter an EAP-TLS wifi config, I get the error:

  "Unencrypted private keys are insecure
  The selected private key does not appear to be protected by a password.  This 
could allow your security credentials to be compromised.  Please select a 
password-protected private key.

  (You can password-protect your private key with openssl)"

  I have verified that my key is, in fact, encrypted, and I have tried
  using both des3 and aes256. I have also verified the password used to
  encrypt the key.

  For a while, it wouldn't even let me save the config. I managed to
  save it eventually, but now when I try to connect to the saved
  connection, I get the same error.

  I am on Ubuntu mate 16.04

  network-manager 1.1.93

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Fri Apr 22 13:25:16 2016
  InstallationDate: Installed on 2015-08-19 (246 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release amd64 
(20150422.1)
  IpRoute:
   default via 192.168.151.254 dev eth1  proto static  metric 100 
   169.254.0.0/16 dev eth1  scope link  metric 1000 
   192.168.151.0/24 dev eth1  proto kernel  scope link  src 192.168.151.95  
metric 100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (0 days ago)
  nmcli-dev:
   DEVICE  TYPE  STATE DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   eth1ethernet  connected /org/freedesktop/NetworkManager/Devices/2  
Wired connection 1  ed50d4f9-c810-4be0-b06c-8acd58015c50  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   wlan0   wifi  disconnected  /org/freedesktop/NetworkManager/Devices/1  
--  ----
 
   eth0ethernet  unavailable   /org/freedesktop/NetworkManager/Devices/3  
--  ----
 
   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/network-manager/+bug/1573720/+subscriptions

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


[Desktop-packages] [Bug 1573720] Re: Unencrypted private keys are insecure error reported even when key is encrypted

2016-08-09 Thread guStaVo ZaeRa
I can report the same issue in Linux Mint 18, where both the packages
mentioned by Steve MacDougall are in place:

[ root ] dpkg -l wpasupplicant network-manager-gnome
  gz-Latitude-E7240:~
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)
||/ NameVersionArchitecture   
Description
+++-===-==-==-
ii  network-manager-gnome   1.2.0-0ubuntu0.16. amd64  network 
management framework (GNOME frontend)
ii  wpasupplicant   2.4-0ubuntu6   amd64  client 
support for WPA and WPA2 (IEEE 802.11i)


This was not a problem in Linux Mint 17.3, where network-manager-gnome was in 
version 0.9.8.8-0ubuntu4.1-mint1, and wpasupplicant doesn't seem to be part of 
the default release.

Was able to implement a workaround by forcing a downgrade of 
network-manager-gnome:
$ sudo su -
# service network-manager stop
# dpkg --force-all -i network-manager-gnome_0.9.8.8-0ubuntu4.1-mint1_amd64.deb
# service network-manager start

it works for me! :)

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

Title:
  Unencrypted private keys are insecure error reported even when key is
  encrypted

Status in NetworkManager:
  Incomplete
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  When I enter an EAP-TLS wifi config, I get the error:

  "Unencrypted private keys are insecure
  The selected private key does not appear to be protected by a password.  This 
could allow your security credentials to be compromised.  Please select a 
password-protected private key.

  (You can password-protect your private key with openssl)"

  I have verified that my key is, in fact, encrypted, and I have tried
  using both des3 and aes256. I have also verified the password used to
  encrypt the key.

  For a while, it wouldn't even let me save the config. I managed to
  save it eventually, but now when I try to connect to the saved
  connection, I get the same error.

  I am on Ubuntu mate 16.04

  network-manager 1.1.93

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Fri Apr 22 13:25:16 2016
  InstallationDate: Installed on 2015-08-19 (246 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release amd64 
(20150422.1)
  IpRoute:
   default via 192.168.151.254 dev eth1  proto static  metric 100 
   169.254.0.0/16 dev eth1  scope link  metric 1000 
   192.168.151.0/24 dev eth1  proto kernel  scope link  src 192.168.151.95  
metric 100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (0 days ago)
  nmcli-dev:
   DEVICE  TYPE  STATE DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   eth1ethernet  connected /org/freedesktop/NetworkManager/Devices/2  
Wired connection 1  ed50d4f9-c810-4be0-b06c-8acd58015c50  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   wlan0   wifi  disconnected  /org/freedesktop/NetworkManager/Devices/1  
--  ----
 
   eth0ethernet  unavailable   /org/freedesktop/NetworkManager/Devices/3  
--  ----
 
   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/network-manager/+bug/1573720/+subscriptions

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


[Desktop-packages] [Bug 1589679] [NEW] package libxml2 2.9.3+dfsg1-1 failed to install/upgrade: unable to securely remove '/usr/share/doc/libxml2/AUTHORS.dpkg-new': Read-only file system

2016-06-06 Thread Gustavo Souza
Public bug reported:

occur when i update

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libxml2 2.9.3+dfsg1-1ubuntu0.1
ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
Uname: Linux 4.4.0-23-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: i386
Date: Mon Jun  6 17:10:44 2016
DuplicateSignature:
 package:libxml2:2.9.3+dfsg1-1
 Unpacking libxml2:i386 (2.9.3+dfsg1-1ubuntu0.1) over (2.9.3+dfsg1-1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/libxml2_2.9.3+dfsg1-1ubuntu0.1_i386.deb (--unpack):
  unable to securely remove '/usr/share/doc/libxml2/AUTHORS.dpkg-new': 
Read-only file system
ErrorMessage: unable to securely remove 
'/usr/share/doc/libxml2/AUTHORS.dpkg-new': Read-only file system
InstallationDate: Installed on 2016-05-26 (10 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: libxml2
Title: package libxml2 2.9.3+dfsg1-1 failed to install/upgrade: unable to 
securely remove '/usr/share/doc/libxml2/AUTHORS.dpkg-new': Read-only file system
UpgradeStatus: Upgraded to xenial on 2016-05-27 (10 days ago)

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


** Tags: apport-package i386 need-duplicate-check xenial

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

Title:
  package libxml2 2.9.3+dfsg1-1 failed to install/upgrade: unable to
  securely remove '/usr/share/doc/libxml2/AUTHORS.dpkg-new': Read-only
  file system

Status in libxml2 package in Ubuntu:
  New

Bug description:
  occur when i update

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libxml2 2.9.3+dfsg1-1ubuntu0.1
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  Date: Mon Jun  6 17:10:44 2016
  DuplicateSignature:
   package:libxml2:2.9.3+dfsg1-1
   Unpacking libxml2:i386 (2.9.3+dfsg1-1ubuntu0.1) over (2.9.3+dfsg1-1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libxml2_2.9.3+dfsg1-1ubuntu0.1_i386.deb (--unpack):
unable to securely remove '/usr/share/doc/libxml2/AUTHORS.dpkg-new': 
Read-only file system
  ErrorMessage: unable to securely remove 
'/usr/share/doc/libxml2/AUTHORS.dpkg-new': Read-only file system
  InstallationDate: Installed on 2016-05-26 (10 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: libxml2
  Title: package libxml2 2.9.3+dfsg1-1 failed to install/upgrade: unable to 
securely remove '/usr/share/doc/libxml2/AUTHORS.dpkg-new': Read-only file system
  UpgradeStatus: Upgraded to xenial on 2016-05-27 (10 days ago)

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

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


[Desktop-packages] [Bug 1571351] [NEW] package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: intentando sobreescribir `/usr/bin/rdjpgcom', que está también en el paquete libjpeg-turbo-progs 1.3

2016-04-17 Thread walter gustavo
Public bug reported:

desconozco el error

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libjpeg-progs 8c-2ubuntu8
ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
Uname: Linux 4.4.0-18-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Sun Apr 17 12:13:18 2016
ErrorMessage: intentando sobreescribir `/usr/bin/rdjpgcom', que está también en 
el paquete libjpeg-turbo-progs 1.3.0-0ubuntu2
InstallationDate: Installed on 2015-06-25 (296 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: libjpeg8-empty
Title: package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: intentando 
sobreescribir `/usr/bin/rdjpgcom', que está también en el paquete 
libjpeg-turbo-progs 1.3.0-0ubuntu2
UpgradeStatus: Upgraded to xenial on 2016-04-15 (1 days ago)

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

Title:
  package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade:
  intentando sobreescribir `/usr/bin/rdjpgcom', que está también en el
  paquete libjpeg-turbo-progs 1.3.0-0ubuntu2

Status in libjpeg8-empty package in Ubuntu:
  New

Bug description:
  desconozco el error

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libjpeg-progs 8c-2ubuntu8
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Sun Apr 17 12:13:18 2016
  ErrorMessage: intentando sobreescribir `/usr/bin/rdjpgcom', que está también 
en el paquete libjpeg-turbo-progs 1.3.0-0ubuntu2
  InstallationDate: Installed on 2015-06-25 (296 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: libjpeg8-empty
  Title: package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: 
intentando sobreescribir `/usr/bin/rdjpgcom', que está también en el paquete 
libjpeg-turbo-progs 1.3.0-0ubuntu2
  UpgradeStatus: Upgraded to xenial on 2016-04-15 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg8-empty/+bug/1571351/+subscriptions

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


[Desktop-packages] [Bug 1562189] [NEW] Xorg crash with SIGSEGV GetTimeInMillis()

2016-03-25 Thread gustavo
Public bug reported:

Generally, when I open many pdf files (with acroread), the system logout
and send me to logging initial screen.  All file edition is lost, albeit
this behaviour also, sometimes, occurs with ruotine task (chrome,
libreoffice, etc). The automatic bug launchpad says that the logout is
due a crahs of xorg-server-core 2:1.15.1-0ubuntu2.7

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
Uname: Linux 3.13.0-83-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Mar 25 17:29:22 2016
DistUpgraded: Fresh install
DistroCodename: trusty
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 Device [103c:80bb]
InstallationDate: Installed on 2016-03-05 (20 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
Lsusb:
 Bus 001 Device 003: ID 05c8:0382 Cheng Uei Precision Industry Co., Ltd 
(Foxlink) 
 Bus 001 Device 002: ID 8087:8001 Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HP HP Notebook
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-83-generic.efi.signed 
root=UUID=1a5424a8-04e4-41f0-a854-b12dc1e48ef8 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/13/2015
dmi.bios.vendor: Insyde
dmi.bios.version: F.14
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 80BB
dmi.board.vendor: HP
dmi.board.version: KBC Version 94.10
dmi.chassis.asset.tag: 5CG5395WPM
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.14:bd08/13/2015:svnHP:pnHPNotebook:pvrCNB1:rvnHP:rn80BB:rvrKBCVersion94.10:cvnHP:ct10:cvrChassisVersion:
dmi.product.name: HP Notebook
dmi.product.version: CNB1
dmi.sys.vendor: HP
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1~ubuntu14.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.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Fri Mar 25 17:29:04 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   20034 
 vendor SDC
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/1562189

Title:
  Xorg crash with SIGSEGV GetTimeInMillis()

Status in xorg package in Ubuntu:
  New

Bug description:
  Generally, when I open many pdf files (with acroread), the system
  logout and send me to logging initial screen.  All file edition is
  lost, albeit this behaviour also, sometimes, occurs with ruotine task
  (chrome, libreoffice, etc). The automatic bug launchpad says that the
  logout is due a crahs of xorg-server-core 2:1.15.1-0ubuntu2.7

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
  Uname: Linux 3.13.0-83-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Mar 25 17:29:22 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  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: 

[Desktop-packages] [Bug 1562164] [NEW] Xorg crash with SIGSEGV GetTimeInMillis()

2016-03-25 Thread gustavo
Public bug reported:

Suddenly logout with any program (acroread, Chrome, etc).

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
Uname: Linux 3.13.0-83-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.19
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: Fri Mar 25 16:17:16 2016
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:80bb]
InstallationDate: Installed on 2016-03-05 (20 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
Lsusb:
 Bus 001 Device 003: ID 05c8:0382 Cheng Uei Precision Industry Co., Ltd 
(Foxlink) 
 Bus 001 Device 002: ID 8087:8001 Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HP HP Notebook
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-83-generic.efi.signed 
root=UUID=1a5424a8-04e4-41f0-a854-b12dc1e48ef8 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/13/2015
dmi.bios.vendor: Insyde
dmi.bios.version: F.14
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 80BB
dmi.board.vendor: HP
dmi.board.version: KBC Version 94.10
dmi.chassis.asset.tag: 5CG5395WPM
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.14:bd08/13/2015:svnHP:pnHPNotebook:pvrCNB1:rvnHP:rn80BB:rvrKBCVersion94.10:cvnHP:ct10:cvrChassisVersion:
dmi.product.name: HP Notebook
dmi.product.version: CNB1
dmi.sys.vendor: HP
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1~ubuntu14.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.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Fri Mar 25 15:39:22 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   20034 
 vendor SDC
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/1562164

Title:
  Xorg crash with SIGSEGV GetTimeInMillis()

Status in xorg package in Ubuntu:
  New

Bug description:
  Suddenly logout with any program (acroread, Chrome, etc).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
  Uname: Linux 3.13.0-83-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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: Fri Mar 25 16:17:16 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:80bb]
  InstallationDate: Installed on 2016-03-05 (20 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Lsusb:
   Bus 001 Device 003: ID 05c8:0382 Cheng Uei Precision Industry Co., Ltd 
(Foxlink) 
   Bus 001 Device 002: ID 8087:8001 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP Notebook
  ProcKernelCmdLine: 

[Desktop-packages] [Bug 1520564] Re: Xubuntu 15.10 low and poor sound on USB headset

2016-01-29 Thread Edison Gustavo Muenz
I can confirm this is happening to me too. However, I'm running a Linux
host instead of Virtualbox

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

Title:
  Xubuntu 15.10 low and poor sound on USB headset

Status in alsa-driver package in Ubuntu:
  Expired

Bug description:
  Running Xubuntu 15.10 64 bits kernel 4.2.0-18 in Oracle Virtualbox
  5.0.8. Using a Microsoft USB headset. Sound is very low and if I crank
  up the volume to the max is sort of audible but distorted and noisy. I
  have a 14.04 Xubuntu and a 15.04 Xubuntu instance on the same
  Virtualbox, using the same headset, and the sound is perfect. I also
  have an Arch instance with kernel 4.2.5-1 on the same Virtualbox and
  the sonud on that one is also good. This issue seems particular to
  Xubuntu 15.10.

  I posted this on the forums about 3-4 weeks ago in the hope that
  someone may have figured a way to fix this. No answer yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  cat1274 F pulseaudio
  CurrentDesktop: XFCE
  Date: Fri Nov 27 07:27:39 2015
  InstallationDate: Installed on 2015-10-31 (26 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: USB sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Desktop-packages] [Bug 1292113] Re: CTRL+ALT+T - shortcut to open Terminal is does not work

2016-01-08 Thread Jorge Gustavo
Still happens on:
Distributor ID: Ubuntu
Description:Ubuntu 14.04.3 LTS
Release:14.04
Codename:   trusty
The shortkeys works almost all the time. But sometimes, it does not work.

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

Title:
  CTRL+ALT+T - shortcut to open Terminal is does not work

Status in GNOME Terminal:
  New
Status in gnome-terminal package in Ubuntu:
  Fix Released

Bug description:
  The global shortcut CTRL+ALT+T to open a new terminal windows is missing in 
Ubuntu since 14.04
  Please reenable it.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-terminal 3.6.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 13 18:01:32 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-10 (92 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to trusty on 2014-03-07 (6 days ago)

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

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


[Desktop-packages] [Bug 1493851] Re: Port to upstreamed versions of Audio Role patch

2015-12-02 Thread Gustavo Pichorim Boiko
** Also affects: telephony-service (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: telephony-service (Ubuntu)
 Assignee: (unassigned) => Gustavo Pichorim Boiko (boiko)

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

Title:
  Port to upstreamed versions of Audio Role patch

Status in Ubuntu Clock App:
  Fix Released
Status in dropping-letters package in Ubuntu:
  Fix Committed
Status in media-hub package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete
Status in qtubuntu-camera package in Ubuntu:
  Fix Committed
Status in qtubuntu-media package in Ubuntu:
  In Progress
Status in telephony-service package in Ubuntu:
  New
Status in ubuntu-clock-app package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  The Qt 5.5 packages at https://launchpad.net/~ci-train-ppa-
  service/+archive/ubuntu/landing-012 now include the upstream versions
  of QML Playlist and Audio Role patches that went in to Qt 5.6.

  There are some differences in the Audio Role patch compared to the
  version on vivid-overlay PPA that requires changes.

  Qt 5.5 targets landing soon after xenial opens.

  For reference,
  Old API: 
http://anonscm.debian.org/cgit/pkg-kde/qt/qtmultimedia.git/diff/debian/patches/adding_media_role_property.patch?h=ubuntu=d5149eefcd093d96be3191d5f8a7f622f788e1f4
  New, upstreamed API: 
http://anonscm.debian.org/cgit/pkg-kde/qt/qtmultimedia.git/tree/debian/patches/Add-audio-role-API-to-QMediaPlayer.patch?h=ubuntu

  More information about Qt 5.5 at
  https://wiki.ubuntu.com/Touch/QtTesting

  The plan (2015-11-02):

  Patch some components to work with both old API & Qt 5.4 + new API &
  Qt 5.5 - qtubuntu-camera, qtubuntu-media to detect at compile time and
  Unity 8 at runtime.

  Pulseaudio and media-hub would land only to xenial, switching to the
  new API as part of the Qt 5.5 silo.

  Clock and dropping-letters drop the audio role usage as it's not
  supposed to be used in those.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1493851/+subscriptions

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


[Desktop-packages] [Bug 1415458] Re: Add support for MMS group chat

2015-11-05 Thread Gustavo Pichorim Boiko
** Changed in: telepathy-ofono (Ubuntu)
   Status: In Progress => Fix Released

** No longer affects: gsettings-ubuntu-touch-schemas (Ubuntu Vivid)

** No longer affects: messaging-app (Ubuntu Vivid)

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

Title:
  Add support for MMS group chat

Status in Canonical System Image:
  Fix Released
Status in GSettings Ubuntu touch schemas:
  Fix Released
Status in messaging-app:
  Fix Released
Status in telepathy-ofono:
  Fix Released
Status in telephony-service:
  Fix Released
Status in gsettings-ubuntu-touch-schemas package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Released
Status in telepathy-ofono package in Ubuntu:
  Fix Released
Status in telepathy-qt5 package in Ubuntu:
  Fix Released
Status in telephony-service package in Ubuntu:
  Fix Released

Bug description:
  Currently when you send a message to multiple recipients, one SMS is
  sent per recipient, and they don't know about each other.

  Messaging-app needs to also support MMS group chat, which allows for
  true group conversations.

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

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


[Desktop-packages] [Bug 1360241] Re: [Regression] "LLVM ERROR: Do not know how to split the result of this operator!" in executing Ubuntu UI Toolkit tests on x86

2015-10-02 Thread Gustavo Pichorim Boiko
Got the same in messaging-app on ppc64el too:

https://launchpadlibrarian.net/219673246/buildlog_ubuntu-wily-ppc64el
.messaging-app_0.1%2B15.10.20151002-0ubuntu1_BUILDING.txt.gz
(http://paste.ubuntu.com/12638691/)

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

Title:
  [Regression] "LLVM ERROR: Do not know how to split the result of this
  operator!" in executing Ubuntu UI Toolkit tests on x86

Status in llvm-toolchain-3.5 package in Ubuntu:
  Confirmed
Status in mesa package in Ubuntu:
  Fix Released

Bug description:
  With upgrade to LLVM 3.5, UITK tests start failing with LLVM error.
  This was reported earlier and the change to 3.5 reverted, but now 3.5
  landed again.

  So we're seeing errors like this:
  
https://launchpadlibrarian.net/182951835/buildlog_ubuntu-utopic-i386.ubuntu-ui-toolkit_1.1.1206%2B14.10.20140822-0ubuntu1_FAILEDTOBUILD.txt.gz

  To reproduce, simply bzr branch lp:ubuntu-ui-toolkit and run bzr bd
  which also executes the unit tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.5/+bug/1360241/+subscriptions

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


[Desktop-packages] [Bug 1246272] Re: Keyboard layout changing randomly

2015-09-03 Thread Gustavo L
Same here.

Applaying gsettings set org.gnome.desktop.input-sources current 0
immediately fixes the problem.

I'm not going to put this command at startup because this issue arises
randomly at any time (and not after boot).

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

Title:
  Keyboard layout changing randomly

Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  Just upgraded from 12.04 (raring) to 12.10 (saucy) and keyboard layout keeps 
changing from pt_br to what I think is en_us.
  It seems random so I don't know what trigger this, but sometimes just 
alt-tabbing is enough to mess with keyboard layout in one of the windows.
  I already removed the en_us from my keyboard sources, double checked the use 
of one source for all windows, and even removed accelerators to switch between 
layouts but none have worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Wed Oct 30 09:12:48 2013
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2013-05-20 (163 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to saucy on 2013-10-22 (8 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

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

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


[Desktop-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-07-27 Thread Gustavo Pichorim Boiko
Sorry for the delay, the fix is currently being tested and should be
available soon on Wily and on vivid stable phone overlay.

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

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in telepathy-mission-control-5 package in Ubuntu:
  New

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as skip network connection checks when connecting-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1473011/+subscriptions

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


[Desktop-packages] [Bug 1082297] Re: Wrong permissions when using Save As

2015-04-07 Thread Gustavo A . Díaz
*** This bug is a duplicate of bug 1084820 ***
https://bugs.launchpad.net/bugs/1084820

This bug still exist in 14.04. Any news or workaround? Thanks.

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

Title:
  Wrong permissions when using Save As

Status in evince package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  ===

  1. Download a PDF from the internet.
  2. When Firefox asks what to do with the file, choose the option to open it 
in Evince.
  3. Once the PDF is open in Evince, do a File  Save as.
  4. Observe that the file is created with the permissions 0400.

  Correct behavior:
  =

  Evince should follow the same permissions model as other programs,
  using the umask to determine the default permissions, which would be
  0644 on a default Ubuntu machine.

  Impact of the bug:
  ==

  Because of the incorrect permissions, it's impossible to directly
  overwrite an affected PDF without manually fixing the permissions. It
  makes no sense not to give the owner write permission by default, as
  any situations where 0400 permissions were desirable would surely be
  corner cases.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: evince 3.6.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic i686
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: i386
  Date: Fri Nov 23 18:24:52 2012
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-10-23 (30 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1406804] UdevLog.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353321/+files/UdevLog.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  

[Desktop-packages] [Bug 1406804] UnitySupportTest.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: UnitySupportTest.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353322/+files/UnitySupportTest.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  

[Desktop-packages] [Bug 1406804] XorgLog.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: XorgLog.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353323/+files/XorgLog.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  

[Desktop-packages] [Bug 1406804] Xrandr.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/1406804/+attachment/4353325/+files/Xrandr.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  

[Desktop-packages] [Bug 1406804] XorgLogOld.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353324/+files/XorgLogOld.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
 

[Desktop-packages] [Bug 1406804] nvidia-settings.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: nvidia-settings.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353327/+files/nvidia-settings.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  

[Desktop-packages] [Bug 1406804] xdpyinfo.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353328/+files/xdpyinfo.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  

[Desktop-packages] [Bug 1406804] ProcModules.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353319/+files/ProcModules.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 

[Desktop-packages] [Bug 1406804] ProcInterrupts.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353318/+files/ProcInterrupts.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  

[Desktop-packages] [Bug 1406804] UdevDb.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1406804/+attachment/4353320/+files/UdevDb.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  

[Desktop-packages] [Bug 1406804] Re: Freezes when update to release 14.04 LTS

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Tags added: apport-collected compiz-0.9 referred-by-support ubuntu

** Description changed:

  When updated to release 14.04 LTS something is not working properly, the
  PC freezes after login and after a few minutes the screen shows crazy
  colors. I tried it a lot of times, downloading the iso file a few times
  to check if anything got corrupted. I had to reinstall release 12.04 LTS
  back. Last note, release 14 freezes even when I lounch live CD, not only
  installing.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
+ .proc.driver.nvidia.registry: Binary: 
+ .proc.driver.nvidia.version:
+  NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
+  GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 2.0.1-0ubuntu17.8
+ Architecture: amd64
+ CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
+ CompositorRunning: compiz
+ CurrentDmesg:
+  [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
+  [   50.030311] audit_printk_skb: 171 callbacks suppressed
+  [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
+ DistUpgraded: Fresh install
+ DistroCodename: precise
+ DistroRelease: Ubuntu 12.04
+ DistroVariant: ubuntu
+ DkmsStatus:
+  nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
+  nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
+  nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
+ DpkgLog:
+  
+ ExtraDebuggingInterest: Yes, if not too technical
+ GraphicsCard:
+  NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
+Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
+ InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
+ JockeyStatus:
+  xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
+  xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
+ Lsusb:
+  Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+ MachineType: System manufacturer System Product Name
+ MarkForUpload: True
+ NonfreeKernelModules: nvidia
+ Package: xorg 1:7.6+12ubuntu2
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=pt_BR:pt:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=pt_BR.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
+ ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
+ Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
+ Uname: Linux 3.13.0-45-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ XorgConf:
+  Section Device
+   Identifier  Default Device
+   Option  NoLogoTrue
+  EndSection
+ dmi.bios.date: 09/22/2009
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 1002
+ dmi.board.asset.tag: To Be Filled By O.E.M.
+ dmi.board.name: M2N68-AM SE2
+ dmi.board.vendor: ASUSTeK Computer INC.
+ dmi.board.version: Rev X.0x
+ dmi.chassis.asset.tag: Asset-1234567890
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Chassis Manufacture
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1002:bd09/22/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N68-AMSE2:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
+ 

[Desktop-packages] [Bug 1406804] BootLog.gz

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: BootLog.gz
   https://bugs.launchpad.net/bugs/1406804/+attachment/4353311/+files/BootLog.gz

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  

[Desktop-packages] [Bug 1406804] ProcCpuinfo.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353317/+files/ProcCpuinfo.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 

[Desktop-packages] [Bug 1406804] LightdmLog.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: LightdmLog.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353314/+files/LightdmLog.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
 

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

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1406804/+attachment/4353315/+files/Lspci.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  

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

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353312/+files/Dependencies.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  

[Desktop-packages] [Bug 1406804] NvidiaBugReportLog.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: NvidiaBugReportLog.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353316/+files/NvidiaBugReportLog.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  

[Desktop-packages] [Bug 1406804] GconfCompiz.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353313/+files/GconfCompiz.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 

[Desktop-packages] [Bug 1406804] BootDmesg.txt

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353310/+files/BootDmesg.txt

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  

[Desktop-packages] [Bug 1406804] nvidia-bug-report.log.gz

2015-03-23 Thread Gustavo Fumes Boni
apport information

** Attachment added: nvidia-bug-report.log.gz
   
https://bugs.launchpad.net/bugs/1406804/+attachment/4353326/+files/nvidia-bug-report.log.gz

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

Title:
  Freezes when update to release 14.04 LTS

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When updated to release 14.04 LTS something is not working properly,
  the PC freezes after login and after a few minutes the screen shows
  crazy colors. I tried it a lot of times, downloading the iso file a
  few times to check if anything got corrupted. I had to reinstall
  release 12.04 LTS back. Last note, release 14 freezes even when I
  lounch live CD, not only installing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Dec 31 17:31:37 2014
  GsettingsChanges:
   com.ubuntu.update-manager check-new-release-ignore 'trusty'
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1420053951
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  versão do gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   11.405490] forcedeth :00:07.0 eth0: MSI enabled
   [   50.030311] audit_printk_skb: 171 callbacks suppressed
   [   50.030316] type=1400 audit(1427111674.315:69): apparmor=DENIED 
operation=open profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=2150 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.13.0-32-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
   nvidia-304, 304.125, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
  JockeyStatus:
   xorg:nvidia_304 - Driver de aceleração de vídeo NVIDIA (Proprietário, 
Habilitado, Em uso)
   xorg:nvidia_304_updates - Driver gráfico de aceleração NVIDIA (atualizações 
pós instalação) (Proprietário, Desativado, Não está em uso)
  Lsusb:
   Bus 002 Device 003: ID 1c4f:0003 SiGma Micro HID controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.6+12ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=07b50d8a-8bbe-4ec1-a9ea-5293a74a135f ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Tags:  precise running-unity ubuntu referred-by-support compiz-0.9
  Uname: Linux 3.13.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  

[Desktop-packages] [Bug 507062] Re: synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret != inval_id' failed.

2015-03-05 Thread Gustavo
** Changed in: libx11 (Ubuntu)
 Assignee: (unassigned) = Gustavo (gustavo321)

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

Title:
  synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID:
  Assertion `ret != inval_id' failed.

Status in Modular X11 Libraries:
  Confirmed
Status in libx11 package in Ubuntu:
  Triaged
Status in libx11 source package in Lucid:
  Triaged
Status in libx11 source package in Natty:
  Invalid
Status in libx11 source package in Oneiric:
  Invalid

Bug description:
  Binary package hint: synaptic

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or
  System - About Ubuntu.

  Description:  Ubuntu lucid (development branch)
  Release:  10.04

  2) The version of the package you are using, via 'apt-cache policy
  packagename' or by checking in Synaptic.

  synaptic:
    Installed: 0.63ubuntu2
    Candidate: 0.63ubuntu2
    Version table:
   *** 0.63ubuntu2 0
  500 http://archive.ubuntu.com lucid/main Packages
  100 /var/lib/dpkg/status

  3) What you expected to happen

  filter package list for packages matching some criteria

  4) What happened instead

  application crashes

  #0  0x007d9422 in __kernel_vsyscall ()
  No symbol table info available.
  #1  0x05cfa5b1 in *__GI_raise (sig=6)
  at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
resultvar = value optimized out
pid = 98648052
selftid = 6040
  #2  0x05cfda12 in *__GI_abort () at abort.c:92
act = {__sigaction_handler = {sa_handler = 0xbffa00b0, 
  sa_sigaction = 0xbffa00b0}, sa_mask = {__val = {97783645, 104, 88, 
3220832672, 3220832460, 104, 88, 82, 157336880, 98648052, 82, 81, 
3220832632, 97714674, 157336888, 82, 3220832672, 157336888, 0, 
4222451712, 157336888, 157336888, 157336888, 157336888, 157336969, 
157336988, 157336888, 157336988, 0, 0, 0, 0}}, sa_flags = 0, 
sa_restorer = 0x20}
sigs = {__val = {32, 0 repeats 31 times}}
  #3  0x05cf3718 in *__GI___assert_fail (assertion=0x16927e5 ret != inval_id, 
  file=0x16927a9 ../../src/xcb_io.c, line=385, 
  function=0x1692964 _XAllocID) at assert.c:81
buf = 0x960c538 synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion 
`ret != inval_id' failed.\n
  #4  0x01622cf9 in _XAllocID (dpy=0x9385600) at ../../src/xcb_io.c:385
ret = 4294967295
__PRETTY_FUNCTION__ = _XAllocID
  #5  0x015f8288 in XCreatePixmap (dpy=0x9385600, d=56788585, width=252, 
  height=24, depth=32) at ../../src/CrPixmap.c:58
  No locals.
  #6  0x00455e39 in _cairo_xlib_surface_create_similar_with_format (
  abstract_src=0x944c230, format=value optimized out, width=252, 
  height=24) at /build/buildd/cairo-1.8.8/src/cairo-xlib-surface.c:155
dpy = (Display *) 0x9385600
pix = 154686976
xrender_format = value optimized out
  #7  0x0045ad6c in _cairo_xlib_surface_clone_similar (
  abstract_surface=0x944c230, src=0x955e648, src_x=0, src_y=0, width=252, 
  height=24, clone_offset_x=0xbffa0568, clone_offset_y=0xbffa056c, 
  clone_out=0xbffa08bc)
  at /build/buildd/cairo-1.8.8/src/cairo-xlib-surface.c:1201
status = value optimized out
  

  
  ProblemType: Crash
  Architecture: i386
  AssertionMessage: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret 
!= inval_id' failed.
  Date: Wed Jan 13 11:52:41 2010
  DistroRelease: Ubuntu 10.04
  ExecutablePath: /usr/sbin/synaptic
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20091209)
  Package: synaptic 0.63ubuntu2
  ProcAttrCurrent: unconfined (enforce)
  ProcCmdline: /usr/sbin/synaptic
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-10.14-generic
  Signal: 6
  SourcePackage: synaptic
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/tls/i686/cmov/libc.so.6
   abort () from /lib/tls/i686/cmov/libc.so.6
   __assert_fail () from /lib/tls/i686/cmov/libc.so.6
   _XAllocID () from /usr/lib/libX11.so.6
  Tags: lucid
  Title: synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: 
Assertion `ret != inval_id' failed.
  Uname: Linux 2.6.32-10-generic i686
  UserGroups:

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

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


[Desktop-packages] [Bug 1415458] [NEW] Add support for MMS group chat

2015-01-28 Thread Gustavo Pichorim Boiko
Public bug reported:

Currently when you send a message to multiple recipients, one SMS is
sent per recipient, and they don't know about each other.

Messaging-app needs to also support MMS group chat, which allows for
true group conversations.

** Affects: gsettings-ubuntu-touch-schemas
 Importance: Undecided
 Status: New

** Affects: messaging-app
 Importance: Undecided
 Assignee: Tiago Salem Herrmann (tiagosh)
 Status: New

** Affects: telepathy-ofono
 Importance: Undecided
 Status: New

** Affects: telephony-service
 Importance: Undecided
 Status: New

** Affects: gsettings-ubuntu-touch-schemas (Ubuntu)
 Importance: Undecided
 Status: New

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

** Affects: telepathy-ofono (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: telepathy-qt5 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: telephony-service (Ubuntu)
 Importance: Undecided
 Status: New

** Changed in: messaging-app
 Assignee: (unassigned) = Tiago Salem Herrmann (tiagosh)

** Branch linked: lp:~tiagosh/gsettings-ubuntu-touch-schemas/mms-group-
chat

** Branch linked: lp:~tiagosh/ubuntu/vivid/telepathy-
qt5/emit_selfHandleChanged

** Branch linked: lp:~tiagosh/telephony-service/flag-mms

** Branch linked: lp:~tiagosh/messaging-app/mms-group-chat

** Branch linked: lp:~tiagosh/telepathy-ofono/mms-group-chat

** Also affects: telephony-service
   Importance: Undecided
   Status: New

** Also affects: telepathy-ofono
   Importance: Undecided
   Status: New

** Also affects: gsettings-ubuntu-touch-schemas
   Importance: Undecided
   Status: New

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

** Also affects: telepathy-ofono (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gsettings-ubuntu-touch-schemas (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: telepathy-qt5 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Add support for MMS group chat

Status in GSettings schemas for Ubuntu touch:
  New
Status in Messaging App:
  New
Status in Telepathy Ofono:
  New
Status in Telephony Service:
  New
Status in gsettings-ubuntu-touch-schemas package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  New
Status in telepathy-ofono package in Ubuntu:
  New
Status in telepathy-qt5 package in Ubuntu:
  New
Status in telephony-service package in Ubuntu:
  New

Bug description:
  Currently when you send a message to multiple recipients, one SMS is
  sent per recipient, and they don't know about each other.

  Messaging-app needs to also support MMS group chat, which allows for
  true group conversations.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gsettings-ubuntu-touch-schemas/+bug/1415458/+subscriptions

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


[Desktop-packages] [Bug 1409969] [NEW] nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel module failed to build

2015-01-12 Thread Gustavo Dauer
Public bug reported:

I can't provide any other information. Just trying to report the bug. I
tried to install the avaible updates and it crashed.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331-updates 331.113-0ubuntu0.0.4
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-44-generic
Date: Mon Jan 12 22:34:13 2015
InstallationDate: Installed on 2014-12-11 (32 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageVersion: 331.113-0ubuntu0.0.4
SourcePackage: nvidia-graphics-drivers-331-updates
Title: nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel
  module failed to build

Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  New

Bug description:
  I can't provide any other information. Just trying to report the bug.
  I tried to install the avaible updates and it crashed.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-updates 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-44-generic
  Date: Mon Jan 12 22:34:13 2015
  InstallationDate: Installed on 2014-12-11 (32 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel 
module failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1385919] Re: when create folder on ftp server, loose connection

2014-12-17 Thread Gustavo Puy
same here

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

Title:
  when create folder on ftp server, loose connection

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10 - Nautilus 3.10.1 - upgrade from 14.04

  FTP Server is provider web-space (11)

  Files open, save, rename, delete work.
  Folder open, rename, delete work.

  Problem:
  On create new folder/file nautilus crash or change view to home folder.
  When i reopen the ftp, a new folder is  there  and can be renamed (and name 
is selected for rename)

  so i think nautilus has trouble with ftp refresh.

  Tested on samba share - work
  Tested on sftp - work
  Tested with fresh install of ubuntu 14.10 (ftp) - still fail

  lsb_release  : Description:   Ubuntu 14.10 / Release: 14.10
  nautilus version: 1:3.10.1-0ubuntu15

  addon: folder-color (deinstalled and tested again - still  reopen home
  folder)

  Error in terminal (start)
  ** (nautilus:27013): WARNING **: Couldn't register with accessibility bus: 
Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.

  no output on terminal when crash/reload of home folder

  
  Update:
  Tested with Nemo filemanager. Same behavior. So i think, the problem is in 
the gvfs-package.

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

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


[Desktop-packages] [Bug 1395954] [NEW] nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-11-24 Thread Gustavo Guidorizzi
Public bug reported:

nvidia-331:
  Instalado: 331.89-0ubuntu5
  Candidato: 331.89-0ubuntu5
  Tabela de versão:
 *** 331.89-0ubuntu5 0
500 http://archive.ubuntu.com/ubuntu/ utopic/restricted amd64 Packages
100 /var/lib/dpkg/status

Description:Ubuntu 14.10
Release:14.10

This error occurred after installing new kernel version and rebooting,
at session start.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-25-generic
Date: Mon Nov 24 19:32:16 2014
InstallationDate: Installed on 2014-11-03 (22 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package utopic

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

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  New

Bug description:
  nvidia-331:
Instalado: 331.89-0ubuntu5
Candidato: 331.89-0ubuntu5
Tabela de versão:
   *** 331.89-0ubuntu5 0
  500 http://archive.ubuntu.com/ubuntu/ utopic/restricted amd64 Packages
  100 /var/lib/dpkg/status

  Description:  Ubuntu 14.10
  Release:  14.10

  This error occurred after installing new kernel version and rebooting,
  at session start.

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: nvidia-331 331.89-0ubuntu5
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  DKMSKernelVersion: 3.16.0-25-generic
  Date: Mon Nov 24 19:32:16 2014
  InstallationDate: Installed on 2014-11-03 (22 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  PackageVersion: 331.89-0ubuntu5
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1349869] [NEW] [S400CA, Realtek ALC269VB, Speaker, Internal] No sound at all

2014-07-29 Thread Gustavo
Public bug reported:

Since I isntalled ubuntu on Asus Vivobook s400, no sound at all!

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  london 1657 F pulseaudio
CurrentDesktop: Unity
Date: Tue Jul 29 15:39:09 2014
InstallationDate: Installed on 2014-07-27 (2 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  london 1657 F pulseaudio
Symptom_Jack: Speaker, Internal
Symptom_Type: No sound at all
Title: [S400CA, Realtek ALC269VB, Speaker, Internal] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/05/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: S400CA.208
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: S400CA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrS400CA.208:bd02/05/2013:svnASUSTeKCOMPUTERINC.:pnS400CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnS400CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: S400CA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-bug trusty

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

Title:
  [S400CA, Realtek ALC269VB, Speaker, Internal] No sound at all

Status in “alsa-driver” package in Ubuntu:
  New

Bug description:
  Since I isntalled ubuntu on Asus Vivobook s400, no sound at all!

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  london 1657 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Jul 29 15:39:09 2014
  InstallationDate: Installed on 2014-07-27 (2 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  london 1657 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [S400CA, Realtek ALC269VB, Speaker, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: S400CA.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: S400CA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrS400CA.208:bd02/05/2013:svnASUSTeKCOMPUTERINC.:pnS400CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnS400CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: S400CA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Desktop-packages] [Bug 1205055] Re: Impossible to change column width of Nautilus in list view

2014-04-21 Thread Gustavo L
I'm on Ubuntu 14.04 (32) and this is happening for any window in list
mode, not only trash.

When I maximize the window, I can resize the name column to the right to
the point where the remaining columns fit. After that, it isn't possible
(but, at least, you have a much greater name column).

I think what's missing here is a horizontal scroll bar that would show
whenever resizing hides remaining columns.

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

Title:
  Impossible to change column width of Nautilus in list view

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  In Gnome Nautilus 3.8.2 under kernel 3.8.0-26-generic (64-bit), using
  the mouse to change column width is unavailing. It's as if these
  widths are hard coded. This seems to be a reversion, since the problem
  has been reported by various people ever since 2007. Now, 6 years
  later, the bug remains unswatted. This sort of thing is an
  embarrassment to Ubuntu. Can something be done?

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

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


[Desktop-packages] [Bug 1295856] [NEW] The latest gnome-settings-daemon update for precise (3.4.2-0ubuntu0.6.5) breaks multimedia keys

2014-03-21 Thread Gustavo Gama
Public bug reported:

After upgrading to 3.4.2-0ubuntu0.6.5, the shortcuts using the
multimedia keys (XF86AudioNext, XF86WWW, etc) don't work anymore. After
investigating a bit, I found some hints in ~/.xsession-errors:

...
libmedia-keys.so undefined symbol: ca_gtk_play_for_widget
Cannot load plugin 'Media keys' -- file 
'/usr/lib/gnome-settings-daemon-3.0/libmedia-keys.so
...

And indeed, the diff from 3.4.2-0ubuntu0.6.4 to 3.4.2-0ubuntu0.6.5
(https://launchpadlibrarian.net/155578314/gnome-settings-
daemon_3.4.2-0ubuntu0.6.4_3.4.2-0ubuntu0.6.5.diff.gz) adds a reference
to ca_gtk_play_for_widget, which I believe is defined in libcanberra-
gtk.so.0 (package libcanberra-gtk0).

However, it seems that libmedia-keys.so isn't linked with libcanberra-
gtk.so.0 (well, at least, ldd /usr/lib/gnome-settings-daemon-3.0
/libmedia-keys.so | grep ca_gtk returned empty), even though the
package libcanberra-gtk3-0 is listed as a dependency of gnome-
settings-daemon.

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

** Description changed:

  After upgrading to 3.4.2-0ubuntu0.6.5, the shortcuts using the
  multimedia keys (XF86AudioNext, XF86WWW, etc) don't work anymore. After
  investigating a bit, I found some hints in ~/.xsession-errors:
  
  ...
  libmedia-keys.so undefined symbol: ca_gtk_play_for_widget
  Cannot load plugin 'Media keys' -- file 
'/usr/lib/gnome-settings-daemon-3.0/libmedia-keys.so
  ...
  
  And indeed, the diff from 3.4.2-0ubuntu0.6.4 to 3.4.2-0ubuntu0.6.5
  (https://launchpadlibrarian.net/155578314/gnome-settings-
- daemon_3.4.2-0ubuntu0.6.4_3.4.2-0ubuntu0.6.5.diff.gz) adds references
- ca_gtk_play_for_widget, which I believe is defined in libcanberra-
+ daemon_3.4.2-0ubuntu0.6.4_3.4.2-0ubuntu0.6.5.diff.gz) adds a reference
+ to ca_gtk_play_for_widget, which I believe is defined in libcanberra-
  gtk.so.0 (package libcanberra-gtk0).
  
  However, it seems that libmedia-keys.so isn't linked with libcanberra-
  gtk.so.0 (well, at least, ldd /usr/lib/gnome-settings-daemon-3.0
  /libmedia-keys.so | grep ca_gtk returned empty), even though the
  package libcanberra-gtk3-0 is listed as a dependency of gnome-
  settings-daemon.

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

Title:
  The latest gnome-settings-daemon update for precise
  (3.4.2-0ubuntu0.6.5) breaks multimedia keys

Status in “gnome-settings-daemon” package in Ubuntu:
  New

Bug description:
  After upgrading to 3.4.2-0ubuntu0.6.5, the shortcuts using the
  multimedia keys (XF86AudioNext, XF86WWW, etc) don't work anymore.
  After investigating a bit, I found some hints in ~/.xsession-errors:

  ...
  libmedia-keys.so undefined symbol: ca_gtk_play_for_widget
  Cannot load plugin 'Media keys' -- file 
'/usr/lib/gnome-settings-daemon-3.0/libmedia-keys.so
  ...

  And indeed, the diff from 3.4.2-0ubuntu0.6.4 to 3.4.2-0ubuntu0.6.5
  (https://launchpadlibrarian.net/155578314/gnome-settings-
  daemon_3.4.2-0ubuntu0.6.4_3.4.2-0ubuntu0.6.5.diff.gz) adds a reference
  to ca_gtk_play_for_widget, which I believe is defined in
  libcanberra-gtk.so.0 (package libcanberra-gtk0).

  However, it seems that libmedia-keys.so isn't linked with
  libcanberra-gtk.so.0 (well, at least, ldd /usr/lib/gnome-settings-
  daemon-3.0/libmedia-keys.so | grep ca_gtk returned empty), even
  though the package libcanberra-gtk3-0 is listed as a dependency of
  gnome-settings-daemon.

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

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


[Desktop-packages] [Bug 1247360] Re: setxkbmap set incorrect layer for swedish and alt-intl keyboards

2014-02-03 Thread Gustavo Barreto
Hello to all!

I've found the possibile problem causa by accident, when applying this patch to 
ubuntu 13.10:
https://launchpad.net/~timekiller/+archive/unity-systrayfix

Ubuntu 13.10 are using two different keyboard layout configurations, the ibus 
and the gnome keyboard, and as it looks both of the are active.
But you cannot see the ibus icon on top, as it has been disabled...
---
If you appy the patch above, you will see another keyboard icon, that leads to 
ibus configuration, that (in my case) were different from the gnome keyboard, 
as the english keyboard was before us alt-int.
---
MY SOLUTION

-open a terminal
-open ibus configuration using the command: ibus-setup
- Configure your keyboard layout.

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

Title:
  setxkbmap set incorrect layer for swedish and alt-intl keyboards

Status in “x11-xkb-utils” package in Ubuntu:
  Confirmed

Bug description:
  For my work and for real life I write a lot in English, Italian and 
Portuguese so on all my system desktop (Lubuntu 13.04), netbook and notebook 
(Lubuntu 13.10), I set my keyboard to US alternative international.
  What I expect pressing the key  '  followed by  c  from the keyboard is  
the special char  ç  (ALT code 135) but on 13.10 it
  read it as a  ć , when on 13.04 is working as expected.
  I tried to configure it with the new keyboard layout Handler applet and with 
the old-but-good Lxkeymap but Lubuntu simply seems to ignore the existence of 
that character. The rest of the keyboard is working fine. This char is really 
important for Portuguese so it's a big issue. I tried with a standard Ubuntu 
13.04/13.10 live, same behavior.

  Another user on Lubuntu mailing list reported the same issue wih swedish 
keyboard:
  2013/11/2 Nio Wiklund @:
  I can confirm this behaviour also with Swedish keyboard

  Examples

  Acute accent + c  prints ç in 12.04.3 but ć in 13.10
  Acute accent + e  prints é in 12.04.3 and 13.10

  When I log in from a Lubuntu 13.10 client via ssh to a Xubuntu 12.04.3
  ssh server, I get the 13.10 behaviour, so it seems connected to the
  keyboard setting rather than interpreting the ascii code.

  --

  Note that entering a TTY the keyboard do not change at all. It's stuck
  on US keyboard.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: x11-xkb-utils 7.7~1ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  Date: Sat Nov  2 08:24:59 2013
  InstallationDate: Installed on 2013-10-30 (3 days ago)
  InstallationMedia:
   
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: x11-xkb-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11-xkb-utils/+bug/1247360/+subscriptions

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


Re: [Desktop-packages] [Bug 1184451] Re: Ubuntu 13.10 random screen freeze while

2013-11-01 Thread Gustavo Rocha
Normal OS activites
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

sorry adam...i didnt know that...
i appreciatte your help

Enviado pelo meu Windows Phone De: Adam Niedling
Enviada em: =E2=80=8E01/=E2=80=8E11/=E2=80=8E2013 08:41
Para: gars...@gmail.com
Assunto: [Bug 1184451] Re: Ubuntu 13.10 random screen freeze while
Normal OS activites
Don't assign bugs to yourself unless you are a developer and you're
planning to fix them.

** Changed in: xorg-server (Ubuntu)
 Assignee: Gustavo Rocha (gustavorocha) =3D (unassigned)

--=20
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1184451

Title:
  Ubuntu 13.10 random screen freeze while Normal OS activites

Status in =E2=80=9Cxorg-server=E2=80=9D package in Ubuntu:
  Confirmed

Bug description:
  I have recently, re-installed fresh ubuntu 13.10 distribution release.
  But everything worked fine. until recently i had strange problem of my di=
splay screen getting freezed randomly; but no response to either mouse/keyb=
oard.
  But i want to point it out; it happens randomly and is not specific ?
  Other day, i had music player playing in background, but screen freezed. =
but my music was still running.=20
  Kindly note, i used multiple monitor setup and same issue of screen freez=
e also cropped up.

  I,am not sure, whether it is bug ?

  thanks for the expertise support.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1184451/+subscri=
ptions

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

Title:
  Ubuntu 13.10 random screen freeze while Normal OS activites

Status in “xorg-server” package in Ubuntu:
  Confirmed

Bug description:
  I have recently, re-installed fresh ubuntu 13.10 distribution release.
  But everything worked fine. until recently i had strange problem of my 
display screen getting freezed randomly; but no response to either 
mouse/keyboard.
  But i want to point it out; it happens randomly and is not specific ?
  Other day, i had music player playing in background, but screen freezed. but 
my music was still running. 
  Kindly note, i used multiple monitor setup and same issue of screen freeze 
also cropped up.

  I,am not sure, whether it is bug ?

  thanks for the expertise support.

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

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


[Desktop-packages] [Bug 1242655] Re: ubuntu 13.10 hotkeys ctrl+alt+shift+up/down arrow doesn't function

2013-10-22 Thread Gustavo Barreto
This bug is the same bug as this one:

https://bugs.launchpad.net/ubuntu/+source/ubuntu-settings/+bug/1241282

The problem is incorrect key bindings for going up and down with the window.
Move window Up:  shiftsuperprior
Move window Down: shiftsupernext

The solution is:
Install CCSM
sudo apt-get install Install compizconfig-settings-manager

-Open CSSM
- Go to Wall Plugin
- Shortcuts tab
- FIx the shortcuts to shiftctrlaltup/down

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

Title:
  ubuntu 13.10 hotkeys ctrl+alt+shift+up/down arrow doesn't function

Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  ubuntu 13.10 hotkey ctrl+alt+shift+up/down arrow doesn't function.

  the hotkeys that move windows across workspaces. on ubuntu 13.10 I can
  only move windows to the left or right. I can't move them up or down.

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

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


[Desktop-packages] [Bug 1240450] [NEW] package nvidia-current 195.36.24-0ubuntu1~10.04.3 failed to install/upgrade: nvidia-current kernel module failed to build

2013-10-16 Thread Gustavo Guedes
Public bug reported:

gustavod@xps:~$ uname -a
Linux xps 3.0.0-32-generic #51~lucid1-Ubuntu SMP Fri Mar 22 17:34:23 UTC 2013 
x86_64 GNU/Linux
gustavod@xps:~$ lsb_release -rd
Description:Ubuntu 10.04.4 LTS
Release:10.04
gustavod@xps:~$ apt-cache policy nvidia-current
nvidia-current:
  Instalado: 195.36.24-0ubuntu1~10.04.3
  Candidato: 195.36.24-0ubuntu1~10.04.3
  Tabela de versão:
 *** 195.36.24-0ubuntu1~10.04.3 0
500 http://archive.ubuntu.com/ubuntu/ lucid-updates/restricted Packages
500 http://archive.ubuntu.com/ubuntu/ lucid-security/restricted Packages
100 /var/lib/dpkg/status
 195.36.15-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ lucid/restricted Packages

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nvidia-current 195.36.24-0ubuntu1~10.04.3
ProcVersionSignature: Ubuntu 3.0.0-32.51~lucid1-generic 3.0.69
Uname: Linux 3.0.0-32-generic x86_64
Architecture: amd64
Date: Wed Oct 16 06:53:53 2013
DkmsStatus:
 vboxhost, 4.2.18, 2.6.32-52-generic, x86_64: installed 
 vboxhost, 4.2.18, 3.0.0-32-generic, x86_64: installed 
 nvidia-current, 195.36.24, 2.6.32-52-generic, x86_64: installed
ErrorMessage: nvidia-current kernel module failed to build
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
MachineType: Dell Inc. XPS M1330
PackageVersion: 195.36.24-0ubuntu1~10.04.3
ProcCmdLine: BOOT_IMAGE=/vmlinuz-3.0.0-32-generic 
root=UUID=9402aea0-f9bc-4dc6-8825-7a297fc5adce ro quiet splash
SourcePackage: nvidia-graphics-drivers
Title: package nvidia-current 195.36.24-0ubuntu1~10.04.3 failed to 
install/upgrade: nvidia-current kernel module failed to build
dmi.bios.date: 12/26/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A15
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: XPS M1330
dmi.sys.vendor: Dell Inc.
glxinfo: Error: [Errno 2] Arquivo ou diretório não encontrado
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   x86_64
 kernel: 3.0.0-32-generic

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


** Tags: amd64 apport-package lucid

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

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04.3 failed to
  install/upgrade: nvidia-current kernel module failed to build

Status in “nvidia-graphics-drivers” package in Ubuntu:
  New

Bug description:
  gustavod@xps:~$ uname -a
  Linux xps 3.0.0-32-generic #51~lucid1-Ubuntu SMP Fri Mar 22 17:34:23 UTC 2013 
x86_64 GNU/Linux
  gustavod@xps:~$ lsb_release -rd
  Description:  Ubuntu 10.04.4 LTS
  Release:  10.04
  gustavod@xps:~$ apt-cache policy nvidia-current
  nvidia-current:
Instalado: 195.36.24-0ubuntu1~10.04.3
Candidato: 195.36.24-0ubuntu1~10.04.3
Tabela de versão:
   *** 195.36.24-0ubuntu1~10.04.3 0
  500 http://archive.ubuntu.com/ubuntu/ lucid-updates/restricted 
Packages
  500 http://archive.ubuntu.com/ubuntu/ lucid-security/restricted 
Packages
  100 /var/lib/dpkg/status
   195.36.15-0ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ lucid/restricted Packages

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: nvidia-current 195.36.24-0ubuntu1~10.04.3
  ProcVersionSignature: Ubuntu 3.0.0-32.51~lucid1-generic 3.0.69
  Uname: Linux 3.0.0-32-generic x86_64
  Architecture: amd64
  Date: Wed Oct 16 06:53:53 2013
  DkmsStatus:
   vboxhost, 4.2.18, 2.6.32-52-generic, x86_64: installed 
   vboxhost, 4.2.18, 3.0.0-32-generic, x86_64: installed 
   nvidia-current, 195.36.24, 2.6.32-52-generic, x86_64: installed
  ErrorMessage: nvidia-current kernel module failed to build
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MachineType: Dell Inc. XPS M1330
  PackageVersion: 195.36.24-0ubuntu1~10.04.3
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-3.0.0-32-generic 
root=UUID=9402aea0-f9bc-4dc6-8825-7a297fc5adce ro quiet splash
  SourcePackage: nvidia-graphics-drivers
  Title: package nvidia-current 195.36.24-0ubuntu1~10.04.3 failed to 
install/upgrade: nvidia-current kernel module failed to build
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: XPS M1330
  dmi.sys.vendor: Dell Inc.
  glxinfo: Error: [Errno 2] Arquivo ou diretório não encontrado
  system:
   distro: Ubuntu
   codename:   lucid
   architecture:   x86_64
   kernel: 3.0.0-32-generic

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1240466] [NEW] package nvidia-current 195.36.24-0ubuntu1~10.04.3 failed to install/upgrade: nvidia-current kernel module failed to build

2013-10-16 Thread Gustavo Guedes
Public bug reported:

gustavod@vostro:~$ uname -a
Linux vostro 2.6.32-52-generic #114-Ubuntu SMP Wed Sep 11 18:50:27 UTC 2013 
x86_64 GNU/Linux
gustavod@vostro:~$ lsb_release -rd
Description:Ubuntu 10.04.4 LTS
Release:10.04
gustavod@vostro:~$ apt-cache policy nvidia-current
nvidia-current:
  Instalado: 195.36.24-0ubuntu1~10.04.3
  Candidato: 195.36.24-0ubuntu1~10.04.3
  Tabela de versão:
 *** 195.36.24-0ubuntu1~10.04.3 0
500 http://archive.ubuntu.com/ubuntu/ lucid-updates/restricted Packages
500 http://archive.ubuntu.com/ubuntu/ lucid-security/restricted Packages
100 /var/lib/dpkg/status
 195.36.15-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ lucid/restricted Packages

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nvidia-current 195.36.24-0ubuntu1~10.04.3
ProcVersionSignature: Ubuntu 2.6.32-52.114-generic 2.6.32.61+drm33.26
Uname: Linux 2.6.32-52-generic x86_64
Architecture: amd64
Date: Wed Oct 16 07:44:34 2013
DkmsStatus: nvidia-current, 195.36.24, 2.6.32-52-generic, x86_64: installed
ErrorMessage: nvidia-current kernel module failed to build
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
MachineType: Dell Inc. Vostro 270s
PackageVersion: 195.36.24-0ubuntu1~10.04.3
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-52-generic 
root=UUID=ba8290ab-9997-41a9-b160-145664499256 ro quiet splash
SourcePackage: nvidia-graphics-drivers
Title: package nvidia-current 195.36.24-0ubuntu1~10.04.3 failed to 
install/upgrade: nvidia-current kernel module failed to build
dmi.bios.date: 11/22/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 0478VN
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd11/22/2012:svnDellInc.:pnVostro270s:pvr:rvnDellInc.:rn0478VN:rvrA00:cvnDellInc.:ct3:cvr:
dmi.product.name: Vostro 270s
dmi.sys.vendor: Dell Inc.
glxinfo: Error: [Errno 2] Arquivo ou diretório não encontrado
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   x86_64
 kernel: 2.6.32-52-generic

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


** Tags: amd64 apport-package lucid

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

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04.3 failed to
  install/upgrade: nvidia-current kernel module failed to build

Status in “nvidia-graphics-drivers” package in Ubuntu:
  New

Bug description:
  gustavod@vostro:~$ uname -a
  Linux vostro 2.6.32-52-generic #114-Ubuntu SMP Wed Sep 11 18:50:27 UTC 2013 
x86_64 GNU/Linux
  gustavod@vostro:~$ lsb_release -rd
  Description:  Ubuntu 10.04.4 LTS
  Release:  10.04
  gustavod@vostro:~$ apt-cache policy nvidia-current
  nvidia-current:
Instalado: 195.36.24-0ubuntu1~10.04.3
Candidato: 195.36.24-0ubuntu1~10.04.3
Tabela de versão:
   *** 195.36.24-0ubuntu1~10.04.3 0
  500 http://archive.ubuntu.com/ubuntu/ lucid-updates/restricted 
Packages
  500 http://archive.ubuntu.com/ubuntu/ lucid-security/restricted 
Packages
  100 /var/lib/dpkg/status
   195.36.15-0ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ lucid/restricted Packages

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: nvidia-current 195.36.24-0ubuntu1~10.04.3
  ProcVersionSignature: Ubuntu 2.6.32-52.114-generic 2.6.32.61+drm33.26
  Uname: Linux 2.6.32-52-generic x86_64
  Architecture: amd64
  Date: Wed Oct 16 07:44:34 2013
  DkmsStatus: nvidia-current, 195.36.24, 2.6.32-52-generic, x86_64: installed
  ErrorMessage: nvidia-current kernel module failed to build
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MachineType: Dell Inc. Vostro 270s
  PackageVersion: 195.36.24-0ubuntu1~10.04.3
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-52-generic 
root=UUID=ba8290ab-9997-41a9-b160-145664499256 ro quiet splash
  SourcePackage: nvidia-graphics-drivers
  Title: package nvidia-current 195.36.24-0ubuntu1~10.04.3 failed to 
install/upgrade: nvidia-current kernel module failed to build
  dmi.bios.date: 11/22/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0478VN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd11/22/2012:svnDellInc.:pnVostro270s:pvr:rvnDellInc.:rn0478VN:rvrA00:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 270s
  dmi.sys.vendor: Dell Inc.
  glxinfo: Error: [Errno 2] Arquivo ou diretório não encontrado
  system:
   distro: Ubuntu
   codename:   lucid
   architecture:   x86_64
   kernel: 2.6.32-52-generic

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1239091] [NEW] plugin-container crashed with SIGSEGV in _XReply()

2013-10-12 Thread Gustavo Guedes
Public bug reported:

gustavod@xps:~$ lsb_release -rd
Description:Ubuntu 12.04.3 LTS
Release:12.04

gustavod@xps:~$ uname -a
Linux xps 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 18:21:16 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

gustavod@xps:~$ apt-cache policy firefox
firefox:
  Instalado: 24.0+build1-0ubuntu0.12.04.1
  Candidato: 24.0+build1-0ubuntu0.12.04.1
  Tabela de versão:
 *** 24.0+build1-0ubuntu0.12.04.1 0
500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
500 http://archive.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
500 http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu/ 
precise/main amd64 Packages
100 /var/lib/dpkg/status
 11.0+build1-0ubuntu4 0
500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: firefox 24.0+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.8.0-31.46~precise1-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic x86_64
NonfreeKernelModules: nvidia
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version k3.8.0-31-generic.
ApportVersion: 2.0.1-0ubuntu17.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  gustavod   2602 F pulseaudio
 /dev/snd/controlC0:  gustavod   2602 F pulseaudio
BuildID: 20130911164256
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf6ffc000 irq 46'
   Mixer name   : 'SigmaTel STAC9228'
   Components   : 'HDA:83847616,10280209,00100402'
   Controls  : 36
   Simple ctrls  : 18
Card1.Amixer.info:
 Card hw:1 'Creative'/'HDA Creative at 0xf1efc000 irq 19'
   Mixer name   : 'Creative CA0110-IBG'
   Components   : 'HDA:1102000a,11021001,0010'
   Controls  : 17
   Simple ctrls  : 8
Channel: Unavailable
Date: Sat Oct 12 06:45:57 2013
EcryptfsInUse: Yes
ExecutablePath: /usr/lib/firefox/plugin-container
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
IpRoute:
 default via 192.168.2.1 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.102  metric 2
MarkForUpload: True
MostRecentCrashID: bp-5a16dd5d-6bfe-4612-ad68-b10e02121209
PrefSources: prefs.js
ProcCmdline: /usr/lib/firefox/plugin-container 
/usr/lib/flashplugin-installer/libflashplayer.so -greomni 
/usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir 
/usr/lib/firefox/browser 14862 false plugin
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=24.0/20130911164256 (In use)
RunningIncompatibleAddons: False
SegvAnalysis:
 Segfault happened at: 0x7f2f4ab1afdf _Z14mozalloc_abortPKc+29:   movl   
$0x7b,0x0
 PC (0x7f2f4ab1afdf) ok
 source $0x7b ok
 destination 0x0 (0x) not located in a known VMA region (needed 
writable region)!
SegvReason: writing NULL VMA
Signal: 11
SourcePackage: firefox
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 XGetGeometry () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 gdk_pixmap_foreign_new_for_display () from 
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
Title: plugin-container crashed with SIGSEGV in _XReply()
UpgradeStatus: Upgraded to precise on 2012-02-26 (593 days ago)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare vboxusers
dmi.bios.date: 12/26/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A15
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: XPS M1330
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-crash need-amd64-retrace precise running-unity

** Information type changed from Private to Public

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

Title:
  plugin-container crashed with SIGSEGV in _XReply()

Status in “firefox” package in Ubuntu:
  New

Bug description:
  gustavod@xps:~$ lsb_release -rd
  Description:  Ubuntu 12.04.3 LTS
  Release:  12.04

  gustavod@xps:~$ uname -a
  Linux xps 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 18:21:16 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux

  gustavod@xps:~$ apt-cache policy firefox
  firefox:
Instalado: 24.0+build1-0ubuntu0.12.04.1
Candidato: 24.0+build1-0ubuntu0.12.04.1
Tabela de versão:
   *** 24.0+build1-0ubuntu0.12.04.1 0
  500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  500 

[Desktop-packages] [Bug 1198337] Re: Software Center does not open any more

2013-07-05 Thread Gustavo Azambuja
apport information

** Tags added: apport-collected raring

** Description changed:

  # software-center --debug
  2013-07-05 17:39:24,471 - softwarecenter.ui.gtk3.em - DEBUG - EM's: 17 15 21
  2013-07-05 17:39:24,528 - softwarecenter.performance - DEBUG - import 
SoftwareCenterApp: 0.168025970459
  2013-07-05 17:39:24,555 - softwarecenter.ui.gtk3.app - INFO - setting up 
proxy 'None'
  2013-07-05 17:39:24,563 - softwarecenter.db.database - DEBUG - open() 
database: path=None use_axi=True use_agent=True
  2013-07-05 17:39:24,576 - softwarecenter.backend.login_impl.login_sso - DEBUG 
- find_credentials()
  2013-07-05 17:39:24,613 - softwarecenter.fixme - WARNING - logs to the root 
logger: '('/usr/lib/python2.7/dist-packages/dbus/proxies.py', 410, 
'_introspect_error_handler')'
  2013-07-05 17:39:24,613 - dbus.proxies - ERROR - Introspect error on 
com.ubuntu.sso:/com/ubuntu/sso/credentials: dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.Spawn.ChildExited: Process 
/usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1
  2013-07-05 17:39:24,614 - softwarecenter.fixme - WARNING - logs to the root 
logger: '('/usr/lib/python2.7/dist-packages/dbus/proxies.py', 413, 
'_introspect_error_handler')'
  2013-07-05 17:39:24,614 - dbus.proxies - DEBUG - Executing introspect queue 
due to error
  2013-07-05 17:39:24,651 - softwarecenter.performance - DEBUG - create 
SoftwareCenterApp: 0.122879981995
  Traceback (most recent call last):
File /usr/bin/software-center, line 130, in module
  app = SoftwareCenterAppGtk3(options, args)
File /usr/share/software-center/softwarecenter/ui/gtk3/app.py, line 338, 
in __init__
  self.icons)
File 
/usr/share/software-center/softwarecenter/ui/gtk3/session/appmanager.py, line 
66, in __init__
  self.oauth_token = helper.find_oauth_token_sync()
File /usr/share/software-center/softwarecenter/backend/ubuntusso.py, line 
141, in find_oauth_token_sync
  sso.find_credentials()
File 
/usr/share/software-center/softwarecenter/backend/login_impl/login_sso.py, 
line 75, in find_credentials
  self.proxy.find_credentials(self.appname, self._get_params())
File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 70, in 
__call__
  return self._proxy_method(*args, **keywords)
File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 145, in 
__call__
  **keywords)
File /usr/lib/python2.7/dist-packages/dbus/connection.py, line 651, in 
call_blocking
  message, timeout)
  dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: 
Process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1
+ --- 
+ ApportVersion: 2.9.2-0ubuntu8.1
+ Architecture: i386
+ DistroRelease: Ubuntu 13.04
+ InstallationDate: Installed on 2013-06-29 (6 days ago)
+ InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
+ MarkForUpload: True
+ NonfreeKernelModules: nvidia
+ Package: software-center 5.6.0-0ubuntu2
+ PackageArchitecture: all
+ ProcEnviron:
+  LANGUAGE=es_UY:es
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=es_UY.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
+ Tags:  raring
+ Uname: Linux 3.8.0-25-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1198337/+attachment/3726370/+files/Dependencies.txt

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

Title:
  Software Center does not open any more

Status in “software-center” package in Ubuntu:
  Incomplete

Bug description:
  # software-center --debug
  2013-07-05 17:39:24,471 - softwarecenter.ui.gtk3.em - DEBUG - EM's: 17 15 21
  2013-07-05 17:39:24,528 - softwarecenter.performance - DEBUG - import 
SoftwareCenterApp: 0.168025970459
  2013-07-05 17:39:24,555 - softwarecenter.ui.gtk3.app - INFO - setting up 
proxy 'None'
  2013-07-05 17:39:24,563 - softwarecenter.db.database - DEBUG - open() 
database: path=None use_axi=True use_agent=True
  2013-07-05 17:39:24,576 - softwarecenter.backend.login_impl.login_sso - DEBUG 
- find_credentials()
  2013-07-05 17:39:24,613 - softwarecenter.fixme - WARNING - logs to the root 
logger: '('/usr/lib/python2.7/dist-packages/dbus/proxies.py', 410, 
'_introspect_error_handler')'
  2013-07-05 17:39:24,613 - dbus.proxies - ERROR - Introspect error on 
com.ubuntu.sso:/com/ubuntu/sso/credentials: dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.Spawn.ChildExited: Process 
/usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1
  2013-07-05 17:39:24,614 - softwarecenter.fixme - WARNING - logs to the root 
logger: '('/usr/lib/python2.7/dist-packages/dbus/proxies.py', 413, 
'_introspect_error_handler')'
  2013-07-05 17:39:24,614 - dbus.proxies - DEBUG - Executing introspect queue 
due to error
  2013-07-05 

[Desktop-packages] [Bug 1198337] SoftwareCenterLog.txt

2013-07-05 Thread Gustavo Azambuja
apport information

** Attachment added: SoftwareCenterLog.txt
   
https://bugs.launchpad.net/bugs/1198337/+attachment/3726371/+files/SoftwareCenterLog.txt

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

Title:
  Software Center does not open any more

Status in “software-center” package in Ubuntu:
  Incomplete

Bug description:
  # software-center --debug
  2013-07-05 17:39:24,471 - softwarecenter.ui.gtk3.em - DEBUG - EM's: 17 15 21
  2013-07-05 17:39:24,528 - softwarecenter.performance - DEBUG - import 
SoftwareCenterApp: 0.168025970459
  2013-07-05 17:39:24,555 - softwarecenter.ui.gtk3.app - INFO - setting up 
proxy 'None'
  2013-07-05 17:39:24,563 - softwarecenter.db.database - DEBUG - open() 
database: path=None use_axi=True use_agent=True
  2013-07-05 17:39:24,576 - softwarecenter.backend.login_impl.login_sso - DEBUG 
- find_credentials()
  2013-07-05 17:39:24,613 - softwarecenter.fixme - WARNING - logs to the root 
logger: '('/usr/lib/python2.7/dist-packages/dbus/proxies.py', 410, 
'_introspect_error_handler')'
  2013-07-05 17:39:24,613 - dbus.proxies - ERROR - Introspect error on 
com.ubuntu.sso:/com/ubuntu/sso/credentials: dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.Spawn.ChildExited: Process 
/usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1
  2013-07-05 17:39:24,614 - softwarecenter.fixme - WARNING - logs to the root 
logger: '('/usr/lib/python2.7/dist-packages/dbus/proxies.py', 413, 
'_introspect_error_handler')'
  2013-07-05 17:39:24,614 - dbus.proxies - DEBUG - Executing introspect queue 
due to error
  2013-07-05 17:39:24,651 - softwarecenter.performance - DEBUG - create 
SoftwareCenterApp: 0.122879981995
  Traceback (most recent call last):
File /usr/bin/software-center, line 130, in module
  app = SoftwareCenterAppGtk3(options, args)
File /usr/share/software-center/softwarecenter/ui/gtk3/app.py, line 338, 
in __init__
  self.icons)
File 
/usr/share/software-center/softwarecenter/ui/gtk3/session/appmanager.py, line 
66, in __init__
  self.oauth_token = helper.find_oauth_token_sync()
File /usr/share/software-center/softwarecenter/backend/ubuntusso.py, line 
141, in find_oauth_token_sync
  sso.find_credentials()
File 
/usr/share/software-center/softwarecenter/backend/login_impl/login_sso.py, 
line 75, in find_credentials
  self.proxy.find_credentials(self.appname, self._get_params())
File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 70, in 
__call__
  return self._proxy_method(*args, **keywords)
File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 145, in 
__call__
  **keywords)
File /usr/lib/python2.7/dist-packages/dbus/connection.py, line 651, in 
call_blocking
  message, timeout)
  dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: 
Process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1
  --- 
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: i386
  DistroRelease: Ubuntu 13.04
  InstallationDate: Installed on 2013-06-29 (6 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: software-center 5.6.0-0ubuntu2
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=es_UY:es
   TERM=xterm
   PATH=(custom, no user)
   LANG=es_UY.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Tags:  raring
  Uname: Linux 3.8.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

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


  1   2   >