[Desktop-packages] [Bug 1019023] Re: "AMD Catalyst Control Center (Administrative)" Shortcut Does Nothing

2012-11-12 Thread jhansonxi
The launcher script "/usr/lib/fglrx/bin/amdxdg-su" tests for various
desktop environments to determine which sudo front-end to use.  The text
for Xfce works but there is not a corresponding case statement operation
that utilizes the result for Xfce.  This modified snippet works by using
the Gnome response:

case "$DE" in
kde)
su_kde
;;

gnome)
su_gnome
;;

xfce)
su_gnome
;;

generic)
su_consolehelper
;;

*)
[ x"$user" = x"" ] && user=root 
exit_failure_operation_impossible "no graphical method available for 
invoking '$cmd' as '$user'"
;;
esac

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

Title:
  "AMD Catalyst Control Center (Administrative)" Shortcut Does Nothing

Status in “fglrx-installer” package in Ubuntu:
  Confirmed

Bug description:
  Using Xubuntu 12.04 and FGLRX Propritary Driver

  The shortcut that the Ubuntu supplied driver installs to give root
  access to the AMD Catalyst Control Center does nothing.  The shortcut
  is set to

  amdxdg-su -c amdcccle

  which when typed in a terminal gives this

  amdxdg-su: no graphical method available for invoking 'amdcccle' as
  'root'

  The shortcut just needs to be changed to something like

  gksudo amdcccle

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: fglrx-amdcccle 2:8.960-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Thu Jun 28 15:53:47 2012
  ExecutablePath: /usr/lib/fglrx/bin/amdcccle
  InstallationMedia: Xubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: fglrx-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1019023/+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 1170859] [NEW] libvte9 fails to record utmp/login entries

2013-04-19 Thread jhansonxi
Public bug reported:

Same as bug #864609 but affects Ubuntu 12.04 (Precise Pangolin) and
Linux Mint 13 (maya).  Same symptoms with xfce4-terminal and same
workaround.  Doesn't affect 12.10 or 13.04 beta.

amd64/x86_64

libvte9
1:0.28.2-3ubuntu2

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

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

Title:
  libvte9 fails to record utmp/login entries

Status in “vte” package in Ubuntu:
  New

Bug description:
  Same as bug #864609 but affects Ubuntu 12.04 (Precise Pangolin) and
  Linux Mint 13 (maya).  Same symptoms with xfce4-terminal and same
  workaround.  Doesn't affect 12.10 or 13.04 beta.

  amd64/x86_64

  libvte9
  1:0.28.2-3ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte/+bug/1170859/+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 859600] Re: Please convert gnome-keyring to multiarch

2013-04-09 Thread jhansonxi
I'm unsure if an updated package has been released for Ubuntu 12.04
(Precise Pangolin) yet but the currently available version of gnome-
keyring:i386 is not installable due to libgcr-3-common not being
multiarch (bug #998715).

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

Title:
  Please convert gnome-keyring to multiarch

Status in “gnome-keyring” package in Ubuntu:
  Fix Released
Status in “gnome-keyring” source package in Precise:
  In Progress
Status in “gnome-keyring” source package in Quantal:
  Confirmed
Status in “gnome-keyring” source package in Raring:
  Fix Released
Status in “gnome-keyring” package in Debian:
  New

Bug description:
  [Impact]
  Several applications are relying on this package as seen in comments 5 and 6.

  [Test case]
  Attempt to install both i386/amd64 versions and preferably verify if the 
reported applications in this bug are able to run successfully

  [Regression Potential]
  Minimal, several rdepends build testing have been completed successfully and 
nothing in the keyring code is attempting to dlopen any hardcoded library paths.

  gnome-keyring is still installing libraries to /usr/lib instead of the
  multarch compatible /usr/lib/$(DEB_HOST_MULTIARCH) directory. The
  attached patch does the conversion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/859600/+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 418470] Re: USB Gamepad detected as mouse (Speedlink 360 style)

2012-12-27 Thread jhansonxi
Workaround for Ubuntu 12.04 (Precise Pangolin) and Linux Mint 13 (Maya):

http://ubuntuforums.org/showpost.php?p=10268510&postcount=14

With this method the change will last until the xserver-xorg-input-
joystick package is updated.

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

Title:
  USB Gamepad detected as mouse (Speedlink 360 style)

