[Bug 436768] Re: acerhdf: not enabled by default

2009-11-16 Thread Sokraates
Zimmer: You will need to copy the file (acerhdf.conf) into the folder
/etc/modprobe.d

The folder etc/ and its contents can only be edited by a super-user. To
do this graphically, you will need to start Nautilus as root (of course,
you could also do this through the command line, but this is easier for
starters).

Unless Ubuntu provides a link in the application menue, to open Nautilus
as super-user/root (I don't know, since I don't use GNOME) you will need
to open a terminal (the application) and type gksu nautilus.

A window will pop-up, asking for your password (your regular user
password) and then you will have a nautilus open, wherein you can move
and edit all files on your system. So be *VERY* careful, what you do.

-- 
acerhdf: not enabled by default
https://bugs.launchpad.net/bugs/436768
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 436768] Re: acerhdf: not enabled by default

2009-10-12 Thread Sokraates
Just so that anyone looking at this bug will be able to make acerhdf
work, here's the workaround from the duplicate bug report:

To make fan control and acerhdf work, I need to do a 'sudo -s' (regular
sudo won't work) and then 'echo -n enabled  /sys
/class/thermal/thermal_zone0/mode' (this command is recommended when
doing dmesg | grep acerhdf).

However /sys/class/thermal/thermal_zone0/mode is reset to disabled
after every reboot or shutdown. To make enebled permanent I had to add
'echo -n enabled  /sys /class/thermal/thermal_zone0/mode' to
/etc/rc.local (before the exit 0-line).

-- 
acerhdf: not enabled by default
https://bugs.launchpad.net/bugs/436768
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 414722] Re: Bookmark-bar in Applications-activity does not remember bookmarked items

2009-09-17 Thread Sokraates
I'm quite at a loss with this bug. I've now cleaned my old profile
(deleted ~/.kde) and created a new profile for verification purposes.

Now only one single item out of each cathegory (e.g. Office, Multimedia,
System) is saved in the bookmark-bar. Actually the first item you add is
saved, the second is forgotten. So after adding Konqueror and Networks,
only Konqueror is shown in the bookmark-bar after a
logout/reboot/shutdown. However adding OpenOffice Draw, Konqueror and
Systemsettings will work, since they are in different cathegories.

Also adding a new item from an already bookmarked cathegory (i.e. after
a logout/reboot/shutdown) does not work.

I verified this behaviour with the second account.

-- 
Bookmark-bar in Applications-activity does not remember bookmarked items
https://bugs.launchpad.net/bugs/414722
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 420610] Re: QtCurve does not use specified font settings

2009-09-09 Thread Sokraates
*** This bug is a duplicate of bug 414711 ***
https://bugs.launchpad.net/bugs/414711

** This bug has been marked a duplicate of bug 414711
   [Karmic] QtCurve uses huge fonts instead of KDE fonts

-- 
QtCurve does not use specified font settings
https://bugs.launchpad.net/bugs/420610
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 414711] Re: [Karmic] QtCurve uses huge fonts instead of KDE fonts

2009-09-09 Thread Sokraates
** Summary changed:

- [KNR] QtCurve uses huge fonts instead of KDE fonts
+ [Karmic] QtCurve uses huge fonts instead of KDE fonts

-- 
[Karmic] QtCurve uses huge fonts instead of KDE fonts
https://bugs.launchpad.net/bugs/414711
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 414711] Re: [Karmic] QtCurve uses huge fonts instead of KDE fonts

2009-09-09 Thread Sokraates
Here is the workaround provided by sam81 in the duplicate. I have tested
it today (09.09.2009) with the latest updates and it still works (while
the bug itself is still there):

The problem disappeared after I modified the KDE font settings.
My KDE font was Deja Vu Sans 8, when I changed it to Bitstream Vera Sans 8, GTK 
apps with Qtcurve had the correct font within KDE. Then I changed the font back 
to Deja Vu Sans 8 and still GTK apps with Qtcurve use the correct font.

My font size was 7 instead of 8, but the important part seems to be the
font type.

-- 
[Karmic] QtCurve uses huge fonts instead of KDE fonts
https://bugs.launchpad.net/bugs/414711
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 414882] Re: [Karmic] Acerhdf not working due to fan control being disabled (with fix/workaround)

2009-09-09 Thread Sokraates
** Summary changed:

- [KDM] Acerhdf not working due to fan control being disabled (with 
fix/workaround)
+ [Karmic] Acerhdf not working due to fan control being disabled (with 
fix/workaround)

** Description changed:

- Using Kubuntu Netbook remix on an AAO 110. All updates as of 16.08.2009.
+ Using Kubuntu Netbook Edition on an AAO 110. All updates as of
+ 16.08.2009.
  
  Acerhdf works well and diligently starts on every boot after being added
  to /etc/modules, however it will not take effect since fan control is
  disabled by default in /sys/class/thermal/thermal_zone0/mode.
  
  To make fan control and acerhdf work, I need to do a 'sudo -s' (regular
  sudo won't work) and then 'echo -n enabled  /sys
  /class/thermal/thermal_zone0/mode' (this command is recommended when
  doing dmesg | grep acerhdf.
  
  However /sys/class/thermal/thermal_zone0/mode is reset to disabled
  after every reboot or shutdown. To make enebled permanent I had to add
  'echo -n enabled  /sys /class/thermal/thermal_zone0/mode' to
  /etc/rc.local (before the exit 0-line).
  
  I've tried this with acerhdf 0.5.13 up to 0.5.17 (which I currently use)
- and kernels 2.6.31-5 and 2.6.31-6. Smae problem, same fix/workaround.
+ and kernels 2.6.31-5 and 2.6.31-6. Same problem, same fix/workaround.
  Concerning enabling fan control I consider this a fix, however I doubt
  that the line should be added to /etc/rc.conf. Rather
  /sys/class/thermal/thermal_zone0/mode should remember the changes (I
  guess).
  
  I have not had similar problems on this machine running Jaunty UNR and
  KDE 4.3 (from backports). There acerhdf only needed to be added to
  /etc/modules to have it work after a reboot or shutdown.

-- 
[Karmic] Acerhdf not working due to fan control being disabled (with 
fix/workaround)
https://bugs.launchpad.net/bugs/414882
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 414722] Re: Bookmark-bar in Applications-activity does not remember bookmarked items

2009-09-01 Thread Sokraates
Sorry for for not replying, however I've been away on a business trip
last week, without my trust A110.

I will test this again probably at the end of the week and after
applying all updates.

@MoRpHeUz: How do I run debug mode? Where is the output saved (just in
case the logout is faster than my eyes)?

-- 
Bookmark-bar in Applications-activity does not remember bookmarked items
https://bugs.launchpad.net/bugs/414722
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 414715] Re: [KNR] No logout/reboot/shutdown possible from logout-prompt or K-menue

2009-08-20 Thread Sokraates
*** This bug is a duplicate of bug 410466 ***
https://bugs.launchpad.net/bugs/410466

Thanks, Murz. Stupid of me to have overlooked that bug when reporting
mine.

Removing the file didn't help, however enabling sound notifications in
SystemSettings (as proposed in
https://bugs.kde.org/show_bug.cgi?id=201569) did.

So basically anyone using the default Kubuntu settings should not be
affected by this bug.

On a bright note, comment #23 of the above bug contains a patch which
would not only fix this issue but also improve login and logout by 6
seconds. Neat. :)

** Bug watch added: KDE Bug Tracking System #201569
   http://bugs.kde.org/show_bug.cgi?id=201569

** This bug has been marked a duplicate of bug 410466
   [karmic] Unable to logout/reboot/shutdown from within KDE

-- 
[KNR] No logout/reboot/shutdown possible from logout-prompt or K-menue
https://bugs.launchpad.net/bugs/414715
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 410466] Re: [karmic] Unable to logout/reboot/shutdown from within KDE

2009-08-20 Thread Sokraates
According to triage in https://bugs.kde.org/show_bug.cgi?id=201569 this
bug is caused by KNotify trying to play the logout sound even though the
sound system has been turned of for notifications. This causes the
logout/shutdown/rebott procedure to hang.

Using the default settings or removing the logout sound in System
Settings will work around the issue.

A patch has been prepared (see comment #23 in the abovementioned
bugreport).

-- 
[karmic] Unable to logout/reboot/shutdown from within KDE
https://bugs.launchpad.net/bugs/410466
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in ubuntu.

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


