[Desktop-packages] [Bug 1353185] Re: Chromium 36 upgrade will not execute

2014-10-08 Thread wb8nbs
Same issue here. Athlon 2800 processor

jbh@junkbox:/usr/bin$ sudo ./chromium-browser --version
Chromium 37.0.2062.120 Ubuntu 12.04

jbh@junkbox:/proc$ cat cpuinfo 
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 6
model   : 10
model name  : AMD Athlon(tm) XP 2800+
stepping: 0
cpu MHz : 2087.500
cache size  : 512 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat 
pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up
bogomips: 4176.24
clflush size: 32
cache_alignment : 32
address sizes   : 34 bits physical, 32 bits virtual
power management: ts

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

Title:
  Chromium 36 upgrade will not execute

Status in “chromium-browser” package in Ubuntu:
  Fix Released

Bug description:
  Chromium will no longer start after version 36 upgrade. Previous
  version worked ok. Execution from command line reports "Illegal
  instruction (core dumped)". Nothing displayed on screen.

  lshw reports:

  description: Tower Computer
  version: System Version
  width: 32 bits
  capabilities: smbios-2.3 dmi-2.3
  configuration: boot=normal chassis=tower
*-core
 description: Motherboard
 product: A7V8X
 vendor: ASUSTeK Computer INC.
   *-firmware
description: BIOS
vendor: Award Software, Inc.
physical id: 0
version: ASUS A7V8X ACPI BIOS Revision 1010
   *-cpu
description: CPU
product: AMD Athlon(TM) XP 2400+
vendor: Hynix Semiconductor (Hyundai Electronics)
   *-memory
description: System Memory
slot: System board or motherboard
size: 1GiB

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: chromium-browser 36.0.1985.125-0ubuntu1.12.04.0~pkg897
  ProcVersionSignature: Ubuntu 3.2.0-67.101-generic 3.2.60
  Uname: Linux 3.2.0-67-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Tue Aug  5 19:35:30 2014
  Desktop-Session:
   DESKTOP_SESSION = ubuntu-2d
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu-2d:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu-2d:/usr/share/gnome:/usr/local/share/:/usr/share/
  DmesgChromium: [   28.356536] type=1400 audit(1407283433.748:15): 
apparmor="STATUS" operation="profile_load" 
name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser" 
pid=853 comm="apparmor_parser"
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: chromium-browser
  UpgradeStatus: Upgraded to precise on 2012-09-15 (689 days ago)
  chromium-default: CHROMIUM_FLAGS=""
  modified.conffile..etc.default.chromium.browser: [deleted]

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

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


[Desktop-packages] [Bug 1165590] Re: Unable to adjust backlight brightness after upgrade to raring - Asus UX32VD

2013-06-24 Thread wb8nbs
I have an Asus N56VJ that exhibited the same behavior on 12.10.  I
installed kernel 3.7.0-7 from Xorg-edgers and the F5-F6 backlight keys
now work correctly.  I consider the backlight adjustment to be critical
as in a dimly lit room, the screen is so bright it hurts your eyes.

I tried a 13.04 live distro from one of the magazine DVDs. Activating
the backlight keys showed the previous incorrect behaviour as described
in this bug.

The Bios on this N56VJ is verion 203 and that is the only one shown on
the Asus web site.  I asked Asus support if there was a 214 update for
this model and they said no.

So I will not be doing 13.04.

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

Title:
  Unable to adjust backlight brightness after upgrade to raring - Asus
  UX32VD

Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  After upgrading to raring, gsd-backlight-helper seems to make a wrong
  decision on which backlight to modify/the correct node is missing. The
  hotkeys for changing the screen brightness don't work on Asus UX32VD.
  The brightness is stuck between two values ​​ with the hotkeys (about
  95% and 90%)

  gsd-backlight-helper sets
  /sys/devices/virtual/backlight/apple_backlight/brightness which
  doesn't change anything :

  # strace -e write,open /usr/lib/gnome-settings-daemon/gsd-backlight-helper 
--set-brightness 10 2>&1|tail -n 2
  