Status in “xserver-xorg-input-evdev” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: xserver-xorg-input-evdev

  Hi !

  My USB gamepad is controlling both the mouse pointer AND the joystick
  (in rrootage for instance) at the same time.

  To get it running at all I had to :

  - install xserver-xorg-input-joystick
  - copy acrux-usb-gamepad-8116.fdi to /etc/hal/fdi/policy (provided here : 
https://help.ubuntu.com/community/Joystick_lshal_outputs_done )
  - unplug and replug the joystick after the X server is loaded

  Those three steps are apparently mandatory otherwise nothing works.
  (the stick LED doesn't remain lit otherwise)

  Actually it raises several issues !
  1. the need for the the aforementioned steps
  2. the need to unplug / replug
  3. the fact that evdev seems to lock the controller and assign it as if it 
were a mouse

  Thanks a lot for reading this, 
  cheers !

  Attached : lshal output, where the gamepad does seem to be detected
  properly.

  Setup : Ubuntu 9.04, AMD64

  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 9.04
  NonfreeKernelModules: nvidia
  Package: xserver-xorg-input-evdev 1:2.1.1-1ubuntu4
  ProcEnviron:
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcVersion: Linux version 2.6.28-15-generic (buildd@yellow) (gcc version 
4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #49-Ubuntu SMP Tue Aug 18 19:25:34 UTC 2009
  SourcePackage: xserver-xorg-input-evdev
  Uname: Linux 2.6.28-15-generic x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/418470/+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 557780] Re: rt2500usb can't route through gateway

2012-10-27 Thread jhansonxi
On 12.04 only rt73usb is being loaded.  There is an rt2x00usb module
loaded but it seems to be dependent on rt73usb.

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

Title:
  rt2500usb can't route through gateway

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  Binary package hint: network-manager

  Ubuntu 10.04 (Lucid Lynx) beta 1 i386 LiveCD
  Dell Inspiron 2650 (no integrated wireless)
  SMC SMC2804WBR router used as AP (unencrypted)
  Subnet connected to IPCop 1.4.21 blue interface as default gateway and DNS
  Belkin F5D7050 USB 802.11g

  After plugging-in and making connection, can only ping subnet and
  browse to SMC administration page (192.168.13.2).  DNS queries fail to
  resolve (tested by pinging google.com).  The route command shows the
  correct 192.168.13.1 IP as the default gw and resolv.conf shows it as
  the DNS.  Other systems on same wireless connection work normally.

  ProblemType: Bug
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Thu Apr  8 02:28:39 2010
  DistroRelease: Ubuntu 10.04
  Gconf:
   
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IpRoute:
   192.168.13.0/24 dev wlan0  proto kernel  scope link  src 192.168.13.110  
metric 2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   default via 192.168.13.1 dev wlan0  proto static
  Keyfiles: Error: [Errno 2] No such file or directory
  LiveMediaBuild: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100318)
  Package: network-manager 0.8-0ubuntu2
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
  RfKill:
   0: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager
  Uname: Linux 2.6.32-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/557780/+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 577727] Re: Ubuntu 10.04 sound lag with enemy territory quake wars

2013-10-02 Thread jhansonxi
With Ubuntu 12.04 (Precise Pangolin) I am able to get it working using 
PulseAudio by using a custom ~/.asoundrc fix by Brebs that was intended for 
Doom3:
http://ubuntuforums.org/archive/index.php/t-1304228.html

Just set in ~/.etqwcl/base/etqwconfig.cfg:

seta s_driver "alsa"
seta s_alsa_pcm "pcm.doom3-surround51"

Also works for Quake 4.  Doom3 still requires pasuspender but otherwise
the sound is stable.

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

Title:
  Ubuntu 10.04 sound lag with enemy territory quake wars

Status in “pulseaudio” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: pulseaudio

  To reproduce:
  Install Ubuntu 10.04 x64
  Install drivers and update ubuntu
  Install enemy territory quake wars demo or full game
  Start a game vs computer
  Fire gun in air
  Sometimes takes a moment or 2 to start lagging.  Starts lagging when the 
sound apparently disappears.

  demo available at http://www.fileplanet.com/181742/18/fileinfo
  /Enemy-Territory:-Quake-Wars-Demo-%28Linux%29

  Apparently works on Kubuntu according to 
http://ubuntuforums.org/showpost.php?p=9246877&postcount=5
  I've not been able to get it to even start on Kubuntu (executable not found) 