[Bug 414722] Re: [KNR] Bookmark-bar in Applications-activity does not remember bookmarked items

2009-08-20 Thread Sokraates
Aftr working around bug 414715 (which turned out to be a duplicate of
bug 410466) I logged out and the bookmark-bar still showed an item
(Arora, in this case) I bookmarked just before logout.

However the bookmar-bar did not remember any other items after later
logouts, reboots or shutdowns. So at least now I know that logout does
not solve the issue.

-- 
[KNR] Bookmark-bar in Applications-activity does not remember bookmarked items
https://bugs.launchpad.net/bugs/414722
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 414716] Re: [Karmic] After shutdown from CLI system reboots into recovery menue instead of shutting down

2009-08-20 Thread Sokraates
After having worked around the above mentioned logout-bug (actually a
duplicate of bug 410466) I realized that shutdowns from the menue do not
lead to reboots.

Further testing shows that only shutdowns from CLI lead to reboots.

This is reproducible when using Konsole or a terminal (I only tried
tty1). Having a KDE-session open or not does not affect this bug. I
alsways used sudo shutdown now.

The bug title has been updated accordingly.

** Summary changed:

- [KNR] System reboots into recovery menue instead of shutting down
+ [Karmic] After shutdown from CLI system reboots into recovery menue instead 
of shutting down

-- 
[Karmic] After shutdown from CLI system reboots into recovery menue instead of 
shutting down
https://bugs.launchpad.net/bugs/414716
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 414711] [NEW] [KNR] QtCurve uses huge fonts instead of KDE fonts

2009-08-17 Thread Sokraates
Public bug reported:

Using Kubuntu Netbook Remix on an AAO 110. All updates as of 16.08.2009.

QtCurve uses some huge fonts (12pt or bigger, probably DejaVu Sans)
instead of the KDE fonts (DejaVu Sans 7pt), as specified under GTK+
Appearence in System Settings.

Raleigh however uses the correct fonts when told to Use my KDE fonts in
GTK+ applications.

This bug has been experienced in Firefox 3.5. and network-manager-gnome.
I don't use any other GTK+ apps. I have not had such problems with
Jaunty and KDE 4.3.

If anyone has an idea where I could to further triage this bug, please
tell me.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[KNR] QtCurve uses huge fonts instead of KDE fonts
https://bugs.launchpad.net/bugs/414711
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 414715] [NEW] [KNR] No logout/reboot/shutdown possible from logout-prompt or K-menue

2009-08-17 Thread Sokraates
Public bug reported:

Using Kubuntu Netbook remix on an AAO 110. All updates as of 16.08.2009.

Logout, reboot or shutdown does not work from K-menue or the logout-
promt (which I get e.g. after pressing the power button). Selecting an
option on the prompt will make the prompt disappear and the last
displayed app/desktop reappear, however nothing else happens. I see that
the SSD is accesses after selecting an option, however I don't know how
to further triage this to see what happens.

Reboot and shutdown work from the console and from KDM before login
(after login I can't return to KDM).

I've experienced this bug with kernels 2.6.31-5 and 2.6.31-6.

I have not had similar problems on this machine running Jaunty UNR and
KDE 4.3 (from backports).

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[KNR] No logout/reboot/shutdown possible from logout-prompt or K-menue
https://bugs.launchpad.net/bugs/414715
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 414716] [NEW] [KNR] System reboots into recovery menue instead of shutting down

2009-08-17 Thread Sokraates
Public bug reported:

Using Kubuntu Netbook remix on an AAO 110. All updates as of 16.08.2009.

Shutting the system down through the console with sudo shutdown now
(shutdown through menues does not work, see bug 414715) will most of the
times lead to the system rebooting into the recovery menue instead of
shutting down. Every few attempts the system will shut down, however I
have not been able to find a pattern (a.g. certain running apps).

I've experienced this bug with kernels 2.6.31-5 and 2.6.31-6.

I have not had similar problems on this machine running Jaunty UNR and
KDE 4.3 (from backports).

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[KNR] System reboots into recovery menue instead of shutting down
https://bugs.launchpad.net/bugs/414716
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 414722] [NEW] [KNR] Bookmark-bar in Applications-activity does not remember bookmarked items

2009-08-17 Thread Sokraates
Public bug reported:

Using Kubuntu Netbook remix on an AAO 110. All updates as of 16.08.2009.

How to reproduce:
1.) Bookmark one or more applications in the Applications-activity
2.) Reboot
3.) The bookmark-bar is empty

Expected result: The bookmark-bar should contain teh bookmarked item(s).

This used to work with KNR Karmic Alpha 4. Deleting ~~/.kde did not
help.

I don't know whether there this may actually be a problem with session
restore. I use the default settings yet it seems that not all
applications I had open upon shutdown/reboot are always restored. The
bookmark-bar however is alsways empty. I've experienced similar problems
with KDE 4.x on other systems before and then loging out and in again
solved the issue. here however I'm unable to logout due to bug 414715.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[KNR] Bookmark-bar in Applications-activity does not remember bookmarked items
https://bugs.launchpad.net/bugs/414722
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 414715] Re: [KNR] No logout/reboot/shutdown possible from logout-prompt or K-menue

2009-08-17 Thread Sokraates
After I have found out how to logout using Konsole, I tried to logout
but failed. Here's the relevant in- and output:

sokraa...@red:~$ dbus-send --print-reply --dest=org.kde.ksmserver /KSMServer 
org.kde.KSMServerInterface.logout
Error org.freedesktop.DBus.Error.UnknownMethod: No such method 'logout' in 
interface 'org.kde.KSMServerInterface' at object path '/KSMServer' (signature 
'')
sokraa...@red:~$ qdbus --print-reply org.kde.ksmserver /KSMServer 
org.kde.KSMServerInterface.shutdown
Error: org.freedesktop.DBus.Error.UnknownMethod
No such method 'shutdown' in interface 'org.kde.KSMServerInterface' at object 
path '/KSMServer' (signature '')

I tried both commands since I found them on the internet and know next
to nothing about dbus, so I wanted to make sure that I don't use a
deprecated command. However the error output is almost identical.

-- 
[KNR] No logout/reboot/shutdown possible from logout-prompt or K-menue
https://bugs.launchpad.net/bugs/414715
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 414711] Re: [KNR] QtCurve uses huge fonts instead of KDE fonts

2009-08-17 Thread Sokraates
Here are some screenshots. First, this is how Arora looks.

** Attachment added: arora.png
   http://launchpadlibrarian.net/30419875/arora.png

-- 
[KNR] QtCurve uses huge fonts instead of KDE fonts
https://bugs.launchpad.net/bugs/414711
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 414711] Re: [KNR] QtCurve uses huge fonts instead of KDE fonts

2009-08-17 Thread Sokraates
network-manager-gnome with QtCurve.

** Attachment added: nm-qtcurve.png
   http://launchpadlibrarian.net/30420863/nm-qtcurve.png

-- 
[KNR] QtCurve uses huge fonts instead of KDE fonts
https://bugs.launchpad.net/bugs/414711
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 414711] Re: [KNR] QtCurve uses huge fonts instead of KDE fonts

2009-08-17 Thread Sokraates
Now Firefox with QtCurve.

** Attachment added: firefox-qtcurve.png
   http://launchpadlibrarian.net/30420187/firefox-qtcurve.png

-- 
[KNR] QtCurve uses huge fonts instead of KDE fonts
https://bugs.launchpad.net/bugs/414711
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 414711] Re: [KNR] QtCurve uses huge fonts instead of KDE fonts

2009-08-17 Thread Sokraates
Firefox with Raleigh.

** Attachment added: firefox-raleigh.png
   http://launchpadlibrarian.net/30420850/firefox-raleigh.png

-- 
[KNR] QtCurve uses huge fonts instead of KDE fonts
https://bugs.launchpad.net/bugs/414711
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 414711] Re: [KNR] QtCurve uses huge fonts instead of KDE fonts

2009-08-17 Thread Sokraates
Finally network-manager-gnome with Raleigh.

** Attachment added: nm-raleigh.png
   http://launchpadlibrarian.net/30420886/nm-raleigh.png

-- 
[KNR] QtCurve uses huge fonts instead of KDE fonts
https://bugs.launchpad.net/bugs/414711
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 414882] [NEW] [KDM] Acerhdf not working due to fan control being disabled (with fix/workaround)

2009-08-17 Thread Sokraates
Public bug reported:

Using Kubuntu Netbook remix on an AAO 110. All updates as of 16.08.2009.

