[Bug 336662] Re: minicom continually resizes gnome-terminal in jaunty

2009-04-24 Thread spiceisland
I'll do it ...

-- 
minicom continually resizes gnome-terminal in jaunty
https://bugs.launchpad.net/bugs/336662
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 336662] Re: minicom continually resizes gnome-terminal in jaunty

2009-04-24 Thread spiceisland
Already seems to have a Gnome bug report

http://bugzilla.gnome.org/show_bug.cgi?id=579759

I'll add some extra comments to it ...


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

-- 
minicom continually resizes gnome-terminal in jaunty
https://bugs.launchpad.net/bugs/336662
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 341596] [NEW] vmbuilder for vmserver fails with vmxtemplate undefined

2009-03-12 Thread spiceisland
Public bug reported:

Binary package hint: ubuntu-vm-builder

This is under Jaunty alpha 5(ish).

Having followed the instructions on
https://help.ubuntu.com/8.10/serverguide/C/jeos-and-vmbuilder.html, I
managed to install ubuntu-vm-builder and get apt-proxy installed and
running in order to create a kvm-based ubunt-hardy image thus:

vmbuilder kvm ubuntu --suite hardy --flavour virtual --arch i386 -o
--mirror http://localhost:/ubuntu --addpkg acpid

The resulting image boots quite happily under kvm.

I then decided to re-run the command to produce a VMWare Server
equivalent:

vmbuilder vmserver ubuntu --suite hardy --flavour virtual --arch i386 -o
--mirror http://localhost:/ubuntu --addpkg acpid

This NEARLY works, but dies at the last moment:

...
2009-03-12 08:43:47,352 INFO Copying to disk images
2009-03-12 08:44:21,273 INFO Installing bootloader
2009-03-12 08:44:24,119 INFO Unmounting target filesystem
2009-03-12 08:44:24,414 INFO Converting /tmp/vmbuilderB4UNWR/disk0.img to 
vmdk, format ubuntu-vmserver/disk0.vmdk
2009-03-12 08:44:55,874 INFO Cleaning up
Traceback (most recent call last):
  File "/usr/bin/vmbuilder", line 29, in 
VMBuilder.run()
  File "/usr/lib/python2.6/dist-packages/VMBuilder/__init__.py", line 66, in run
frontend.run()
  File "/usr/lib/python2.6/dist-packages/VMBuilder/plugins/cli/__init__.py", 
line 67, in run
vm.create()
  File "/usr/lib/python2.6/dist-packages/VMBuilder/vm.py", line 463, in create
self.deploy()
  File "/usr/lib/python2.6/dist-packages/VMBuilder/vm.py", line 184, in deploy
getattr(self.hypervisor, 'deploy')()
  File "/usr/lib/python2.6/dist-packages/VMBuilder/plugins/vmware/vm.py", line 
46, in deploy
vmdesc = VMBuilder.util.render_template('vmware', self.vm, vmxtemplate, { 
'disks' : self.disks(), 'vmhwversion' : self.vmhwversion, 'cpu' : self.vm.cpu, 
'mem' : self.vm.mem, 'hostname' : self.vm.hostname, 'arch' : self.vm.arch, 
'guestos' : (self.vm.arch == 'amd64' and 'ubuntu-64' or 'ubuntu') })
NameError: global name 'vmxtemplate' is not defined

I shall attach the output of re-running the command with the --debug
option ...

r...@graham-desktop:~# lsb_release -rd
Description:Ubuntu jaunty (development branch)
Release:9.04

r...@graham-desktop:~# apt-cache policy ubuntu-vm-builder
ubuntu-vm-builder:
  Installed: 0.10-0ubuntu1
  Candidate: 0.10-0ubuntu1
  Version table:
 *** 0.10-0ubuntu1 0
500 http://gb.archive.ubuntu.com jaunty/universe Packages
100 /var/lib/dpkg/status

** Affects: ubuntu-vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
vmbuilder for vmserver fails with vmxtemplate undefined
https://bugs.launchpad.net/bugs/341596
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 341596] Re: vmbuilder for vmserver fails with vmxtemplate undefined

2009-03-12 Thread spiceisland

** Attachment added: "vmbuilder.log.bz2"
   http://launchpadlibrarian.net/23775047/vmbuilder.log.bz2

-- 
vmbuilder for vmserver fails with vmxtemplate undefined
https://bugs.launchpad.net/bugs/341596
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 341596] Re: vmbuilder for vmserver fails with vmxtemplate undefined

2009-03-12 Thread spiceisland
** Description changed:

  Binary package hint: ubuntu-vm-builder
  
  This is under Jaunty alpha 5(ish).
  
  Having followed the instructions on
  https://help.ubuntu.com/8.10/serverguide/C/jeos-and-vmbuilder.html, I
  managed to install ubuntu-vm-builder and get apt-proxy installed and
- running in order to create a kvm-based ubunt-hardy image thus:
+ running in order to create a kvm-based ubuntu-hardy image thus:
  
  vmbuilder kvm ubuntu --suite hardy --flavour virtual --arch i386 -o
  --mirror http://localhost:/ubuntu --addpkg acpid
  
  The resulting image boots quite happily under kvm.
  
  I then decided to re-run the command to produce a VMWare Server
  equivalent:
  
  vmbuilder vmserver ubuntu --suite hardy --flavour virtual --arch i386 -o
  --mirror http://localhost:/ubuntu --addpkg acpid
  
  This NEARLY works, but dies at the last moment:
  
  ...
  2009-03-12 08:43:47,352 INFO Copying to disk images
  2009-03-12 08:44:21,273 INFO Installing bootloader
  2009-03-12 08:44:24,119 INFO Unmounting target filesystem
  2009-03-12 08:44:24,414 INFO Converting /tmp/vmbuilderB4UNWR/disk0.img to 
vmdk, format ubuntu-vmserver/disk0.vmdk
  2009-03-12 08:44:55,874 INFO Cleaning up
  Traceback (most recent call last):
File "/usr/bin/vmbuilder", line 29, in 
  VMBuilder.run()
File "/usr/lib/python2.6/dist-packages/VMBuilder/__init__.py", line 66, in 
run
  frontend.run()
File "/usr/lib/python2.6/dist-packages/VMBuilder/plugins/cli/__init__.py", 
line 67, in run
  vm.create()
