[Bug 244830] [NEW] guidance-power-manager crashes on startup

2008-07-02 Thread Legolas
Public bug reported:

Binary package hint: guidance-power-manager

Backtrace:

Traceback (most recent call last):
  File "/usr/bin/guidance-power-manager", line 1139, in 
main()
  File "/usr/bin/guidance-power-manager", line 1114, in main
mainWindow = PowermanagerApp(None)
  File "/usr/bin/guidance-power-manager", line 1042, in __init__
self.pmwidget.prepare()
  File "/usr/bin/guidance-power-manager", line 85, in prepare
self.poll(False)
  File "/usr/bin/guidance-power-manager", line 630, in poll
self._updateBatteryWidget(batt, state, level, remain, rate)
  File "/usr/bin/guidance-power-manager", line 786, in _updateBatteryWidget
self.BattProgress[batt].setFormat(ki18nc("%1 is discharge rate in Watts", 
"Discharging (%p%) - %1 W").subs(showrate, 0, "g", 0).toString())
TypeError: argument 3 of KLocalizedString.subs() has an invalid type
guidance-power-manager(16477): Communication problem with  
"guidance-power-manager" , it probably crashed.
Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Message did not 
receive a reply (timeout by message bus)" "

** Affects: guidance-power-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
guidance-power-manager crashes on startup
https://bugs.launchpad.net/bugs/244830
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 244830] Re: guidance-power-manager crashes on startup

2008-07-02 Thread Legolas
1. the specific steps or actions you took that caused you to encounter the 
problem,
I ran "guidance-power-manager &" in a shell window.

2. the behavior you expected, and
I expected the power-manager widget to startup and go act as it used to do (be 
on my taskbar and measure my power usage and batery state etc.)

3. the behavior you actually encountered (in as much detail as possible).
It didn't start, but put the backtrace I mentioned earlier on on my terminal.

-- 
guidance-power-manager crashes on startup
https://bugs.launchpad.net/bugs/244830
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 244830] Re: guidance-power-manager crashes on startup

2008-07-02 Thread Legolas
Actually, if you look at the backtrace you see "g" where as when you
look in the API of PyKDE it has to be 'g'. So a Char instead of a
String. Fixes the problem if you change those quotes.

-- 
guidance-power-manager crashes on startup
https://bugs.launchpad.net/bugs/244830
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 244830] Re: guidance-power-manager crashes on startup

2008-07-02 Thread Legolas
For the PyKDE API:
http://www.riverbankcomputing.co.uk/static/Docs/PyKDE4/kdecore/KLocalizedString.html

-- 
guidance-power-manager crashes on startup
https://bugs.launchpad.net/bugs/244830
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 244830] Re: guidance-power-manager crashes on startup

2008-07-02 Thread Legolas
After taking a closer look, as the wanted behaviour by the developer is the 
default one, the best fix would be omitting the last three arguments on the 
given line (line 786 of guidance-power-manager.py or in ubuntu 
/usr/bin/guidance-power-manager). Resulting in:
self.BattProgress[batt].setFormat(ki18nc("%1 is discharge rate in Watts", 
"Discharging (%p%) - %1 W").subs(showrate).toString())

-- 
guidance-power-manager crashes on startup
https://bugs.launchpad.net/bugs/244830
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 245580] [NEW] guidance-backends wants to overwrite files provided by guidance-power-manager

2008-07-04 Thread Legolas
*** This bug is a duplicate of bug 245339 ***
https://bugs.launchpad.net/bugs/245339

Public bug reported:

Binary package hint: kde-guidance

Since the seperation of guidance-power-manager in Intrepid (the KDE 4 version). 
The package conflicts with those from kde-guidance. The package 
guidance-backends contains files that are also in guidance-power-manager.
guidance-backends is on my system required by jockey-common.