Acerhdf works well and diligently starts on every boot after being added
to /etc/modules, however it will not take effect since fan control is
disabled by default in /sys/class/thermal/thermal_zone0/mode.

To make fan control and acerhdf work, I need to do a 'sudo -s' (regular
sudo won't work) and then 'echo -n enabled  /sys
/class/thermal/thermal_zone0/mode' (this command is recommended when
doing dmesg | grep acerhdf.

However /sys/class/thermal/thermal_zone0/mode is reset to disabled
after every reboot or shutdown. To make enebled permanent I had to add
'echo -n enabled  /sys /class/thermal/thermal_zone0/mode' to
/etc/rc.local (before the exit 0-line).

I've tried this with acerhdf 0.5.13 up to 0.5.17 (which I currently use)
and kernels 2.6.31-5 and 2.6.31-6. Smae problem, same fix/workaround.
Concerning enabling fan control I consider this a fix, however I doubt
that the line should be added to /etc/rc.conf. Rather
/sys/class/thermal/thermal_zone0/mode should remember the changes (I
guess).

I have not had similar problems on this machine running Jaunty UNR and
KDE 4.3 (from backports). There acerhdf only needed to be added to
/etc/modules to have it work after a reboot or shutdown.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[KDM] Acerhdf not working due to fan control being disabled (with 
fix/workaround)
https://bugs.launchpad.net/bugs/414882
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 262348] Re: configuration settings aren't applied correctly (Hardy)

2009-01-26 Thread Sokraates
The issue is present in Ubuntu 8.10 Intrepid.

-- 
configuration settings aren't applied correctly (Hardy)
https://bugs.launchpad.net/bugs/262348
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 284055] Re: Suspend from KDE4-Menu (Kickoff) will not lock screen on resume

2008-11-29 Thread Sokraates
@Christian Heimes: The problem only occurs when I suspend from the
kickoff menu.

Suspending by right clicking on the battery widget (guidance power
manager) or by closing the laptop lid locks the screen fine.

-- 
Suspend from KDE4-Menu (Kickoff) will not lock screen on resume
https://bugs.launchpad.net/bugs/284055
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 263438] Re: Adept3: no searching by package name

2008-11-01 Thread Sokraates
** Summary changed:

- Adept3: search does not provide expected results
+ Adept3: no searching by package name

** Description changed:

-- 
Adept3: no searching by package name
https://bugs.launchpad.net/bugs/263438
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 263438] Re: Adept3: no searching by package name

2008-11-01 Thread Sokraates
I've updated this bug's description to make it clear that I filed it due
to missing package name searching (though then I didn't know, package
name searching was missing).

Searching by package name is included, so I consider this bug fixed.
It's a totally different issue that searching in Adept 3 can (and
should) still be improved.

I've reported bug #285050 on further issues with searching. Please feel
free to add a comment to that bug or file a new one, if the issue has
not yet been reported.

-- 
Adept3: no searching by package name
https://bugs.launchpad.net/bugs/263438
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to adept in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 285050] Re: Improvements to search in Adept3

2008-11-01 Thread Sokraates
3) Begin search with 2 or 3 characters:

Timbl explained
(https://bugs.launchpad.net/ubuntu/+source/adept/+bug/263438/comments/25)
that Adept 3 requires at least four characters to start searching.

This behaviour is not expected by the user, who probably used search in
the KDE4-menu (Kickoff) or the Alt-F2-menu (whatever it's called)
before. The KDE4-menu will search upon the first character entered while
the Alt-F2-menu needs two characters. So it would make sense to allow
search with 2 characters in Adept to have at least some consistency.

Furthermore, with the current search users won't (easily) find certain
apps/packages, whose names consist of only 3 characters. E.g: VLC, K3B,
Ark, GCC. Because of this, I consider searching with 3 characters a
mandatory feature (as far as usability is concerned). No
packages/important keywords with only 2 letters come to my mind, however
as stated above, a 2-character search would (in my eyes) be even better.

-- 
Improvements to search in Adept3
https://bugs.launchpad.net/bugs/285050
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to adept in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 150333] Re: Kubuntu does not have the same magic than Ubuntu

2008-10-20 Thread Sokraates
I concurr with the general idea and most of the mentioned features.
However:

- [Wishlist: Ubuntu 6.06] When kdesudo requests the password, the rest
of the screen must fade to grayscale like with gksudo.

Please don't. Just don't. It's not nice to be forced to focus on the
password field when you perhaps want to finish something else first . To
comment more productively: before any decision on such feature, a
usabilty study should be made.

- [Wishlist: Ubuntu 8.04] PolicyKit.
- [Wishlist: Ubuntu 8.04] PulseAudio by default. GUI for PulseAudio too.

Are these actually necessary? At least with Phonon in KDE4, PulseAudio
by default seems redundant.

-- 
Kubuntu does not have the same magic than Ubuntu
https://bugs.launchpad.net/bugs/150333
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 263438] Re: Adept3: search does not provide expected results

2008-10-20 Thread Sokraates
I triaged this a bit and it seems that Adept3 searches for partial
matches in package names. However, only the first word in a packae name
seems to be recognized. E.g. phy will show phylip, phys will show
dphys-swapfile. paw and paw-d will show paw-demos, while demos
will not.

In the descriptions, matches are only shown for full words. E.g.
physic will show no results, while physics will give you a host of
them. As a further experiment, the package paw-demos is decribed as
Physics Analysis Workstation  So to find it from the description,
one needs to search for phsics, analysis or workstation, while
phsic, analys or work will not work.

Strange behaviour.

I've also filed a wishlist bug regarding search behaviour (285050).

-- 
Adept3: search does not provide expected results
https://bugs.launchpad.net/bugs/263438
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 285050] Re: [Wishlist] Improvements to search in Adept3

2008-10-20 Thread Sokraates
Regarding 2):

I triaged this a bit and it seems that Adept3 searches for partial
matches in package names. However, only the first word in a package name
seems to be recognized. E.g. phy will show phylip, phys will show
dphys-swapfile. paw and paw-d will show paw-demos, while demos
will not.

In the descriptions, matches are only shown for full words. E.g.
physic will show no results, while physics will give you a host of
them. As a further experiment, the package paw-demos is decribed as
Physics Analysis Workstation  So to find it from the description,
one needs to search for phsics, analysis or workstation, while
phsic, analys or work will not work.

This is confusing and strange. Moreover I'm not exactly sure, I've
figured out the search behaviour correctly.

So the search behaviour should deffinitely be improved so that Adept
finds parts of any word, be it at the beginning, the end or somewhere in
between, in the package name and in the description.

This way the user will always find what he wants.

-- 
[Wishlist] Improvements to search in Adept3
https://bugs.launchpad.net/bugs/285050
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to adept in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 285050] [NEW] [Wishlist] Improvements to search in Adept3

2008-10-17 Thread Sokraates
Public bug reported:

Binary package hint: adept

Kubuntu Intrepid Ibex, fresh installation.

  Installiert: 3.0~beta4ubuntu3
  Kandidat: 3.0~beta4ubuntu3
  Versions-Tabelle:
 *** 3.0~beta4ubuntu3 0
500 http://at.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

This is intended as a wishlist bugreport to collect missing desired
features to the search in Adept 3. It is not specifically related to
Intrepid, rather to Adept 3.0 Beta 4.

1) List search results alphabetically:
Currently Adept does not list search results in any comprehensible way. An 
alphabetical listing would, in my opinion ,be the most self explanatory one.

2) Improve search to find parts of words:
Currently adept finds packages only, if the searchterm is found at the start of 
a word, if the word appears after a blank or a -. 
So searching for devil will not show powerdevil, since it does not start 
with devil. Also searching for 6.27 does not show the current linux kernel.

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

-- 
[Wishlist] Improvements to search in Adept3
https://bugs.launchpad.net/bugs/285050
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 284055] [NEW] Intrepid: Suspend from KDE4-Menu (Kickoff) will not lock screen on resume

2008-10-15 Thread Sokraates
Public bug reported:

Kubuntu Intrepid Ibex. Fresh installation last updated 15.10.2008,
around 23:15.

Suspending from the Guidance Power Manager-applet works and prompts for
a password on resume (as it should, since Lock screen on resume
selected).

Suspending from the KDE4-Menu will also work but the screen is not
locked on resume. Rather the desktop is shown right away. It's also
strange that in the menu, suspend and hibernate have the same icon,
while the Guidance Power Manager-applet shows different ones.