File "/usr/lib/python2.6/dist-packages/VMBuilder/vm.py", line 463, in create
  self.deploy()
File "/usr/lib/python2.6/dist-packages/VMBuilder/vm.py", line 184, in deploy
  getattr(self.hypervisor, 'deploy')()
File "/usr/lib/python2.6/dist-packages/VMBuilder/plugins/vmware/vm.py", 
line 46, in deploy
  vmdesc = VMBuilder.util.render_template('vmware', self.vm, vmxtemplate, { 
'disks' : self.disks(), 'vmhwversion' : self.vmhwversion, 'cpu' : self.vm.cpu, 
'mem' : self.vm.mem, 'hostname' : self.vm.hostname, 'arch' : self.vm.arch, 
'guestos' : (self.vm.arch == 'amd64' and 'ubuntu-64' or 'ubuntu') })
  NameError: global name 'vmxtemplate' is not defined
  
  I shall attach the output of re-running the command with the --debug
  option ...
  
  r...@graham-desktop:~# lsb_release -rd
  Description:  Ubuntu jaunty (development branch)
  Release:  9.04
  
  r...@graham-desktop:~# apt-cache policy ubuntu-vm-builder
  ubuntu-vm-builder:
Installed: 0.10-0ubuntu1
Candidate: 0.10-0ubuntu1
Version table:
   *** 0.10-0ubuntu1 0
  500 http://gb.archive.ubuntu.com jaunty/universe Packages
  100 /var/lib/dpkg/status

-- 
vmbuilder for vmserver fails with vmxtemplate undefined
https://bugs.launchpad.net/bugs/341596
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 208853] Re: App running under Wine does not refresh the screen

2009-01-06 Thread spiceisland
Scott,

I've reproduced the problem against Wine 1.1.12 under Ubuntu 8.10 and
added comments and attachments to the Wine bug report
(http://bugs.winehq.org/show_bug.cgi?id=12283).

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 296701] Re: evince crashes on .ps file

2008-12-21 Thread spiceisland
Okay, I get the same problem from evince trying to view output from the
pcal program.

I've attached the pcal calendar input file. I generate the .ps file via:

pcal -f dates.cal -o 2009.ps -P a4 -F 1 -n /12 2009

Run "evince 2009.ps" and get the following output:

evince: /build/buildd/cairo-1.8.0/src/cairo-xlib-surface.c:934:
_draw_image_surface: Assertion `ret != 0' failed.

Run gdb on the evince binary and do a backtrace:

#0  0xb7ffe430 in __kernel_vsyscall ()
#1  0xb7313880 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7315248 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xb730c72e in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
#4  0xb7806bb6 in _draw_image_surface (surface=0x86c64b0, image=0x0, src_x=0, 
src_y=0, width=1035, height=731, dst_x=0, dst_y=0)
at /build/buildd/cairo-1.8.0/src/cairo-xlib-surface.c:966
#5  0xb780a83a in _cairo_xlib_surface_clone_similar (
abstract_surface=0x86c0d00, src=0xb621ae00, src_x=0, src_y=0, width=1035, 
height=731, clone_out=0xbfbfd538)
at /build/buildd/cairo-1.8.0/src/cairo-xlib-surface.c:1171
#6  0xb77ef7f3 in _cairo_surface_clone_similar (surface=0x86c0d00, 
src=0xb621ae00, src_x=0, src_y=0, width=1035, height=731, 
clone_out=0xbfbfd538) at /build/buildd/cairo-1.8.0/src/cairo-surface.c:1144
#7  0xb77e5939 in _cairo_pattern_acquire_surface (pattern=0xbfbfd33c, 
dst=0x86c0d00, x=8, y=6, width=1035, height=731, surface_out=0xbfbfd538, 
attributes=0xbfbfd4e4)
at /build/buildd/cairo-1.8.0/src/cairo-pattern.c:1831
#8  0xb77e6fac in _cairo_pattern_acquire_surfaces (src=0x86c5dd0, mask=0x0, 
dst=0x86c0d00, src_x=8, src_y=6, mask_x=8, mask_y=6, width=1035, 
height=731, src_out=0xbfbfd538, mask_out=0xbfbfd534, 
src_attributes=0xbfbfd4e4, mask_attributes=0xbfbfd49c)
at /build/buildd/cairo-1.8.0/src/cairo-pattern.c:2019
#9  0xb780a327 in _cairo_xlib_surface_composite (op=CAIRO_OPERATOR_OVER, 
src_pattern=0x86c5dd0, mask_pattern=0x0, abstract_dst=0x86c0d00, src_x=8, 
src_y=6, mask_x=8, mask_y=6, dst_x=8, dst_y=6, width=1035, height=731)
at /build/buildd/cairo-1.8.0/src/cairo-xlib-surface.c:1662
#10 0xb77ef549 in _cairo_surface_composite (op=CAIRO_OPERATOR_OVER, 
src=0x86c5dd0, mask=0x0, dst=0x86c0d00, src_x=8, src_y=6, mask_x=8, 
mask_y=6, dst_x=8, dst_y=6, width=1035, height=731)
at /build/buildd/cairo-1.8.0/src/cairo-surface.c:1275
#11 0xb77f1b0f in _clip_and_composite_trapezoids (src=0x86c5dd0, 
op=CAIRO_OPERATOR_OVER, dst=0x86c0d00, traps=0xbfbfd794, clip=0x0, 
antialias=CAIRO_ANTIALIAS_NONE)
at /build/buildd/cairo-1.8.0/src/cairo-surface-fallback.c:449
#12 0xb77f213a in _cairo_surface_fallback_paint (surface=0x86c0d00, 
op=CAIRO_OPERATOR_OVER, source=0x86c5dd0)
at /build/buildd/cairo-1.8.0/src/cairo-surface-fallback.c:704
#13 0xb77eeca6 in _cairo_surface_paint (surface=0x86c0d00, 
op=CAIRO_OPERATOR_OVER, source=0xbfbfd884)
at /build/buildd/cairo-1.8.0/src/cairo-surface.c:1480
#14 0xb77d656e in _cairo_gstate_paint (gstate=0x86c0e98)
at /build/buildd/cairo-1.8.0/src/cairo-gstate.c:857
#15 0xb77d0893 in *INT_cairo_paint (cr=0x86c6120)
at /build/buildd/cairo-1.8.0/src/cairo.c:1936
#16 0x0807b150 in ?? ()
#17 0xb7d00036 in _gtk_marshal_BOOLEAN__BOXED (closure=0x8333718, 
return_value=0xbfbfdc40, n_param_values=2, param_values=0xb6212118, 
invocation_hint=0xbfbfdc2c, marshal_data=0x86c6120)
at /build/buildd/gtk+2.0-2.14.4/gtk/gtkmarshalers.c:84
#18 0xb75253c9 in g_type_class_meta_marshal (closure=0x8333718, 
return_value=0xbfbfdc40, n_param_values=2, param_values=0xb6212118, 
invocation_hint=0xbfbfdc2c, marshal_data=0xc8)
at /build/buildd/glib2.0-2.18.2/gobject/gclosure.c:878
#19 0xb7526c4b in IA__g_closure_invoke (closure=0x8333718, 
return_value=0xbfbfdc40, n_param_values=2, param_values=0xb6212118, 
invocation_hint=0xbfbfdc2c)
at /build/buildd/glib2.0-2.18.2/gobject/gclosure.c:767
#20 0xb753cd3d in signal_emit_unlocked_R (node=0x83323a8, detail=0, 
instance=0x85e6020, emission_return=0xbfbfdd78, 
instance_and_params=0xb6212118)
at /build/buildd/glib2.0-2.18.2/gobject/gsignal.c:3282
#21 0xb753e62b in IA__g_signal_emit_valist (instance=0x85e6020, signal_id=51, 
detail=0, var_args=0xbfbfddd0 "�ݿ�\204޿� `^\bv��� `^\bP�2\b")
at /build/buildd/glib2.0-2.18.2/gobject/gsignal.c:2987
#22 0xb753ec26 in IA__g_signal_emit (instance=0x85e6020, signal_id=51, 
detail=0) at /build/buildd/glib2.0-2.18.2/gobject/gsignal.c:3034
#23 0xb7e1533e in gtk_widget_event_internal (widget=0x85e6020, 
event=0xbfbfde84) at /build/buildd/gtk+2.0-2.14.4/gtk/gtkwidget.c:4745
#24 0xb7cfa13d in IA__gtk_main_do_event (event=0xbfbfde84)
at /build/buildd/gtk+2.0-2.14.4/gtk/gtkmain.c:1553
#25 0xb79379b5 in gdk_window_process_updates_internal (window=0x867f418)
at /build/buildd/gtk+2.0-2.14.4/gdk/gdkwindow.c:2598
#26 0xb7937fcf in IA__gdk_window_process_all_updates ()
at /build/buildd/gtk+2.0-2.14.4/gdk/gdk

[Bug 296701] Re: evince crashes on .ps file

2008-12-21 Thread spiceisland
Sigh! I wish you could more than one attachment at a time!

Anyway, added the resulting .ps file with the last attachment, THIS is
the input .cal file ...

The command line for running pcal I use is:

pcal -f dates.cal -o 2009.ps -P a4 -F 1 -n /12 2009


** Attachment added: "dates.cal"
   http://launchpadlibrarian.net/20621326/dates.cal

-- 
evince crashes on .ps file
https://bugs.launchpad.net/bugs/296701
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 296701] Re: evince crashes on .ps file

2008-12-21 Thread spiceisland
If I convert the ps to pdf (e.g. "ps2pdf 2009.ps 2009.pdf"), evince
works fine on the resulting pdf ...

-- 
evince crashes on .ps file
https://bugs.launchpad.net/bugs/296701
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 336662] Re: minicom continually resizes gnome-terminal in jaunty

2009-03-17 Thread spiceisland
The latest gnome packages (looks like 2.26 is about to be formally
released) for Jaunty appear to have fixed this problem.

At least, I can start minicom (with nothing attached to the serial port)
and the resizing problem does not occur.

I'll try it out properly when I get into work tomorrow, but fingers
crossed!

-- 
minicom continually resizes gnome-terminal in jaunty
https://bugs.launchpad.net/bugs/336662
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 336662] Re: minicom continually resizes gnome-terminal in jaunty

2009-03-18 Thread spiceisland
Sigh!

One step forward ...

The resizing problem has gone away in as much as I can start minicom and
talk through the serial port without the gnome-terminal continually
resizing.

However, I can no longer resize the gnome-terminal horizontally ?!?!

I can change the size vertically (e.g. make the window 80x40 instead of
80x24).

However, when I try and grow the windows sizeways (I would like 132x24),
the window resizes while I drag the window frame, but when I release the
frame, it snaps back to the original size (80x24).

-- 
minicom continually resizes gnome-terminal in jaunty
https://bugs.launchpad.net/bugs/336662
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 336662] Re: minicom continually resizes gnome-terminal in jaunty

2009-03-18 Thread spiceisland
$ apt-cache policy minicom gnome-terminal
minicom:
  Installed: 2.3-1ubuntu1
  Candidate: 2.3-1ubuntu1
  Version table:
 *** 2.3-1ubuntu1 0
500 http://gb.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status
gnome-terminal:
  Installed: 2.26.0-0ubuntu1
  Candidate: 2.26.0-0ubuntu1
  Version table:
 *** 2.26.0-0ubuntu1 0
500 http://gb.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

-- 
minicom continually resizes gnome-terminal in jaunty
https://bugs.launchpad.net/bugs/336662
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 336662] Re: minicom continually resizes gnome-terminal in jaunty

2009-03-19 Thread spiceisland
One further nugget for you ...

If I start a new gnome-terminal, resize it to 132x24 and THEN start
minicom, the gnome-terminal then resizes itself back to 80x24 and then
ignores further requests tp horizontally resize.

Seems to be working fine apart from that ...

-- 
minicom continually resizes gnome-terminal in jaunty
https://bugs.launchpad.net/bugs/336662
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 336662] [NEW] minicom continually resizes gnome-terminal in jaunty

2009-03-02 Thread spiceisland
Public bug reported:

Installed jaunty alpha 5 from scratch on dell d620.

Configured defaults for minicom to use ttyS0 and no rtscts hardware flow
control.

Start minicom as non-root user. This is with the serial port not
connected to anything.

Gnome-terminal hosting minicom goes into endless cycle of resizing to 1,
2, 3, ... 24 lines and back again.

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

-- 
minicom continually resizes gnome-terminal in jaunty
https://bugs.launchpad.net/bugs/336662
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 336662] Re: minicom continually resizes gnome-terminal in jaunty

2009-03-02 Thread spiceisland
This worked fine on the same system when intrepid was installed.

Running with the nVidia X11 driver installed and without any compiz
special effects.

-- 
minicom continually resizes gnome-terminal in jaunty
https://bugs.launchpad.net/bugs/336662
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 337770] [NEW] /etc/security/limits.conf is ignored in jaunty

2009-03-04 Thread spiceisland
Public bug reported:

Binary package hint: libpam-modules

We want to increase the maximum size of all message-queues created by a
particular user. The current limit is 800K, we want it to be 2M.

In the past (hardy, intrepid), we have added the following two lines to
/etc/security/limits.conf:

*   softmsgqueue3276800
*   hardmsgqueue3276800

Now, adding those two lines into the same file in jaunty (alpha 5) has
no effect. When our program calls setrlimit() to increase
RLIMIT_MSGQUEUE to 2M, the call fails with EPERM.

r...@ubiq-dell12:~# apt-cache policy libpam-modules
libpam-modules:
  Installed: 1.0.1-7ubuntu1
  Candidate: 1.0.1-7ubuntu1
  Version table:
 *** 1.0.1-7ubuntu1 0
500 http://gb.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status
r...@ubiq-dell12:~#

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

-- 
/etc/security/limits.conf is ignored in jaunty
https://bugs.launchpad.net/bugs/337770
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 337770] Re: /etc/security/limits.conf is ignored in jaunty

2009-03-22 Thread spiceisland
*** This bug is a duplicate of bug 314222 ***
https://bugs.launchpad.net/bugs/314222

Yep, can confirm that the fix applied to
https://bugs.launchpad.net/ubuntu/+source/pam/+bug/314222 also fixes
this problem.

Good job.

-- 
/etc/security/limits.conf is ignored in jaunty
https://bugs.launchpad.net/bugs/337770
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 314222] Re: setting core dump size to above 0 does not work in /etc/security/limits.conf

2009-03-22 Thread spiceisland
Yep, can confirm that the fix for this problem also fixes
https://bugs.launchpad.net/ubuntu/+source/pam/+bug/337770.

Good job.

-- 
setting core dump size to above 0 does not work in /etc/security/limits.conf
https://bugs.launchpad.net/bugs/314222
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 254202] Re: server-error-internal-error while adding printer

2009-03-27 Thread spiceisland
Never came across this in Hardy, but have had it ever since I did a
fresh install of Jaunty Alpha 5 and it is still this today in Jaunty
Beta.

So, boot up. Switch on my printer (Kyocera FS-1020D attached via USB
cable). Bring up system-config-print 1.1.3. New Printer. It give me the
option of "Kyocera FS-1020D" ("A printer connected to a USB port.".
Select this and hit Forward. It fills in the fields for me (Printer
Name, Description and Location all look sensible). Hit Apply. Up pops a
dialog:

CUPS server error

There was an error during the CUPS operation: 'server-error-
internal-error'.

OK

Not okay, really.

/var/log/cups/error_log contains:

E [27/Mar/2009:20:19:37 +] CUPS-Add-Modify-Printer: Unauthorized
E [27/Mar/2009:20:19:40 +] [CGI] Could not determine driver name for 
Kyocera-FS-1020D-gutenprint.ppd!
E [27/Mar/2009:20:19:40 +] copy_model: empty PPD file!
E [27/Mar/2009:20:19:40 +] PID 3341 (/usr/lib/cups/daemon/cups-driverd) 
stopped with status 9!

/var/log/cups/access_log contains:
localhost - - [27/Mar/2009:20:19:14 +] "POST / HTTP/1.1" 200 411 
CUPS-Get-Printers successful-ok
localhost - - [27/Mar/2009:20:19:14 +] "POST / HTTP/1.1" 200 411 
CUPS-Get-Classes successful-ok
localhost - - [27/Mar/2009:20:19:14 +] "POST / HTTP/1.1" 200 72 
CUPS-Get-Default client-error-not-found
localhost - - [27/Mar/2009:20:19:14 +] "POST / HTTP/1.1" 200 409 
CUPS-Get-Printers successful-ok
localhost - - [27/Mar/2009:20:19:14 +] "POST / HTTP/1.1" 200 411 
CUPS-Get-Printers successful-ok
localhost - - [27/Mar/2009:20:19:14 +] "POST / HTTP/1.1" 200 411 
CUPS-Get-Classes successful-ok
localhost - - [27/Mar/2009:20:19:14 +] "POST / HTTP/1.1" 200 72 
CUPS-Get-Default client-error-not-found
localhost - - [27/Mar/2009:20:19:14 +] "POST / HTTP/1.1" 200 177 
CUPS-Get-Printers successful-ok
localhost - - [27/Mar/2009:20:19:14 +] "POST / HTTP/1.1" 200 2003 
CUPS-Get-Devices -
localhost - - [27/Mar/2009:20:19:16 +] "POST / HTTP/1.1" 200 2154451 
CUPS-Get-PPDs -
localhost - - [27/Mar/2009:20:19:24 +] "POST / HTTP/1.1" 200 155 
Get-Notifications successful-ok
localhost - - [27/Mar/2009:20:19:22 +] "POST / HTTP/1.1" 200 2154451 
CUPS-Get-PPDs -
localhost - - [27/Mar/2009:20:19:29 +] "POST / HTTP/1.1" 200 203 
CUPS-Get-PPD -
localhost - - [27/Mar/2009:20:19:37 +] "POST /admin/ HTTP/1.1" 401 283 
CUPS-Add-Modify-Printer successful-ok
localhost - root [27/Mar/2009:20:19:37 +] "POST /admin/ HTTP/1.1" 200 283 
CUPS-Add-Modify-Printer server-error-internal-error

/var/log/messages contains:
Mar 27 20:18:21 graham-desktop kernel: [   92.957855] usblp0: USB Bidirectional 
printer dev 2 if 0 alt 0 proto 2 vid 0x0482 pid 0x000E
Mar 27 20:18:21 graham-desktop kernel: [   92.957881] usbcore: registered new 
interface driver usblp
Mar 27 20:19:16 graham-desktop python: [3315]: warning: CUPSEXT could not be 
loaded. Please check HPLIP installation.
Mar 27 20:19:22 graham-desktop python: [3328]: warning: CUPSEXT could not be 
loaded. Please check HPLIP installation.

/var/log/syslog contains:

Mar 27 20:18:16 graham-desktop kernel: [   87.720025] usb 4-2: new full speed 
USB device using uhci_hcd and address 2
Mar 27 20:18:21 graham-desktop kernel: [   92.904218] usb 4-2: configuration #1 
chosen from 1 choice
Mar 27 20:18:21 graham-desktop kernel: [   92.957855] usblp0: USB Bidirectional 
printer dev 2 if 0 alt 0 proto 2 vid 0x0482 pid 0x000E
Mar 27 20:18:21 graham-desktop kernel: [   92.957881] usbcore: registered new 
interface driver usblp
Mar 27 20:18:21 graham-desktop hal_lpadmin: Running hal_lpadmin
Mar 27 20:18:22 graham-desktop hal_lpadmin: hal_lpadmin triggered by low-level 
USB device
Mar 27 20:18:23 graham-desktop hal_lpadmin: Getting device ID from the usblp 
HAL entry ...
Mar 27 20:18:23 graham-desktop hal_lpadmin: Device ID for /dev/usb/lp0: 
MFG:Kyocera;MDL:FS-1020D;DES:Kyocera Mita 
FS-1020D;CMD:PCLXL,PostScript,Emulation,PCL5E,PJL;
Mar 27 20:18:23 graham-desktop hal_lpadmin: Written device ID into HAL database 
entry: MFG:Kyocera;MDL:FS-1020D;DES:Kyocera Mita 
FS-1020D;CMD:PCLXL,PostScript,Emulation,PCL5E,PJL;
Mar 27 20:18:23 graham-desktop hal_lpadmin: add
Mar 27 20:18:23 graham-desktop hal_lpadmin: Printer reported by HAL: Kyocera 
FS-1020D XHW4203971
Mar 27 20:18:23 graham-desktop hal_lpadmin: URIs: 
['usb://Kyocera/FS-1020D?serial=XHW4203971', 
'hal:///org/freedesktop/Hal/devices/usb_device_482_e_XHW4203971_if0_printer_noserial']
Mar 27 20:18:23 graham-desktop hal_lpadmin: HPLIP Fax URIs: None
Mar 27 20:18:23 graham-desktop hal_lpadmin: Calling GetReady
Mar 27 20:18:41 graham-desktop hal_lpadmin: Device ID: 
MFG:Kyocera;MDL:FS-1020D;DES:Kyocera Mita 
FS-1020D;CMD:PCLXL,PostScript,Emulation,PCL5E,PJL; 
URI:usb://Kyocera/FS-1020D?serial=XHW4203971
Mar 27 20:18:43 graham-desktop hal_lpadmin: PPD: 
foomatic:Kyocera-FS-1020D-gutenprint.ppd; Status: 0
Mar 27 20:18:46 graham-desktop hal_lpadmin: File 
"/usr/lib/hal/scripts/hal_lpadmin", 

[Bug 254202] Re: server-error-internal-error while adding printer

2009-03-27 Thread spiceisland
Trying to add the printer via Firefox (http://localhost:631/) does not
get you any further. It finds the printer but fails at the last step
with "Unable to copy PPD file!".

On the plus side, I am able to add my Canon Pixma iP3000 (also attached
via USB) quite happily. This seems to involve downloading the PPD file
from somewhere instead ...

-- 
server-error-internal-error while adding printer
https://bugs.launchpad.net/bugs/254202
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 254202] Re: server-error-internal-error while adding printer

2009-03-28 Thread spiceisland
This morning's updates to cups have vastly improved the behaviour of the
webgui (http://localhost:631/). I can now delete all of the dodgy partly
created printers and start again. I can then go on to successfully
create a new Kyocera printer (using the "Kyocera Mita" PPD rather than
the Gutenprint "Kyocera" PPD. The former seems to work better than the
latter.

The system-config-print is still a disaster and still gives the same,
broken, results.

r...@graham-desktop:/etc/readahead# apt-cache policy cups
cups:
  Installed: 1.3.9-16
  Candidate: 1.3.9-16
  Version table:
 *** 1.3.9-16 0
500 http://gb.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

r...@graham-desktop:/etc/readahead# apt-cache policy system-config-printer-gnome
system-config-printer-gnome:
  Installed: 1.1.3+git20090218-0ubuntu14
  Candidate: 1.1.3+git20090218-0ubuntu14
  Version table:
 *** 1.1.3+git20090218-0ubuntu14 0
500 http://gb.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

-- 
server-error-internal-error while adding printer
https://bugs.launchpad.net/bugs/254202
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 359473] Re: vmbuilder crashed with NameError in deploy()

2009-04-11 Thread spiceisland

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/25236033/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/25236034/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/25236035/ProcStatus.txt

** Attachment added: "Traceback.txt"
   http://launchpadlibrarian.net/25236036/Traceback.txt

** Visibility changed to: Public

-- 
vmbuilder crashed with NameError in deploy()
https://bugs.launchpad.net/bugs/359473
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 341596] Re: vmbuilder for vmserver fails with vmxtemplate undefined

2009-04-11 Thread spiceisland
I've created an apport-generated duplicate of this bug report over at
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/359473.

This problem still occurs with the 0.10-0ubuntu2 release of ubuntu-vm-
builder.

-- 
vmbuilder for vmserver fails with vmxtemplate undefined
https://bugs.launchpad.net/bugs/341596
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 147517] Re: ipw3945 driver missing from non-generic kernel

2007-10-06 Thread spiceisland
Sorry, this is not the same bug. This bug concerns the -386 kernels.
I've always had complete success with the -generic ones (and have
actually abandoned trying to use the -386 ones as they are probably
slower than the -generic kernels if you're one faster hardware).

Anyway, I had the same trouble as you, the -13-generic kernel not
allowing ipw3945 (or nvidia, for that matter) to work.

This seems to have been caused by a missing linux package for the
restricted drivers for the -13-generic kernel. I've just done a
synaptic-update and the missing package has appeared and after
installing and rebooting both the ipw3945 and nvidia drivers are working
quite happily.

As I've lost interest in getting the -13-386 kernel to run on the Dell
D620 (I've realised that my other two machines are also running just the
-generic kernel), suggest this bug-report is killed as "no fix".

-- 
ipw3945 driver missing from non-generic kernel
https://bugs.launchpad.net/bugs/147517
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145486] Re: gcc should support update-alternatives

2007-09-30 Thread spiceisland
Please can I vote for this enhancement too?

Frankly, I find it bizarre that a system, with at least five C++
compilers (g++ versions 2.95, 3.3, 3.4, 4.1 and 4.2) available, can't
easily nominate a default compiler using the Debian alternatives system.
Shame on you.

I would welcome pointers to information about making gcc/g++ work with
said alternatives system so that I can better appreciate why the above
statement shows that I do not understand how hard this is to implement !

-- 
gcc should support update-alternatives
https://bugs.launchpad.net/bugs/145486
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 147517] ipw3945 driver missing from non-generic kernel

2007-09-30 Thread spiceisland
Public bug reported:

My laptop is a Dell D620 with an Intel 3945 wireless networking adaptor.
I've been using Ubuntu 07.04 with no problems.

I performed an upgrade to 07.10 beta and (as of 10 minutes ago) all the
latest updates.

If I boot into the (default) 2.6.22-12-386 kernel, my wireless hardware
is not seen. Doing an lsmod does not list the ipw3945 driver as being
loaded and doing a modprobe shows the driver to be absent.

Booting into the 2.6.22-12-generic kernel fixes everything.

[EMAIL PROTECTED]:~# cd /lib/modules/
[EMAIL PROTECTED]:/lib/modules# 
[EMAIL PROTECTED]:/lib/modules# ls
2.6.22-12-386  2.6.22-12-generic
[EMAIL PROTECTED]:/lib/modules# find . -name '*ipw*'
./2.6.22-12-386/kernel/drivers/usb/serial/ipw.ko
./2.6.22-12-386/kernel/drivers/net/wireless/ipw2200.ko
./2.6.22-12-386/kernel/drivers/net/wireless/ipw2100.ko
./2.6.22-12-generic/ubuntu/wireless/ipw3945
./2.6.22-12-generic/ubuntu/wireless/ipw3945/ipw3945.ko
./2.6.22-12-generic/kernel/drivers/usb/serial/ipw.ko
./2.6.22-12-generic/kernel/drivers/net/wireless/ipw2200.ko
./2.6.22-12-generic/kernel/drivers/net/wireless/ipw2100.ko
[EMAIL PROTECTED]:/lib/modules# 

Now, a search on which package supplies the ipw3945.ko module:

[EMAIL PROTECTED]:/lib/modules# dpkg -S 
/lib/modules/2.6.22-12-generic/ubuntu/wireless/ipw3945/ipw3945.ko
linux-ubuntu-modules-2.6.22-12-generic: 
/lib/modules/2.6.22-12-generic/ubuntu/wireless/ipw3945/ipw3945.ko

After the upgrade, I appear to have linux-ubuntu-
modules-2.6.22-12-generic installed but not the equivalent one for the
-386 kernel.

Do I just want to go through all of the installed -generic packages and
install the equivalent -386 ones?

Or, I notice that I have the linux-image-generic (meta) package
installed, should I just install the linux-image-386 one as well?

How come the upgrade to Gutsy did not do this for me?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
ipw3945 driver missing from non-generic kernel
https://bugs.launchpad.net/bugs/147517
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 147517] Re: ipw3945 driver missing from non-generic kernel

2007-09-30 Thread spiceisland
That's a shame.

I went ahead and installed the linux-image-386 meta package. The only
real package this pulled in was the missing linux-ubuntu-
modules-2.6.22-12-386 one.

I rebooted into the -386 kernel and the wireless device STILL does NOT
work. Ho hum.

[EMAIL PROTECTED]:~# cd /lib/modules
[EMAIL PROTECTED]:/lib/modules# find . -name '*ipw3945*'
./2.6.22-12-386/ubuntu/wireless/ipw3945
./2.6.22-12-386/ubuntu/wireless/ipw3945/ipw3945.ko
./2.6.22-12-generic/ubuntu/wireless/ipw3945
./2.6.22-12-generic/ubuntu/wireless/ipw3945/ipw3945.ko

[EMAIL PROTECTED]:/lib/modules# modprobe ipw3945
FATAL: Module ipw3945 not found.
2007-10-01 06:15:59: ERROR: Could not find Intel PRO/Wireless 3945ABG Network 
Connection

Is there something that needs to be run after installing the package to
make it find the new driver? 'depmod -a' or something? Shouldn't this be
done as a consequence of installing the package?

Bit stuck now. Well, happy enough to continue using the -generic kernel
I suppose.

-- 
ipw3945 driver missing from non-generic kernel
https://bugs.launchpad.net/bugs/147517
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 208853] Re: App running under Wine does not refresh the screen

2008-04-17 Thread spiceisland
Okay, been playing with old versions for a few days now, so here is the
latest update.

The original "Minimising and then maximising the Source Insight window
itself" (aka "Problem (2)") seems to have been fixed in the move from
0.9.58 to 0.9.59, and I see that Hardy has been updated to that release
of Wine.

The other problem (aka "Opening a new source-file window and moving it.
Also resizing an existing window" or "Problem (1)") is still present in
0.9.59 and can be "seen in action" via that wine-refresh.swf attachment.

I've been slowly going back through the previous releases of Wine and
have landed on 0.9.53 as the LAST good Wine release that does not
exhibit "Problem (1)". Moving to 0.9.54 brings the problem back again.

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] Re: App running under Wine does not refresh the screen

2008-04-02 Thread spiceisland
Well, I can confirm that the "minimising and maximising" problem (number
2, above) was broken in the move from 0.9.56 to 0.9.57.

Unfortunately, the "sub-window visual artefacts corruption" problem
(number 1, above) is still present in 0.9.56. So I'll have to perform
some more building of previous versions to see where that problem was
introduced.

0.9.46 is still a star release, though!

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] [NEW] App running under Wine does not refresh the screen

2008-03-29 Thread spiceisland
Public bug reported:

Binary package hint: wine

I have installed Source Insight, v3.50.0058
(http://www.sourceinsight.com), under Wine (0.9.58-0ubuntu2) under Hardy
Beta.

Source Insight is a code editor and browser. You can install a time-
limited copy if you want.

Anyway, having used this under Wine under Ubuntu for 18 months, with
only a couple of niggly problems, I decided to upgrade (by doing a wipe
+ fresh install) to Hardy Beta. Since then, Source Insight has exhibited
major problems.

These all centre around NOT refreshing the screen after things happen:

(1) Opening a new source-file window and moving it. Also resizing an
existing window.

(2) Minimising and then maximising the Source Insight window itself.

In both cases, the screen inside the Source Insight window does not
refresh. Moving the window around the screen does nothing (except get a
nice swirly pattern of a repeating window title-bar inside the window
itself.

The only way I have found to cure the problem and make the window
refresh itself is to switch to the second workspace, wait a few seconds
(until the window with the "Go to left workspace ..." pops up) and then
switch back. THEN the window refreshes. Sometimes. If it does not,
switch to the other workspace again and wait longer before switching
back.

This is on a Dell D620 with an nVidia "G72M [Quadro NVS 110M/GeForce Go
7300]" and a second Dell 2007FP display attached. I'm running the
graphics in TwinView mode (which means a manually configured xorg.conf,
attached).

Going to System -> Preferences -> Appearance -> Visual Effects shows
that "None" is currently active.

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

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] Re: App running under Wine does not refresh the screen

2008-03-29 Thread spiceisland

** Attachment added: "xorg.conf"
   http://launchpadlibrarian.net/12965176/xorg.conf

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] Re: App running under Wine does not refresh the screen

2008-03-29 Thread spiceisland
The problem seems a LOT worse when running with the two displays and
with the Source Insight window on the second (non-laptop) display.

When running in single-display mode (i.e. at home instead of work), the
"new source file window" problem does not seem to occur so much. The
"minimising/maximising" problem occurs all the time, whatever the
display being used.

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] Re: App running under Wine does not refresh the screen

2008-03-30 Thread spiceisland
Yep, everything worked fine under Gutsy.

I guess the thing to do would be to build and try 0.9.46 under Hardy.
And then try 0.9.48 under Gutsy.

I'll try and do this in the next few days.

My gut(sy) feeling is that this is down to the new versions of Gnome
and/or X, but time will tell.

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] Re: App running under Wine does not refresh the screen

2008-03-30 Thread spiceisland
Sigh! Change that last comment to:

... then try 0.9.58 under Gutsy.

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] Re: App running under Wine does not refresh the screen

2008-03-30 Thread spiceisland
Scott, my gut feeling was wrong, which is why I'm not a wine/gnome/x
developer!

I downloaded, configured and built 0.9.46 under Hardy and Souce Insight
works fine.

So, I've just been doing a binary-search of download, build and test of
all versions between 0.9.46 and 0.9.58 and have found that ...

Source Insight works on versions upto (and including) 0.9.56 and fails
on versions 0.9.57 and later.

NOTE - this is just on checking case (2), above. I won't be able to able
to test it under dual-monitor mode until tomorrow, but I suspect that
the results will be the same ...

At least I can carry on using 0.9.56 until the problem is solved!

When I've tested 56 and 57 under dual-monitor mode tomorrow, I'll add a
comment to that winehq ticket you have created "upstream".

BTW - I've been configuring to build and install into
/usr/local/wine-0.9.5x and all works fine apart from the
minimise/maximise/close icons on the windows all missing. Will these
reappear if I configure and build to install under /usr instead? Or do I
have to apply your special, ubuntu-package-source "diff" file to get my
copy of wine to integrate into the O/S properly too?

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] Re: App running under Wine does not refresh the screen

2008-04-07 Thread spiceisland
Scott - I can confirm that the latest release of wine, 0.9.59, seems to
fix the "minimising and maximising" problem (number 2, above).

However, it still does not fix doing the same operations on sub-windows
within Source-Insight. Of course, this may be down to bugs in Source-
Insight itself, but suspect the developers of Source-Insight would argue
that "it works fine when run under Windows!" :-(

I have made a flash movie demonstrating the problem:

(1) Here I have created a project containing the source code for SQLite.

(2) I open up one source-file (journal.c) and then another (complete.c).

(3) I maximise the second source-file sub-window => screen corruption.

(4) I unmaximise this => still get screen corruption.

(5) I then move the second source-file sub-window around a bit => still
get screen corruption.


** Attachment added: "wine-refresh.swf"
   http://launchpadlibrarian.net/13165611/wine-refresh.swf

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] Re: App running under Wine does not refresh the screen

2008-04-07 Thread spiceisland
Sigh! Can't attach more than one file at a time!

Anyway, here is an html file to "drive" the flash file attached above.

** Attachment added: "wine-refresh.html"
   http://launchpadlibrarian.net/13165614/wine-refresh.html

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 543793] Re: wifi-radar crashed with KeyError in disconnect_interface()

2010-03-26 Thread Spiceisland
*** This bug is a duplicate of bug 450116 ***
https://bugs.launchpad.net/bugs/450116

Hello !

When I try and access the bug this is a duplicate of, I get a "Not allowed here
Sorry, you don't have permission to access this page." message ...

-- 
wifi-radar crashed with KeyError in disconnect_interface()
https://bugs.launchpad.net/bugs/543793
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 996091] Re: Can't drag a Chromium tab into another Chromium's window in Unity 2D

2012-05-18 Thread spiceisland
Playing with my desktop at home, I get the same behaviour as you, in
that tab-docking works in Unity and not in Unity 2D.

It is my laptop at work where I cannot get the tab-docking to work, in
either Unity OR Unity 2D.

I suspect my laptop is falling-back to Unity 2D. I can see the following
in my .xession-errors file:



gnome-session[13133]: WARNING: Session 'ubuntu' runnable check failed: Exited 
with code 1

(gnome-settings-daemon:13181): color-plugin-WARNING **: failed to get
edid: unable to get EDID for output

(gnome-settings-daemon:13181): color-plugin-WARNING **: unable to get
EDID for xrandr-default: unable to get EDID for output

(gnome-settings-daemon:13181): color-plugin-WARNING **: failed to reset 
xrandr-default gamma tables: gamma size is zero
unity-2d-shell: [DEBUG] bool KeyMonitor::registerEvents(): Could not open 
device:  Virtual core pointer
unity-2d-shell: [DEBUG] bool KeyMonitor::registerEvents(): Could not open 
device:  Virtual core keyboard
unity-2d-panel: [DEBUG] Scanning panel plugin directory 
"/usr/lib/unity-2d/plugins/panel"
unity-2d-panel: [DEBUG] Loading panel plugin: 
"/usr/lib/unity-2d/plugins/panel/libpanelplugin-appindicator.so"
unity-2d-panel: [DEBUG] Loading panel plugin: 
"/usr/lib/unity-2d/plugins/panel/libpanelplugin-appname.so"
unity-2d-panel: [DEBUG] Loading panel plugin: 
"/usr/lib/unity-2d/plugins/panel/libpanelplugin-indicator.so"
unity-2d-panel: [DEBUG] Loading panel plugin: 
"/usr/lib/unity-2d/plugins/panel/libpanelplugin-legacytray.so"
unity-2d-panel: [DEBUG] Loading panel plugin: 
"/usr/lib/unity-2d/plugins/panel/libpanelplugin-separator.so"

...

Ho hum.

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

Title:
  Can't drag a Chromium tab into another Chromium's window in Unity 2D

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/996091/+subscriptions

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


[Bug 1001284] [NEW] thunderbird indent text icon backwards

2012-05-18 Thread spiceisland
Public bug reported:

In 12.04, bring up mozilla thunderbird and start to compose a new mail.

The "indent text" icon is backwards and the same as the "outdent text"
one.

** Affects: mozilla-thunderbird (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/1001284

Title:
  thunderbird indent text icon backwards

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mozilla-thunderbird/+bug/1001284/+subscriptions

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


[Bug 1001284] Re: thunderbird indent text icon backwards

2012-05-18 Thread spiceisland
** Attachment added: "Screenshot from 2012-05-18 15:59:30.png"
   
https://bugs.launchpad.net/ubuntu/+source/mozilla-thunderbird/+bug/1001284/+attachment/3152295/+files/Screenshot%20from%202012-05-18%2015%3A59%3A30.png

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

Title:
  thunderbird indent text icon backwards

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mozilla-thunderbird/+bug/1001284/+subscriptions

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


[Bug 996091] Re: Can't drag a Chromium tab into another Chromium's window in Unity 2D

2012-05-16 Thread spiceisland
This also affects me when using Unity 3D (well, I think I'm using Unity
3D - is there an easy, or difficult, way to tell?).

I'm using an nVidia graphics card with two displays connected, if that
makes any difference.

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

Title:
  Can't drag a Chromium tab into another Chromium's window in Unity 2D

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/996091/+subscriptions

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


[Bug 996091] Re: Can't drag a Chromium tab into another Chromium's window in Unity 2D

2012-05-17 Thread spiceisland
Thanks for that. It looks like I'm using Unity (and NOT Unity 2D).

The plot thickens !

Also, different from you perhaps, this was an install-from-scratch and
not an upgrade (I was running 10.10 until 12.04 came out).

I wonder if it is anything to do with the window-focus mode being click-
to-focus ? I've always used focus-follows-mouse prior to Unity ...

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

Title:
  Can't drag a Chromium tab into another Chromium's window in Unity 2D

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/996091/+subscriptions

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


[Bug 996091] Re: Can't drag a Chromium tab into another Chromium's window in Unity 2D

2012-05-17 Thread spiceisland
Sigh! Forget that previous "wonder". I just switched to focus-follows-
mouse and the problem still occurs. So, scratch that idea.

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

Title:
  Can't drag a Chromium tab into another Chromium's window in Unity 2D

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/996091/+subscriptions

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


[Bug 996091] Re: Can't drag a Chromium tab into another Chromium's window in Unity 2D

2012-05-17 Thread spiceisland
Last comment (before I go for a coffee).

Noticed that firefox lets me undock a tab and then dock it back again.
When your dragged-tab approaches the other firefox window, you get a
little green-up-arrow appear when the other firefox window is ready to
accept your tab.

No such feedback with chromium, alas.

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

Title:
  Can't drag a Chromium tab into another Chromium's window in Unity 2D

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/996091/+subscriptions

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


[Bug 716640] Re: Shockwave Flash plugin crash

2011-02-19 Thread Spiceisland
Aaron - thanks for the tip concerning downgrading flash back to 10.1,
that works great.

I've also updated to Chromium beta (10.0.648.82) and have now started
getting the "can not run your plugin because it is out of date" message.

You can permanently disable this by starting chromium-browser with the
--allow-outdated-plugins argument.

I've added a chromium starter to my panel, brought up the properties and
added this to the command-line and it works great!

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

Title:
  Shockwave Flash plugin crash

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


[Bug 208853] Re: App running under Wine does not refresh the screen

2010-09-28 Thread Spiceisland
Well, I bit the bullet and installed-from-fresh Maverick beta following
by 1.3.3-0ubuntu1~maverickppa1 followed by Source Insight.

The problem still occurs :-(

Using nvidia driver with a second display and visual effects set to
"none".

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] Re: App running under Wine does not refresh the screen

2010-09-14 Thread Spiceisland
Yep, problem still there under Ubuntu 10.04 with Wine
1.2-1ubuntu1~lucidppa1

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] Re: App running under Wine does not refresh the screen

2010-09-19 Thread Spiceisland
rusivi1, thanks for taking an interest in this very old bug report.

Sadly, I'm stuck in Lucid until Maverick is released, so bear with me
until the end of next month when I can test whether the problem really
has been fixed. Also, I'm stuck on wine 1.2, dunno why lucidppa for wine
has not moved to 1.3.3, but hey ho.

Could you please have a look at the bug report I raised at WineHQ
(http://bugs.winehq.org/show_bug.cgi?id=12283#c16) and see if you can
(not) reproduce the problem using the method detailed there?

P. S. I can see that you've already commented in that bug report
(comment #27).

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] Re: App running under Wine does not refresh the screen

2010-09-20 Thread Spiceisland
rusivil - I've upgraded to 1.3.3-0ubuntu1~lucidppa1 (so, same version of
wine as you, just for Lucid instead of Maverick) and, following the
steps I detailed in http://bugs.winehq.org/show_bug.cgi?id=12283#c16, I
can confirm that the problem still exists.

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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 208853] Re: App running under Wine does not refresh the screen

2010-09-20 Thread Spiceisland
rusivil - re-reading your comment again, I thought that I'd better add
that I'm still using a second display screen and that my Visual Effects
are set to "None".

-- 
App running under Wine does not refresh the screen
https://bugs.launchpad.net/bugs/208853
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