Here is what aptitude says:
Setting up guidance-backends (0.8.0svn20080103-0ubuntu19) ...
Usage: update-python-modules [-v] [-c] package_directory [...]
   update-python-modules [-v] [-c] package.dirs [...] 
   update-python-modules [-v] [-a|-f|-p]  

update-python-modules: error: Trying to overwrite xf86misc.py which is already 
provided by /usr/share/python-support/guidance-power-manager
dpkg: error processing guidance-backends (--configure): 
   
 subprocess post-installation script returned error exit status 2   
   
Setting up guidance-power-manager (4:4.0.83-0ubuntu2) ...   
   
Usage: update-python-modules [-v] [-c] package_directory [...]  
   
   update-python-modules [-v] [-c] package.dirs [...]   
   
   update-python-modules [-v] [-a|-f|-p]
   

update-python-modules: error: Trying to overwrite xf86misc.py which is already 
provided by /usr/share/python-support/guidance-backends
dpkg: error processing guidance-power-manager (--configure):
  
 subprocess post-installation script returned error exit status 2

The error occured while doing a "aptitude full-upgrade". My system runs
Kubuntu Intrepid. The versions of the packages are above in the aptitude
output. My expectation was a clean upgrade, what happened was aptitude
not being able to configure because of the double files.

** Affects: guidance-power-manager (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: kde-guidance (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: guidance-power-manager (Ubuntu)
   Importance: Undecided
   Status: New

** This bug has been marked a duplicate of bug 245339
   [intrepid] package guidance-power-manager 4:4.0.83-0ubuntu2 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
2

-- 
guidance-backends wants to overwrite files provided by guidance-power-manager
https://bugs.launchpad.net/bugs/245580
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 245580] Re: guidance-backends wants to overwrite files provided by guidance-power-manager

2008-07-04 Thread Legolas
*** This bug is a duplicate of bug 245339 ***
https://bugs.launchpad.net/bugs/245339

Didn't see it already being reported by guidance-power-manager, as the
problem by me occurs when the upgrade tries installing guidance-power-
manager and in the other report the other way round.

-- 
guidance-backends wants to overwrite files provided by guidance-power-manager
https://bugs.launchpad.net/bugs/245580
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 245339] Re: [intrepid] package guidance-power-manager 4:4.0.83-0ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2008-07-04 Thread Legolas
** Also affects: kde-guidance (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[intrepid] package guidance-power-manager 4:4.0.83-0ubuntu2 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
2
https://bugs.launchpad.net/bugs/245339
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 244830] Re: guidance-power-manager crashes on startup

2008-07-05 Thread Legolas
Strange that those edits did fix the problem for me on my local
computer. Anyway, thanks for the fix.

-- 
guidance-power-manager crashes on startup
https://bugs.launchpad.net/bugs/244830
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 244877] Re: Libopensync-plugin google doesn't sync contacts

2008-10-24 Thread Legolas
*** This bug is a duplicate of bug 220583 ***
https://bugs.launchpad.net/bugs/220583

** Bug watch added: Opensync bug tracker #750
   http://www.opensync.org/ticket/750

** Also affects: opensync via
   http://www.opensync.org/ticket/750
   Importance: Unknown
   Status: Unknown

-- 
Libopensync-plugin google doesn't sync contacts
https://bugs.launchpad.net/bugs/244877
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 270799] Re: akregator crashed with SIGSEGV in Akregator::FeedList::findByURL()

2008-09-28 Thread Legolas
** Bug watch added: KDE Bug Tracking System #164265
   http://bugs.kde.org/show_bug.cgi?id=164265

** Also affects: kdepim via
   http://bugs.kde.org/show_bug.cgi?id=164265
   Importance: Unknown
   Status: Unknown

-- 
akregator crashed with SIGSEGV in Akregator::FeedList::findByURL()
https://bugs.launchpad.net/bugs/270799
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdepim in ubuntu.

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


[Bug 245888] Re: Intrepid, on latest updates (mesa updates - 7.1~rc1-0ubuntu1), compiz no longer works and gives white screen on login