The explanation of this problem may be, that the Menu doesn't share the
settings made in the Guidance Power Manager-applet. Still it's
confusing, since a user would expect suspend to work the same, no matter
from where it is invoked. Furthermore there's no way to change whether
suspending from the menu should lock the screen on resume.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Intrepid: Suspend from KDE4-Menu (Kickoff) will not lock screen on resume
https://bugs.launchpad.net/bugs/284055
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 256054] Re: [intrepid] new 0.7 branch ignores /etc/network/interfaces

2008-10-10 Thread Sokraates
@Alexander Sack: Just to make it clear: I was running with the default
configuration as far as /etc/network/interfaces and /etc/NetworkManager
/nm-system-settings.conf is concerned.

The latter file looks like this:

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false

As far as I can tell, that's how it should look like per default.

Also I do want NM to manage all my devices. Shouldn't this be the
default? In any case, that's why I uncommented the lines in interfaces
(they were added by the system, not myself).

-- 
[intrepid] new 0.7 branch ignores /etc/network/interfaces
https://bugs.launchpad.net/bugs/256054
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 261301] Re: system halted at startup

2008-10-08 Thread Sokraates
In connection with bug #279262 I commented out the iface XXX inet
dhcp-lines in my /etc/network(interfaces and now the system boots fine
without interuptions.

-- 
system halted at startup
https://bugs.launchpad.net/bugs/261301
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 267917] Re: Intrepid: PDF-printer not recognized by Okular

2008-10-07 Thread Sokraates
Ubuntu introduced a separate, virtual PDF-printer in Gutsy Tribe 5
(http://www.ubuntu.com/testing/tribe5). Kubuntu also used it since
Gutsy, together with KDE 3.5.x, that is before Qt4 was used. So while
Qt4 may provide a fake PDF-printer, so does Ubuntu.

I haven't checked (because I don't know how), whether Kubuntu Intrepid
uses the Qt4 printer or the Ubuntu-one, however I suspect the latter,
since a folder ~/PDF is created. This folder was introduced in the
default settings of Gutsy because of the then new virual PDF printer,
which would print to ~/PDF by default.

In this case it would be worthwhile to check, whether Ubuntu's printer
also causes problems.

Regarding the importance, I think it should be set to minor, since (in
my opinion) wishlist only applies to features which are missing, not
to those which have been disabled on purpose due to problems.

In any case, thank you for the explanantion.

-- 
Intrepid: PDF-printer not recognized by Okular
https://bugs.launchpad.net/bugs/267917
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 262035] Re: Kgrubeditor crashes after entering root-password

2008-10-07 Thread Sokraates
Fixed since yesterday's update (though I haven't updated the past
weekend, so the fix may have been released sooner).

** Changed in: kgrubeditor (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Kgrubeditor crashes after entering root-password
https://bugs.launchpad.net/bugs/262035
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kgrubeditor in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 256054] Re: [intrepid] new 0.7 branch ignores /etc/network/interfaces

2008-10-07 Thread Sokraates
Same problem here (Kubuntu Intrepid), though I found a different
solution: I commented out the iface XXX inet dhcp-lines and now NM
works like a charm again.

Here's my /etc/network/interfaces, just to make it clear, what I mean:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
#iface eth0 inet dhcp

# The wireless network interface
auto wlan0
#iface wlan0 inet dhcp

-- 
[intrepid] new 0.7 branch ignores /etc/network/interfaces
https://bugs.launchpad.net/bugs/256054
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 279262] Re: network-manager After reboot network is totally broken

2008-10-07 Thread Sokraates
Same problem here (Kubuntu Intrepid), though I found a different
solution: I commented out the iface XXX inet dhcp-lines and now NM
works like a charm again.

Here's my /etc/network/interfaces, just to make it clear, what I mean:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
#iface eth0 inet dhcp

# The wireless network interface
auto wlan0
#iface wlan0 inet dhcp

-- 
network-manager After reboot network is totally broken
https://bugs.launchpad.net/bugs/279262
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 267917] Re: Intrepid: PDF-printer not recognized by Okular

2008-10-06 Thread Sokraates
@ Pino toscano: The second one. Print to PDF/Print to PS/Print to
File. That's the option every other app has.

@ H.i.M: I can't. The importance was changed to Wishlist by Jonathan
Thomas in early September and he hasn't yet bothered to change it.

-- 
Intrepid: PDF-printer not recognized by Okular
https://bugs.launchpad.net/bugs/267917
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 276261] Re: [Intrepid] Network-manager-kde shows nondescript if connected before login

2008-10-03 Thread Sokraates
The correct icon is also restored when network-manager-kde automatically
reconnects after suspending. So this seems to be a problem of
NetworkManager starting a connection before network-manager-kde has been
started.

-- 
[Intrepid] Network-manager-kde shows nondescript if connected before login
https://bugs.launchpad.net/bugs/276261
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 262042] Re: KRDC no longer connects to RDP over VNC-connection

2008-10-03 Thread Sokraates
The problem was solved after removing the package resolvconf.

The root of the problem seems to be that resolvconf and network-manager
conflict in writing to /etc/resolv.conf. resolvconf seems to get
priority here but does not seem to have all relevant information, which
network-manger obviously has, even though I connect through KVPNC.

It's strange, but this seems to be the only logical explanations, since
network-manager has always produced a correct /etc/resolv.conf after the
removal of resolvconf.

I've also switched from network-manager-gnome to network-manager-kde
once it has been adapted to the new API. However, the problem persisted
until I removed resolvconf.

So is this a bug in resolvconf, kdenetwork, both or something else
entirely? Someone with more understanding of the matter should please
correct the affected package, if necessary.

-- 
KRDC no longer connects to RDP over VNC-connection
https://bugs.launchpad.net/bugs/262042
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdenetwork in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 276261] [NEW] [Intrepid] Network-manager-kde shows nondescript if connected before login

2008-09-30 Thread Sokraates
Public bug reported:

Binary package hint: network-manager-kde

Kubuntu Intrepid Ibex. Fesh install,last updated 30.09.2008, ca. 11:00
CET.

network-manager-kde:
  Installiert: 1:0.7svn864988-0ubuntu1
  Kandidat: 1:0.7svn864988-0ubuntu1
  Versions-Tabelle:
 *** 1:0.7svn864988-0ubuntu1 0
500 http://at.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

I don't have knetworkmanager installed. Is there any difference between
the packages?

Network Manager connects to known WIFI networks or through my 3G-modem
even before login. This works as designed.

However after login, network-manager-kde shows a green globe as an icon
(which I assume means connected, instead of the usual bars for WIFI or
antenna for GSM-connections. Restarting the connection once logged in
will restore the correct icon.

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

-- 
[Intrepid] Network-manager-kde shows nondescript if connected before login
https://bugs.launchpad.net/bugs/276261
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 259278] Re: knetworkmanager will no longer connect

2008-09-27 Thread Sokraates
Works with wired, wireless (WIFI) and USB 3G-modem.

However, autoconnection does not work for WIFI and USB 3G-modem.

-- 
knetworkmanager will no longer connect
https://bugs.launchpad.net/bugs/259278
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 262348] Re: configuration settings aren't applied correctly (Hardy)

2008-09-19 Thread Sokraates
Leaving Mailbox empty will (AFAIK) only work from Exchange 2003 SP2
upwards.

If no mailbox is specified, the e-mail address wil be used so that
Evolution searches for the following OWA-address:

https://owa.firm.com/exchange/[EMAIL PROTECTED]

However this feature is only available from Exchange 2003 SP2 upwards
(once again: AFAIK).

-- 
configuration settings aren't applied correctly (Hardy)
https://bugs.launchpad.net/bugs/262348
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 262042] Re: KRDC no longer connects to RDP over VNC-connection

2008-09-18 Thread Sokraates
I tried a lot in the past hours and it seems that the problem was not
(only?) KRDC but rather (also?) related to KVPNC, NetworkManager and/or
resolv.conf.

This is surprising given that KRDC recognized whether the server I
wanted to connect to within the VPN exists, so the connection as well as
the name resolution must have worked in some way. Maybe someone could
give me a clue on what I could do to triage this further?

Anyway, I didn't change anything within KRDC. First I created
/etc/vpnc.conf and added all the details. If this missing file caused a
problem, there must be a bug within KVPNC.

Then I also edited /etc/resolv.conf and added the nameserver within the
VPN as new nameserver and also added search my.vpn.com (where
my.vpn.com is replaced by the acctual domain).