however

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  chris  2085 F pulseaudio
   /dev/snd/controlC1:  chris  2085 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'D2'/'Asus Virtuoso 200 (rev 2) at 0xe800, irq 16'
 Mixer name : 'AV200'
 Components : 'PCM1796 CS5381 AV200'
 Controls  : 23
 Simple ctrls  : 12
  Card1.Amixer.info:
   Card hw:1 'Intel'/'HDA Intel at 0xf7ff8000 irq 22'
 Mixer name : 'VIA ID 4441'
 Components : 'HDA:11064441,104383d0,00100100'
 Controls  : 4
 Simple ctrls  : 3
  Date: Sun May  9 09:09:53 2010
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcEnviron:
   LANG=en_GB.utf8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  dmi.bios.date: 12/07/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1207
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P7P55D LE
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1207:bd12/07/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7P55DLE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/577727/+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 577727] Re: Ubuntu 10.04 sound lag with enemy territory quake wars

2013-10-02 Thread jhansonxi
Note that in Brebs' fix this line:

pcm "hw:0,0"

is a card number of a hardware sound device on HIS system.  The number
may change at discovery because of udev
(http://alsa.opensrc.org/MultipleCards), especially if a USB sound
device is added or removed, making the .asoundrc configuration use the
wrong device.

To identify current sound devices and related modules:

while read sdmod; do grep "^[[:space:]]$(echo "$sdmod" | sed -n
's/^\([[:digit:]]\+\)\([^[:digit:]]\+.*\)/\1/p')[[:space:]]"
/proc/asound/cards ; echo " $sdmod" ; done" for a list of parameters.  Normally device 0
is the default.  The "slots=" option is another possibility but may only
work with USB devices.

A custom udev rule can also be used: http://alsa.opensrc.org/Udev

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

Title:
  Ubuntu 10.04 sound lag with enemy territory quake wars

Status in “pulseaudio” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: pulseaudio

  To reproduce:
  Install Ubuntu 10.04 x64
  Install drivers and update ubuntu
  Install enemy territory quake wars demo or full game
  Start a game vs computer
  Fire gun in air
  Sometimes takes a moment or 2 to start lagging.  Starts lagging when the 
sound apparently disappears.

  demo available at http://www.fileplanet.com/181742/18/fileinfo
  /Enemy-Territory:-Quake-Wars-Demo-%28Linux%29

  Apparently works on Kubuntu according to 
http://ubuntuforums.org/showpost.php?p=9246877&postcount=5
  I've not been able to get it to even start on Kubuntu (executable not found) 
however

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  chris  2085 F pulseaudio
   /dev/snd/controlC1:  chris  2085 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'D2'/'Asus Virtuoso 200 (rev 2) at 0xe800, irq 16'
 Mixer name : 'AV200'
 Components : 'PCM1796 CS5381 AV200'
 Controls  : 23
 Simple ctrls  : 12
  Card1.Amixer.info:
   Card hw:1 'Intel'/'HDA Intel at 0xf7ff8000 irq 22'
 Mixer name : 'VIA ID 4441'
 Components : 'HDA:11064441,104383d0,00100100'
 Controls  : 4
 Simple ctrls  : 3
  Date: Sun May  9 09:09:53 2010
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcEnviron:
   LANG=en_GB.utf8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  dmi.bios.date: 12/07/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1207
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P7P55D LE
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1207:bd12/07/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7P55DLE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/577727/+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 891793] Re: Login with USB key or smart card

2013-09-18 Thread jhansonxi
Wing is a game (Galaga clone) and has nothing to do with logins

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

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

Title:
  Login with USB key or smart card

Status in Linux Terminal Server Project:
  New
Status in “gdm” package in Ubuntu:
  New
Status in “lightdm” package in Ubuntu:
  Triaged
Status in “lxdm” package in Ubuntu:
  New
Status in “pam” package in Ubuntu:
  New
Status in “sdm” package in Ubuntu:
  New
Status in “seahorse” package in Ubuntu:
  New
Status in “shadow” package in Ubuntu:
  New
Status in “slim” package in Ubuntu:
  New
Status in “wdm” package in Ubuntu:
  New
Status in “wing” package in Ubuntu:
  Invalid
Status in “xdm” package in Ubuntu:
  New

Bug description:
  I want to be able to authenticate/login by using a USB key, SD/MMC
  card or a smart card.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/891793/+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 1201128] Re: .directory files contain references to inappropriate icons

2013-09-07 Thread jhansonxi
Ubuntu 12.04 (Precise Pangolin) x86_64/amd64
apt-cache madison gnome-menus
gnome-menus | 3.4.0-0ubuntu1 | http://mirror.team-cymru.org/ubuntu/ 
precise/main amd64 Packages

Some game directories are referencing icons that don't exist or are from
packages that don't exist anymore:

BlocksGames.directory: Icon=gnome-gnometris
KidsGames.directory: Icon=gnome-amusements
RolePlayingGames.directory: Icon=stock_person
SportsGames.directory: Icon=stock_scores

No icons defined:
AdventureGames.directory
StrategyGames.directory
SimulationGames.directory

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

Title:
  .directory files contain references to inappropriate icons

Status in “gnome-menus” package in Ubuntu:
  Confirmed

Bug description:
  Directory files have been shipped with incorrect Icon= fields. For
  example, ActionGames.directory contains Icon=weather-storm.

  This should instead read Icons=applications-action (1) which is
  included in many icon sets (2), leaving this kind of substitution to
  the theme author using symlinks. Including references to these
  substitutions directly in the .directory files is an inappropriate and
  unecessary kludge which breaks themes, including the default one.

  I've only  checked the Games .directory files so far, since that is
  what I was doing when I encountered the bug, but they all exhibit this
  problem. I'm using Ubuntu 13.04, but it's the kind of thing that could
  have been sitting undone for a while. It's probably worth checking
  whether this bug exists upstream or whether it's been introduced by
  the Ubuntu team.

  Upon further checking, Bug #421294 is a particular case of this bug,
  where the line reads Icon=system-run rather than Icon=applications-
  puzzles. From this report and Bug #421695 it seems likely that this
  bug was introduced in Karmic.

  (1) or similar - I'm not entirely sure on whether this will shake out
  as applications-action or applications-games-action; Gnome currently
  goes one way and KDE the other but, either way, symlinks are cheap and
  it can be sorted out through freedesktop.

  (2) Ubuntu's own Humanity icon set includes icons of this form, but
  they are not used because of this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/1201128/+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 879573] Re: seahorse segfaults on import of SSH key generated by ssh-keygen

2011-11-06 Thread jhansonxi
Related bugs:

Not supported:
https://bugzilla.gnome.org/show_bug.cgi?id=617770
https://bugzilla.gnome.org/show_bug.cgi?id=617771

Crashes:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579274

Major security hole:
https://bugzilla.gnome.org/show_bug.cgi?id=617332

Probably should just remove it from the distro.

** Bug watch added: GNOME Bug Tracker #617770
   https://bugzilla.gnome.org/show_bug.cgi?id=617770

** Bug watch added: GNOME Bug Tracker #617771
   https://bugzilla.gnome.org/show_bug.cgi?id=617771

** Bug watch added: Debian Bug tracker #579274
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579274

** Bug watch added: GNOME Bug Tracker #617332
   https://bugzilla.gnome.org/show_bug.cgi?id=617332

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

Title:
  seahorse segfaults on import of SSH key generated by ssh-keygen

Status in “seahorse” package in Ubuntu:
  Confirmed

Bug description:
  Problem:
  Seahourse seg faults when one attempts to import an SSH key generated by 
ssh-keygen 

  uname -a:
  Linux vk-desk463 2.6.32-30-generic #59-Ubuntu SMP Tue Mar 1 21:30:21 UTC 2011 