2008-07-06 Thread Legolas
With the latest version of these packages my KDE does start but the
screen is black, I can see the shadows / background-outlines of windows
opened. Disabling composite or downgrading these packages fixes the
problem.

-- 
Intrepid, on latest updates (mesa updates - 7.1~rc1-0ubuntu1), compiz no longer 
works and gives white screen on login
https://bugs.launchpad.net/bugs/245888
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 250031] [NEW] New upstream version (1.1rc1)

2008-07-19 Thread Legolas
Public bug reported:

Binary package hint: konversation

A new version of Konversation has been released (1.1rc1). It is
available in Debian Sid
(http://packages.qa.debian.org/k/konversation.html).

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

-- 
New upstream version (1.1rc1)
https://bugs.launchpad.net/bugs/250031
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 247288] Re: Dependencies error with digikam (Ubuntu 8.10 Alpha 1 +)

2008-07-19 Thread Legolas
Seems because of a KDE 3 version of Digikam on KDE 4. DigiKam for KDE 4
will just make it in time for the official Kubuntu 8.10 release (with 4
days). Is that enough to get it included?

http://www.digikam.org/drupal/about/releaseplan
https://wiki.kubuntu.org/IntrepidReleaseSchedule

-- 
Dependencies error with digikam (Ubuntu 8.10 Alpha 1 +)
https://bugs.launchpad.net/bugs/247288
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 247288] Re: Dependencies error with digikam (Ubuntu 8.10 Alpha 1 +)

2008-07-19 Thread Legolas
** stupid question, forgot about freezes

-- 
Dependencies error with digikam (Ubuntu 8.10 Alpha 1 +)
https://bugs.launchpad.net/bugs/247288
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 392593] Re: [karmic regression] cannot connect to wireless network

2009-08-14 Thread Legolas
The KDE SVN version should work, could this be updated?
For more information: https://bugs.kde.org/show_bug.cgi?id=194128

-- 
[karmic regression] cannot connect to wireless network
https://bugs.launchpad.net/bugs/392593
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-network-manager in ubuntu.

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


[Bug 216529] Re: kdebase-bin depends kdebase-bin-kde3 OR kdebase-runtime-bin-kde4

2008-04-16 Thread Legolas
This makes kubuntu-desktop and kdebase-bin-kde3 and related packages
deleted if kde 4 is also installed because of kdebase-bin-kde3
conflicting with kdebase-runtime-bin-kde4. Could be a bug of kdebase-
runtime-bin-kde4 tough.

-- 
kdebase-bin depends kdebase-bin-kde3 OR kdebase-runtime-bin-kde4
https://bugs.launchpad.net/bugs/216529
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kdebase in ubuntu.

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


[Bug 220983] [NEW] New upstream version packages not available

2008-04-23 Thread Legolas
Public bug reported:

Binary package hint: antlr

ANTLR version 3 is released but not available in the Ubuntu repo's. In debian 
they've included a new package called "antlr3" 
(http://packages.qa.debian.org/a/antlr3.html), since it has major changes 
opposed to the 2.7 versions.
Also there is the package called ANTLRWorks 
(http://antlr.org/works/index.html), which provides an IDE.

Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439725.
(fixed)

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

-- 
New upstream version packages not available
https://bugs.launchpad.net/bugs/220983
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 158856] Re: kubuntu : gnome librairies maybe not needed anymore

2008-04-08 Thread Legolas
The same goes for network-manager-pptp and network-manager-openvpn

-- 
kubuntu : gnome librairies maybe not needed anymore
https://bugs.launchpad.net/bugs/158856
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 158856] Re: kubuntu : gnome librairies maybe not needed anymore