After all these changes, the connection worked.

A restart or new connection will, unfortunately, destroy the resolv.conf
so it needs to be restored every time.

I'm using network-manager-gnome for connecting with my USB-modem (since
knetworkmanager is currently busted), but connecting through ppp and the
command line will require the same workaround. My VPN- connection is
established through KVPNC.

In any case, the connection works out of the box under Hardy (install
KVPNC, configure, connect through KRDC) and it also did so in the early
stages of Intrepid. So there's definitely a bug. Is it resolv.conf? Is
it the missing vpnc.conf? Or both?

Could anyone help me out how to triage this further? Are there any files
worth attaching?

-- 
KRDC no longer connects to RDP over VNC-connection
https://bugs.launchpad.net/bugs/262042
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdenetwork in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 262348] Re: configuration settings aren't applied correctly (Hardy)

2008-09-18 Thread Sokraates
The same problem applies to Intrepid Ibex (fresh install, new profile,
last udated 18.09.2008, ca. 12:00 CET). The solution is also the same.

-- 
configuration settings aren't applied correctly (Hardy)
https://bugs.launchpad.net/bugs/262348
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 182719] Re: Shortcuts don't work in KDE 4

2008-09-18 Thread Sokraates
This bugs is fixed for me in Intrepid (KDE 4.1.1).

-- 
Shortcuts don't work in KDE 4
https://bugs.launchpad.net/bugs/182719
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 49521] Re: Screen locks up black on laptop lid close.

2008-09-18 Thread Sokraates
This seems to be partially fixed in Kubuntu Intrepid Ibex. Sometimes, I
guess around 10% of the time one closes the lid, the lockup will occur.
My previously reported problem with a blinking screen is fixed.

-- 
Screen locks up black on laptop lid close.
https://bugs.launchpad.net/bugs/49521
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 262042] Re: KRDC no longer connects to RDP over VNC-connection

2008-09-17 Thread Sokraates
Yes, it does. Using a Hardy installation, it works.

I tried to connect using gnome-rdp, but tehre I get other errors, so I'm
no longer absolutely convinced that the error lies with KRDC. Maybe it's
KVPN that erroneously reports a VPN-connection, which doesn't exist.

Is there any (easy) way I can verify, whether the VPN-connection atually
exists?

-- 
KRDC no longer connects to RDP over VNC-connection
https://bugs.launchpad.net/bugs/262042
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 253224] Re: jockey-gtk crashed with DBusException in call_blocking()

2008-09-14 Thread Sokraates
Same here with Jockey-kde. Kernel 2.6.27-3.

-- 
jockey-gtk crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/253224
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 269099] [NEW] Intrepid: Ark fails to unrar big files completely

2008-09-11 Thread Sokraates
Public bug reported:

Binary package hint: ark

Kubuntu Intrepid Ibex. Fresh installation. Last updated 11.09.2008, ca.
20:20 CET.

Ark fails to unrar a RAR archive with files bigger than 100 MB
completely. The bigger the file, the more likely unraring will fail,
though at 100 MB it's next to 100%. The files are the created with a
size smaller than 100MB.

Ark does not give any error message (or any message at all). Unraring
the archive from the command line with unrar will succeed.

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

-- 
Intrepid: Ark fails to unrar big files completely
https://bugs.launchpad.net/bugs/269099
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 267917] Re: Intrepid: PDF-printer not recognized by Okular

2008-09-09 Thread Sokraates
@Jonathan Thomas: This bug is *not* a wishlist. See updated description.
Please change the importance accordingly.

** Summary changed:

- Intrepid: PDF-printer missing in Okular
+ Intrepid: PDF-printer not recognized by Okular

** Description changed:

  Binary package hint: okular
  
  Using a fresh install of Kubuntu Intrepid Ibex. Last updated 07.09.2008,
  ca. 22:30.
  
  In Okular, the PDF-printer, which is included in (K)ubuntu by default,
  is missing. Other KDE4-apps (I tried Konqueror and Gwenview) recognize
  the printer, so it's not a problem with KDE4.
  
- And befor anyone asks why a (among others) PDF-viewer would need a PDF-
+ Just to make it clear: This bug is *not* a wishlist. Intrepid per
+ default has a PDF-printer set up, which is recognized by (as far as I
+ tested it) by every app, except for Okular.
+ 
+ And before anyone asks why a (among others) PDF-viewer would need a PDF-
  printer: Sometimes you want to create a PDF containing only a few pages
  of a file you've received/downloaded.

-- 
Intrepid: PDF-printer not recognized by Okular
https://bugs.launchpad.net/bugs/267917
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 263438] Re: Adept3: search does not provide expected results

2008-09-09 Thread Sokraates
And what exactly where does Adept search for keyword matches? In the
package descriptions or somewhere else?

-- 
Adept3: search does not provide expected results
https://bugs.launchpad.net/bugs/263438
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 267917] [NEW] Intrepid: PDF-printer missing in Okular

2008-09-08 Thread Sokraates
Public bug reported:

Binary package hint: okular

Using a fresh install of Kubuntu Intrepid Ibex. Last updated 07.09.2008,
ca. 22:30.

In Okular, the PDF-printer, which is included in (K)ubuntu by default,
is missing. Other KDE4-apps (I tried Konqueror and Gwenview) recognize
the printer, so it's not a problem with KDE4.

And befor anyone asks why a (among others) PDF-viewer would need a PDF-
printer: Sometimes you want to create a PDF containing only a few pages
of a file you've received/downloaded.

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

-- 
Intrepid: PDF-printer missing in Okular
https://bugs.launchpad.net/bugs/267917
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 267399] [NEW] Intrepid: K3B fails to rip to MP3

2008-09-07 Thread Sokraates
Public bug reported:

Clean installation of Kubuntu Intrepid Ibex, last updated 07.09.2008,
ca. 12:00 CET. Using a new user.

Kubuntu-restricted-extras, lame, libmp3lame0 and libk3b3-extracodecs are
installed (by the way: Shouldn't lame etc be installed with Kubuntu-
restricted-extras? I had to install them manually). libk3b2mp3 is not
available.

Ripping a CD to MP3 fails with Command failed: lame -h *snip*, Error
while encoding track 1. Starting k3b from the command line doesn't
provide further details.

Ripping to ogg works.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Intrepid: K3B fails to rip to MP3
https://bugs.launchpad.net/bugs/267399
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 261301] Re: system halted at startup

2008-09-05 Thread Sokraates
I confirm this on a fresh installation of Kubuntu Intrepid Ibex (i.e. no
upgrade from Hardy), updated ca. 13:00 CET. No network config files were
edited.

Pressing Ctrl+Alt+Del will immediately continue startup. Connection to
the internet is then still possible through wired connection (wireless
doen't work through NM due to another bug).

-- 
system halted at startup
https://bugs.launchpad.net/bugs/261301
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 261051] Re: Systems hangs on startup if no connection to Internet is available

2008-09-05 Thread Sokraates
*** This bug is a duplicate of bug 261301 ***
https://bugs.launchpad.net/bugs/261301

** This bug has been marked a duplicate of bug 261301
   system halted at startup

-- 
Systems hangs on startup if no connection to Internet is available
https://bugs.launchpad.net/bugs/261051
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 262035] Re: Kgrubeditor crashes after entering root-password

2008-09-03 Thread Sokraates
@Connor Kirwan: That's it. The splashimages cause the crashes. I just
verified this by removing the images from /boot/grub/splashimages,
adding them one by one and strarting kgrubeditor after each image. After
the fourth image, kgrubeditor crashed.

-- 
Kgrubeditor crashes after entering root-password
https://bugs.launchpad.net/bugs/262035
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 263438] [NEW] Adept3: search does not provide expected results

2008-08-31 Thread Sokraates
Public bug reported:

Binary package hint: adept

~$ apt-cache policy adept
adept:
  Installed: 3.0~beta1
  Candidate: 3.0~beta1
  Version table:
 *** 3.0~beta1 0
500 http://at.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

Intrepid Ibex updated 31.08.2008, ca. 23:00 CET.

Search in Adept 3 does not provide the expected results (as compared to
adept 2 or synaptic).

E.g. a search for 2.6 will not show a single kernel. kgrub gives no
result (after showing krubeditor very briefly), however grub will
also show kgrubeditor as a result.

All States and Requested are selected, so it's no filter issue, at
least none that is related to the GUI-configuration options.

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

