[Bug 1293252] Re: gnome-panel crashed with signal 5 in _XReply()

2015-04-09 Thread Juha Erkkilä
Tested the following packages on Trusty from trusty-proposed:

ii  libwnck-3-0:i386
3.4.7-0ubuntu3.1
 i386 Window Navigator Construction Kit - runtime files
ii  libwnck-3-common
3.4.7-0ubuntu3.1
 all  Window Navigator Construction Kit - common files

Those fix this bug for us, thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1293252

Title:
  gnome-panel crashed with signal 5 in _XReply()

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

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


[Bug 1097732] [NEW] Green screen with color depth of 16 bits

2013-01-09 Thread Juha Erkkilä
Public bug reported:

I have run into a problem with the openchrome driver, when used with
color depth of 16 bits.  With the default depth of 24 bits everything
works ok, but with color depth of 16 bits the screen is mostly green.

The driver seems to be otherwise useable.  It is possible to correct the
color problem somewhat with xgamma, but this does not really help the
broken appearance.  However, the hardware cursor appears to have the
right colour.

I have tried various Xorg settings relating to EXA and such, but can not
find a combination that would make a change for the better. Switching to
a software cursor changes cursor color to a greener tint.

My main motivation to get this to work is that there are some thin
client hardware that should be very much useable with LTSP, and there is
a remarkable speed difference when colour depths of 16 and 24 are used
(16 being of course faster).

Here is the lspci output for one machine in question:

--
00:00.0 Host bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge (rev 10)
00:00.1 Host bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge
00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
00:0f.0 IDE interface: VIA Technologies, Inc. VX800 Serial ATA and EIDE 
Controller
00:10.0 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 90)
00:10.1 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 90)
00:10.4 USB controller: VIA Technologies, Inc. USB 2.0 (rev 90)
00:11.0 ISA bridge: VIA Technologies, Inc. CX700/VX700 PCI to ISA Bridge
00:11.7 Host bridge: VIA Technologies, Inc. CX700/VX700 Internal Module Bus
00:13.0 PCI bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge
01:00.0 VGA compatible controller: VIA Technologies, Inc. CX700/VX700 [S3 
UniChrome Pro] (rev 03)
02:01.0 Audio device: VIA Technologies, Inc. VT8237A/VT8251 HDA Controller (rev 
10)
--

On Lucid (10.04) and Precise (12.04) this machine/configuration works
properly.  I can only reproduce the problem in Quantal (12.10).

$ lsb_release -rd
Description:Ubuntu 12.10
Release:12.10

$ apt-cache policy xserver-xorg-video-openchrome
xserver-xorg-video-openchrome:
  Installed: 1:0.3.1-0ubuntu1
  Candidate: 1:0.3.1-0ubuntu1
  Version table:
 *** 1:0.3.1-0ubuntu1 0
100 /var/lib/dpkg/status

** Affects: xserver-xorg-video-openchrome (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: Xorg.0.log
   https://bugs.launchpad.net/bugs/1097732/+attachment/3477946/+files/Xorg.0.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1097732

Title:
  Green screen with color depth of 16 bits

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-openchrome/+bug/1097732/+subscriptions

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


[Bug 1037607] Re: vmbuilder completely fails on Quantal due to kernel pae detection failure

2012-10-19 Thread Juha Erkkilä
I can also reproduce the problem. The problem is that /proc mounts and
unmounts before the kernel is installed, and the kernel package assumes
/proc is mounted. Here's some log actions:

2012-10-19 15:39:55,701 DEBUG   : ['chroot', '/virtualtmp/tmpPq2rS0', 'mount', 
'-t', 'proc', 'proc', '/proc']
2012-10-19 15:40:09,171 DEBUG   : ['umount', '/virtualtmp/tmpPq2rS0/proc']
2012-10-19 15:40:19,965 DEBUG   : Unpacking linux-image-3.5.0-17-generic (from 
.../linux-image-3.5.0-17-generic_3.5.0-17.28_i386.deb) ...

Attached is a patch that worked for me. One can also work around the
issue by explicitly installing linux-image-generic at an earlier stage
by providing --addpkg linux-image-generic option to vmbuilder.

** Patch added: an ugly hack to work around the problem
   
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1037607/+attachment/3404151/+files/usr_share_pyshared_VMBuilder_plugins_ubuntu_dapper.py.diff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/1037607

Title:
  vmbuilder completely fails on Quantal due to kernel pae detection
  failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1037607/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1037607] Re: vmbuilder completely fails on Quantal due to kernel pae detection failure