2008-04-08 Thread Legolas
** Also affects: network-manager-openvpn (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: network-manager-pptp (Ubuntu)
   Importance: Undecided
   Status: New

-- 
kubuntu : gnome librairies maybe not needed anymore
https://bugs.launchpad.net/bugs/158856
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 105899] Re: KNetworkManager Should Support "Key Type" Selection under WPA Enterprise

2008-05-07 Thread Legolas
I still can't connect to my campus' wireless network (dynamic wep)

-- 
KNetworkManager Should Support "Key Type" Selection under WPA Enterprise
https://bugs.launchpad.net/bugs/105899
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 215513] [NEW] Ordering by update-grub2 wrong

2008-04-10 Thread Legolas
Public bug reported:

Binary package hint: grub2

The updater of the grub2 boot menu has some faults in ordering. As an
example it puts "linux-image-2.6.24-8-generic" above "linux-
image-2.6.24-15-generic".

Also, when reading Debian's qa it says it does the same with rc kernels:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464086.

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

-- 
Ordering by update-grub2 wrong
https://bugs.launchpad.net/bugs/215513
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 204931] Re: NetworkManager 100% cpu usage on WiFi

2008-03-22 Thread Legolas
I don't have the high CPU usage, but I'm also unable to connect to any
wireless network:

Mar 22 09:37:51 citry NetworkManager:  [1206175071.558558] 
nm_device_802_11_wireless_get_activation_ap(): Forcing AP 'wlanap'
Mar 22 09:37:51 citry NetworkManager:   User Switch: 
/org/freedesktop/NetworkManager/Devices/wlan0_5f_rename / wlanap
Mar 22 09:37:51 citry NetworkManager:   Deactivating device wlan0_rename.
Mar 22 09:37:53 citry NetworkManager:   Device wlan0_rename activation 
scheduled...
Mar 22 09:37:53 citry NetworkManager:   Activation (wlan0_rename) 
started...
Mar 22 09:37:53 citry NetworkManager:   Activation (wlan0_rename) Stage 1 
of 5 (Device Prepare) scheduled...
Mar 22 09:37:53 citry NetworkManager:   Activation (wlan0_rename) Stage 1 
of 5 (Device Prepare) started...
Mar 22 09:37:53 citry NetworkManager:   Activation (wlan0_rename) Stage 2 
of 5 (Device Configure) scheduled...
Mar 22 09:37:53 citry NetworkManager:   Activation (wlan0_rename) Stage 1 
of 5 (Device Prepare) complete.
Mar 22 09:37:53 citry NetworkManager:   Activation (wlan0_rename) Stage 2 
of 5 (Device Configure) starting...
Mar 22 09:37:53 citry NetworkManager:   Activation 
(wlan0_rename/wireless): access point 'wlanap' is encrypted, and a key 
exists.No new key needed.
Mar 22 09:37:54 citry NetworkManager:   nm_signal_handler(): Caught 
signal 11.  Generating backtrace...
Mar 22 09:37:54 citry NetworkManager: *** START 
**
Mar 22 09:37:54 citry NetworkManager: (no debugging symbols found)
Mar 22 09:37:54 citry NetworkManager: Using host libthread_db library 
"/lib/tls/i686/cmov/libthread_db.so.1".
Mar 22 09:37:54 citry NetworkManager: (no debugging symbols found)
Mar 22 09:37:54 citry last message repeated 10 times
Mar 22 09:37:54 citry NetworkManager: [Thread debugging using libthread_db 
enabled]
Mar 22 09:37:54 citry NetworkManager: [New Thread 0xb7bd9720 (LWP 8445)]
Mar 22 09:37:54 citry NetworkManager: [New Thread 0xb73d7b90 (LWP 8463)]
Mar 22 09:37:54 citry NetworkManager: [New Thread 0xb7bd8b90 (LWP 8456)]
Mar 22 09:37:54 citry NetworkManager: (no debugging symbols found)
Mar 22 09:37:54 citry last message repeated 9 times
Mar 22 09:37:54 citry NetworkManager: 0xb7fe2410 in __kernel_vsyscall ()
Mar 22 09:37:54 citry NetworkManager: *** END 
** 