open("/sys/devices/pci:00/:00:01.0/:01:00.0/backlight/acpi_video0/brightness",
 O_WRONLY) = 3
  write(3, "10", 2)   = 2

  manually setting the brightness like this doesn't work :

  # echo 5 >
  
/sys/devices/pci\:00/\:00\:01.0/\:01\:00.0/backlight/acpi_video0/brightness

  setting the brightness using intel_backlight works well :

  # strace -e write,open /usr/bin/intel_backlight 100 2>&1|tail -n 4
  open("/sys/bus/pci/devices/:00:02.0/resource0", O_RDWR|O_CLOEXEC) = 4
  write(1, "current backlight value: 100%\nse"..., 52current backlight value: 
100%
  set backlight to 100%
  ) = 52

  manually setting the brightness like this works :

  # echo 50 >
  /sys/bus/pci/devices/\:00\:02.0/backlight/acpi_video1/brightness

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-settings-daemon 3.6.4-0ubuntu8
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Sun Apr  7 07:41:38 2013
  InstallationDate: Installed on 2012-09-17 (201 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64+mac (20120917)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: Upgraded to raring on 2013-04-06 (0 days ago)

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

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


[Desktop-packages] [Bug 1154049] Re: Crashes with GLib-GIO-CRITICAL. UnknownMethod: Method "DescribeAll"

2013-04-03 Thread wb8nbs
"Password and Keys" did start up as user after two reboots.

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

Title:
  Crashes with GLib-GIO-CRITICAL. UnknownMethod: Method "DescribeAll"

Status in “seahorse” package in Ubuntu:
  Confirmed

Bug description:
  I cannot open seahorse anymore, even from the terminal:

  (seahorse:23605): GLib-GIO-CRITICAL **:
  GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method
  "DescribeAll" with signature "" on interface "org.gtk.Actions" doesn't
  exist

  I'm on GNOME Shell 3.6.2 with Ubunut 12.10 on 64bit.

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

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


[Desktop-packages] [Bug 1154049] Re: Crashes with GLib-GIO-CRITICAL. UnknownMethod: Method "DescribeAll"

2013-04-03 Thread wb8nbs
I Installed Seahorse with plugins tonight and see the same error. System
is Asus N56 64 bit, Ubuntu 12.10 using Gnome desktop.  "Password and
Keys" does not start.

>From command line:
jbh@jbh-N56VJ:~$ seahorse

(seahorse:2644): GLib-GIO-CRITICAL **:
GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method
"DescribeAll" with signature "" on interface "org.gtk.Actions" doesn't
exist

However it will start if I sudo.

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

Title:
  Crashes with GLib-GIO-CRITICAL. UnknownMethod: Method "DescribeAll"

Status in “seahorse” package in Ubuntu:
  Confirmed

Bug description:
  I cannot open seahorse anymore, even from the terminal:

  (seahorse:23605): GLib-GIO-CRITICAL **:
  GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method
  "DescribeAll" with signature "" on interface "org.gtk.Actions" doesn't
  exist

  I'm on GNOME Shell 3.6.2 with Ubunut 12.10 on 64bit.

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

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


[Desktop-packages] [Bug 682198] Re: Keyboard backlight does not function under Ubuntu - workaround needed

2012-11-29 Thread wb8nbs
With the 12.10 kernel 3.5, very function key worked on my Asus N56VJ
except F5, F6 screen backlight.  This morning a routine update installed
kernel 3.7 and now F5, F6 work but will only adjust within about the top
ten percent of brightness.

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

Title:
  Keyboard backlight does not function under Ubuntu - workaround needed

Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged

Bug description:
  There are quite a few models of keyboards that come equipped with a
  keyboard backlight. Sadly, most of these do not have drivers for
  Linux.

  Below is some code that allows control of the backlight on all
  keyboards I've tested (mainly XtremeIT series, but it does also work
  on a few other models)

  #!/bin/bash
  if [ -f /tmp/keyboard_light ]; then
  xset -led 3 && rm /tmp/keyboard_light
  else
  xset led 3 && touch /tmp/keyboard_light
  fi

  I would ask this is put into Ubuntu, if only to provide a cleaner
  experience.

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

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