2012-10-19 Thread Juha Erkkilä
I can also reproduce the problem. The problem is that /proc mounts and
unmounts before the kernel is installed, and the kernel package assumes
/proc is mounted. Here's some log actions:

2012-10-19 15:39:55,701 DEBUG   : ['chroot', '/virtualtmp/tmpPq2rS0', 'mount', 
'-t', 'proc', 'proc', '/proc']
2012-10-19 15:40:09,171 DEBUG   : ['umount', '/virtualtmp/tmpPq2rS0/proc']
2012-10-19 15:40:19,965 DEBUG   : Unpacking linux-image-3.5.0-17-generic (from 
.../linux-image-3.5.0-17-generic_3.5.0-17.28_i386.deb) ...

Attached is a patch that worked for me. One can also work around the
issue by explicitly installing linux-image-generic at an earlier stage
by providing --addpkg linux-image-generic option to vmbuilder.

** Patch added: an ugly hack to work around the problem
   
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1037607/+attachment/3404151/+files/usr_share_pyshared_VMBuilder_plugins_ubuntu_dapper.py.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1037607

Title:
  vmbuilder completely fails on Quantal due to kernel pae detection
  failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1037607/+subscriptions

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


[Bug 409438] Re: Multi-user sec=krb5 NFSv4 client blocks when one user has an expired ticket

2011-07-08 Thread Juha Erkkilä
I am seeing a very similar issue with Ubuntu Lucid release.  In my tests
the kerberos ticket does not actually need to expire, instead it is
enough if it is simply destroyed or removed from the filesystem. See
http://www.spinics.net/lists/linux-nfs/msg22430.html for more
information.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/409438

Title:
  Multi-user sec=krb5 NFSv4 client blocks when one user has an expired
  ticket

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

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


[Bug 720273] Re: Finnish language-addon for firefox not working in 1:10.04+20110204.1

2011-05-13 Thread Juha Erkkilä
I don't know if this is broken in other Ubuntu versions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720273

Title:
  Finnish language-addon for firefox not working in 1:10.04+20110204.1

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


[Bug 727837] Re: dhcp3-server fails to drop privileges properly

2011-05-12 Thread Juha Erkkilä
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in Ubuntu.
https://bugs.launchpad.net/bugs/727837

Title:
  dhcp3-server fails to drop privileges properly

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 341817] Re: dhcpd wont start due to rndc.key permissions

2011-05-12 Thread Juha Erkkilä
It seems this bug is a symptom of this bug:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/727837

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in Ubuntu.
https://bugs.launchpad.net/bugs/341817

Title:
  dhcpd wont start due to rndc.key permissions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 720273] Re: Finnish language-addon for firefox not working in 1:10.04+20110204.1

2011-05-12 Thread Juha Erkkilä
The fix in lucid-proposed is broken, it does not fix the issue.  The
change should be langpack...@firefox.mozilla.org to langpack-
f...@firefox-3.6.ubuntu.com, but the package language-pack-fi-base
(1:10.04+20110204.2) contains the  change langpack-
f...@firefox.mozilla.org to langpack-fi@@firefox-3.6.ubuntu.com.  That
is double @, should be just one.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720273

Title:
  Finnish language-addon for firefox not working in 1:10.04+20110204.1

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


[Bug 727837] Re: dhcp3-server fails to drop privileges properly

2011-05-12 Thread Juha Erkkilä
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/727837

Title:
  dhcp3-server fails to drop privileges properly

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


[Bug 341817] Re: dhcpd wont start due to rndc.key permissions

2011-05-12 Thread Juha Erkkilä
It seems this bug is a symptom of this bug:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/727837

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/341817

Title:
  dhcpd wont start due to rndc.key permissions

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


[Bug 720273] Re: Finnish language-addon for firefox not working in 1:10.04+20110204.1