-- 
Adept3: search does not provide expected results
https://bugs.launchpad.net/bugs/263438
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 262945] [NEW] Amarok2 does not show album content in Collection

2008-08-30 Thread Sokraates
Public bug reported:

Binary package hint: amarok-kde4

Using Intrepid Ibex, last updated 30.09.2008, 10:00 CET.

apt-cache policy amarok-kde4
amarok-kde4:
  Installed: 1.90-0ubuntu1
  Candidate: 1.90-0ubuntu1
  Version table:
 *** 1.90-0ubuntu1 0
500 http://at.archive.ubuntu.com intrepid/universe Packages
100 /var/lib/dpkg/status

I tried this with an old and a new profile. My music is mp3 and ogg:

1. Tell Amarok2 where the music folder/scan be found
2. Rescan collection
3. Select Collection from the sidepanel
4. Expand Local Collection, all albums will be shown
5. Expand any album, no tracks will be listed!

Expected behaviour: expanding an album should show the tracks within.

Both albums encoded in ogg as well as those encoded in mp3 are affected.

This worked with some early Alphas under Hardy. The problem first
occured some time before the first Beta was released. I still used Hardy
then.

Dragging an album to the playlist does nothing. So the content is not just 
hidden. 
Playing the tracks (mp3 or ogg) using Play Media works, so it's not a problem 
with codecs or Amarok not realizing that the tracks are music files.

** Affects: amarok-kde4 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Amarok2 does not show album content in Collection
https://bugs.launchpad.net/bugs/262945
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 262035] [NEW] Kgrubeditor crashes after entering root-password

2008-08-27 Thread Sokraates
Public bug reported:

Binary package hint: kgrubeditor

Found on latest Intrepid Ibex, last updated a few minutes ago.

kgrubeditor:
  Installed: 0.8.1-0ubuntu1
  Candidate: 0.8.1-0ubuntu1
  Version table:
 *** 0.8.1-0ubuntu1 0
500 http://at.archive.ubuntu.com intrepid/universe Packages
100 /var/lib/dpkg/status

Upon opening kgrubeditor, either through kickoff or systemsettings, I'm
asked for my password. Upon entering it, I'm shown the installed OS' for
one second or less, then Kgrubeditor crash.

Here is the output when run from a terminal:

$ kcmshell4 kgrubeditor
kcmshell(8061) Core::FileIO::readMenulst: Reading input from 
KUrl(file:///tmp/kde-arpadBDx4Bm/kcmshellcS8061.tmp)
kcmshell(8061) Core::FileIO::readMenulst: Successfully opened file for reading
kcmshell(8061) Core::FileIO::readMenulst: Data extraction successful. Closing 
file
kcmshell(8061) Core::FileIO::readDevicemap: Reading input from 
KUrl(file:///boot/grub/device.map)
kcmshell(8061) Core::FileIO::readDevicemap: Successfully opened file for reading
kcmshell(8061) Core::FileIO::readDevicemap: Data extraction successful. Closing 
file
kcmshell(8061) KGRUBEditor::createSplashPreviews: Creating splash previews
kcmshell(8061) KGRUBEditor::createSplashPreviews: Finished creating splash 
previews
ASSERT failure in virtual void 
ThreadWeaver::JobCollection::internalJobDone(ThreadWeaver::Job*): unfulfilled 
requirement job != 0, file 
/build/buildd/kde4libs-4.1.0/threadweaver/Weaver/JobCollection.cpp, line 301
Aborted (core dumped)

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

-- 
Kgrubeditor crashes after entering root-password
https://bugs.launchpad.net/bugs/262035
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 259278] Re: knetworkmanager will no longer connect

2008-08-27 Thread Sokraates
This not only affects wireless WIFI but also wireless USB-modems (Huawei
E220 here). The modem works with e.g. Vodafone Mobile Connect Card
Driver (using it right now).

The symptoms are the same as with WIFI: The modem is shown as
disconnected and can't be activated through knetworkmanager. It remains
deactivated for knetworkmanager even though it is activated using
another tool.

-- 
knetworkmanager will no longer connect
https://bugs.launchpad.net/bugs/259278
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 262042] [NEW] KRDC no longer connects to RDP over VNC-connection

2008-08-27 Thread Sokraates
Public bug reported:

Latest Intrepid Ibex updates a few minutes ago.

krdc:
  Installed: 4:4.1.0-0ubuntu2
  Candidate: 4:4.1.0-0ubuntu2
  Version table:
 *** 4:4.1.0-0ubuntu2 0
500 http://at.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

Access some needed applications for work, I have to connect to our
company network (Cisco) over VNC and then access the desktop on the
server (Win 2003) over RDP. It's the same procedure when using Windows,
too.

Connecting to the network via KVNC works. Connecting to the server
worked on Saturday and Sunday (23rd and 24th August, I did a clean
install of Intrepid on the 23rd), then it stopped working. KRDC says,
he's connecting to the server, but nothing happens.

When I try to connect without specifying a username or password, I'm
duly asked for the data. I also tried to connect to fake servers and I
received an appropriate error message. So KRDC seems to at least
recognize that the server exists. But it won't connect.

Ther have been not changes to our servers in the last weeks.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
KRDC no longer connects to RDP over VNC-connection
https://bugs.launchpad.net/bugs/262042
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 49521] Re: Screen locks up black on laptop lid close.

2008-05-29 Thread Sokraates
Same or similar problem on my HP nx6110. Kubuntu Hardy. While my screen
does not lock up completely and can be brought back to life by hitting
some keys or using the touchpad (just like deactivating a screensaver),
it will turn black a few moments after I stop typing or moving the
cursor.

The screensaver is off and power manager is set to do nothing on closing
the lid. Switching terminals doesn't help.

I've also seen this problem in Gutsy. I think it started when I stopped
using laptop-mode doe to the hd-parking bug. Does anyone of you use
laptop-mode?

-- 
Screen locks up black on laptop lid close.
https://bugs.launchpad.net/bugs/49521
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 191889] Re: Ubuntu's new Offline Mode feature cannot properly detect when there is a valid network available for use in many circumstances

2008-05-13 Thread Sokraates
As written above, in Firefox select File - Work Offline. Work
Offline should now be unchecked and Firefox should now work properly.
For Konqueror I don't know a solution.

Do you use a regular wireless (wifi) or a wireless UMTS modem? A wifi-
connection should be picked up by network-manager and you shouldn't have
this problem in the first place.

-- 
Ubuntu's new Offline Mode feature cannot properly detect when there is a 
valid network available for use in many circumstances
https://bugs.launchpad.net/bugs/191889
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 191889] Re: Ubuntu's new Offline Mode feature cannot properly detect when there is a valid network available for use in many circumstances

2008-05-11 Thread Sokraates
I made further experiments and partially solved the problem:

Start the (UMTS) modem, start Firefox, select File - Work Offline.
Work Offline should now be unchecked and Firefox should now work
properly.

Interestingly, most of the rest of my system reacted on this change,
too. Adept and Evolution both work. Konqueror, on the other hand, still
refuses to recognize the connection through the modem.

-- 
Ubuntu's new Offline Mode feature cannot properly detect when there is a 
valid network available for use in many circumstances
https://bugs.launchpad.net/bugs/191889
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 191889] Re: Firefox's new Offline Mode feature cannot properly detect when there is a valid network available for use in many circumstances

2008-05-10 Thread Sokraates
This is deffinitely a nm bug, since the whole system is affected. Not
only Firefox, but also Konqueror and even ping from the CLI believe
the machine was offline, once NM looses conection. I'm using Kubuntu
Hardy.

I made a little experiment: I started my wireless connection and also my
Huawei220 USB modem. NM (actually knetworkmanager) picked up the
wireless and I surfed the web.

Then I disabled the wireless through the hardware button. The only
internet connection I now had was through my USB modem. But since NM was
slow to understand that the wireless has been disconnected, I could surf
around 30 seconds through my USB modem. Then NM updated the status of
the wireless and *boom* the internet connection was gone.

So the system seems to depend on nm reporting a valid connection. I
don't know whether this is NM's or Ubuntu's fault.

-- 
Firefox's new Offline Mode feature cannot properly detect when there is a 
valid network available for use in many circumstances
https://bugs.launchpad.net/bugs/191889
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 182716] bcm 4318 too

2008-04-02 Thread Sokraates
I would just like to add that the bcm4318 is also affected by this bug.

