[Bug 286672] Re: WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80()

2008-12-08 Thread Ilja Sekler
I get this warning on Intrepid resuming from suspend-to-RAM reproducibly
with the vanilla kernel 2.6.27.8 as well.

-- 
WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 
suspend_test_finish+0x74/0x80()
https://bugs.launchpad.net/bugs/286672
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 271283] Re: OpenOffice.org subpixel font rendering broken with new cairo

2008-12-03 Thread Ilja Sekler
A quick & dirty workaround at least for x86 and for now is to use cairo
and pango from hardy-updates. I apologize for misusing this bug for a
sort of a howto:

1. Download the packages from

http://packages.ubuntu.com/en/hardy-updates/libcairo2
http://packages.ubuntu.com/en/hardy-updates/libpango1.0-0

2. Unpack them

dpkg -x libcairo2_1.6.0-0ubuntu2_i386.deb .
dpkg -x libpango1.0-0_1.20.5-0ubuntu1_i386.deb .

3. Copy the content of the resulting usr/lib/ directory somewhere where
ld.so won't find it, like

sudo cp -r usr/lib /opt/

4. Load libpangocairo-1.0.so.0 and libcairo.so.2 prior to running
ooffice, maybe by placing something like

#!/bin/bash
LD_PRELOAD=/opt/lib/libpangocairo-1.0.so.0:/opt/lib/libcairo.so.2 \
/usr/bin/ooffice $1 $2
exit 0

as /usr/local/bin/ooffice and making it executable (please replace this
wrapper with a better one).

It is required to load libpangocairo prior to libcairo, otherwise
OpenOffice.org will crash opening the GTK filepicker. I haven't tested
with the amd64 Intrepid.

-- 
OpenOffice.org subpixel font rendering broken with new cairo
https://bugs.launchpad.net/bugs/271283
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 237330] [NEW] evince should use subpixel antialiasing for documents if the gconf key /desktop/gnome/font_rendering/antialiasing is set to "rgba"

2008-06-04 Thread Ilja Sekler
Public bug reported:

Binary package hint: evince

Evince always applies grayscale font smoothing to displayed documents.
It should be able to provide subpixel antialiasing to match the
appearance of the surrounding GNOME desktop too, if set so in gnome-
appearance-properties.

Steps to reproduce:

1. Set font smoothing to "Subpixel (LCDs)"

2. Open a PDF document with evince

3. Compare how menu fonts and document fonts are displayed.


Actual results:

Grayscale antialiasing for document fonts, subpixel antialiasing for
menu fonts.


Expected results:

Both menu and document fonts are rendered using subpixel antialiasing.


It may be a pure backend issue, please move then to poppler or something more 
appropriate.

Hardly possible that this bug has not been reported before, but I've
failed to find the original report.

Hardy Heron, evince 2.22.2-0ubuntu1

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

-- 
evince should use subpixel antialiasing for documents if the gconf key 
/desktop/gnome/font_rendering/antialiasing is set to "rgba"
https://bugs.launchpad.net/bugs/237330
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 237330] Re: evince should use subpixel antialiasing for documents if the gconf key /desktop/gnome/font_rendering/antialiasing is set to "rgba"

2008-06-04 Thread Ilja Sekler

** Attachment added: "A screenshot of eog showing a 400% zoomed screenshot of 
evince displaying a PDF document. It is clearly visible that the menu fonts are 
rendered using subpixel antialiasing but the document gets only grayscale 
antialiasing."
   http://launchpadlibrarian.net/14987137/pdf_evince_screenshot_zoomed.png

-- 
evince should use subpixel antialiasing for documents if the gconf key 
/desktop/gnome/font_rendering/antialiasing is set to "rgba"
https://bugs.launchpad.net/bugs/237330
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 237330] Re: evince should use subpixel antialiasing for documents if the gconf key /desktop/gnome/font_rendering/antialiasing is set to "rgba"

2008-06-04 Thread Ilja Sekler
** Description changed:

  Binary package hint: evince
  
  Evince always applies grayscale font smoothing to displayed documents.
  It should be able to provide subpixel antialiasing to match the
  appearance of the surrounding GNOME desktop too, if set so in gnome-
  appearance-properties.
  
- It may be a pure backend issue, please move then to poppler or something
- more appropriate.
+ Steps to reproduce:
+ 
+ 1. Set font smoothing to "Subpixel (LCDs)"
+ 
+ 2. Open a PDF document with evince
+ 
+ 3. Compare how menu fonts and document fonts are displayed.
+ 
+ 
+ Actual results:
+ 
+ Grayscale antialiasing for document fonts, subpixel antialiasing for
+ menu fonts.
+ 
+ 
+ Expected results:
+ 
+ Both menu and document fonts are rendered using subpixel antialiasing.
+ 
+ 
+ It may be a pure backend issue, please move then to poppler or something more 
appropriate.
  
  Hardly possible that this bug has not been reported before, but I've
  failed to find the original report.
  
  Hardy Heron, evince 2.22.2-0ubuntu1

-- 
evince should use subpixel antialiasing for documents if the gconf key 
/desktop/gnome/font_rendering/antialiasing is set to "rgba"
https://bugs.launchpad.net/bugs/237330
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 220469] Re: nv driver gives grainy/blurred output GF FX Go 5200

2008-05-16 Thread Ilja Sekler
Reducing color depth to 16bpp works around this issue. The problem is
not new: I saw it already a year ago on Fedora 7 live CD.

-- 
nv driver gives grainy/blurred output GF FX Go 5200
https://bugs.launchpad.net/bugs/220469
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 286672] Re: WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80()

2008-12-21 Thread Ilja Sekler
The same warning with 2.6.27-11-generic from intrepid-proposed.

-- 
WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 
suspend_test_finish+0x74/0x80()
https://bugs.launchpad.net/bugs/286672
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 185700] Re: Wrong kerning in printed pages if font hinting is set to "medium" or "full"

2009-08-19 Thread Ilja Sekler
Unfortunately, the upstream "fix" fixes only the GNOME path and not the
fontconfig one. It was just beyond my imagination, that it can matter,
which way you specify the hinting settings.

A valid reason to mess around with hinting settings at the fontconfig level is 
a wish to have a consistent font rendering not only in GNOME but also for the 
GDM in case of users who find antialiased fonts disgusting. For now, they still 
have to choose between their favorite appearance and decent printing.
 
Anyway, the core issue is not fixed yet.

** Bug watch added: Mozilla Bugzilla #490475
   https://bugzilla.mozilla.org/show_bug.cgi?id=490475

** Changed in: firefox
   Status: Fix Released => Unknown

** Changed in: firefox
 Remote watch: Mozilla Bugzilla #403513 => Mozilla Bugzilla #490475

-- 
Wrong kerning in printed pages if font hinting is set to "medium" or "full"
https://bugs.launchpad.net/bugs/185700
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 185700] Re: Wrong kerning in printed pages if font hinting is set to "medium" or "full"

2008-02-07 Thread Ilja Sekler
Meanwhile, the upstream bug has been confirmed.

-- 
Wrong kerning in printed pages if font hinting is set to "medium" or "full"
https://bugs.launchpad.net/bugs/185700
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 185700] Re: Wrong kerning in printed pages if font hinting is set to "medium" or "full"

2008-02-01 Thread Ilja Sekler
Run gnome-appearance-properties, go to the tab labeled "Fonts", click on
"Details..." -> Hinting.

-- 
Wrong kerning in printed pages if font hinting is set to "medium" or "full"
https://bugs.launchpad.net/bugs/185700
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 185700] [NEW] Wrong kerning in printed pages if font hinting is set to "medium" or "full"

2008-01-24 Thread Ilja Sekler
Public bug reported:

Binary package hint: firefox-3.0

1. Set font hinting mode with gnome-appearance-properties to "Medium"
(this is the default setting) or "Full";

2. Open a web page like
http://newsvote.bbc.co.uk/mpapps/pagetools/print/news.bbc.co.uk/2/hi/americas/7206411.stm
and print it, preferably to a postscript file, close firefox;

3. Disable hinting or set it to "Slight", repeat step 2;