i686 GNU/Linux  -  
  lsb_release -rn:
  Ubuntu 10.04.3 LTS
  Package:
  Seahorse 2.30.0-0ubuntu2 

  Anonymoised strace output:
  open("/home/aa/.ssh/id_example.com.rsa", O_RDONLY|O_LARGEFILE) = 19
  read(19, "-BEGIN RSA PRIVATE KEY-\n"..., 2141) = 2141
  close(19)   = 0
  gettimeofday({1319217913, 199946}, NULL) = 0
  gettimeofday({1319217913, 199983}, NULL) = 0
  open("/home/aa/.ssh/id_example.com.rsa", O_RDONLY|O_LARGEFILE) = 19
  fstat64(19, {st_mode=S_IFREG|0400, st_size=3326, ...}) = 0
  _llseek(19, 0, [0], SEEK_CUR)   = 0
  read(19, "-BEGIN RSA PRIVATE KEY-\n"..., 128) = 128
  read(19, ""..., 128) = 128
  read(19, ""..., 128) = 128
  read(19, ""..., 128) = 128
  read(19, ""..., 128) = 128
  read(19, ""..., 128) = 128
  read(19, ""..., 128) = 128
  read(19, ""..., 128) = 128
  read(19, ""..., 128) = 128
  read(19, ""..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 128
  read(19, "1"..., 128) = 126
  read(19, "", 2) = 0
  access("/home/aa/.ssh/id_rsa", F_OK)= 0
  access("/home/aa/.ssh/id_rsa.1", F_OK)  = 0
  access("/home/aa/.ssh/id_rsa.2", F_OK)  = 0
  access("/home/aa/.ssh/id_rsa.3", F_OK)  = -1 ENOENT (No such file or 
directory)
  umask(077)  = 027
  gettimeofday({1319217913, 201654}, NULL) = 0
  open("/home/aa/.ssh/id_rsa.3.QQ6Q3V", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 
0666) = 20
  fcntl64(20, F_GETFL)= 0x8002 (flags O_RDWR|O_LARGEFILE)
  fstat64(20, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
  mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb4197000
  _llseek(20, 0, [0], SEEK_CUR)   = 0
  write(20, "-BEGIN RSA PRIVATE KEY-\n"..., 3201) = 3201
  lstat64("/home/aa/.ssh/id_rsa.3", 0xbfcddf0c) = -1 ENOENT (No such file or 
directory)
  close(20)   = 0
  munmap(0xb4197000, 4096)= 0
  rename("/home/aa/.ssh/id_rsa.3.QQ6Q3V", "/home/aa/.ssh/id_rsa.3") = 0
  umask(027)  = 077
  socketpair(PF_FILE, SOCK_STREAM, 0, [20, 21]) = 0
  pipe([22, 23])  = 0
  pipe([24, 25])  = 0
  pipe([26, 27])  = 0
  clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0xb7798798) = 13697
  close(23)   = 0
  close(25)   = 0
  close(27)   = 0
  read(22, "", 8) = 0
  close(22)  

[Desktop-packages] [Bug 29263] Re: No nfs:// support

2011-12-14 Thread jhansonxi
Possible solution (from idea #475):  http://nfs-lan.sevka.info

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

Title:
  No nfs:// support

Status in Gnome VFS Filesystem Abstraction library:
  Won't Fix
Status in GVFS:
  New
Status in “gnome-vfs2” package in Ubuntu:
  Won't Fix
Status in “gvfs” package in Ubuntu:
  Triaged
Status in “gnome-vfs2” package in Baltix:
  New

Bug description:
  Once, some time ago, gnome-vfs had support for nfs:// URLs.  At some
  point there wasn't anyone maintaining it and it got broken so it just
  configured out.  I tried out KDE for a few days and found that it had
  nfs:// support in it's kio stuff and it worked famously.  It would be
  nice to see nfs:// support in gnome-vfs again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-vfs/+bug/29263/+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 29263] Re: No nfs:// support

2011-12-14 Thread jhansonxi
I just noticed that it is in launchpad:  https://launchpad.net/nfs-lan

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

Title:
  No nfs:// support

Status in Gnome VFS Filesystem Abstraction library:
  Won't Fix
Status in GVFS:
  New
Status in “gnome-vfs2” package in Ubuntu:
  Won't Fix
Status in “gvfs” package in Ubuntu:
  Triaged
Status in “gnome-vfs2” package in Baltix:
  New

Bug description:
  Once, some time ago, gnome-vfs had support for nfs:// URLs.  At some
  point there wasn't anyone maintaining it and it got broken so it just
  configured out.  I tried out KDE for a few days and found that it had
  nfs:// support in it's kio stuff and it worked famously.  It would be
  nice to see nfs:// support in gnome-vfs again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-vfs/+bug/29263/+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 185165] Re: Ubuntu does not open MS Windows internet shortcuts with 'url' extension

2012-07-27 Thread jhansonxi
Ubuntu 12.04 (Precise Pangolin)/Linux Mint 13 (maya)
CInnamon desktop
Except for the conflicting entry in gnome-mime-data (*.url glob in 
/usr/share/mime/packages/freedesktop.org.xml) It doesn't appear to have been 
fixed.

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

Title:
  Ubuntu does not open MS Windows internet shortcuts with 'url'
  extension

Status in Ayatana Design:
  Fix Committed
Status in The GNOME Mime-Data Module:
  Fix Released
Status in One Hundred Paper Cuts:
  Invalid
Status in “gnome-mime-data” package in Ubuntu:
  Fix Released
Status in “mime-support” package in Ubuntu:
  Confirmed
Status in “shared-mime-info” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu will not open standard internet shortcuts created in Microsoft
  Windows.  This makes interoperability very poor, and will prevent many
  people from migrating to Ubuntu.

  Copy any 'filename.url' from a Microsoft Windows machine, or create a
  file with the following contents:

  [DEFAULT]
  BASEURL=http://www.ubuntu.com
  [InternetShortcut]
  URL=http://www.ubuntu.com

  and name it 'ubuntu.url'.

  Double click in Nautilus to launch.  Nothing happens.  It should
  launch in the same manner as a 'desktop' internet shortcut.

  Note: a workaround has been developed -
  http://ubuntuforums.org/showthread.php?p=3281092.  This should be
  provided by default Ubuntu installation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/185165/+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 878545] Re: Unable to switch user when using kdm: The name org.gnome.DisplayManager was not provided by any .service files

2012-07-31 Thread jhansonxi
Try installing the package "kdm-gdmcompat".  This allows gnome-
screensaver to work with kdm when switching users.  This works for me on
Ubuntu 12.04 (Precise Pangolin)/Linux Mint 13 (maya) in a gnome-fallback
session.

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

Title:
  Unable to switch user when using kdm: The name
  org.gnome.DisplayManager was not provided by any .service files

Status in “gnome-screensaver” package in Ubuntu:
  Confirmed

Bug description:
  Tried to reconfigure the system to use kdm and change user from lockscreen. 
It failed and showed me a message after I unlocked the session:
  The name org.gnome.DisplayManager was not provided by any .service files.

  It may be connected to bug #868660, but both lightdm and gdm do work
  fine in my case.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-screensaver 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
  Uname: Linux 3.0.0-12-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Thu Oct 20 00:57:35 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110413)
  ProcEnviron:
   LANGUAGE=uk:en
   PATH=(custom, no user)
   LANG=uk_UA.UTF-8
   LC_MESSAGES=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-screensaver
  UpgradeStatus: Upgraded to oneiric on 2011-10-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/878545/+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 1011073] Re: NetworkManager submenus sometimes unpopulated

