[Bug 35972] Re: USB sticks do not umount with "Safely Remove" from right click menu

2006-11-09 Thread Teemu Likonen
I'm also using Edgy now and haven't seen this kind of behavior in long
time. Maybe the bug was already fixed in released Dapper.

-- 
USB sticks do not umount with "Safely Remove" from right click menu
https://launchpad.net/bugs/35972

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


[Bug 66026] Re: Display does not enter power-save (both tty1 & X)

2006-10-15 Thread Teemu Likonen
Seems quite random... I saved "15 minutes" monitor off time from KDE,
checked with "xset -q" that it was:


DPMS (Energy Star):
  Standby: 900Suspend: 900Off: 900
  DPMS is Enabled
  Monitor is On


But after log out and log in there was this:


DPMS (Energy Star):
  Standby: 54000Suspend: 54000Off: 54000
  DPMS is Enabled
  Monitor is On

-- 
Display does not enter power-save (both tty1 & X)
https://launchpad.net/bugs/66026

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


[Bug 66092] Re: EDGY-KDE: Can't log out from KDE session

2006-10-15 Thread Teemu Likonen
I can confirm; the bug is gone.

-- 
EDGY-KDE: Can't log out from KDE session
https://launchpad.net/bugs/66092

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


[Bug 66026] Re: Display does not enter power-save (both tty1 & X)

2006-10-14 Thread Teemu Likonen
After reboot the command "xset -q" says about DPMS:

DPMS (Energy Star):
  Standby: 6464Suspend: 6464Off: 6464
  DPMS is Enabled
  Monitor is On

In "~/.kde/share/config/displayconfigrc" I had

dpmsEnabled=on
dpmsSeconds=1200

but this has no effect.

-- 
Display does not enter power-save (both tty1 & X)
https://launchpad.net/bugs/66026

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


[Bug 66092] Re: EDGY-KDE: Can't log out from KDE session

2006-10-14 Thread Teemu Likonen
But when I kill the "passkey-agent" process, the "K" symbol stops
bouncing and I can log out from KDE session normally. the "passkey-
agent" has something to do with bluetooth. (I haven't got any bluetooth
related hardware in my system.)

-- 
EDGY-KDE: Can't log out from KDE session
https://launchpad.net/bugs/66092

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


[Bug 39534] Re: Ark do not open *.deb files when clicked from Konqueror

2006-10-14 Thread Teemu Likonen
It seems this bug no longer exist in EDGY.

-- 
Ark do not open *.deb files when clicked from Konqueror
https://launchpad.net/bugs/39534

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


[Bug 66092] Re: EDGY-KDE: Can't log out from KDE session

2006-10-14 Thread Teemu Likonen
Attached file tells what the command startx /usr/bin/startkde writes to
stdout and stderr.

** Attachment added: "x-errors.txt"
   http://librarian.launchpad.net/4842418/x-errors.txt

-- 
EDGY-KDE: Can't log out from KDE session
https://launchpad.net/bugs/66092

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


[Bug 66092] EDGY-KDE: Can't log out from KDE session

2006-10-14 Thread Teemu Likonen
Public bug reported:

When I start KDE session the "K" symbol next to mouse pointer keeps bouncing 
about 40 seconds after everything has been loaded. I can't log out from KDE 
session. Nothing happens when I select "Log out" and I just have to kill the X 
server. This also happens with fresh user so it can't be related to my personal 
settings. I did
  startx /usr/bin/startkde -- :1 &> x-errors.txt
and will try to attach the x-errors.txt to this report.

I have recently done the following: I updated my Edgy (2006-10-14 about
10:00 UTC) but don't remember exactly what packages came with the last
update, at least something related to bluetooth. After that I also tried
KDE's log out screen's Hibernate option, which turned the computer off
but didn't return my session after the next boot (i.e. booted normally).

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
EDGY-KDE: Can't log out from KDE session
https://launchpad.net/bugs/66092

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


[Bug 66004] Re: .bash_profile is not sources when X session starts

2006-10-14 Thread Teemu Likonen
.bash_profile should be sourced only by terminal bash sessions. X
session is different. To make personalized X sessions use file
~/.xsession and put personal variables there. Last command in this file
should be X session manager, X window manager or some X client you want
to run. Usually maybe just "x-session-manager" which launches your
system's default X session manager. If you're using kdm as your session
manager (graphical login screen), you must select "Default" session.

Example ~/.xsession file:

MYVARIABLE=myvalue
export MYVARIABLE
x-session-manager

-- 
.bash_profile is not sources when X session starts
https://launchpad.net/bugs/66004

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


[Bug 66026] Re: Display does not enter power-save (both tty1 & X)

2006-10-14 Thread Teemu Likonen
Just a guess but this might be related to the issue #65887. My monitor
goes off after 1200 seconds when I use the command "xset dpms 0 0 1200".
KDE's power saving settings are not used, though. Check #65887.

-- 
Display does not enter power-save (both tty1 & X)
https://launchpad.net/bugs/66026

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

[Bug 63403] Re: Semi-random ugly font rendering in Edgy (no font hinting)

2006-10-13 Thread Teemu Likonen
I was hasty in my previous comment. It seems that when I select “Hinting
style: Full” from KDE’s settings, I get same kind of sharp fonts than in
Dapper—at least with KDE programs. With Dapper I always used “Hinting
style: Medium”.

-- 
Semi-random ugly font rendering in Edgy (no font hinting)
https://launchpad.net/bugs/63403

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

[Bug 65887] Re: EDGY: Does not keep monitor's power saving settings between KDE sessions

2006-10-13 Thread Teemu Likonen
The file ~/.kde/share/config/displayconfigrc keeps the saved
"dpmsSeconds=" value between KDE sessions. But the actual power saving
does not use this time value in new KDE session.

-- 
EDGY: Does not keep monitor's power saving settings between KDE sessions
https://launchpad.net/bugs/65887

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


[Bug 65887] EDGY: Does not keep monitor's power saving settings between KDE sessions

2006-10-13 Thread Teemu Likonen
Public bug reported:

Binary package hint: kde-systemsettings

In "Monitor & Display --> Power saving" there is an option for switching
monitor off after certain period of inactivity. I can change it and
power saving actually works within current KDE session. But when I log
out and log in again, the power saving time is returned to "2 hours". (I
believe it returned once to "5 hours".)

** Affects: kde-systemsettings (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
EDGY: Does not keep monitor's power saving settings between KDE sessions
https://launchpad.net/bugs/65887

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


[Bug 63403] Re: Egly font rendering in Edgy – everywhere

2006-10-12 Thread Teemu Likonen
I’m using Kubuntu Edgy and in my KDE desktop fonts look ugly everywhere.
They are blurred and have become slightly smaller than they where in
Dapper days. Attached is a shot taken from Konqueror’s window. Tabs in
the top use DejaVu Sans 7 and text in the comment boxes use DejaVu Sans
Mono.

(I said “everywhere” but actually I don’t mean bitmap fonts. They look
just fine at least in my XTerm.)

** Attachment added: "Ugly fonts in KDE"
   http://librarian.launchpad.net/4798060/ugly-fonts-in-edgy.png

-- 
Semi-random ugly font rendering in Edgy (no font hinting)
https://launchpad.net/bugs/63403

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

[Bug 55612] "unicode" tool does not create symlink for UnicodeData.txt

2006-08-07 Thread Teemu Likonen
Public bug reported:

Binary package hint: unicode

The "unicode" tool needs UnicodeData.txt file to be in ~/.unicode,
/usr/share/unicode, or current directory. If none of these exists, it
tries to find it from Perl's directories and automatically creates a
symlink, for example:

~/.unicode/UnicodeData.txt ->
/usr/share/perl/5.8/unicore/UnicodeData.txt

In Debian unstable this works, but in Ubuntu Dapper "unicode" tools
displays:

Traceback (most recent call last):
  File "/usr/bin/unicode", line 168, in ?
out("Found %s, symlinking to %s\n" % (UnicodeData[0], HomeUnicodeData))
  File "/usr/bin/unicode", line 33, in out
sys.stdout.write(i.encode(options.iocharset, 'replace'))
NameError: global name 'options' is not defined

** Affects: unicode (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
"unicode" tool does not create symlink for UnicodeData.txt
https://launchpad.net/bugs/55612

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


[Bug 48411] Re: libsidplay2 is playing certain sidtunes too fast

2006-07-12 Thread Teemu Likonen
I can confirm this with sidplay2 command line player (in package
sidplay). Songs play about 1.3-1.5 times too fast no matter what options
I try. XSidplay which uses libsidplay1 plays songs correctly. This bug
has been around a long time and upstream's "latest informations" are two
years old . Sad...

-- 
libsidplay2 is playing certain sidtunes too fast
https://launchpad.net/bugs/48411

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