My wireless worked with Alpha 6 but ceased to do so since Beta (possibly
even before, I haven't updated in between). The light will turn on, but
no connection is detected. The same machine connects using Gutsy.

Maybe this whole issue is also related to bug 197959.

-- 
bcm4306, bcm4309, bcm4311, bcm4312 don't work with b43 / ssb
https://bugs.launchpad.net/bugs/182716
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 197819] Re: [Hardy]b43-fwcutter install script fails to fetch firmware in first run

2008-03-18 Thread Sokraates
I had the same problem with my BCM4318 after installing Kubuntu Hardy
KDE4. I filed a different bug, though, since I didn't know fw-cutter
would download the necessary firmware. It wouldn't work for me in
previous releases so I used ndiswrapper.

To contribute to this bug: First I used Jockey to install b43-fw-cutter.
Then I downloaded the firmware from the web and installed it with b43
-fw-cutter manually through the command line. My wireless works ever
since. So b43-fw-cutter seems to be working in this regard.

-- 
[Hardy]b43-fwcutter install script fails to fetch firmware in first run
https://bugs.launchpad.net/bugs/197819
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 201104] [NEW] [Wishlist] Have Jockey display a popup with info on firmware installation

2008-03-11 Thread Sokraates
Public bug reported:

Kubuntu Hardy KDE4

For wireless cards that need proprietary firmware, Jockey, the new,
improved version of the Restricted Drivers Manager, will install the
(open source) driver, display a pop-up that proprietary firmware will be
needed and (at least for Broadcom cards) download b43-fw-cutter. Then
the user is on his own to find out what to do next.

On a terminal one can regularly see the message appear that the firmware
for the card is missing and that one should go to www.linuxwireless.org
(IIRC) and download the firmware from there. Now why does this message
not pop up after installing fw-cutter instead of being hidden in a
terminal?

So this is what jockey should do:

1) Display message that propriatary firmware is needed. - DONE
2) Download fw-cutter- -DONE
3) Display message where firmware can be downloaded and instructions on what to 
do afterwards. - TODO

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

-- 
[Wishlist] Have Jockey display a popup with info on firmware installation
https://bugs.launchpad.net/bugs/201104
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 182719] Re: Shortcuts don't work in KDE 4

2008-03-04 Thread Sokraates
I can confirm this. Using SystemSettings to change the  language and
keyboard to German solved this problem after a reboot.

-- 
Shortcuts don't work in KDE 4
https://bugs.launchpad.net/bugs/182719
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 86039] Re: knetworkmanager can't connect to dlink di-524 using wpa-psk

2008-02-14 Thread Sokraates
I've used WPA+DHCP before and it didn't work with Feisty.
In Gutsy I no longer have this problem. I haven't tried a static IP, though.

-- 
knetworkmanager can't connect to dlink di-524 using wpa-psk
https://bugs.launchpad.net/bugs/86039
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 147996] Re: powermanager suddenly reports that battery had been removed

2008-01-25 Thread Sokraates
Hello. I've only now checked my mail.

As far as I remember, I haven't seen this error occur since November. So
I would say, this issue has been resolved.

Since December I'm running KDE 4.0 full time, so I don't know what the
current status is, though.

-- 
powermanager suddenly reports that battery had been removed
https://bugs.launchpad.net/bugs/147996
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 147996] Re: powermanager suddenly reports that battery had been removed

2007-10-04 Thread Sokraates
Right now powermanager for the first time reported the battery a being
removed whole the cable was plugged in.  The machine was last updated on
03.10.2007.

-- 
powermanager suddenly reports that battery had been removed
https://bugs.launchpad.net/bugs/147996
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 147996] powermanager suddenly reports that battery had been removed

2007-10-02 Thread Sokraates
Public bug reported:

When using my HP nx6110 with Kubuntu Gutsy, last updated 01.10.2007,
powermanager will after some minutes suddenly report, that my battery
had been removed.

This might be related to bug 107071 and probably a host of other bug
concerning powermanager. The main difference between bug 107071 and my
problem is, that nothing is restarted or changed, when the error occurs.
Usually I surf the web or write a doc when the report comes in.

If the cable is plugged in, the status is reported correctly and the
error won't occur until a few minutes after I have unplugged the cable.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
powermanager suddenly reports that battery had been removed
https://bugs.launchpad.net/bugs/147996
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 63175] Re: fsck on every (re)boot

2007-10-02 Thread Sokraates
I just wanted to add, that now Ive upgraded my laptop and reinstalled my
desktop with Kubuntu Gutsy Beta. Both machines have one FAT32-partition
(details can be found in my post above) and the desktop is still the
only one to suffer from this problem. Editing /etc/fstab so that the
FAT32-partition on my desktop is never checked, solves the problem.

-- 
fsck on every (re)boot
https://bugs.launchpad.net/bugs/63175
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 144262] Re: Removing strigi keeps libs

2007-09-27 Thread Sokraates
apt-get autoremove correctly shows those packages as automatically
installed and no longer required.

I reinstalled strigi and purged/deleted it again to check, whether this
problem still occurs. It does.

-- 
Removing strigi keeps libs
https://bugs.launchpad.net/bugs/144262
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 133950] Re: strigi call via kfmclient

2007-09-23 Thread Sokraates
I can confirm this using Firefox.

The real problem is, that Strigis configuration GUI is one big set of
links calling strigi:/..., so one can't even configure Strigi
properly, if Konqueror is not the default browser. A workaround would
be to rightclick the desired link and chose to open it with Konqueror.

** Summary changed:

- strigi call via kfmclient
+ strigi problems if konqueror not default browser

-- 
strigi problems if konqueror not default browser
https://bugs.launchpad.net/bugs/133950
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 144262] Removing strigi keeps libs

2007-09-23 Thread Sokraates
Public bug reported:

Binary package hint: adept

After removing/purging Strigi, the following libraries are left on the
system, even though only Strigi uses them:

libcluceneindex0
libsearchclient0
libstreamanalyzer0
libstreams0
libstrigihtmlgui0

The should be removed together with Strigi.

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

-- 
Removing strigi keeps libs
https://bugs.launchpad.net/bugs/144262
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 69018] Re: Edgy Final: BenQ FP91+ no longer recognized

2007-06-12 Thread Sokraates
I no longer have the original files, nor do I have an Edgy-CD. But here
are the latest versions of the files, anyway. Hope they help. The system
is still Edgy.

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/8071496/Xorg.0.log

-- 
Edgy Final: BenQ FP91+ no longer recognized
https://bugs.launchpad.net/bugs/69018
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 69018] Re: Edgy Final: BenQ FP91+ no longer recognized

2007-06-12 Thread Sokraates

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/8071498/xorg.conf

-- 
Edgy Final: BenQ FP91+ no longer recognized
https://bugs.launchpad.net/bugs/69018
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 107648] Re: The Ubuntu community is insane

2007-04-19 Thread Sokraates
It's true, but you forgot to add a link to the incriminating thread:

http://ubuntuforums.org/showthread.php?t=412996

-- 
The Ubuntu community is insane
https://bugs.launchpad.net/bugs/107648
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 100053] Re: No easy codec install after an attempt failed

2007-04-17 Thread Sokraates
Yep, it does. After the install fails, Adept tells me, that I have to
install xineffmpeg manually and clicking on a mp3-file won't start the
install again.

A restart helps. Amarok was started from the last session and the codec-
install prompt immediately appeared.

-- 
No easy codec install after an attempt failed
https://bugs.launchpad.net/bugs/100053
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 100053] No easy codec install after an attempt failed

2007-04-16 Thread Sokraates
You have been subscribed to a public bug:

With Kubuntu 7.04 Beta with all updates till 31.03.2007, after clicking
on a non-free media file (mp3 in my case) Amarok will offer to install a
missing codec.

If adept, apt-get or some other package manager is running, codec
installation will, naturally, fail and the error message states, that
you should close the package manager.