2012-08-06 Thread jhansonxi
I've encountered this problem as well with Ubuntu 12.04 (Precise
Pangolin)/Linux Mint 13 (maya), i386 non-PAE on a Panasonic Toughbook
CF-51 with an Intel PRO/Wireless 2200BG [Calexico2].

At boot Network Manager doesn't show anything but iwlist does show
wireless networks available.  After several minutes, Network Manager
starts functioning, showing the available networks.  I've monitored the
logs (.xsession-errors, syslog, dmesg, kern.log, auth.log, udev.log) but
nothing appears at the moment it starts functioning.

The following bugs appear to be duplicates of this but I don't have time to 
verify them:
bug 1032664
bug 1031777
bug 1017186
bug 996389
bug 991872
bug 983583
bug 965895

Bug 767423 seems to be an even older report of the same problem.

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

Title:
  NetworkManager submenus sometimes unpopulated

Status in “network-manager” package in Ubuntu:
  Incomplete

Bug description:
  Submenus in Network Manager are sometimes unusable as they are not
  populated.  This happens both with the list of available networks and
  with the VPN list.  When the bug happens, it occurs for *both* the
  wireless submenu and the VPN menu.  I know there are entries for those
  submenus as I can see them with other network UI mechanisms.  The
  issue is intermittent.

  Expected:
  Dropping down the menu then hovering over the submenu trigger-point (example: 
"More networks") shows the additional expected entries (example: more wifi 
networks to choose from).

  Actual:
  Dropping down the menu and hovering over the submenu trigger displays a 
submenu but the submenu has nothing in it and is unusable.

  Ubuntu 12.04
  network-manager 0.9.4.0-0ubuntu4.1
  Apple Macbook Pro 8,1

  03:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 
02)
  02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765 Gigabit 
Ethernet PCIe (rev 10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1011073/+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 1008210] Re: Sound Juicer documentation obsolet

2012-08-07 Thread jhansonxi
You have the wrong package set.  The package should be sound-juicer, not
yelp.  The help documentation comes from the app package.

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

Title:
  Sound Juicer documentation obsolet

Status in “yelp” package in Ubuntu:
  New

Bug description:
  The documentation for Sound Juicer in yel shows a "Edit Profiles..."
  button in the Preferences dialog. The button is no longer visible in
  Sound Juicer.

  Ubuntu 12.04 x86
  yelp 3.4.1-0ubuntu1
  SoundJuicer 3.4.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yelp/+bug/1008210/+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 557797] Re: zd1211rw can't route through gateway

2012-10-26 Thread jhansonxi
Problem is not present in Ubuntu 12.04 (Precise Pangolin)

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

Title:
  zd1211rw can't route through gateway

Status in “network-manager” package in Ubuntu:
  Expired

