Re: [Bug 156191] Re: Printing from Java does not work at all with cups > 1.2

2008-05-22 Thread Alex Grönholm
Greek Ordoño kirjoitti:
> This is already fix in openjdk-6-jre in hardy.
>
>   
Until a fixed version of Sun's JDK is released for Ubuntu, this bug 
should stay open.

-- 
Printing from Java does not work at all with cups > 1.2
https://bugs.launchpad.net/bugs/156191
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 156191] Printing from Java does not work at all in Gutsy

2007-10-23 Thread Alex Grönholm
Public bug reported:

Binary package hint: sun-java6-bin

Printing from Java applications is completely broken in Gutsy. Not even the 
print dialog will open. Attempting to print from Eclipse causes it to crash. 
Swing based applications will just display some other errors (one of them 
saying simply "null attribute"). Printing from native applications works.
A similar bug was reported earlier at 
https://bugs.launchpad.net/ubuntu/+source/sun-java5/+bug/86970 but it refers to 
the bug in Feisty that has already been fixed.

** Affects: sun-java6 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Printing from Java does not work at all in Gutsy
https://bugs.launchpad.net/bugs/156191
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 144277] Re: mouse sucks in linux

2007-09-26 Thread Alex Grönholm
Too bad the wheel tilt function does not work with that config. You have to use 
an actual event device for that.
So, use:

Option "Name" "*Mouse" 
Option "CorePointer"

instead of
Option "Device" "/dev/input/mice"

I tried it without the "CorePointer" option, and X11 does start but the
mouse didn't respond.

-- 
mouse sucks in linux
https://bugs.launchpad.net/bugs/144277
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


Re: [Bug 144277] Re: mouse sucks in linux

2007-09-26 Thread Alex Grönholm
mnemo wrote:
> I unsuccessfully tried this config (this is what you meant right,
> Alex?):
>
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "evdev"
> Option "Name" "*Mouse"
> Option "CorePointer"
> EndSection
>
> When I tried this config X.org would not start (I was left in a text
> based console).
>
>   
The "Name" option uses globbing to locate the device in the 
/dev/input/by-id directory. Maybe your mouse does not identify itself in 
the manner that is caught by the pattern above. In my case I have a 
"usb-Logitech_Logitech_USB_Gaming_Mouse-mouse" device in there. I 
haven't figured out how to make it work for all mice yet. What bugs me, 
however, is that xmodmap is still required to make the side buttons 
work. I was hoping that would change with Gutsy and X.org 7.3. In 
Windows, all mice work just fine by default without special drivers. Why 
can't it be the same in Linux?
On another note, what's the procedure necessary to join the 
ubuntu-devel-discussion list so that I could actually post in it?
> ** Summary changed:
>
> - mouse sucks in linux
> + Mouse movement quality in Ubuntu
>
> ** Summary changed:
>
> - Mouse movement quality in Ubuntu
> + Mouse latency (sweep-selection precision) in Ubuntu
>
>

-- 
Mouse latency (sweep-selection precision) in Ubuntu
https://bugs.launchpad.net/bugs/144277
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 144277] Re: Mouse latency (sweep-selection precision) in Ubuntu

2007-09-26 Thread Alex Grönholm
Oops, didn't realize the replies would post messages here directly.

-- 
Mouse latency (sweep-selection precision) in Ubuntu
https://bugs.launchpad.net/bugs/144277
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 144277] Re: Mouse latency (sweep-selection precision) in Ubuntu

2007-09-26 Thread Alex Grönholm
Yes, unfortunately * would also include keyboards, gamepads etc.
The "Name" option is not realiable enough to make it default for Gutsy.
The evdev man page (http://linux.die.net/man/4/evdev) suggests the following:

Section InputDevice 
Identifier mouse
Driver evdev
Option evBits  +1-2
Option keyBits ~272-287
Option relBits ~0-2 ~6 ~8
Option Pass3
EndSection

Tried that a few days ago but didn't work for me. X wouldn't even start.

-- 
Mouse latency (sweep-selection precision) in Ubuntu
https://bugs.launchpad.net/bugs/144277
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


Re: [Bug 156191] Re: Printing from Java does not work at all with cups > 1.2

2008-04-19 Thread Alex Grönholm
Matthias Klose wrote:
> please could you recheck with sun-java6 (b09) in hardy?
>
>   
I've been following the JRE release notes, and nothing in there suggests 
that this issue has been fixed.

-- 
Printing from Java does not work at all with cups > 1.2
https://bugs.launchpad.net/bugs/156191
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


Re: [Bug 156191] Re: Printing from Java does not work at all with cups > 1.2

2008-04-19 Thread Alex Grönholm
James Stansell wrote:
>> I've been following the JRE release notes, and nothing in there suggests
>> that this issue has been fixed.
>> 
>
> How about http://bugs.sun.com/view_bug.do?bug_id=6633656 and
> http://blogs.sun.com/darcy/entry/openjdk_6_sources_for_b09 ?
>
> Does openjdk-6 (6b09-0ubuntu2) correct this for you?
>
>   
According to the bug entry, the fix will be included in Sun JDK 6b10 
which hasn't been released yet and as such won't be in ubuntu 8.04.
However, OpenJDK indeed seems to have this fix in b09 already so yay for 
that.


** Attachment added: "unnamed"
   http://launchpadlibrarian.net/13584385/unnamed

-- 
Printing from Java does not work at all with cups > 1.2
https://bugs.launchpad.net/bugs/156191
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 156191] Re: Printing from Java does not work at all in Gutsy