After doing this, clicking on the same file (or another file of the same
type, haven't tried different types) will no longer offer to install the
missing codec! I haven't rebooted to see if that fixes it.

** Affects: amarok (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
No easy codec install after an attempt failed
https://bugs.launchpad.net/bugs/100053

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 101942] Re: When Beagle Desktop Search icon is in the kicker, there is only 1 line of icons in system tray

2007-04-13 Thread Sokraates
I can confirm this. It also happens with the Beryl-Manager icon. It too
is oversized.

In the Ubuntu-forums (http://ubuntuforums.org/showthread.php?t=400211)
you reported, that Kicker won't change the number of lines, until
another icon is added or removed. This aspect seems to be a problem with
Kicker not updating the information for the system tray properly.

For an experiment, you can try lowering the height of the menu-bar. The
system tray will usually continued to display two rows of icons, until
something else happens in the system tray.

-- 
When Beagle Desktop Search icon is in the kicker, there is only 1 line of icons 
in system tray
https://bugs.launchpad.net/bugs/101942
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 83456] Re: wpa psk key not updated in kwallet after changing it

2007-04-06 Thread Sokraates
After some tries I managed to solve the issue by deleting the entry for
my network from kwallet. Deleting the password was not enough. Then I
used knetworkmanager to connect to my network and kwallet furtheron
remembered the correct key.

-- 
wpa psk key not updated in kwallet after changing it
https://bugs.launchpad.net/bugs/83456
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for knetworkmanager in ubuntu.

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


[Bug 86039] Re: knetworkmanager can't connect to dlink di-524 using wpa-psk

2007-04-06 Thread Sokraates
I just noticed some interesting details:

When I set my router to WPA Personal, knetworkmanager thinks it's WEP.

Using WPA-PSK, the connect-button will highlight after entering a few
characters. Usually it should only highlight after entering the correct
number of characters for the encryption. So maybe knetworkmanager does
not send the whole passwork, but just a part of it.

-- 
knetworkmanager can't connect to dlink di-524 using wpa-psk
https://bugs.launchpad.net/bugs/86039
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for knetworkmanager in ubuntu.

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


[Bug 103176] Re: [feisty] Boot time slow, hangs on configuring network interfaces

2007-04-05 Thread Sokraates
*** This bug is a duplicate of bug 102675 ***
https://bugs.launchpad.net/bugs/102675

** This bug has been marked a duplicate of bug 102675
   Feisty boot hangs on Configuring network interfaces

-- 
[feisty] Boot time slow, hangs on configuring network interfaces
https://bugs.launchpad.net/bugs/103176
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 102788] Re: after update 04/03/07 configure network interfaces very slow

2007-04-05 Thread Sokraates
*** This bug is a duplicate of bug 102675 ***
https://bugs.launchpad.net/bugs/102675

** This bug has been marked a duplicate of bug 102675
   Feisty boot hangs on Configuring network interfaces

-- 
after update 04/03/07 configure network interfaces very slow
https://bugs.launchpad.net/bugs/102788
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 83456] Re: wpa psk key not updated in kwallet after changing it

2007-04-05 Thread Sokraates
I have exactly the same problem with WEP-keys. I used the combination of
ndiswrapper, knetworkamanger and kwallet since Dapper on my HP nx6110
(Broadcom 4318 rev2). Only with Feisty do I have this problem. Before
Feisty I used WPA-PSK, but this no longer works (several bugs filed).
Although th problem seems to have appeared only this week, since I
installed Feisty beta on Saturday (31.03.2007) and until, I think,
Monday the automatic connection worked.

-- 
wpa psk key not updated in kwallet after changing it
https://bugs.launchpad.net/bugs/83456
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 102675] Re: Feisty boot hangs on Configuring network interfaces

2007-04-05 Thread Sokraates
Drats, forgot to add my specs:

HP nx6110
Broadcom 4318 rev2 (using ndiswrapper)

-- 
Feisty boot hangs on Configuring network interfaces
https://bugs.launchpad.net/bugs/102675
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 102675] Re: Feisty boot hangs on Configuring network interfaces

2007-04-05 Thread Sokraates
I've played around for a while, did a reinstall and tried the updates
bit by bit. It seems that the update to ifupdown is the culprit.

** Also affects: ifupdown (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
Feisty boot hangs on Configuring network interfaces
https://bugs.launchpad.net/bugs/102675
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 102675] Re: Feisty boot hangs on Configuring network interfaces

2007-04-05 Thread Sokraates
Here is my /etc/network/interfaces after the update:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet dhcp


And this is how it boots up fast:

auto lo
iface lo inet loopback

#auto eth0
#iface eth0 inet dhcp

#auto eth1
#iface eth1 inet dhcp


Tough the update didn't add any bogus cards (I have one wired and one wireless) 
commenting them out helped for me. I didn't do any other changes.

I don't know how the default /etc/network/interfaces looks. That was the
one I used before and it worked.

Specs: Kubuntu Feisty Beta + updates on HP nx6110, Broadcom 4318 rev2

-- 
Feisty boot hangs on Configuring network interfaces
https://bugs.launchpad.net/bugs/102675
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 86039] Re: knetworkmanager can't connect to dlink di-524 using wpa-psk

2007-04-04 Thread Sokraates
Same for me. It worked flawlessly in Dapper and Edgy but no longer in
Feisty. Changing the encryption on my router to WEP is the only
workaround I know.

Kubuntu Feisty Fawn, all updates till 03.04.2007.

-- 
knetworkmanager can't connect to dlink di-524 using wpa-psk
https://bugs.launchpad.net/bugs/86039
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for knetworkmanager in ubuntu.

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


[Bug 55448] Re: cannot connect to wpa personal, but wpa_supplicant alone works

2007-04-04 Thread Sokraates
*** This bug is a duplicate of bug 46136 ***
https://bugs.launchpad.net/bugs/46136

Connecting my HP nx6110 (Broadcom 4318 rev2) to my router using WPA
worked in Dapper and Edgy, but no longer in Feisty. changing the
encryption to WEP solves the issue. This seems similar to bug 86039.

-- 
cannot connect to wpa personal, but wpa_supplicant alone works
https://bugs.launchpad.net/bugs/55448
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 46136] Re: ndiswrapper does not work with Network Manager

2007-04-04 Thread Sokraates
After adding a comment to another bug I saw that it was marked as a
duplicate of this one, so here it goes.

After reading through all the comments I think that my problem may be something 
else, but it could also be related to some fix.
Connecting my HP nx6110 (Broadcom 4318 rev2) to my router using WPA worked in 
Dapper and Edgy, but no longer in Feisty, all the while using ndiswrapper and 
knetworkamanger. Changing the encryption to WEP solves the issue. This seems 
similar to bug 86039.

-- 
ndiswrapper does not work with Network Manager
https://bugs.launchpad.net/bugs/46136
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 100053] No easy codec install after an attempt failed

2007-04-02 Thread Sokraates
Public bug reported:

With Kubuntu 7.04 Beta with all updates till 31.03.2007, after clicking
on a non-free media file (mp3 in my case) Amarok will offer to install a
missing codec.

If adept, apt-get or some other package manager is running, codec
installation will, naturally, fail and the error message states, that
you should close the package manager.

After doing this, clicking on the same file (or another file of the same
type, haven't tried different types) will no longer offer to install the
missing codec! I haven't rebooted to see if that fixes it.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
No easy codec install after an attempt failed
https://bugs.launchpad.net/bugs/100053
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 100058] Easy codec install doesn't install xine-codes on Kubuntu

2007-04-02 Thread Sokraates
Public bug reported:

Easy codec installation will only install the necessary gstreamer-
plugins, but but not the xine-plugins. The explanation can probably be
found in bug 96572 and it might make sense for Ubuntu.

But since Kaffeine can't use the gstreamer-backend in Feisty, Kubuntu's
easy codec install should be changed, so that the necessary xine-plugins
are installed.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Easy codec install doesn't install xine-codes on Kubuntu
https://bugs.launchpad.net/bugs/100058
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 100064] Expand easy codec installation

2007-04-02 Thread Sokraates
Public bug reported:

This is more of a feature request than an bug and it surely won't be
done for feisty but here it goes anyway:

Easy codec installation allows users to immediately install missing bits
and pieces for their multimedia enjoyment without forcing them to hunt
for the appropriate packages.

This mechanism should be expanded to cover other applications and
packages as well. For example I recently tried to open a RAR-archive
with Ark. Ark correctly told me that unrar either wasn't in my PATH or
wasn't installed at all. But even though Ark knew exactly what was
missing, it didn't offer to install unrar.

This is just an example of a possible new package to allow for easy
installation. Other filetypes should be evaluated. As for the
possibility, that (in this case) unrar actually was installed but not in
the PATH: if this was that case the user most probably didn't use apt-
get or whatever to install it and it can be assumed that the user in
question is experienced and did whatever he did on purpose. For these
cases there's always the option to decline easy installation.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Expand easy codec installation
https://bugs.launchpad.net/bugs/100064
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


  1   2   >