I'm working on a Intel Core 2 Duo box, using a intel 3945abg adapter,
connecting to a wpa encrypted network.

-- 
NetworkManager 100% cpu usage on WiFi
https://bugs.launchpad.net/bugs/204931
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 204931] Re: NetworkManager 100% cpu usage on WiFi

2008-03-22 Thread Legolas
Those updates fixed the problem for me too

-- 
NetworkManager 100% cpu usage on WiFi
https://bugs.launchpad.net/bugs/204931
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 211888] [NEW] Backlight control doesn't work

2008-04-04 Thread Legolas
Public bug reported:

Binary package hint: kde-guidance-powermanager

The kde guidance is setted up to bring the brightness of my Dell Inspiron 640m 
down when on battery power. But instead it just stays on 100% backlight.
Also, when I use the fn-keys to bring the backlight down it goes back to 100% 
after some seconds.

I'm using Hardy, KDE 4 edition. With the power manager started using
KRunner.

** Affects: kde-guidance (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Backlight control doesn't work
https://bugs.launchpad.net/bugs/211888
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kde-guidance in ubuntu.

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


[Bug 211888] Re: Backlight control doesn't work

2008-04-05 Thread Legolas
*** This bug is a duplicate of bug 188775 ***
https://bugs.launchpad.net/bugs/188775

** This bug has been marked a duplicate of bug 188775
   hardy changes screen brightness to max

** Also affects: hal (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Backlight control doesn't work
https://bugs.launchpad.net/bugs/211888
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 212708] [NEW] [Wish] battery plasmoid should display remaining time

2008-04-06 Thread Legolas
Public bug reported:

Binary package hint: libplasma1

The Battery plasmoid shipped with KDE 4 is nice. But it lacks a display
of the remaining battery time.

(It lacks more features the kde-guidance-power-manager does have, but
most of them should be somewhere in a configuration dialog and not on a
plasmoid.)

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

- Binary package hint: kdebase-workspace
+ Binary package hint: libplasma1
  
  The Battery plasmoid shipped with KDE 4 is nice. But it lacks a display
  of the remaining battery time.
  
  (It lacks more features the kde-guidance-power-manager does have, but
  most of them should be somewhere in a configuration dialog and not on a
  plasmoid.)

-- 
[Wish] battery plasmoid should display remaining time
https://bugs.launchpad.net/bugs/212708
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 212708] Re: [Wish] battery plasmoid should display remaining time

2008-04-06 Thread Legolas
** Bug watch added: KDE Bug Tracking System #158781
   http://bugs.kde.org/show_bug.cgi?id=158781

** Also affects: kdebase via
   http://bugs.kde.org/show_bug.cgi?id=158781
   Importance: Unknown
   Status: Unknown

-- 
[Wish] battery plasmoid should display remaining time
https://bugs.launchpad.net/bugs/212708
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 205830] Re: alt-f2 forgets history after logging out of kde4

2008-04-07 Thread Legolas
I'm not sure if this is the same upstream bug, but it seems related:
http://bugs.kde.org/show_bug.cgi?id=159510.

-- 
alt-f2 forgets history after logging out of kde4
https://bugs.launchpad.net/bugs/205830
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 195124] Re: "Switch user" from K menu starts krunner

2008-04-07 Thread Legolas
** Bug watch added: KDE Bug Tracking System #152805
   http://bugs.kde.org/show_bug.cgi?id=152805

** Also affects: kdebase via
   http://bugs.kde.org/show_bug.cgi?id=152805
   Importance: Unknown
   Status: Unknown

-- 
"Switch user" from K menu starts krunner
https://bugs.launchpad.net/bugs/195124
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 84717] Re: SRU: updates necessary for Kubuntu Upgrade Tool in Edgy