4. Compare font kerning in the printed pages (converting the files to
PDF with ps2pdf improves the visibility of the issue).

Actual results: bad kerning in the first print, good kerning in the
second one.

Expected results: hinting mode shouldn't affect printing, identical good
kerning in both prints.

Last tested with firefox-3.0 (3.0~b3~cvs20080101t1000+nobinonly-
0ubuntu1) on Hardy daily desktop CD from 2008-01-24 and with a fresh
home-brew build from Mozilla CVS (checkout start: Do 24. Jan 12:00:11
CET 2008) as well with official trunk builds from mozilla.org on Gutsy.

This report dupes the abandoned upstream bug
https://bugzilla.mozilla.org/show_bug.cgi?id=403513 because I think that
Ubuntu maintainers should be aware of the problem that will affect the
usability of Firefox 3.0 for printing web pages.

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Wrong kerning in printed pages if font hinting is set to "medium" or "full"
https://bugs.launchpad.net/bugs/185700
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 185700] Re: Wrong kerning in printed pages if font hinting is set to "medium" or "full"

2008-01-24 Thread Ilja Sekler
Screenshot of a part of Evince window showing wrong kerning with default
hinting settings at the moment of printing to a postscript file, later
converted to PDF.

** Attachment added: "Bad kerning with hintmedium No.1"
   http://launchpadlibrarian.net/11528728/hintmedium_ff3_print01_ps2pdf.png

-- 
Wrong kerning in printed pages if font hinting is set to "medium" or "full"
https://bugs.launchpad.net/bugs/185700
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 185700] Re: Wrong kerning in printed pages if font hinting is set to "medium" or "full"

2008-01-24 Thread Ilja Sekler
The gap between "S" and "h" in "She" and between "c" and "e" in "faced"
is too large (at 400% magnification in Evince).

** Attachment added: "Bad kerning with hintmedium No.2"
   http://launchpadlibrarian.net/11528768/hintmedium_ff3_print02_ps2pdf.png

-- 
Wrong kerning in printed pages if font hinting is set to "medium" or "full"
https://bugs.launchpad.net/bugs/185700
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 185700] Re: Wrong kerning in printed pages if font hinting is set to "medium" or "full"

2008-01-24 Thread Ilja Sekler

** Attachment added: "Good kerning with hintslight No.2"
   http://launchpadlibrarian.net/11528832/hintslight_ff3_print02_ps2pdf.png

-- 
Wrong kerning in printed pages if font hinting is set to "medium" or "full"
https://bugs.launchpad.net/bugs/185700
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 185700] Re: Wrong kerning in printed pages if font hinting is set to "medium" or "full"

2008-01-24 Thread Ilja Sekler
Perfect look if hinting was set to "Slight" at the moment of printing.

** Attachment added: "Good kerning with hintslight No.1"
   http://launchpadlibrarian.net/11528831/hintslight_ff3_print01_ps2pdf.png

-- 
Wrong kerning in printed pages if font hinting is set to "medium" or "full"
https://bugs.launchpad.net/bugs/185700
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 164319] [gutsy] gthumb always saves thumbnails despite the gconf option in apps -> gthumb -> browser -> save_thumbnails set to "false"

2007-11-21 Thread Ilja Sekler
Public bug reported:

Binary package hint: gthumb

Steps to reproduce:

1. Delete the content of ~/.thumbnails/normal/

2. Open gconf-editor, navigate to apps -> gthumb -> browser, uncheck the
option save_thumbnails

3. Open gthumb, navigate to a folder containing images.

Actual results: ~/.thumbnails/normal/ is populated with thumbnail images
(*.png).

Expected results: ~/.thumbnails/normal/ remains empty.

Affected gthumb version: 2.10.6.

Worked in Feisty, broken in Gutsy.

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

-- 
[gutsy] gthumb always saves thumbnails despite the gconf option in apps -> 
gthumb -> browser -> save_thumbnails set to "false"
https://bugs.launchpad.net/bugs/164319
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 466567] Re: Firefox moz-icon://.ext not working

2009-11-18 Thread Ilja Sekler
> With which icon theme does this work for you?

Works at least with gnome and Human icon themes. The most visible
difference is that gnome and Human themes contain icons in PNG format in
the relevant /usr/share/$ICON_THEME/16x16/mimetypes/ subdirectory, but
Humanity has only SVG.

-- 
Firefox moz-icon://.ext not working
https://bugs.launchpad.net/bugs/466567
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 466567] Re: Firefox moz-icon://.ext not working

2009-11-19 Thread Ilja Sekler
WFM with oxygen icons on GNOME and current trunk builds of Firefox as
well with Thunderbird 3.0.1pre.

-- 
Firefox moz-icon://.ext not working
https://bugs.launchpad.net/bugs/466567
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 80921] Re: No subpixel rendering

2010-01-30 Thread Ilja Sekler
The latest packages from the PPA work fine for me on Karmic, but why
does the evince version

2.29.2-0ubuntu2~ppa3

as reported by dpkg and apt-cache differ from

2.29.5-0ubuntu5~ppa3

as listed at ? If I rebuild the packages from source on my
system, which requires deleting any references to hardening-includes in
debian/rules and debian/control, I get the correct version.

(This is totally unrelated, but evince 2.29.5, at least on Karmic,
doesn't save gui configuration globally but does this on per-file base,
which is utterly annoying...)

-- 
No subpixel rendering
https://bugs.launchpad.net/bugs/80921
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 80921] Re: No subpixel rendering

2010-01-30 Thread Ilja Sekler
Never mind, was too quick. Now apt-cache reports the correct version.

-- 
No subpixel rendering
https://bugs.launchpad.net/bugs/80921
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 404626] Re: Turning wifi "off" using Fn+F2 on Eee PC with Ralink rt2860 results in kernel panic (rfkill)

2009-11-23 Thread Ilja Sekler
> Is this fixed with the latest 2.6.31-15 that was delivered today?

No. It would be nice to know what was the reason not to apply the ready-
to-use patch to 2.6.31-15, even if it was intended to rebase to 2.6.31.5
or 2.6.31.6 later.

-- 
Turning wifi "off" using Fn+F2 on Eee PC with Ralink rt2860 results in kernel 
panic (rfkill)
https://bugs.launchpad.net/bugs/404626
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 404626] Re: Turning wifi "off" using Fn+F2 on Eee PC with Ralink rt2860 results in kernel panic (rfkill)

2009-11-25 Thread Ilja Sekler
> the patch was delayed because -15 was already uploaded to proposed 
> for verification.

There is something strange in the changelog
 claiming
two identical entries for 2.6.31-15.49: the first dated 2009-10-28 and
the second 2009-11-10. The patch was checked in upstream  on 2009-10-22:
.
Does it mean, the first -15 was uploaded to proposed 5 days before the
official timestamp in the changelog? And what about the second one?

> Though somehow comment 86 indicates this is not a fix in all cases.

I have the same hardware (Asus Eee PC 1000H) and can't reproduce the
issue stated in comment #86 with 2.6.31-16.51~pre2 (no other issues
turning wireless on/off with this kernel as well).

-- 
Turning wifi "off" using Fn+F2 on Eee PC with Ralink rt2860 results in kernel 
panic (rfkill)
https://bugs.launchpad.net/bugs/404626
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 466567] Re: Firefox moz-icon://.ext not working

2009-11-26 Thread Ilja Sekler
Saving the required icons from the Humanity icon theme as PNG files
definitely works around the issue. With the default "Human" theme an
Karmic (which includes the Humanity icons), I can see the right icon for
application/pdf in the large attachment view in Thunderbird 3 if I save
/usr/share/icons/Humanity/mimes/32/x-office-document.svg as
~/.icons/Humanity/mimes/32/x-office-document.png and make a symlink
~/.icons/Humanity/mimes/32/application-pdf.png to this file.

As far as it is unlikely that moz-icon:// would accept SVG soon enough,
it could be preferable to be nice to Firefox and Thunderbird and give
them what they want.  Setting "package" to "humanity-icon-theme".

** Package changed: ubuntu => humanity-icon-theme (Ubuntu)