Bug description:
  Binary package hint: network-manager

  Ubuntu 10.04 (Lucid Lynx) beta 1 i386 LiveCD
  Dell Inspiron 2650 (no integrated wireless)
  SMC SMC2804WBR router used as AP (unencrypted)
  Subnet connected to IPCop 1.4.21 blue interface as default gateway and DNS
  CompUSA USB 802.11g

  After making connection, can only ping subnet and browse to SMC
  administration page (192.168.13.2).  DNS queries fail to resolve
  (tested by pinging google.com).  The route command shows the correct
  192.168.13.1 IP as the default gw and resolv.conf shows it as the DNS.
  Other systems on same wireless connection work normally.

  ProblemType: Bug
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Thu Apr  8 03:26:22 2010
  DistroRelease: Ubuntu 10.04
  Gconf:
   
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IpRoute:
   192.168.13.0/24 dev wlan0  proto kernel  scope link  src 192.168.13.111  
metric 2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   default via 192.168.13.1 dev wlan0  proto static
  Keyfiles: Error: [Errno 2] No such file or directory
  LiveMediaBuild: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100318)
  Package: network-manager 0.8-0ubuntu2
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager
  Uname: Linux 2.6.32-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/557797/+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 557780] Re: rt2500usb can't route through gateway

2012-10-26 Thread jhansonxi
Problem is not present in Ubuntu 12.04 (Precise Pangolin)

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

Title:
  rt2500usb can't route through gateway

Status in “network-manager” package in Ubuntu:
  Expired

Bug description:
  Binary package hint: network-manager

  Ubuntu 10.04 (Lucid Lynx) beta 1 i386 LiveCD
  Dell Inspiron 2650 (no integrated wireless)
  SMC SMC2804WBR router used as AP (unencrypted)
  Subnet connected to IPCop 1.4.21 blue interface as default gateway and DNS
  Belkin F5D7050 USB 802.11g

  After plugging-in and making connection, can only ping subnet and
  browse to SMC administration page (192.168.13.2).  DNS queries fail to
  resolve (tested by pinging google.com).  The route command shows the
  correct 192.168.13.1 IP as the default gw and resolv.conf shows it as
  the DNS.  Other systems on same wireless connection work normally.

  ProblemType: Bug
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Thu Apr  8 02:28:39 2010
  DistroRelease: Ubuntu 10.04
  Gconf:
   
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IpRoute:
   192.168.13.0/24 dev wlan0  proto kernel  scope link  src 192.168.13.110  
metric 2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   default via 192.168.13.1 dev wlan0  proto static
  Keyfiles: Error: [Errno 2] No such file or directory
  LiveMediaBuild: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100318)
  Package: network-manager 0.8-0ubuntu2
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
  RfKill:
   0: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager
  Uname: Linux 2.6.32-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/557780/+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 501037] Re: Cannot create a second desktop launcher on second head

2018-01-03 Thread jhansonxi
Eight years later I now feel like my life is complete.

Just kidding, I switched to Xfce years ago.  If I need to run an old
Loki game port that can't handle multiple monitors I'll just use a VM.

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

Title:
  Cannot create a second desktop launcher on second head

Status in Nautilus:
  Expired
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  I have an NVidia dual-head setup with a freshly installed and updated Karmic 
AMD64 on it.
  When I try to create a launcher in Gnome using the right button menu on the 
secondary desktop this launcher gets created on the primary desktop.
  In addition it is not possible to copy/paste or move the created launcher 
back to the secondary desktop..

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/501037/+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 1442050] Re: (colord:832): Cd-WARNING **: failed to get session [pid 690]: Unknown error -2

2017-02-21 Thread jhansonxi
Possibly related Debian bugs:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750533
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813334

** Bug watch added: Debian Bug tracker #750533
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750533

** Bug watch added: Debian Bug tracker #813334
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813334

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

Title:
  (colord:832): Cd-WARNING **: failed to get session [pid 690]: Unknown
  error -2

Status in colord package in Ubuntu:
  Confirmed

Bug description:
  Get that error logged into journalctl

  (colord:832): Cd-WARNING **: failed to get session [pid 690]: Unknown
  error -2

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-6ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  Uname: Linux 3.19.0-12-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu1
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Thu Apr  9 11:57:02 2015
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 002: ID 046d:c50e Logitech, Inc. Cordless Mouse Receiver
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: ASUSTEK COMPUTER INC P5W DH Deluxe
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic 
root=UUID=7b1f4a51-558f-468f-85e0-f815d2f791e1 ro
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/22/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5W DH Deluxe
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3002:bd07/22/2010:svnASUSTEKCOMPUTERINC:pnP5WDHDeluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WDHDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5W DH Deluxe
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTEK COMPUTER INC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1442050/+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 1540088] Re: NetworkManager crashes after upgrade, preventing nm-applet to show