2007-03-19 Thread Legolas
I've upgraded to Feisty from Edgy using this tool and most things work
perfect. Although I had to setup my domainname (I use .lan as suffix on
local hosts) to get fetchmail working again.

The installer had some problems though:
I couldn't scroll back in the history of the terminal, only the lines that 
fitted in the window weren't blank.
After the installation and the removing of old packages it crashed. I used a 
terminal to check if there was still a lock on apt and there wasn't so I just 
killed the application and restarted and everything was fine.
Also the application showed some debconf errors during the process about not 
being able to ask questions (can't load KDE or Dialog or Readline). But I guess 
these weren't important questions.

-- 
SRU: updates necessary for Kubuntu Upgrade Tool in Edgy
https://launchpad.net/bugs/84717

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


[Bug 441273] Re: dynamic WEP (802.1x) does not work

2010-05-24 Thread Legolas
Same here:
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) starting 
connection 'Universiteit Twente'
May 23 20:03:17 citry NetworkManager:   (wlan0): device state change: 3 
-> 4 (reason 0)
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) Stage 1 of 5 
(Device Prepare) scheduled...
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) Stage 1 of 5 
(Device Prepare) started...
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) Stage 2 of 5 
(Device Configure) scheduled...
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) Stage 1 of 5 
(Device Prepare) complete.
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) Stage 2 of 5 
(Device Configure) starting...
May 23 20:03:17 citry NetworkManager:   (wlan0): device state change: 4 
-> 5 (reason 0)
May 23 20:03:17 citry NetworkManager:   Activation (wlan0/wireless): 
access point 'Universiteit Twente' has security, but secrets are required.
May 23 20:03:17 citry NetworkManager:   (wlan0): device state change: 5 
-> 6 (reason 0)
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) Stage 2 of 5 
(Device Configure) complete.
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) Stage 1 of 5 
(Device Prepare) scheduled...
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) Stage 1 of 5 
(Device Prepare) started...
May 23 20:03:17 citry NetworkManager:   (wlan0): device state change: 6 
-> 4 (reason 0)
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) Stage 2 of 5 
(Device Configure) scheduled...
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) Stage 1 of 5 
(Device Prepare) complete.
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) Stage 2 of 5 
(Device Configure) starting...
May 23 20:03:17 citry NetworkManager:   (wlan0): device state change: 4 
-> 5 (reason 0)
May 23 20:03:17 citry NetworkManager:   Activation (wlan0/wireless): 
connection 'Universiteit Twente' has security, and secrets exist.  No new 
secrets needed.
May 23 20:03:17 citry NetworkManager:   Config: added 'ssid' value 'WLAN'
May 23 20:03:17 citry NetworkManager:   Config: added 'scan_ssid' value 
'1'
May 23 20:03:17 citry NetworkManager:   Config: added 'key_mgmt' value 
'WPA-EAP'
May 23 20:03:17 citry NetworkManager:  [1274637797.216323] 
nm_supplicant_config_add_option_with_type(): Key 'pairwise' and/or value 'WEP40 
WEP104 WEP40 WEP104' invalid.
May 23 20:03:17 citry NetworkManager:   
nm_supplicant_config_add_setting_wireless_security(): Error adding pairwise to 
supplicant config.
May 23 20:03:17 citry NetworkManager:   build_supplicant_config(): 
Couldn't add 802-11-wireless-security setting to supplicant config.
May 23 20:03:17 citry NetworkManager:   real_act_stage2_config(): 
Activation (wlan0/wireless): couldn't build wireless configuration.
May 23 20:03:17 citry NetworkManager:   (wlan0): device state change: 5 
-> 9 (reason 9)
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) failed for 
access point (WLAN)
May 23 20:03:17 citry NetworkManager:   Marking connection 'Universiteit 
Twente' invalid.
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) failed.
May 23 20:03:17 citry NetworkManager:   Activation (wlan0) Stage 2 of 5 
(Device Configure) complete.
May 23 20:03:17 citry NetworkManager:   (wlan0): device state change: 9 
-> 3 (reason 0)
May 23 20:03:17 citry NetworkManager:   (wlan0): deactivating device 
(reason: 0).