-- 
Firefox moz-icon://.ext not working
https://bugs.launchpad.net/bugs/466567
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 404626] Re: Turning wifi "off" using Fn+F2 on Eee PC with Ralink rt2860 results in kernel panic (rfkill)

2009-12-05 Thread Ilja Sekler
The patch that fixes the crash is definitely not included in
2.6.31-16.52. This s*cks.

I can explain comments #101 and #102 only in the way that people, who
claim the update to 2.6.31-16.52 has solved the bug, in fact run a
different kernel like one from .

-- 
Turning wifi "off" using Fn+F2 on Eee PC with Ralink rt2860 results in kernel 
panic (rfkill)
https://bugs.launchpad.net/bugs/404626
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 466567] Re: Firefox moz-icon://.ext not working

2009-11-27 Thread Ilja Sekler
> so this bug happens in two cases: using .svg-icon themes on gnome 
> or using anything on kde!

I apologize for the mess. The issues on GNOME and on KDE are unrelated
IMHO.

To finish with the issue on GNOME in this bug, I suggest the following  
per-user 
workaround for the Humanity icon theme:


#!/bin/bash

ISOURCE=/usr/share/icons/
ITHEME=Humanity

for size in 16 22 24 32 48;
do
  mkdir -p $HOME/.icons/$ITHEME/mimes/$size;
  for file in $ISOURCE/$ITHEME/mimes/$size/*.svg;
do ln -s $file $HOME/.icons/$ITHEME/mimes/$size/`basename $file`.png;
  done;
done;


It turns out to be, that it is not required to convert SVG icons to PNG format: 
changing the filename extension to .png is sufficient.

-- 
Firefox moz-icon://.ext not working
https://bugs.launchpad.net/bugs/466567
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 466567] Re: Firefox moz-icon://.ext not working

2009-11-27 Thread Ilja Sekler
Oops... This:

ln -s $file $HOME/.icons/$ITHEME/mimes/$size/`basename $file`.png;

must be on a single line or the line break must be escaped.

-- 
Firefox moz-icon://.ext not working
https://bugs.launchpad.net/bugs/466567
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 466567] Re: Firefox moz-icon://.ext not working

2009-11-27 Thread Ilja Sekler
> ln -s $file $HOME/.icons/$ITHEME/mimes/$size/`basename $file`.png;

*Arrgghh* once again the fixed script:

#!/bin/bash

ISOURCE=/usr/share/icons/
ITHEME=Humanity

for size in 16 22 24 32 48;
do
  mkdir -p $HOME/.icons/$ITHEME/mimes/$size;
  for file in $ISOURCE/$ITHEME/mimes/$size/*.svg;
  do
ln -s $file $HOME/.icons/$ITHEME/mimes/$size/`basename \
$file .svg`.png;
  done;
done;

of course... My deepest apologies for the bugspam!

-- 
Firefox moz-icon://.ext not working
https://bugs.launchpad.net/bugs/466567
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 466567] Re: Firefox moz-icon://.ext not working

2009-11-12 Thread Ilja Sekler
This issue is specific to Humanity* icon sets (package humanity-icon-
theme), possibly due to limitations of the moz-icon:// protocol in
Firefox and in Thunderbird 3.

-- 
Firefox moz-icon://.ext not working
https://bugs.launchpad.net/bugs/466567
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 516595] Re: OpenOffice.org does not permit switching icon style

2010-04-15 Thread Ilja Sekler
Either debian/patches/human-icons-add.diff did not fix this bug at all
or a subsequent patch regressed this again, but I can fully reproduce
the issue with openoffice.org - 1:3.2.0-7ubuntu1 on Lucid.

-- 
OpenOffice.org does not permit switching icon style
https://bugs.launchpad.net/bugs/516595
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 516595] Re: OpenOffice.org does not permit switching icon style

2010-04-16 Thread Ilja Sekler
Please disregard my last comment. The version of openoffice.org-l10n-
common, openoffice.org-l10n-de and openoffice.org-help-de didn't match
other openoffice.org packages on my system. Got 1:3.2.0-7ubuntu1 for
these packages with updates today and everything is fine now.

My apologies for bugspam.

-- 
OpenOffice.org does not permit switching icon style
https://bugs.launchpad.net/bugs/516595
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 555156] Re: Keyboard layout indicator should respect font anti-aliasing settings

2010-04-07 Thread Ilja Sekler
I've applied the changeset in question

locally, built and installed resulting libgnomekbd4 and libgnomekbd-
common on Lucid daily live CD from 2010-04-05. The patched keyboard
layout panel indicator gets greenish fringes due to horizontally
squeezed glyphs, especially visible with the default Ambiance gnome
theme. Enlarging the panel height to 32px or even far beyond this as
well as reducing font size to 9pt doesn't help: glyphs remain squeezed
despite sufficient free space available.

Considering this issue with the patch, the comment

is fully justified, IMHO.

It would be great if a real fix could be backported to the Lucid version
of libgnomekbd during normal maintenance of this LTS release, once
upstream provides a solution for the issue.

** Attachment added: "Screenshot of patched libgnomekbd4 at 10pt font size and 
32px panel height"
   
http://launchpadlibrarian.net/43371710/lucid_libgnomekbd_patched_panel_10pt_32px_cropped.png

-- 
Keyboard layout indicator should respect font anti-aliasing settings
https://bugs.launchpad.net/bugs/555156
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 555156] Re: Keyboard layout indicator should respect font anti-aliasing settings

2010-04-07 Thread Ilja Sekler

** Attachment added: "Screenshot of patched libgnomekbd4 at 9pt font size and 
24px panel height"
   
http://launchpadlibrarian.net/43371730/lucid_libgnomekbd_patched_9pt_cropped.png

-- 
Keyboard layout indicator should respect font anti-aliasing settings
https://bugs.launchpad.net/bugs/555156
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 513152] Re: Keyboard layout panel indicator ignores theme font color settings

2010-04-02 Thread Ilja Sekler
> Now, with 2.29.92-0ubuntu3 all great, thanks !

Not everything, unfortunately. As tested with Lucid daily live CD from
2010-04-02, the keyboard layout indicator uses wrong font anti-aliasing
(gray instead of sub-pixel) and probably wrong (medium?) hinting as
well. A magnified (400%) screenshot is attached.

Would you prefer to treat this issue here or shall I file a new bug?

** Attachment added: "Screenshot of keyboard layout indicator: no subpixel"
   
http://launchpadlibrarian.net/42891018/lucid_keyboard_layout_indicator_gray_antialiasing_magnified_4x.png

-- 
Keyboard layout panel indicator ignores theme font color settings
https://bugs.launchpad.net/bugs/513152
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 555156] [NEW] Keyboard layout indicator should respect font anti-aliasing settings

2010-04-04 Thread Ilja Sekler
Public bug reported:

Keyboard layout indicator uses wrong font anti-aliasing (gray instead of
sub-pixel) and probably wrong (medium?) hinting as well. A 400%
magnified screenshot of the notification area is attached as seen on
Lucid daily liveCD from 2010-04-02 with Clearlooks gnome theme.

libgnomekbd4 version: 2.30.0-0ubuntu1

Reported as a separate bug upon request
.

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

-- 
Keyboard layout indicator should respect font anti-aliasing settings
https://bugs.launchpad.net/bugs/555156
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 555156] Re: Keyboard layout indicator should respect font anti-aliasing settings

2010-04-04 Thread Ilja Sekler

** Attachment added: "4x magnified screenshot: gray anti-aliasing instead of 
subpixel"
   
http://launchpadlibrarian.net/43079268/lucid_keyboard_layout_indicator_gray_antialiasing_magnified_4x.png

-- 
Keyboard layout indicator should respect font anti-aliasing settings
https://bugs.launchpad.net/bugs/555156
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 513152] Re: Keyboard layout panel indicator ignores theme font color settings

2010-04-04 Thread Ilja Sekler
> Upsteam is aware of the font anti-aliasing issue and has commited
> a fix in git already.

Is

the commit you are speaking about? Could not find any direct reference
to anti-aliasing and hinting in the upstream bug, only a more general
"font style" mentioned in
.

> Please file as a separate bug here so we can link it and test out.

Filed
.

-- 
Keyboard layout panel indicator ignores theme font color settings
https://bugs.launchpad.net/bugs/513152
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 555156] Re: Keyboard layout indicator should respect font anti-aliasing settings

2010-04-18 Thread Ilja Sekler
Deleting the irritating assignment to
 as upstream decided
to workaround color fringing with dark gnome themes by breaking things
which were working fine



instead of fixing things which were broken, meaning the impossible
situation with the indicator being forced into a square space. A
decision to hardcode gray AA is actually equal to marking this bug
WONTFIX.

** Changed in: libgnomekbd
   Importance: Unknown => Undecided

** Changed in: libgnomekbd
   Status: Fix Released => New

** Changed in: libgnomekbd
 Remote watch: GNOME Bug Tracker #612371 => None

-- 
Keyboard layout indicator should respect font anti-aliasing settings
https://bugs.launchpad.net/bugs/555156
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 194916] Re: background music doesn't play correctly

2010-05-17 Thread Ilja Sekler
Preloading libmikmod.so.2.0.4 built from libmikmod-3.1.12 fixes this
issue. The Ubuntu version of libmikmod2  (3.1.11-a-6.1 in Lucid) is
either too ancient or broken.

** Package changed: libsdl1.2 (Ubuntu) => libmikmod (Ubuntu)

-- 
background music doesn't play correctly
https://bugs.launchpad.net/bugs/194916
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 194916] Re: background music doesn't play correctly

2010-05-20 Thread Ilja Sekler
** Changed in: libmikmod (Ubuntu)
   Status: Invalid => New

-- 
background music doesn't play correctly
https://bugs.launchpad.net/bugs/194916
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 194916] Re: background music doesn't play correctly

2010-05-20 Thread Ilja Sekler
The issue is caused by "CVE-2007-6720.patch" Debian patch for
libmikmod2.

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2007-6720

-- 
background music doesn't play correctly
https://bugs.launchpad.net/bugs/194916
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 578061] Re: eog gives error messages when run in terminal

2010-05-26 Thread Ilja Sekler
The only occurrence of

g_app_info_equal

in the eog source in Lucid is

eog-2.30.0/debian/patches/02_toolbar_edit_button.patch

at line 104. Dropping this patch and installing the resulting deb
package silences the annoying terminal noise without real loss of
functionality, because the "open with" context menu option is still
available.

-- 
eog gives error messages when run in terminal
https://bugs.launchpad.net/bugs/578061
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 503372] Re: Evince doesn't retain settings in Lucid

2010-02-06 Thread Ilja Sekler
I think, this is the same as the upstream bug
 and its possible
dupe . I saw the new
behavior with Evince 2.29.5 on Karmic and found it utterly annoying too.
Unfortunately, I haven't tested with the latest trunk, maybe it has been
already reverted.

While per-file settings are generally a good thing, the option to start
Evince with the sidebar closed should be available. The other change
from 2.28.1 - default zoom value "Fit Page Width" for new Evince windows
- is fine IMHO.

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

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

-- 
Evince doesn't retain settings in Lucid
https://bugs.launchpad.net/bugs/503372
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 404626] Re: Turning wifi "off" using Fn+F2 on Eee PC with Ralink rt2860 results in kernel panic (rfkill)

2009-10-29 Thread Ilja Sekler
> do others get their network back up after re-enabling wlan radio?

No problems reconnecting to a wireless network, either open or WPA2
encrypted, on Asus Eee PC 1000H with the vanilla 2.6.31.5 kernel after
re-enabling wireless. In addition to it, boot options
"pciehp.pciehp_force=1 pciehp.pciehp_poll_mode=1" are not needed on this
hardware anymore.

But this is clearly OT in this bug.

-- 
Turning wifi "off" using Fn+F2 on Eee PC with Ralink rt2860 results in kernel 
panic (rfkill)
https://bugs.launchpad.net/bugs/404626
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 429635] Re: eeepc 1000h, rfkill hotkey freezes eeepc when switching off an active wireless connection

2009-10-20 Thread Ilja Sekler
Actually this is a dupe of
.

-- 
eeepc 1000h, rfkill hotkey freezes eeepc when switching off an active wireless 
connection
https://bugs.launchpad.net/bugs/429635
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 404626] Re: Turning wifi "off" using Fn+F2 on Eee PC with Ralink rt2860 results in kernel panic (rfkill)

2009-10-20 Thread Ilja Sekler
The fix is *not* committed yet.

** Changed in: linux (Ubuntu)
   Status: Fix Committed => New

-- 
Turning wifi "off" using Fn+F2 on Eee PC with Ralink rt2860 results in kernel 
panic (rfkill)
https://bugs.launchpad.net/bugs/404626
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 404626] Re: Turning wifi "off" using Fn+F2 on Eee PC with Ralink rt2860 results in kernel panic (rfkill)

2009-10-22 Thread Ilja Sekler
Yes, the patch has been checked in upstream:
.

-- 
Turning wifi "off" using Fn+F2 on Eee PC with Ralink rt2860 results in kernel 
panic (rfkill)
https://bugs.launchpad.net/bugs/404626
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 429635] Re: eeepc 1000h, rfkill hotkey freezes eeepc when switching off an active wireless connection

2009-10-20 Thread Ilja Sekler
There is a fix for the rt2860sta driver in the upstream bug now, which
applies cleanly to the 2.6.31-14.48 source:



Any chance for including it into Karmic release? The present kernel
panic is the worst user experience one could imagine.

-- 
eeepc 1000h, rfkill hotkey freezes eeepc when switching off an active wireless 
connection
https://bugs.launchpad.net/bugs/429635
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 969121] Re: Cannot boot Live CD with Nvidia GTX 550Ti

2012-04-23 Thread Ilja Sekler
> similar issue but generally can reach the desktop using nomodeset and install 
> and reboot using nomodeset to desktop but once the nvidia proprietery driver 
> is installed I am then unable to boot to login screen even adding nomodeset

This is completely unrelated to this bug. 'nomodeset' effectively
prevents nouveau from loading, hiding the issue. This bug is about
nouveau in Precise kernel (well, for other reasons in Oneiric too), not
about the Nvidia blob. 'nomodeset' has no effect on the Nvidia
proprietary driver, because it doesn't support kernel based mode setting
anyway.

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

Title:
  Cannot boot Live CD with Nvidia GTX 550Ti

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-kernel-headers/+bug/969121/+subscriptions

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


[Bug 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2010-12-21 Thread Ilja Sekler
The real problem is not the "unknown key" message but the fact that
Fn+F2 sort of works, turning the wireless led on and off on Asus Eee PC
1000H and fatally confusing rt2800pci:

1. disable wireless via network-manager

2. press Fn+F2 (led goes off)

3. press Fn+F2 again (led goes on)

4. try to enable wireless via network-manager

In dmesg:

[  603.242683] eeepc_wmi: Unknown key 88 pressed
[  621.596234] phy0 -> rt2800_wait_csr_ready: Error - Unstable hardware.
[  621.596765] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register access 
failed: offset=0x7010, value=0x

If wireless is not disabled via network-manager prior to pressing Fn+F2,
the kernel log gets permanently flooded with this last line, but with
different offset values. The only way to recover is to reboot.

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

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


[Bug 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2010-12-21 Thread Ilja Sekler
dmesg output when pressing Fn+F2 twice and reenabling wireless in
network-manager (I replaced the hwaddress of the access point with
xx:xx:xx:xx:xx:xx) on Asus Eee PC 1000H.

** Attachment added: "dmesg output"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/662365/+attachment/1772556/+files/wireless_disabled_prior_to_fn%2Bf2_dmesg.txt

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

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


[Bug 555156] Re: Keyboard layout indicator should respect font anti-aliasing settings

2010-10-02 Thread Ilja Sekler
The issue didn't exist on Maverick at least since Beta, though I have no
idea, what has fixed this bug.

-- 
Keyboard layout indicator should respect font anti-aliasing settings
https://bugs.launchpad.net/bugs/555156
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 466567] Re: Firefox moz-icon://.ext not working

2010-11-17 Thread Ilja Sekler
> This is fixed in Natty now with Firefox 4.0b7. Please report any
> other issues you may find.

While true for Firefox 4 on top of Gecko 2.0, this bug is still valid
for Thunderbird 3.1 on top of Gecko 1.9.2. It is even much more
prominent there as there are no attachment icons in Thunderbird with the
default Ubuntu icon theme.

How would you like to proceed for Natty? Do nothing and hope that
Thunderbird releases a next major version based on Gecko 2.0 till then?
Apply the patch 
(this is what I do locally for my private Thunderbird builds)?

Do you wish to track the issue for the thunderbird (Ubuntu) in a
separate bug?

-- 
Firefox moz-icon://.ext not working
https://bugs.launchpad.net/bugs/466567
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 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2011-01-09 Thread Ilja Sekler
> First, please CC me for any eeepc-laptop/asus-laptop/eeepc-wmi
bugreport

Done for this one.

> I'd be glad to fix this issue, but I don't have the hardware.

Would it be possible for you to buy a second-hand 1000H from a donation
to ? If yes, could you please
quantify the required costs?

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

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


[Bug 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2011-01-09 Thread Ilja Sekler
> currently the total of donation (mainly from flattr) is 5 euros...

This should be fixed by now.

> It's why we should first try to find someone on platform-x86
> who have the hardware, and is able to fix the bug.

I trust your words "I'd be glad to fix this issue", so this would be
only a second-best option for me.

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

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


[Bug 185700]

2011-01-10 Thread Ilja Sekler
Created attachment 498699
the same for mozilla-1.9.2

The same logic applies to mozilla-1.9.2 branch, I run Firefox 3.6 and
Thunderbird 3.1 with this patch and kerning is finally perfect in PDF
printouts (kerning in PostScript output differs from the PDF one both on
trunk and on branch with cairo-1.10 and --enable-system-cairo, but this
is an unrelated story). Why not taking this improvement to the branch?

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

Title:
  Wrong kerning in printed pages if font hinting is set to "medium" or "full"

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


[Bug 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2011-01-10 Thread Ilja Sekler
@PrebenR

> Currently I'm struggling to get the wireless to work at all.

This is very off-topic here, but you should probably blacklist rt2800pci
once you use Maverick, as it fights with rt2860sta for your hardware. On
Natty, rt2800pci has matured and works fine. You could choose freely
between rt2800pci and rt2860sta if you installed Natty. Still, you must
blacklist one of the concurrent drivers.

Sorry for bugspam.

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

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


[Bug 332472]

2011-01-13 Thread Ilja Sekler
(In reply to comment #4)

> gtk_printer_accepts_pdf() has been fixed in gtk+ 2.24 so this function can be
> used to check if the printer supports PDF.

On Ubuntu 10.10, Firefox with this patch (and
, of course)
applied still passes PS instead of PDF to CUPS, so probably either CUPS
or gtk2 on Ubuntu lies. Would it be better to offer a preference to
override detection and enforce PDF?

I get perfect prints of

out of my HP inkjet printer only with a dirty private hack when I swap
kOutputFormatPS and kOutputFormatPDF in

format = (gtk_printer_accepts_ps(mGtkPrinter)) ? 
nsIPrintSettings::kOutputFormatPS
   : 
nsIPrintSettings::kOutputFormatPDF;

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

Title:
  Thunderbird cannot print to PDF

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


[Bug 969121] Re: Cannot boot Live CD with Nvidia GTX 550Ti

2012-04-13 Thread Ilja Sekler
This is a kernel bug 
which says that all 3.2 and 3.3 kernels will crash as soon as the
nouveau kernel module is loaded. I don't know if other NVIDIA cards of
the NVC0 generation are affected as well.

The good news, not noted in the upstream bug: the issue is resolved in
3.4rc2 at the latest. Verified on Fedora 16.

Ubuntu 12.04 is already in the kernel freeze phase prior to the release,
so the OOTB experience will likely remain broken for all users with a
GTX 550 Ti. The workaround is to prevent nouveau from loading and to use
vesa instead.

** Bug watch added: Linux Kernel Bug Tracker #42876
   http://bugzilla.kernel.org/show_bug.cgi?id=42876

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

Title:
  Cannot boot Live CD with Nvidia GTX 550Ti

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-kernel-headers/+bug/969121/+subscriptions

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


[Bug 38054]

2014-08-21 Thread Ilja Sekler
(In reply to Wayne Mery (:wsmwk) from comment #47)
> Is this still seen on linux in version 24 or 31 or nightly build?
> (in safe mode of course)

My computer is too fast to expose this issue with TB 24.7.0 at least.
The CPU spikes at 80% when rapidly scrolling a long message list
(several thousand messages) in a maximized TB window though. On a slow
machine with poor quality drivers this could still be a problem.

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

Title:
  message list slow scrolling

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

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


[Bug 164319] Re: [gutsy] gthumb always saves thumbnails despite the gconf option in apps -> gthumb -> browser -> save_thumbnails set to "false"

2012-10-07 Thread Ilja Sekler
Verified FIXED using gthumb 3:2.14.3-0ubuntu1 on Ubuntu 12.04 and of
course upstream as stated above, tested with gthumb-3.0.2-1.fc17 on
Fedora 17.

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

Title:
  [gutsy] gthumb always saves thumbnails despite the gconf option in
  apps -> gthumb -> browser -> save_thumbnails set to "false"

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

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


[Bug 1029017] Re: network-manager-gnome notification shows a broken icon when disconnecting from a network in gnome-shell

2012-07-25 Thread Ilja Sekler
** Attachment added: "a screenshot illustrating the issue"
   
https://bugs.launchpad.net/bugs/1029017/+attachment/3235723/+files/gnome-shell_network_notification_broken_icon.png

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

Title:
  network-manager-gnome notification shows a broken icon when
  disconnecting from a network in gnome-shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1029017/+subscriptions

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


[Bug 1029017] [NEW] network-manager-gnome notification shows a broken icon when disconnecting from a network in gnome-shell

2012-07-25 Thread Ilja Sekler
Public bug reported:

When disconnecting from a network, the Ubuntu version of network-
manager-applet would like to display an icon named "notification-
network-disconnected" ("notification-network-ethernet-disconnected",
"notification-network-wireless-disconnected", "notification-gsm-
disconnected" resp.), see



which is missing both in the network-manager-gnome package and in gnome-
icon-theme{,-full}, thus resulting in the generic symbol for a broken
icon being shown. Please add e.g. properly named symlinks to "nm-no-
connection" to network-manager-gnome package to fix this visual glitch.

lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04

network-manager-gnome 0.9.4.1-0ubuntu2

** Affects: network-manager-applet (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/1029017

Title:
  network-manager-gnome notification shows a broken icon when
  disconnecting from a network in gnome-shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1029017/+subscriptions

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


[Bug 548546] Re: Nautilus does not remove usb drive made with USB-Creator after unmounting it

2012-01-31 Thread Ilja Sekler
Verified fixed with linux-image-3.0.0-16-generic rev. 3.0.0-16.28 on
Xubuntu 11.10. Thunar exposed the underlying issue with usb-creator-gtk
and earlier kernels the same way Nautilus did. 3.0.0-16.28 fixes it,
thank you.

** Tags removed: verification-needed-oneiric
** Tags added: verification-done-oneiric

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

Title:
  Nautilus does not remove usb drive made with USB-Creator after
  unmounting it

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/548546/+subscriptions

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


[Bug 720327]

2011-12-25 Thread Ilja Sekler
> Related to "Bug 36391 - VIEWING Redraw problems"?

Bug 36391 is rather a dupe of this one, but for Windows as well.
Adjusting Platform from "Other - Linux (All)" to "All - All".

> @Ilja Sekler:
<http://wiki.documentfoundation.org/BugReport_Details#Version>
Your version is?

Version set to "LibO 3.3.0 release" according to
<https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/720327/comments/3>.

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

Title:
  [Upstream] [regression] font display corruption in merged cells
  containing line breaks in Calc when scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/720327/+subscriptions

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


[Bug 646157]

2011-12-26 Thread Ilja Sekler
> To move this bug from NEEDINFO back to NEW please check
> if the bug still persists with the 3.5.0 beta1 or beta2
> prereleases.

Reproduced with

LOdev 3.5.0beta2 
Build ID: 4ca392c-760cc4d-f39cf3d-1b2857e-60db978

No magic self-fixing for this bug so far.

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

Title:
  [Upstream] Calc loses row height value when modifying a cell

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/646157/+subscriptions

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


[Bug 893859] Re: gnome-shell doesn't support subpixel smoothing

2012-02-01 Thread Ilja Sekler
Got a chance to test the patch with g-s 3.2.1 on Fedora 16 with rebuilt
freetype (the official Fedora's freetype package has subpixel redering
disabled). Hope this is applicable to Ubuntu too: the big problem with a
patched GNOME shell is that the fonts seem being rendered using
lcdlegacy filter, with horrible color fringes. All other GNOME
applications, Firefox etc. have beautiful Ubuntu-like font rendering
(hintslight+subpixel+lcddefault).

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

Title:
  gnome-shell doesn't support subpixel smoothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/893859/+subscriptions

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


[Bug 893859] Re: gnome-shell doesn't support subpixel smoothing

2012-02-02 Thread Ilja Sekler
> the big problem with a patched GNOME shell is that the fonts seem
> being rendered using lcdlegacy filter, with horrible color fringes.

Please scratch that. I was misguided by very thin shapes of the default
Cantarell font at small font sizes, which do result in strong color
fringes even with lcddefault. Replacing Cantarell in gnome-shell.css
with DejaVuSans makes color fringes almost disappear. This rules out
lcdlegacy filter.

The patch works beautifully, my apologies for the noise.

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

Title:
  gnome-shell doesn't support subpixel smoothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/893859/+subscriptions

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


[Bug 893859] Re: gnome-shell doesn't support subpixel smoothing

2011-11-27 Thread Ilja Sekler
FYI: The upstream bug with a slightly different patch, which might work
also for non-RGB panels is
.

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

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

Title:
  gnome-shell doesn't support subpixel smoothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/893859/+subscriptions

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


[Bug 555156] Re: Keyboard layout indicator should respect font anti-aliasing settings

2010-06-29 Thread Ilja Sekler
Since there is not enough space for a 3-char description in a *square*
status icon if the font size should match the rest of desktop, I see
only 3 possible options for a consistent appearance:

1. revive keyboard layout indicator as gnome applet

2. use 2-char ISO codes

3. use flags

** Attachment added: "Flags work fine"
   
http://launchpadlibrarian.net/51100618/kbd_layout_indicator_2010-06-29_flags.png

-- 
Keyboard layout indicator should respect font anti-aliasing settings
https://bugs.launchpad.net/bugs/555156
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 555156] Re: Keyboard layout indicator should respect font anti-aliasing settings

2010-06-29 Thread Ilja Sekler
> Same greenish letters and squared flags

Any image used as flag is scaled to fit into a square area. This
behavior didn't change since this bug was reported. To avoid unwanted
effects, embed flags into square transparent images or svg.

-- 
Keyboard layout indicator should respect font anti-aliasing settings
https://bugs.launchpad.net/bugs/555156
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 555156] Re: Keyboard layout indicator should respect font anti-aliasing settings

2010-06-29 Thread Ilja Sekler
I'm not sure that comment #7 was addressed to me. I've installed the
version 2.30.2-0ubuntu0.1 of libgnomekbd4 and libgnomekbd-common built
locally from source and none of visual glitches mentioned in this bug
are fixed.

I don't have any issues with flags as in comment #6 and don't see any
changes in the way how my custom SVG flags are displayed.

** Attachment added: "squeezed letters -> greenish fringes with Ambiance"
   
http://launchpadlibrarian.net/51100196/proposed_kbd_layout_indicator_2010-06-29_color_fringes.png

-- 
Keyboard layout indicator should respect font anti-aliasing settings
https://bugs.launchpad.net/bugs/555156
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 555156] Re: Keyboard layout indicator should respect font anti-aliasing settings

2010-06-29 Thread Ilja Sekler

** Attachment added: "gray AA in contrast to subpixel one in the clock 
(Clearlooks theme)"
   
http://launchpadlibrarian.net/51100231/kbd_layout_indicator_clearlooks_2010-06-29.png

-- 
Keyboard layout indicator should respect font anti-aliasing settings
https://bugs.launchpad.net/bugs/555156
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 555156] Re: Keyboard layout indicator should respect font anti-aliasing settings

2010-06-29 Thread Ilja Sekler
> I'm sure it changed between 2.30.0-0ubuntu2 and 2.30.1-0ubuntu1

You are right, I was wrong, sorry. As far as I understand, the aspect
ratio of a displayed flag is modified to square since the commit

which was included in 2.30.1-0ubuntu1. This didn't bother me because my
custom flags were 24x24 svg graphics from the very beginning.

-- 
Keyboard layout indicator should respect font anti-aliasing settings
https://bugs.launchpad.net/bugs/555156
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 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2011-03-12 Thread Ilja Sekler
> O the up-to-date ubuntu I've repeated #29 and after that
> insmod: error inserting '/tmp/eeepc-wmi/eeepc-wmi.ko': -1 Unknown symbol
> in module
> 
> uname -r : 2.6.35-27-generic

Please try the following steps to build and install the eeepc-wmi.ko
revision mentioned in #30 (which is basicly the same as in #29 except of
a few comments):

1) boot without acpi_osi and acpi_video kernel options;

2) download and build the module:

mkdir eeepc-wmi
cd eeepc-wmi
wget 
"http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=blob;f=drivers/platform/x86/eeepc-wmi.c;hb=89151bf97369548a9eaf2e5e0efb2e9d42556d1b";
 -O eeepc-wmi.c
echo "obj-m := eeepc-wmi.o" > Makefile
make -C /lib/modules/$(uname -r)/build SUBDIRS=$(pwd) modules

there shouldn't be any errors.

3) install and load the module:

sudo modprobe -r eeepc-wmi
sudo mkdir /lib/modules/$(uname -r)/updates
sudo cp eeepc-wmi.ko /lib/modules/$(uname -r)/updates/
sudo depmod
sudo modprobe eeepc-wmi

This is tested working on Maverick with 2.6.35-27-generic, which is not
quite up-to-date as 2.6.35-28-generic is in maverick-proposed.

The eeepc-wmi build directory is created in user's home directory
because everything in /tmp is deleted on reboot.

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus
  EEE1005HA

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


[Bug 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2011-03-12 Thread Ilja Sekler
@Constantine:

> so wifi switched on/off but led always on

If your Eee PC has built-in bluetooth, please don't forget that the
corresponding LED will stay on unless both WiFi and bluetooth are
disabled.

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus
  EEE1005HA

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


[Bug 682075] Re: keyboard indicator has dot beside wrong layout

2011-03-05 Thread Ilja Sekler
Thanks a lot for the fix, would you please consider backporting the
updated 06_use_application_indicator.patch to Maverick? The keyboard
layout indicator menu not matching the actually active layout is a very
irritating experience.

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

Title:
  keyboard indicator has dot beside wrong layout

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


[Bug 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2011-04-04 Thread Ilja Sekler
Natty kernel with backported eeepc-wmi fixes has been shipped:

https://launchpad.net/ubuntu/+source/linux/2.6.38-8.40

linux (2.6.38-8.40) natty; urgency=low

  [ Brad Figg ]

  * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
- LP: #737124

  [ Henrik Rydberg ]

  * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
  * SAUCE: HID: ntrig: fix suspend/resume on recent models

  [ Kees Cook ]

  * [Config] packaging: adjust perms on vmlinuz as well
  * SAUCE: nx-emu: further clarify dmesg reporting
- LP: #745181

  [ Leann Ogasawara ]

  * rebase to v2.6.38.1
  * [Config] update configs after v2.6.38.1 rebase
  * rebase to v2.6.38.2

  [ Manoj Iyer ]

  * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
- LP: #745217

  [ Tim Gardner ]

  * SAUCE: INR_OPEN=4096
- LP: #663090

  [ Upstream Kernel Changes ]

  * (drop after v2.6.38) HID: ntrig don't dereference unclaimed hidinput
  * (drop after v2.6.38) HID: ntrig: apply NO_INIT_REPORTS quirk
  * (drop after v2.6.38) HID: hid-ntrig: init settle and mode check
  * eeepc-wmi: add hotplug code for Eeepc 1000H
  * eeepc-wmi: serialize access to wmi method
  * eeepc-wmi: return proper error code in eeepc_rfkill_set()
  * eeepc-wmi: add an helper using simple return codes
  * eeepc-wmi: add hibernate/resume callbacks
  * eeepc-wmi: switch to platform_create_bundle()
  * eeepc-wmi: reorder defines
  * eeepc-wmi: use the presence bit correctly
  * eeepc-wmi: add camera and card reader support
  * eeepc-wmi: add wimax support
  * eeepc-wmi: set the right key code for 0xe9
  * eeepc-wmi: support backlight power (bl_power) attribute
  * eeepc-wmi: respect wireless_hotplug setting
  * eeepc-wmi: real touchpad led device id is 0x00112
  * eeepc-wmi: comments keymap to clarify the meaning of some keys
  * eeepc-wmi: add touchpad sysfs file
  * eeepc-wmi: reorder device ids

  [ Major Kernel Changes ]

  * rebase from v2.6.38 to v2.6.38.1
- LP: #735640, #735450
  * rebase from v2.6.38.1 to v2.6.38.2
- LP: #733780
 -- Leann OgasawaraMon, 28 Mar 2011 06:20:13 
-0700


=> Fix Released.

Thanks a lot!

** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus
  EEE1005HA

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


[Bug 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2011-01-05 Thread Ilja Sekler
It turns out to be that the (only?) proper way to disable wireless on
1000H is to disconnect the wireless card logically from the PCI bus:

# echo 1 > /sys/bus/pci/devices/:01:00.0/remove

This doesn't change the status of the wireless LED, but reliably
disables the device without causing any trouble. To re-enable wireless
run

# echo 1 > /sys/bus/pci/rescan

I don't know whether an ACPI script or the kernel itself should take
care of this peculiarity of 1000H.

Natty, kernel 2.6.37-11.25

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

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


[Bug 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2011-01-05 Thread Ilja Sekler
@PrebenR:

> The wireless has worked fine before.

On Lucid: yes, but 'pciehp.pciehp_force=1' boot option was required.

> Why can't you make this work in the new kernels/system?

Because newest kernels switched from eeepc_laptop to eeepc_wmi driver
for Windows7-capable Eee PC laptops. The latter doesn't provide PCI hot-
plugging, which is needed for Ralink rt2860 hardware in 1000H. On the
other hand, 'pciehp_force=1' option is not necessary anymore.

> Now I have the problem that I have to run the kernel with
> acpi_osi="Linux".

acpi_osi option is ignored on 1000H with 2.6.37 kernels and the newest
BIOS (2204) I refer to. Either you run an older kernel or you don't have
the newest BIOS.

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

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


[Bug 646157] Re: Calc loses row height value when modifying a cell

2011-02-02 Thread Ilja Sekler
Retested and reproduced with LibreOffice 3.3.0 on Natty. The only minor
difference is the resulting row height after the first change of
background color: 1,01cm instead of 0,96cm.

libreoffice-calc:
  Installiert: 1:3.3.0-1ubuntu1
  Kandidat:1:3.3.0-1ubuntu1
  Versionstabelle:
 *** 1:3.3.0-1ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
100 /var/lib/dpkg/status

> Does this work for you?

No, the bug is still valid for me.

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

Title:
  Calc loses row height value when modifying a cell

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


[Bug 332472]

2011-01-14 Thread Ilja Sekler
(In reply to comment #6)
> (In reply to comment #5)
>> On Ubuntu 10.10, Firefox with this patch [...] applied still
>> passes PS instead of PDF to CUPS, so probably either CUPS or
>> gtk2 on Ubuntu lies.
> 
> That's because the patch contains a gtk version check. gtk versions
> older than 2.24 lie about the PDF print capability so we fallback
> to PS in that case.

Sorry, I simply mixed up gtk2 and gnome versions :-(
Of course, the check for gtk_minor_version fails on Ubuntu 10.10.

>> Would it be better to offer a preference to override detection and
>> enforce PDF?
> 
> Probably not. There is no immediate benefit to using PDF.

I have to disagree. The benefit is major and immediate. Gecko PS output
has severe issues at the moment when dealing with transparency. The
visual impression of printing semi-transparent elements is the
following: they get rendered to the screen resolution first (text is
hinted to the screen resolution), then the bitmap is scaled up to 300dpi
resolution and so dumped into PS. This looks very bad. But even usual
300dpi image fallbacks are perceptibly blurry when printed on a 600dpi
inkjet printer.

The similar issue in respect to PDF output
 has a patch
waiting for checkin, with this patch as well as prior to the regression
passing Gecko PDF output directly to CUPS worked and works perfectly.

This is why it would be so nice to have a user_pref to allow testers and
ordinary users to easily workaround Gecko, Cairo, Ghostscript, gtk2 and
CUPS limitations and bugs without a need to build their own hacked
versions.

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

Title:
  Thunderbird cannot print to PDF

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


[Bug 332472]

2011-01-15 Thread Ilja Sekler
(In reply to comment #8)

> If this is only occurring with PS you may be seeing this bug:
> 
> https://bugs.freedesktop.org/show_bug.cgi?id=24692
> 
> Can you try testing with cairo master to see if it has been fixed?

Yes, thank you, this is exactly the bug I saw and I can confirm that
this is fixed for PostScript in git master.

Mozilla/5.0 (X11; Linux i686; rv:2.0b10pre) Gecko/20110114
Firefox/4.0b10pre built from  with --enable-system-cairo and required
patches (cairo from
).

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

Title:
  Thunderbird cannot print to PDF

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


[Bug 720327] [NEW] [regression] font display corruption in merged and centered cells in Calc when scrolling

2011-02-16 Thread Ilja Sekler
Public bug reported:

Binary package hint: openoffice.org

Pixel rows inside merged and centered cells in Calc get randomly dropped
or (seldom) duplicated when scrolling the sheet. This is a regression
from openoffice.org-calc 3.2.1-7ubuntu1 res. OpenOffice.org 3.2.1 which
I see in Ubuntu's openoffice.org-calc 3.2.1-7ubuntu1.1 as well as in
OpenOffice.org 3.3.0 from Sun/Oracle.

Steps to reproduce:

1. Select a cell range spanning some cell rows, merge and center the
selected cells.

2. Activate "wrap text automatically" for the merged cells.

3. Insert a (long) text and leave the cell.

4. Scroll the sheet.

Ubuntu release: 10.10
openoffice.org-calc 3.2.1-7ubuntu1.1

I see this both with Metacity and with Compiz. It doesn't matter whether
Calc runs fullscreen or in a window.

lspci -nnk | grep -A 2 VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family 
Integrated Graphics Controller [8086:a011]
Subsystem: ASUSTeK Computer Inc. Device [1043:83ac]
Kernel driver in use: i915

** Affects: openoffice.org (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/720327

Title:
  [regression] font display corruption in merged and centered cells in
  Calc when scrolling

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


[Bug 720327] Re: [regression] font display corruption in merged and centered cells in Calc when scrolling

2011-02-16 Thread Ilja Sekler

** Attachment added: "Screenshot showing the issue"
   
https://bugs.launchpad.net/bugs/720327/+attachment/1854747/+files/calc_font_corruption.png

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

Title:
  [regression] font display corruption in merged and centered cells in
  Calc when scrolling

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


[Bug 720327] Re: [regression] font display corruption in merged and centered cells in Calc when scrolling

2011-02-16 Thread Ilja Sekler

** Attachment added: "a simple testcase"
   
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/720327/+attachment/1854754/+files/ooo-big-cell-font-corruption.ods

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

Title:
  [regression] font display corruption in merged and centered cells in
  Calc when scrolling

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


[Bug 720327] Re: [regression] font display corruption in merged and centered cells in Calc when scrolling

2011-02-16 Thread Ilja Sekler
LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

is also affected.

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

Title:
  [regression] font display corruption in merged and centered cells in
  Calc when scrolling

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


[Bug 720327] Re: [regression] font display corruption in merged and centered cells in Calc when scrolling

2011-02-17 Thread Ilja Sekler
The bug is present in

LibreOffice 3.3.1 
OOO330m19 (Build:7)
tag libreoffice-3.3.1.1

as well.

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

Title:
  [regression] font display corruption in merged and centered cells in
  Calc when scrolling

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


[Bug 720327] Re: [regression] font display corruption in merged and centered cells in Calc when scrolling

2011-02-20 Thread Ilja Sekler
After further testing it turns out to be that only like breaks are
required and that the issue is not linked to Intel graphics. Retested
and reproduced with

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4, Ubuntu package 1:3.3.0-1ubuntu1

on Natty too. Adjusting the summary and the package accordingly, as
LibreOffice will surely get more attention.

** Package changed: openoffice.org (Ubuntu) => libreoffice (Ubuntu)

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

Title:
  [regression] font display corruption in merged and centered cells in
  Calc when scrolling

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


[Bug 720327] Re: [regression] font display corruption in cells containing line breaks in Calc when scrolling

2011-02-20 Thread Ilja Sekler
** Summary changed:

- [regression] font display corruption in merged and centered cells in Calc 
when scrolling
+ [regression] font display corruption in cells containing line breaks in Calc 
when scrolling

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

Title:
  [regression] font display corruption in cells containing line breaks
  in Calc when scrolling

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


[Bug 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2011-02-21 Thread Ilja Sekler
** Changed in: linux
   Status: In Progress => Fix Committed

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus
  EEE1005HA

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


[Bug 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2011-02-21 Thread Ilja Sekler
Adjusting the bug status because the issue is fixed upstream.

@Ubuntu kernel team:

Please apply the upstream fixes for eeepc-wmi up to the changeset
"eeepc-wmi: reorder device ids"



from linux-next to Ubuntu Natty kernel. The corresponding blob:



This achieves feature parity with the legacy eeepc-laptop driver, fixes
a critical issue for users of Asus Eee PC 1000H as described in
 as well as
the issue of the reporter of this bug for other Eee PC models with WMI
device and allows to drop additional kernel options acpi_osi=Linux
acpi_backlight=vendor, improving Ubuntu OOTB experience on this
hardware.

I run Ubuntu Natty with upstream eeepc-wmi on top of official Natty
kernels on Eee PC 1000H and can confirm that eeepc-wmi works correctly.
The updated driver was also tested on Asus Eee PC 1005P running
Maverick.

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus
  EEE1005HA

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


[Bug 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2011-02-21 Thread Ilja Sekler
I wasn't aware of  while writing my last comment, my
apologies for the uprising. Nevertheless, I'd hate if eeepc-wmi has to
hit the way of SRU, but let us hope for the best for now.

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus
  EEE1005HA

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


[Bug 658338] Re: The first attempt to switch keyboard layout with a shortcut in a new window fails

2011-02-21 Thread Ilja Sekler
> is that still an issue using the current versions?

No, WFM on Natty with g-s-d 2.32.1-0ubuntu6 and indicator-application
0.2.93-0ubuntu4.

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

Title:
  The first attempt to switch keyboard layout with a shortcut in a new
  window fails

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


[Bug 637360] Re: selected keyboard map is different from showed

2011-02-21 Thread Ilja Sekler
> As with gnome-settings-daemon 2.32.1-0ubuntu5 and
> indicator-application 0.2.91-0ubuntu2 on Natty, it has
> become actually worse. Now the layout indicator shows
> always the primary layout.

This new issue is fixed with gnome-settings-daemon 2.32.1-0ubuntu6 and
indicator-application 0.2.93-0ubuntu4. The original bug (layouts in the
dropdown menu and in the panel are out of sync) is still there.

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

Title:
  selected keyboard map is different from showed

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


[Bug 720327] Re: [regression] font display corruption in merged cells containing line breaks in Calc when scrolling

2011-02-22 Thread Ilja Sekler
Filed upstream bug 
and adjusted once again the summary.

** Summary changed:

- [regression] font display corruption in cells containing line breaks in Calc 
when scrolling
+ [regression] font display corruption in merged cells containing line breaks 
in Calc when scrolling

** Bug watch added: freedesktop.org Bugzilla #34558
   http://bugs.freedesktop.org/show_bug.cgi?id=34558

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

Title:
  [regression] font display corruption in merged cells containing line
  breaks in Calc when scrolling

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


[Bug 662365] Re: "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus EEE1005HA

2011-02-22 Thread Ilja Sekler
@PrebenR:

> How can I test to see if it works?

Edit /etc/default/grub to remove acpi_osi=Linux acpi_backlight=vendor
from the kernel command line, run

sudo update-grub

Ensure that eeepc-wmi is not blacklisted, reboot, then follow the steps
mentioned in

to build the fixed eeepc-wmi. Unload Ubuntu's broken eeepc-wmi

sudo modprobe -r eeepc-wmi

and install and load the fixed one. Please note that loading pciehp is
not needed and will fail as pciehp is built-in in Ubuntu kernels.

If rt2860sta misbehaves when disabling wireless, this should be a bug in
rt2860sta. rt2800pci causes no problems, but requires a kernel at or
greater than 2.6.37.

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

Title:
  "eeepc_wmi: Unknown key 88 pressed" when pressing Fn+F2 on Asus
  EEE1005HA

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


[Bug 760131] Re: Power consumption raised significantly in natty

2011-04-30 Thread Ilja Sekler
> I've 130-160 wakeups-from-idle per second. Is it a good value?

Probably not, because with the very same hardware on Maverick (kernel
2.6.35-29-generic) powertop counts only 35 interrupts/sec with wireless
disabled and about 85 with wireless enabled. Estimated power consumption
is 6,6 vs 6,5 W.

On Natty (amd64) with Nvidia binary blob, running on Asus M4N68T
motherboard with AMD Athlon II X2 240e CPU, powertop reports about 185
interrupts per second when idle. Disabling remote control polling in
dvb-usb module brings this value down to 35 interrupts/sec.

It means, without a carefully defined and unified hardware and software
configuration, bare figures are meaningless.

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

Title:
  Power consumption raised significantly in natty

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


[Bug 760131] Re: Power consumption raised significantly in natty

2011-04-27 Thread Ilja Sekler
Out of curiosity, I let my Asus Eee PC 1000H triple boot Ubuntu 11.04 -
Xubuntu 11.04 - Ubuntu 10.04.2 (camera, wifi and bluetooth disabled, no
network connection) idle exactly for an hour on battery with locked
screen (no screensaver). Battery energy drain on Ubuntu Natty (classic
session): 4,4 Wh (average consumption 4,4 W). Battery energy drain on
Ubuntu 10.04.2: 7,7 Wh (7,7 W on average). Big advantage for Natty so
far.

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

Title:
  Power consumption raised significantly in natty

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


[Bug 720327] Re: [regression] font display corruption in merged cells containing line breaks in Calc when scrolling

2011-04-13 Thread Ilja Sekler
FYI: The issue is fixed in Beta 1 of Oracle's OpenOffice.org 3.4
(Build:9583). The display gets properly redrawn on scroll. I don't have
a build environment set up for LibreOffice, so I can't tell whether the
bug is already fixed in the current LibreOffice code as well.

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

Title:
  [regression] font display corruption in merged cells containing line
  breaks in Calc when scrolling

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


[Bug 637360] Re: selected keyboard map is different from showed

2011-01-21 Thread Ilja Sekler
> is that still an issue?

As with gnome-settings-daemon 2.32.1-0ubuntu5 and indicator-application
0.2.91-0ubuntu2 on Natty, it has become actually worse. Now the layout
indicator shows always the primary layout. The dropdown menu is still
out of sync when using a keyboard shortcut to switch layouts.

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

Title:
  selected keyboard map is different from showed

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


  1   2   >