2011-05-12 Thread Juha Erkkilä
The 1:10.04+20110204.3 revision is fine. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720273

Title:
  Finnish language-addon for firefox not working in 1:10.04+20110204.1

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


[Bug 720273] Re: Finnish language-addon for firefox not working in 1:10.04+20110204.1

2011-04-08 Thread Juha Erkkilä
With the updated language-pack-fi-base package, the Firefox language
extention pack does not install itself correctly due to wrong id in
install.rdf. Thus new Firefox profiles do not work with finnish locale,
but pick english instead.

Attached is patch to fix this issue.

** Patch added: Fix install.rdf file for Firefox / finnish language pack
   
https://bugs.launchpad.net/ubuntu/+source/language-pack-fi-base/+bug/720273/+attachment/2000335/+files/language-pack-fi-base-firefox.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720273

Title:
  Finnish language-addon for firefox not working in 1:10.04+20110204.1

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


[Bug 714492] [NEW] nodm screen may not show up depending on plymouth and tty

2011-02-07 Thread Juha Erkkilä
Public bug reported:

Binary package hint: nodm

nodm may not start up properly.  When this bug occurs, nodm starts up
and runs the script that it is setup to run, but nothing shows up on the
screen.  The X display should be shown instead.

This is because the tty that nodm allocates for X may end up being
either tty7 or tty8, where tty7 works correctly and tty8 does not always
work.  tty8 should work as well, but it does not at least in every case,
which may depend on the used graphics card. I have noticed this bug
happening especially on nvidia graphics hardware, both with nouveau and
the closed driver, but have been unable to replicate this with some
other graphics chips (I do not actually know if they always use tty7 or
not, but no visible problems have appeared).

What happens is that plymouthd reserves tty7 in the boot process, and if
nodm is started while tty7 is reserved, nodm ends up taking tty8, and
the X display is not shown. It is also not possible to switch to tty8 to
see the X display. If plymouthd exists before nodm is started up, nodm
takes tty7 and everything is normal.

It is possible to avoid this by requesting plymouth to quit before
starting up nodm.  Adding a line:

  plymouth --wait --quit || true

before start-stop-daemon ... --exec /usr/sbin/nodm in /etc/init.d/nodm
is one way to work around this problem.

$ lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

$ apt-cache policy nodm
nodm:
  Asennettu: 0.6-1
  Ehdokas: 0.6-1
  Versiotaulukko:
 *** 0.6-1 0
500 http://fi.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/714492

Title:
  nodm screen may not show up depending on plymouth and tty

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


[Bug 510290] Re: sssd_be missing shlib deps

2010-02-17 Thread Juha Erkkilä
Thanks for the fix.

-- 
sssd_be missing shlib deps
https://bugs.launchpad.net/bugs/510290
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


[Bug 412034] Re: configure-x.sh fails to set HorizSync and VertRefresh with sis driver

2009-08-17 Thread Juha Erkkilä
The attached patch likely fixes the problem.

** Attachment added: check for preceding space at grep-test
   http://launchpadlibrarian.net/30409980/ltsp_5.0.40_set_sync_ranges.patch

-- 
configure-x.sh fails to set HorizSync and VertRefresh with sis driver
https://bugs.launchpad.net/bugs/412034
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


[Bug 147470] Re: hydrogen crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::basic_string()

2009-05-25 Thread Juha Erkkilä
This is possibly the same bug I reported here:
https://sourceforge.net/tracker/?func=detailaid=2796449group_id=24662atid=382129.

** Bug watch added: SourceForge.net Tracker #2796449
   http://sourceforge.net/support/tracker.php?aid=2796449

** Attachment added: patch-hydrogen-0.9.3-out-of-buffer-access.patch
   
http://launchpadlibrarian.net/27142305/patch-hydrogen-0.9.3-out-of-buffer-access.patch

-- 
hydrogen crashed with SIGSEGV in std::basic_stringchar, 
std::char_traitschar, std::allocatorchar ::basic_string()
https://bugs.launchpad.net/bugs/147470
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


[Bug 277069] Re: Java slow on remote X

2009-01-12 Thread Juha Erkkilä