-- 
dynamic WEP (802.1x) does not work
https://bugs.launchpad.net/bugs/441273
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 304947] Re: Tilda crashing if user's shell is zsh

2010-05-14 Thread Legolas
*** This bug is a duplicate of bug 381787 ***
https://bugs.launchpad.net/bugs/381787

And in 10.04 too =(

-- 
Tilda crashing if user's shell is zsh
https://bugs.launchpad.net/bugs/304947
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 189774] Re: seahorse shows passwords without verification

2010-05-11 Thread Legolas
I think so too! It's very unsafe! It is not better than the sticker with 
passwords on your monitor!
Sorry for my English =(

-- 
seahorse shows passwords without verification
https://bugs.launchpad.net/bugs/189774
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 517310] Re: rhythmbox crashes when changing volume level

2010-05-11 Thread Legolas
This happening in 10.04 too!

-- 
rhythmbox crashes when changing volume level
https://bugs.launchpad.net/bugs/517310
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 579031] [NEW] Encoding radio tag bug: CP1252 vs CP1251

2010-05-11 Thread Legolas
Public bug reported:

Binary package hint: rhythmbox

Then I run Russian Internet radio-station I see the incorrect encoding of 
playing song,
rhythmbox used cp1252 then must use cp1251. You can see this on screenshot in 
attachment.
For example: http://radioserver.fm:8000/fantasy-radio.m3u

ProblemType: Bug
Architecture: i386
Date:  Wed May 12 02:27:53 MSD 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/bin/rhythmbox
Package: rhythmbox_0.12.8-0ubuntu4
PackageArchitecture: i386
ProcCmdline: rhythmbox
ProcCwd: /home/legolas
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=ru_RU.utf8
 SHELL=/bin/bash
Uname: Linux dell-laptop 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 
UTC 2010 i686 GNU/Linux

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

-- 
Encoding radio tag bug: CP1252 vs CP1251
https://bugs.launchpad.net/bugs/579031
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 579031] Re: Encoding radio tag bug: CP1252 vs CP1251

2010-05-11 Thread Legolas

** Attachment added: "encodingbug.png"
   http://launchpadlibrarian.net/48299223/encodingbug.png

** Description changed:

  Binary package hint: rhythmbox
  
- Binary package hint: rhythmbox
- 
- Then I run Russian Internet radio-station I see the incorrect encoding of 
playing song, 
+ Then I run Russian Internet radio-station I see the incorrect encoding of 
playing song,
  rhythmbox used cp1252 then must use cp1251. You can see this on screenshot in 
attachment.
  For example: http://radioserver.fm:8000/fantasy-radio.m3u
  
  ProblemType: Bug
  Architecture: i386
  Date:  Wed May 12 02:27:53 MSD 2010
  DistroRelease: Ubuntu 10.04
  ExecutablePath: /usr/bin/rhythmbox
  Package: rhythmbox_0.12.8-0ubuntu4
  PackageArchitecture: i386
  ProcCmdline: rhythmbox
  ProcCwd: /home/legolas
  ProcEnviron:
-  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-  LANG=ru_RU.utf8
-  SHELL=/bin/bash
+  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
+  LANG=ru_RU.utf8
+  SHELL=/bin/bash
  Uname: Linux dell-laptop 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 
UTC 2010 i686 GNU/Linux

-- 
Encoding radio tag bug: CP1252 vs CP1251
https://bugs.launchpad.net/bugs/579031
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 1222333] [NEW] package clamav-daemon 0.97.8+dfsg-1ubuntu1.13.04.1 failed to install/upgrade: подпроцесс установлен сценарий pre-removal возвратил код ошибки 1