2016-01-31 Thread jhansonxi
Probably a duplicate of bug #1540014 which has a link to a workaround.

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

Title:
  NetworkManager crashes after upgrade, preventing nm-applet to show

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After the last upgrade of Ubuntu 14.04.3 LTS , NetworkManager keeps
  crashing.

  after `sudo service network-manager start` I get the following output
  in dmesg:

  [2016-01-31 14:28:47]  traps: NetworkManager[11040] general protection 
ip:469fee sp:7ffc6879aa00 error:0 in NetworkManager[40+10d000]
  [2016-01-31 14:28:47]  init: network-manager main process (11040) killed by 
SEGV signal
  [2016-01-31 14:28:47]  init: network-manager main process ended, respawning
  [2016-01-31 14:28:47]  traps: NetworkManager[11049] general protection 
ip:469fee sp:7ffecca7d9d0 error:0 in NetworkManager[40+10d000]
  [2016-01-31 14:28:47]  init: network-manager main process (11049) killed by 
SEGV signal
  [2016-01-31 14:28:47]  init: network-manager main process ended, respawning
  [2016-01-31 14:28:47]  traps: NetworkManager[11062] general protection 
ip:469fee sp:7ffc218a9f50 error:0 in NetworkManager[40+10d000]
  [2016-01-31 14:28:47]  init: network-manager main process (11062) killed by 
SEGV signal
  [2016-01-31 14:28:47]  init: network-manager main process ended, respawning
  [2016-01-31 14:28:47]  traps: NetworkManager[11076] general protection 
ip:469fee sp:7fff7f128270 error:0 in NetworkManager[40+10d000]
  [2016-01-31 14:28:47]  init: network-manager main process (11076) killed by 
SEGV signal
  [2016-01-31 14:28:47]  init: network-manager main process ended, respawning
  [2016-01-31 14:28:47]  traps: NetworkManager[11088] general protection 
ip:469fee sp:7fff66528f90 error:0 in NetworkManager[40+10d000]
  [2016-01-31 14:28:47]  init: network-manager main process (11088) killed by 
SEGV signal
  [2016-01-31 14:28:47]  init: network-manager main process ended, respawning
  [2016-01-31 14:28:47]  traps: NetworkManager[11092] general protection 
ip:469fee sp:7fffab819070 error:0 in NetworkManager[40+10d000]
  [2016-01-31 14:28:47]  init: network-manager main process (11092) killed by 
SEGV signal
  [2016-01-31 14:28:47]  init: network-manager main process ended, respawning
  [2016-01-31 14:28:47]  traps: NetworkManager[11096] general protection 
ip:469fee sp:7ffe7aa91c20 error:0 in NetworkManager[40+10d000]
  [2016-01-31 14:28:47]  init: network-manager main process (11096) killed by 
SEGV signal
  [2016-01-31 14:28:47]  init: network-manager main process ended, respawning
  [2016-01-31 14:28:47]  traps: NetworkManager[11100] general protection 
ip:469fee sp:7ffedfe81460 error:0 in NetworkManager[40+10d000]
  [2016-01-31 14:28:47]  init: network-manager main process (11100) killed by 
SEGV signal
  [2016-01-31 14:28:47]  init: network-manager main process ended, respawning
  [2016-01-31 14:28:47]  traps: NetworkManager[11104] general protection 
ip:469fee sp:7ffdc475f140 error:0 in NetworkManager[40+10d000]
  [2016-01-31 14:28:47]  init: network-manager main process (11104) killed by 
SEGV signal
  [2016-01-31 14:28:47]  init: network-manager main process ended, respawning
  [2016-01-31 14:28:47]  traps: NetworkManager[11108] general protection 
ip:469fee sp:7ffdeb437010 error:0 in NetworkManager[40+10d000]
  [2016-01-31 14:28:47]  init: network-manager main process (11108) killed by 
SEGV signal
  [2016-01-31 14:28:47]  init: network-manager main process ended, respawning
  [2016-01-31 14:28:47]  init: network-manager main process (2) killed by 
SEGV signal
  [2016-01-31 14:28:47]  init: network-manager respawning too fast, stopped

  
  This problem prevents me to see nm-applet, and makes me unable to connect to 
WiFi network.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1540088/+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