** Attachment added: lspci --vvnn on the server
   http://launchpadlibrarian.net/21119373/lspci.server

-- 
Java slow on remote X
https://bugs.launchpad.net/bugs/277069
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


[Bug 277069] Re: Java slow on remote X

2009-01-12 Thread Juha Erkkilä

** Attachment added: lspci --vvnn on a terminal
   http://launchpadlibrarian.net/21119386/lspci.terminal

-- 
Java slow on remote X
https://bugs.launchpad.net/bugs/277069
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


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-10-20 Thread Juha Erkkilä
Yes, the patch was tested. lbmount is run setuid root indeed, but pwent
contains real user information, not effective user information (it does
call pwent = getpwuid(uidReal) previously), so the directory will be
owned by the correct user.

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
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


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-10-13 Thread Juha Erkkilä
Here's a patch to ltspfs that changes /media/* directories owner to
user, group to user's primary group, with 700 permissions. I don't know
why it is not done this way, so this might break something, but if you
suffer from this bug this patch should fix it with no known ill effects
(it's been deployed on many similar installations so far).

** Attachment added: Modify lbmount so that user owns /media/* subdirectories.
   
http://launchpadlibrarian.net/18494027/ltspfs-0.5.0_mediamount-owned-by-user.patch

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
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


[Bug 277069] Re: Java slow on remote X

2008-10-02 Thread Juha Erkkilä

** Attachment added: tshark-dump of one keypress with XCB linked in
   
http://launchpadlibrarian.net/18133630/typingmaster_one_keypress_hardy_libX11.log.gz

-- 
Java slow on remote X
https://bugs.launchpad.net/bugs/277069
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


[Bug 277069] [NEW] Java slow on remote X

2008-10-02 Thread Juha Erkkilä
Public bug reported:

I've submitted this bug as
https://bugs.freedesktop.org/show_bug.cgi?id=17868 as well. Though the
problem may not be in ia32-libs -package, it contains the
/usr/lib32/libX11.so.6.2.0 library that appears to be somehow relevant
to the problem at hand.

Some Java applications, such as the trial version in
http://www.typingmaster.com/, run unusably slow when used over a remote
X connection.

I'm using Ubuntu Hardy 8.04.1 with LTSP5, Linux kernel 2.6.24-19-server,
with 32-bit firefox and 32-bit Java-plugin.  The relevant package
versions are here:

firefox32 2.0.0.17
sun-java32 1.6.0.5
sun-java6-jre 6-06-0ubuntu1
ia32-libs 2.2ubuntu11

The issue does not appear to be Java-version related (it exists in 1.5
and 1.6 versions).  I have not tested the very latest Java-versions
though.  The reason I'm reporting this as a possible XCB-related issue
is that one can workaround the problem by using an X11-library that does
not link to XCB.

In current Ubuntu version (Hardy), /usr/lib32/libX11.so.6.2.0 library
links to /usr/lib32/libxcb-xlib.so.0 and /usr/lib32/libxcb.so.1
libraries, XCB version is 1.1.  In previous Ubuntu version (Gutsy) the
X11-library does not do this. When the new library shared object
replaced with the old one, the problem disappears, and Java applications
that had problems run fine.

There may be some other differences between the X11-libraries, but using
XCB as an underlying implementation seems to be a major change, or is
it?  All other applications do not appear to have these problems, Java
applications appear to be the sole source of these problems.

I'm adding two attachments that show tshark-dump of network traffic in
both cases, perhaps it helps to analyze the issue.  What happens there
is one keypress on typingmaster Java-version, on Hardy/XCB case it takes
half a minute to process one keypress and switch a screen, on Gutsy/no-
XCB case it takes maybe a second.

Juha

** Affects: ia32-libs (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Java slow on remote X
https://bugs.launchpad.net/bugs/277069
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


[Bug 277069] Re: Java slow on remote X

2008-10-02 Thread Juha Erkkilä

** Attachment added: tshark-dump of one keypress without XCB
   
http://launchpadlibrarian.net/18133652/typingmaster_one_keypress_gutsy_libX11.log.gz

-- 
Java slow on remote X
https://bugs.launchpad.net/bugs/277069
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