Public bug reported:

Binary package hint: xorg

/usr/share/apport/package-hooks/source_xorg.py reads:

        script = subprocess.Popen(['xkbcomp', ':0 -'],
stdout=subprocess.PIPE)

but this results in:

Error:            Cannot open display ":0 -"
                  Exiting

this should instead be:

        script = subprocess.Popen(['xkbcomp', ':0', '-'],
stdout=subprocess.PIPE)

Note ':0' and '-' being passed as separate arguments to xkbcomp.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: x11-common 1:7.4~5ubuntu9
PackageArchitecture: all
ProcEnviron:
 LC_COLLATE=C
 PATH: custom, user
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
ProcVersion: Linux version 2.6.28-3-generic (bui...@yellow) (gcc version 4.3.3 
20081210 (prerelease) (Ubuntu 4.3.2-2ubuntu8) ) #4-Ubuntu SMP Fri Dec 12 
22:47:31 UTC 2008

SourcePackage: xorg
Uname: Linux 2.6.28-3-generic x86_64
xkbcomp:

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


** Tags: apport-bug

-- 
Syntax error in xkbcomp call in apport hook
https://bugs.launchpad.net/bugs/311442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to