2013-09-07 Thread legolas
Public bug reported:

 * There is no configuration file for Clamav.
 * Please either dpkg-reconfigure ClamAV daemon, or copy the example from
 * /usr/share/doc/clamav-base/examples/ to /etc/clamav/clamd.conf and run
 * '/etc/init.d/clamav-daemon start'
invoke-rc.d: initscript clamav-daemon, action "stop" failed.
dpkg: ошибка при обработке параметра clamav-daemon (--purge):
 подпроцесс установлен сценарий pre-removal возвратил код ошибки 1
 * There is no configuration file for Clamav.
 * Please either dpkg-reconfigure ClamAV daemon, or copy the example from
 * /usr/share/doc/clamav-base/examples/ to /etc/clamav/clamd.conf and run
 * '/etc/init.d/clamav-daemon start'
invoke-rc.d: initscript clamav-daemon, action "start" failed.
dpkg: ошибка при очистке:
 подпроцесс установлен сценарий post-installation возвратил код ошибки 1
При обработке следующих пакетов произошли ошибки:
 clamav-daemon
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ошибка при установке пакета. Попытка восстановления:

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: clamav-daemon 0.97.8+dfsg-1ubuntu1.13.04.1
ProcVersionSignature: Ubuntu 3.8.0-30.44-generic 3.8.13.6
Uname: Linux 3.8.0-30-generic i686
ApportVersion: 2.9.2-0ubuntu8.3
AptOrdering: clamav-daemon: Purge
Architecture: i386
Date: Sun Sep  8 09:41:54 2013
ErrorMessage: подпроцесс установлен сценарий pre-removal возвратил код ошибки 1
InstallationDate: Installed on 2013-09-07 (0 days ago)
InstallationMedia: Lubuntu 13.04 "Raring Ringtail" - Alpha i386 (20130403)
MarkForUpload: True
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.8.0-30-generic 
root=UUID=7c2dbf7b-dddb-4793-9be7-609b73dc155e ro quiet splash vt.handoff=7
SourcePackage: clamav
Title: package clamav-daemon 0.97.8+dfsg-1ubuntu1.13.04.1 failed to 
install/upgrade: подпроцесс установлен сценарий pre-removal возвратил код 
ошибки 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 raring

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

Title:
  package clamav-daemon 0.97.8+dfsg-1ubuntu1.13.04.1 failed to
  install/upgrade: подпроцесс установлен сценарий pre-removal возвратил
  код ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1222333/+subscriptions

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

[Bug 655060] Re: Vim is hard to use for non-English users

2011-08-28 Thread Legolas
this problem is in 11.04 vim 7.3 too. Can you give me step-by-step solution? 
What i mast dis for "Add a list of mapped multi-byte characters. (based on work 
by Konstantin Korikov, Agathoklis Hatzimanikas)"
PS: I am use Caps Lock for switch language. 
Thank you.

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

Title:
  Vim is hard to use for non-English users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/655060/+subscriptions

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


[Bug 579031] Re: Encoding radio tag bug: CP1252 vs CP1251

2011-02-19 Thread Legolas
In order to manually correct the effect of this bug, you must add
GST_ICY_TAG_ENCODING=cp1251
in the file /etc/environment
Thanks all.

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

Title:
  Encoding radio tag bug: CP1252 vs CP1251

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


[Bug 637208] Re: Left mouse button stop working after the first keyboard layout switch

2010-10-10 Thread Legolas
fore A4Tech X-738K too. Notebook Dell Vostro A860

-- 
Left mouse button stop working after the first keyboard layout switch
https://bugs.launchpad.net/bugs/637208
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 527057] Re: ubi-partman failed error on partitions change

2010-10-11 Thread Legolas
I have a similar bag in xubuntu 10.10 when I try install it =( AMD
Duron, 256 RAM

-- 
ubi-partman failed error on partitions change
https://bugs.launchpad.net/bugs/527057
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