2007-11-01 Thread Alex Grönholm
That setting didn't fix the problem. Here's what happens when a Java
application tries to open a print dialog:

...
Caused by: java.lang.NullPointerException: null attribute
at 
sun.print.IPPPrintService.isAttributeValueSupported(IPPPrintService.java:1147)
at 
sun.print.ServiceDialog$OrientationPanel.updateInfo(ServiceDialog.java:2121)
at 
sun.print.ServiceDialog$PageSetupPanel.updateInfo(ServiceDialog.java:1263)
at sun.print.ServiceDialog.updatePanels(ServiceDialog.java:437)
at sun.print.ServiceDialog.initPrintDialog(ServiceDialog.java:195)
at sun.print.ServiceDialog.(ServiceDialog.java:124)
at javax.print.ServiceUI.printDialog(ServiceUI.java:188)
at sun.print.RasterPrinterJob.printDialog(RasterPrinterJob.java:855)
at sun.print.PSPrinterJob.printDialog(PSPrinterJob.java:421)
...

-- 
Printing from Java does not work at all in Gutsy
https://bugs.launchpad.net/bugs/156191
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 559582] Re: Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall

2010-04-12 Thread Alex Grönholm
I had this problem too, with Ubuntu Karmic server. I was able to upgrade
the desktop version painlessly (with update manager).

-- 
Upgrade from karmic to lucid failes with Internal Error, Could not perform 
immediate configuration (2) on mountall
https://bugs.launchpad.net/bugs/559582
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 582585]

2020-07-16 Thread Alex Grönholm
This is what the attached script gives me now (Fedora 32, Glibc 2.31):

getaddrinfo host="None" hints.ai_flags=AI_ADDRCONFIG:
  ::1
  127.0.0.1
getaddrinfo host="localhost" hints.ai_flags=AI_ADDRCONFIG:
  ::1
  127.0.0.1
getaddrinfo host="127.0.0.1" hints.ai_flags=AI_ADDRCONFIG:
  127.0.0.1
getaddrinfo host="localhost4" hints.ai_flags=AI_ADDRCONFIG:
  127.0.0.1
getaddrinfo host="::1" hints.ai_flags=AI_ADDRCONFIG:
  ::1
getaddrinfo host="localhost6" hints.ai_flags=AI_ADDRCONFIG:
  ::1
getaddrinfo host="195.47.235.3" hints.ai_flags=AI_ADDRCONFIG:
  195.47.235.3
getaddrinfo host="2a02:38::1001" hints.ai_flags=AI_ADDRCONFIG:
  2a02:38::1001
getaddrinfo host="info.nix.cz" hints.ai_flags=AI_ADDRCONFIG:
  2a02:38::1001
  195.47.235.3
getaddrinfo host="www.google.com" hints.ai_flags=AI_ADDRCONFIG:
  2a00:1450:400f:809::2004
  172.217.21.132

So the output is fine now.
HOWEVER, if I query with family=AF_INET, I still get two results:
[(, , 6, '', ('127.0.0.1', 
0)),
 (, , 6, '', ('127.0.0.1', 
0))]

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

Title:
  getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

To manage notifications about this bug go to:
https://bugs.launchpad.net/eglibc/+bug/582585/+subscriptions

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

[Bug 788525] Re: updating to python2.6.7 in lucid and updating

2011-11-24 Thread Alex Grönholm
I just got hit by this. Why has this not gone forward since August?

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

Title:
  updating to python2.6.7 in lucid and updating

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.6/+bug/788525/+subscriptions

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


[Bug 760769] Re: Desktop stops responding to all keyboard and mouse clicks

2011-07-24 Thread Alex Grönholm
*** This bug is a duplicate of bug 762918 ***
https://bugs.launchpad.net/bugs/762918

I don't think this has anything to do with the screensaver. I have an HP
EliteBook 8540p with an nVidia video controller and fairly often I get
this same problem -- mouse moves around, apps work but the system
responds to no keypresses or mouse clicks. Killing gnome-session from
the console fixes the problem, but then I lose all unsaved data from the
apps. I don't have any of the compiz plugins enabled that ЯR disabled to
fix this issue. Are you sure that fixed it?

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

Title:
  Desktop stops responding to all keyboard and mouse clicks

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/760769/+subscriptions

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