[Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working in app windows

2018-06-08 Thread dukat
This bug happens around every 2nd day for me. It's incredibly annoying
and affects my Ubuntu experience in a really bad way.

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

Title:
  gnome-shell randomly blocks mouse clicks from working in app windows

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

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

[Bug 446257] Re: session restore does not work

2014-07-21 Thread dukat
This is still valid on Ubuntu 12.04 with current Firefox 30.0

Every time I shut down Ubunut, Firefix thinks there was a problem with
the session. On next restart, it will not automatically restore the
session. Instead, it will ask so restore the session.

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

Title:
  session restore does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox-3.5/+bug/446257/+subscriptions

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


[Bug 644010] Re: Nautilus FTP causes 'Unexpected end of stream' when connecting

2013-01-08 Thread dukat
The problem is still valid in Ubuntu 12.04.

** Changed in: nautilus (Ubuntu)
   Status: Expired = Confirmed

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

Title:
  Nautilus FTP causes 'Unexpected end of stream' when connecting

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

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


[Bug 794727] Re: /var/log/messages is empty after upgrade to natty

2012-10-05 Thread dukat
Knowing this is in vain, I also oppose this strage decision. Why does
something that isn't broken have to be fixed?

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

Title:
  /var/log/messages is empty after upgrade to natty

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

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


[Bug 794727] Re: /var/log/messages is empty after upgrade to natty

2012-10-05 Thread dukat
And, btw, to help your users, instead of just killing /var/log/messages,
a nicer approach would be to replace the contents of the file with
something like /var/log/messages is not supported anymore. If you need
it, look here 

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

Title:
  /var/log/messages is empty after upgrade to natty

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

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


[Bug 941670] Re: sound-juicer should expose paranoia option

2012-06-10 Thread dukat
This does not make any sense for a beginner's program. An option to
trade in ripping accuracy for speed is something that a regular user
should even have to consider. I vote against adding this option.

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

Title:
  sound-juicer should expose paranoia option

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-juicer/+bug/941670/+subscriptions

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


[Bug 329809] Re: sound-juicer crashes when pressing Extract button, with SIGSEGV in filepath_parse_pattern()

2012-06-10 Thread dukat
I'd love to see an update/backport in Lucid, haven't found a PPA for it.

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

Title:
  sound-juicer crashes when pressing Extract button, with SIGSEGV in
  filepath_parse_pattern()

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

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


[Bug 598711] Re: Missing menu entries in Lucid

2010-09-06 Thread dukat
A software is not buggy just because it did not update the cache
manually, if this process has not been necessary before. Also, neither a
user is buggy if he wonders that after an update a procedure that did
work out of the box previously now requires an additional step.

As far as I can see there is no clear message after the update like We
have found *.desktop entries in /usr/local/applications. If you want to
keep using them, you need to do blablabla. We have changed the previous
behaviour because of blablabla. For more information go to blablabla.
So, I see the bug in the update-process.

Also I wonder what I should do if I'm not running GNOME? The cache
program seems to be just for GNOME.

-- 
Missing menu entries in Lucid
https://bugs.launchpad.net/bugs/598711
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 296230] Re: Xvfb crashes with Segmentation Fault

2009-10-02 Thread dukat
This bug is still happening in Jaunty 9.04.

However, the GLX workaround is still valid.

-- 
Xvfb crashes with Segmentation Fault
https://bugs.launchpad.net/bugs/296230
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 410379] Re: Tomcat security configuration error prevents proper logging when used with Sun's JVM

2009-08-17 Thread dukat
I got tomcat logging re-enabled using Sun's JDK without disabling
Tomcat's security manager by adding this to
/etc/tomcat5.5/policy.d/50user.policy:

grant {
permission java.lang.RuntimePermission setContextClassLoader;
};

It seems that openjdk does not implement all security checks as Sun's
JDK does.

-- 
Tomcat security configuration error prevents proper logging when used with 
Sun's JVM
https://bugs.launchpad.net/bugs/410379
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 410379] Re: Tomcat security configuration error prevents proper logging

2009-08-13 Thread dukat
Also here Sun's JDK 1.6.0_14. On GCJ installed.


** Changed in: tomcat5.5 (Ubuntu)
   Status: Incomplete = New

-- 
Tomcat security configuration error prevents proper logging
https://bugs.launchpad.net/bugs/410379
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 410379] [NEW] Tomcat security configuration error prevents proper logging

2009-08-07 Thread dukat
Public bug reported:

Ubuntu Server 8.04.3 LTS
tomcat5.5, 5.5.25-5ubuntu1.2

Tomcat's logging facility does not work in a clean default installation:
No logfiles at all are generated in /var/log/tomcat5.5, even if severe
errors occur in Tomcat.

The problem seems to be a permission error. Looking at syslog, I can see at 
startup:
  18:31:33 hikuku jsvc.exec[25015]: Could not load Logmanager 
org.apache.juli.ClassLoaderLogManager
Aug  7 18:31:33 hikuku jsvc.exec[25015]: java.security.AccessControlException: 
access denied (java.lang.RuntimePermission setContextClassLoader)

Afterwards the syslog is clogged completely with Can't load log handler
1catalina.org.apache.juli.FileHandler entries all over.

I guess it's a problem with the catalina.policy file, but I have no idea
how to fix this.

Please don't tell me to upgrade to a newer Ubuntu version, for my server
I need LTS...

** Affects: tomcat5.5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Tomcat security configuration error prevents proper logging
https://bugs.launchpad.net/bugs/410379
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 410379] Re: Tomcat security configuration error prevents proper logging

2009-08-07 Thread dukat

** Attachment added: Excerpt of clogged syslog file
   http://launchpadlibrarian.net/30011348/syslog

-- 
Tomcat security configuration error prevents proper logging
https://bugs.launchpad.net/bugs/410379
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 360131] Re: Restore GUI for changing GTK apps' look and feel from KDE 4

2009-06-19 Thread dukat
IOn my Kubunutu 9.04 system with latest updates, QtCurve does _not_
respect my font settings (At least not in Eclipse, Firefox and
Thunderbird). If I change the GTK Theme to either Raleigh or Qt4, font
settings are respected (But these two themes look very ugly, so this is
not an option).

There seems to be a bug in QtCurve

** Also affects: gtk2-engines-qtcurve
   Importance: Undecided
   Status: New

-- 
Restore GUI for changing GTK apps' look and feel from KDE 4
https://bugs.launchpad.net/bugs/360131
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 356865] [NEW] Cannot connect to WEP network due to missing network input method

2009-04-07 Thread dukat
Public bug reported:

Binary package hint: plasma-widget-network-manager

This is a direct copy of my upstream bug report
Kubuntu Jauny 9.04 latest beta, 
plasma-widget-network-manager 0.0+svn930811-0ubunutu2


While WEP usage is deprecated, I still encounter many places with WEP
encryption only.

Mostly I cannot connect to these networks, as I can only enter the WEP hex key
or the WEP passphrase. All network I know only provide the WEP ASCII key (5/13
chars), which I cannot enter into the widget. Thus I cannot connect to these
networks.

The Gnome network manager applet provides the ASCII key option. Even under
Windows XP it is the default way of entering the network key (In fact, WEP
passphrase is not even supported in Windows XP)

** Affects: plasma-widget-network-manager (Ubuntu)
 Importance: Undecided
 Status: New

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

-- 
Cannot connect to WEP network due to missing network input method
https://bugs.launchpad.net/bugs/356865
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 356865] Re: Cannot connect to WEP network due to missing network input method

2009-04-07 Thread dukat
Normally I can directly link to the upstream project in Launchpad. Here I have 
problems and I don't know how to handle this. The upstream bug URL is
https://bugs.kde.org/show_bug.cgi?id=189015

-- 
Cannot connect to WEP network due to missing network input method
https://bugs.launchpad.net/bugs/356865
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 356865] Re: Cannot connect to WEP network due to missing network input method

2009-04-07 Thread dukat
I was informed that this is already fixed in the latest upstream SVN
revision. Can the Kubuntu package be updated to that version before
Jaunty final?

** Changed in: plasma-widget-network-manager (Ubuntu)
   Status: New = Confirmed

-- 
Cannot connect to WEP network due to missing network input method
https://bugs.launchpad.net/bugs/356865
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 354389] [NEW] Cannot pair bluetooth keyboard using kbluetooth4 (Logitech DiNovo Desktop)

2009-04-03 Thread dukat
Public bug reported:

This is a direct copy of my bug report at bugs.kde.org

Using Kubuntu Jaunty 9.04 latest development version
Ubuntu package: 1:0.3-0ubunutu3



I cannot pair my Logitech DiNovo Bluetooth keyboard.

To reproduce

Fire kdeblutooth4 - Device Manager
Hit New ... - Next - Input Device

The Device Search Box appears. I put my keyboard in discoverable mode and it
appears on the list

I select it, the summary screen appears, - Next - Finished setup, all
fine

Then, the PIN box appears and here it doesn't work. I'm supposed to enter a PIN
on my computer (whic is kinda moot, but luckily I have a laptop), and then to
repeat it on the BT Keyboard. This is not possible. I cannot pair the keyboard.

Previously, in the old kbluetooth (and also under Windows) if I wanted to pair
the keyboard, I was presented a random PIN from the wizard, which I would have
to re-type on the keyboard. That always worked.

I also have the Logitech MX Laser mouse, which pairs without problems with
kbluetooth4

** Affects: kde-bluetooth
 Importance: Unknown
 Status: New

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

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

** Also affects: kde-bluetooth via
   http://bugs.kde.org/show_bug.cgi?id=188727
   Importance: Unknown
   Status: Unknown

-- 
Cannot pair bluetooth keyboard using kbluetooth4 (Logitech DiNovo Desktop)
https://bugs.launchpad.net/bugs/354389
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 179138] Re: Special Key support incomplete with HP Compaq 6710b

2009-04-03 Thread dukat
I've just updated to Kubunuty Jaunty 9.04 latest Beta

Most keys work, except Fn-F3 (Sleep) or Fn-F8 (Show Power)


Fn-F3 is catched in xev, but doesn't seem to be mapped to anything:
KeyPress event, serial 34, synthetic NO, window 0x401,
root 0xc2, subw 0x0, time 6963639, (-35,769), root:(667,794),
state 0x0, keycode 150 (keysym 0x1008ff2f, XF86Sleep), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

Same goes for the Battery button
KeyPress event, serial 34, synthetic NO, window 0x401,
root 0xc2, subw 0x0, time 7054314, (-201,692), root:(501,717),
state 0x0, keycode 244 (keysym 0x1008ff93, XF86Battery), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

Doesn't seem to be mapped to anything.


** Also affects: kubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Special Key support incomplete with HP Compaq 6710b
https://bugs.launchpad.net/bugs/179138
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


[Bug 179138] Re: Special Key support incomplete with HP Compaq 6710b

2009-04-03 Thread dukat
Works in Jaunty 9.04

** Changed in: network-manager
   Status: New = Fix Released

-- 
Special Key support incomplete with HP Compaq 6710b
https://bugs.launchpad.net/bugs/179138
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


[Bug 179138] Re: Special Key support incomplete with HP Compaq 6710b

2009-04-03 Thread dukat
The previous Works in Jaunty 9.04 only applies to the network-manager
status change...

-- 
Special Key support incomplete with HP Compaq 6710b
https://bugs.launchpad.net/bugs/179138
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


[Bug 293213] Re: Qt doesn't support various multimedia keys, k-d-s has a broken modmap

2009-04-03 Thread dukat
I have the same problem with my Sleep button which generates
XF86Sleep. However, I get the same not supported in Qt message as
ungnu, when I try to assign it...

-- 
Qt doesn't support various multimedia keys, k-d-s has a broken modmap
https://bugs.launchpad.net/bugs/293213
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 287215] Re: [intrepid] xmodmap settings not getting honored when keyboard devices are hotplugged

2009-01-23 Thread dukat
I've come across the same problem with a Logitech diNovo Desktop running
in HID proxy mode. My cable keyboard keeps all xmodmap settings, while
the wireless keyboards don't after they get online again.

I'm attaching the missing output to have some progress here.

** Attachment added: lspcivvnn
   http://launchpadlibrarian.net/21582292/lspcivvnn

-- 
[intrepid] xmodmap settings not getting honored when keyboard devices are 
hotplugged
https://bugs.launchpad.net/bugs/287215
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 287215] Re: [intrepid] xmodmap settings not getting honored when keyboard devices are hotplugged

2009-01-23 Thread dukat

** Attachment added: lsusb
   http://launchpadlibrarian.net/21582299/lsusb

-- 
[intrepid] xmodmap settings not getting honored when keyboard devices are 
hotplugged
https://bugs.launchpad.net/bugs/287215
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 287215] Re: [intrepid] xmodmap settings not getting honored when keyboard devices are hotplugged

2009-01-23 Thread dukat

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

** Changed in: xserver-xorg-input-evdev (Ubuntu)
   Status: Incomplete = Confirmed

-- 
[intrepid] xmodmap settings not getting honored when keyboard devices are 
hotplugged
https://bugs.launchpad.net/bugs/287215
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 222210] Re: Cannot delete Useraction in Krusader

2009-01-23 Thread dukat
** Changed in: krusader (Ubuntu)
   Status: New = Confirmed

-- 
Cannot delete Useraction in Krusader
https://bugs.launchpad.net/bugs/10
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 312560] [NEW] mindi rescue CD does not boot with standard server kernel

2008-12-30 Thread dukat
Public bug reported:

Binary package hint: mindi

I'd like to use Mondo / Mindi for system backups on Ubuntu Server 8.10
Intepid Ibex.

Mindi creates a rescue CD from the current running kernel. However, the
generated Live CD does not boot afterwards.

The generated Live CD boots fine initially. However, during the CD boot
process, I see several error messages, similar to the following (sorry,
it's not possible to copy text from the non-booting system ...):

- cannot resolve symbols from e.g., ata_generic, ata_piix like ata_scsi_ioctl 
or sata_scr_write. Also some missing symbols related to USB...
- multiple references to floppy0: no floppy controller (of course I don't 
have it, but I guess this refers to the mindi boot floppy images)
and finally it stops, asking me to go to another PC, mount this CD and copy 
the data disk images, and I should contiue booting with floppy disks (sic!)
So, the restore medium is useless.

Mindi also offers to use another failsaife kernel for booting, however that 
doesn't seem to be supported on Ubuntu:
- the mindi asks if I want to use another kernel, however this is always 
ignored in the script
- if I manually change the script to use the failsafe kernel, it wants 
linux-image-386. Installing this and creating another boot CD with the 386 
kernel fails however in the same way as the default server image.

So, in its current state, mondo / mindi is absolutely useless on Ubuntu.

mindi 2.24-3ubuntu1
linux-image-server 2.6.27.9.13

Attached is the Mindi CD creation log.

** Affects: linux-meta (Ubuntu)
 Importance: Undecided
 Status: New

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

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

-- 
mindi rescue CD does not boot with standard server kernel
https://bugs.launchpad.net/bugs/312560
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 312560] Re: mindi rescue CD does not boot with standard server kernel

2008-12-30 Thread dukat

** Attachment added: mindi.log
   http://launchpadlibrarian.net/20820830/mindi.log

** Also affects: linux-meta (Ubuntu)
   Importance: Undecided
   Status: New

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

-- 
mindi rescue CD does not boot with standard server kernel
https://bugs.launchpad.net/bugs/312560
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 312560] Re: mindi rescue CD does not boot with standard server kernel

2008-12-30 Thread dukat
to check this out run
sudo mindi

with all default options, answer yes to create boot CD

and burn /var/cache/mindi/mindi.iso

and boot from that CD.

-- 
mindi rescue CD does not boot with standard server kernel
https://bugs.launchpad.net/bugs/312560
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 310327] [NEW] mindi does not recognize installed findfs|blkid|vol_id

2008-12-21 Thread dukat
Public bug reported:

Binary package hint: mindi

I'm trying to create a rescue disk with mindi and mondo.

On first run,
mindi --makemountlist file
is run, but gives the following error:

Your mountlist will look like this:
lvmdiskscan not found. Won't handle LVM.
DEVICE  MOUNTPOINT  FORMAT  SIZE (MB)   LABEL   
UUID
/dev/sda1   /   ext3  30953 
30d31859-0469-4399-a51e-7bd61e9d1874
/dev/sda6   /home   ext3 572566
/proc: unknown volume type
/home: unknown volume type
FATAL ERROR. Your system uses a UUID partition 
(UUID=bb782f2b-e6d1-4d60-bd61-7092673e728c), but you lack the tool to support 
it.
Please replace labels with their correct devices in /etc/fstab or install 
findfs|blkid|vol_id

However, all three indicated utilities are installed:
~$ findfs UUID=30d31859-0469-4399-a51e-7bd61e9d1874
/dev/sda1

~$ blkid
/dev/sda1: UUID=30d31859-0469-4399-a51e-7bd61e9d1874 TYPE=ext3 
SEC_TYPE=ext2
/dev/sda5: TYPE=swap UUID=f146012e-9588-4819-9a36-ffd11c895fda
/dev/sda6: UUID=0bcd20ee-af0f-4d2f-84a9-ac388e5cf4ed SEC_TYPE=ext2 
TYPE=ext3

~$ sudo vol_id /dev/sda1
ID_FS_USAGE=filesystem
ID_FS_TYPE=ext3
ID_FS_VERSION=1.0
ID_FS_UUID=30d31859-0469-4399-a51e-7bd61e9d1874
ID_FS_UUID_ENC=30d31859-0469-4399-a51e-7bd61e9d1874
ID_FS_LABEL=
ID_FS_LABEL_ENC=
ID_FS_LABEL_SAFE=

So, actually, it should find the right partitions, but it doesn't.

System: Ubuntu Server 8.10, latest updates
mindi version: 2.24-3ubuntu1

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

-- 
mindi does not recognize installed findfs|blkid|vol_id
https://bugs.launchpad.net/bugs/310327
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 310327] Re: mindi does not recognize installed findfs|blkid|vol_id

2008-12-21 Thread dukat

** Attachment added: /var/log/mindi.log
   http://launchpadlibrarian.net/20622714/mindi.log

-- 
mindi does not recognize installed findfs|blkid|vol_id
https://bugs.launchpad.net/bugs/310327
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 243242] Re: dbus shouldn't depend on x11-common

2008-10-21 Thread dukat
Hmm, either this is already fixed in Hardy or I installed it already a
long time ago using --force. Anyway, it isn't that important (for me).
Thanks and sorry for causing all this fuss.

-- 
dbus shouldn't depend on x11-common
https://bugs.launchpad.net/bugs/243242
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 222964] Re: Kdesvn does not appear in the Kubuntu launch menu

2008-10-21 Thread dukat
Just tested it, still no menu entry under KDE 3.5. Anyway, thanks for
the backport, I switched to KDE 4.1 recently, and the menu is there
alright.

-- 
Kdesvn does not appear in the Kubuntu launch menu
https://bugs.launchpad.net/bugs/222964
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 243242] Re: dbus shouldn't depend on x11-common

2008-10-16 Thread dukat
Hardy is not an old distribution. It is the currently active LTS
distribution and will remain so until 2010 (I guess). Ubuntu LTS is the
preferred server distribution, as servers need to be stable and not
bleeding edge. There's an official Ubuntu upgrade policy to allow
updates from one LTS to the next one, ignoring all intermediate
releases. And Ubuntu Server edition is by default X11-less (and with
good reason).

So, as I see this bug is still valid in the _current_ Server version and
will remain so for the next two years. I definitely plege for a SRU. If
I'd have to open another bug for this, for which package should it be
opened? Obviously it cannot be the same ones as in this bug request, as
you judge them invalid.

-- 
dbus shouldn't depend on x11-common
https://bugs.launchpad.net/bugs/243242
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 249598] Re: rhino should depend on java2-runtime-headless

2008-10-14 Thread dukat
How can I test? Did an apt-get update and tried to install, but this
version still pulls all X. So, where do I find the test candidate?

-- 
rhino should depend on java2-runtime-headless
https://bugs.launchpad.net/bugs/249598
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 249598] Re: rhino should depend on java2-runtime-headless

2008-10-14 Thread dukat
My bad. I found out how to enable hardy-proposed. And it seem to be ok
now:

 sudo apt-get install openjdk-6-jre-headless
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  java-common libaccess-bridge-java libcupsys2 libfreetype6 liblcms1 
openjdk-6-jre-lib rhino
Suggested packages:
  equivs cupsys-common libfreetype6-dev liblcms-utils sun-java6-fonts 
ttf-baekmuk ttf-unfonts ttf-unfonts-core ttf-bengali-fonts ttf-dejavu-core 
ttf-indic-fonts-core ttf-kannada-fonts
  ttf-kochi-gothic ttf-sazanami-gothic ttf-kochi-mincho ttf-sazanami-mincho 
ttf-oriya-fonts ttf-telugu-fonts ttf-wqy-zenhei rhino-doc
Recommended packages:
  ca-certificates-java libnss-mdns tzdata-java
The following NEW packages will be installed:
  java-common libaccess-bridge-java libcupsys2 libfreetype6 liblcms1 
openjdk-6-jre-headless openjdk-6-jre-lib rhino
0 upgraded, 8 newly installed, 0 to remove and 36 not upgraded.
Need to get 30.3MB of archives.
After this operation, 83.4MB of additional disk space will be used.
Do you want to continue [Y/n]?

-- 
rhino should depend on java2-runtime-headless
https://bugs.launchpad.net/bugs/249598
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 249598] Re: rhino should depend on java2-runtime-headless

2008-10-10 Thread dukat
Will there be a fix for Ubuntu 8.04 LTS? It seem for me natural to stay
for server setups on the latest LTS and don't upgrade to the next non-
LTS version.

On my up-do-date headless server LTS, installing openjdk-headless still
pulls the whole X-stuff.

-- 
rhino should depend on java2-runtime-headless
https://bugs.launchpad.net/bugs/249598
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 9887] Re: Setterm with ACPI and APM doesn't blank laptop screen correctly.

2008-08-28 Thread dukat
Hi, I'm running Ubuntu Server 8.04.1, all latest updates on an HP Compaq
nx8220 Notebook. Seem like this bug is still not fixed, as my console
screen blanks, but the backlight stays on. Very annoying.

Note, that I had to use the vanilla Desktop Kernel, as the special
server kernel does not work on machines without PAE (see Bug #151942)

While googling I found this link, which describes the exact same problem. 
Unfortunaltely I have no idea of kernel configuration, but it might help to 
check if Power management options  ACPI (Advanced Configuration and Power 
Interface) Support  Video Kernel config is enables in the current Kernel.
The link: http://tinymicros.com/wiki/Laptop_LCD_Backlight_Blanking.

Some info on my config:

uname -a: Linux cardassia 2.6.24-19-generic #1 SMP Fri Jul 11 23:41:49 UTC 2008 
i686 GNU/Linux
Kenel: Ubuntu 2.6.24-19.36-generic




** Attachment added: lspci.log
   http://launchpadlibrarian.net/17148812/lspci.log

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

-- 
Setterm with ACPI and APM doesn't blank laptop screen correctly.
https://bugs.launchpad.net/bugs/9887
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 9887] Re: Setterm with ACPI and APM doesn't blank laptop screen correctly.

2008-08-28 Thread dukat

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/17148855/dmesg.log

-- 
Setterm with ACPI and APM doesn't blank laptop screen correctly.
https://bugs.launchpad.net/bugs/9887
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 140054] Re: bluetooth mouse doesn't connect at start-up

2008-08-28 Thread dukat
*** This bug is a duplicate of bug 175743 ***
https://bugs.launchpad.net/bugs/175743

** This bug has been marked a duplicate of bug 175743
   Bluetooth Mouse looses connection after some time of inactivity

-- 
bluetooth mouse doesn't connect at start-up
https://bugs.launchpad.net/bugs/140054
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 39377] Re: Many missing icons in default KDE menu from GNOME applications

2008-08-21 Thread dukat
Will there be only KDE4 in Intrepid? I don't see this fixed for KDE3.
And does this mean there won't be a fix for Hardy?

-- 
Many missing icons in default KDE menu from GNOME applications
https://bugs.launchpad.net/bugs/39377
You received this bug notification because you are a member of Kubuntu
Team, which is a direct subscriber.

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


[Bug 39377] Re: Many missing icons in default KDE menu from GNOME applications

2008-08-18 Thread dukat
This seems to be related to KDE 3 only. On Hardy, for example I
installed dvd::rip under Kubuntu KDE3 - No icon. Then, I logged into my
parallel install of KDE 4 (from ppa), and the dvd::rip icon is there. On
another Ubuntu-Gnome install, also on Hardy, dvd::rip's icon is visible.
Maybe that's because the dvd::rip icon is placed in /usr/share/app-
install/icons, while most other icons are located under
/usr/share/icons?

After installing KDE4, some basic KDE4 apps were also installed
alongside, and also made available under KDE 3. I noticed missing icons
of KsCD4 and Juk4 in the KDE3 Start Menu.

-- 
Many missing icons in default KDE menu from GNOME applications
https://bugs.launchpad.net/bugs/39377
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 243242] Re: dbus shouldn't depend on x11-common

2008-08-15 Thread dukat
Could you please release this  fix also for Ubuntu 8.04? Hardy is LTS
and thus the obvious choice for server installs. And server installs
won't be upgraded as often as user installs (I won't upgrade my server
to Intrepid).

However, I like to install ivman for removable media support in Ubuntu
server 8.04. Currently, this is not an option, with an dependency list
like this (I don't want X11 on the server. This goes also with Ubuntu's
server policy):

sudo apt-get install ivman
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  acl consolekit dbus hal hal-info libdbus-glib-1-2 libhal-storage1 libhal1 
libpolkit-dbus2 libpolkit-grant2 libpolkit2 libsmbios1 libx11-6 libx11-data 
libxau6 libxcb-xlib0
  libxcb1 libxdmcp6 pm-utils pmount policykit powermgmt-base x11-common
Suggested packages:
  gnome-device-manager libsmbios-doc cryptsetup
Recommended packages:
  libpam-ck-connector dbus-x11 libsmbios-bin radeontool uswsusp vbetool 
policykit-gnome
The following NEW packages will be installed:
  acl consolekit dbus hal hal-info ivman libdbus-glib-1-2 libhal-storage1 
libhal1 libpolkit-dbus2 libpolkit-grant2 libpolkit2 libsmbios1 libx11-6 
libx11-data libxau6
  libxcb-xlib0 libxcb1 libxdmcp6 pm-utils pmount policykit powermgmt-base 
x11-common
0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
Need to get 2736kB of archives.
After this operation, 11.2MB of additional disk space will be used.

-- 
dbus shouldn't depend on x11-common
https://bugs.launchpad.net/bugs/243242
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 175743] Re: Bluetooth Mouse looses connection after some time of inactivity

2008-07-26 Thread dukat
I also can confirm that since the 8.04.1 update everything works as it
should! :-)

-- 
Bluetooth Mouse looses connection after some time of inactivity
https://bugs.launchpad.net/bugs/175743
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 222964] Re: Kdesvn does not appear in the Kubuntu launch menu

2008-05-13 Thread dukat
As stated in the original description, this bug is related to KDE 3.5.9.
It also seems to affect kdesvn only, not other programs in the
Development Menu e.g., I installed Kdevelop and it shows up just fine.

-- 
Kdesvn does not appear in the Kubuntu launch menu
https://bugs.launchpad.net/bugs/222964
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 161872] Re: Certain Ubuntu packages missing some KUbuntu packages

2008-05-13 Thread dukat
Í'm quite sure this behaviour is intended. If you look at kdesvn's
dependency list, you'll notice khelpcenter in the recommended section.
So, it depends on your apt frontend if those will be also installed
(default is off).

** Changed in: kdesvn (Ubuntu)
   Status: New = Invalid

-- 
Certain Ubuntu packages missing some KUbuntu packages
https://bugs.launchpad.net/bugs/161872
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 140054] Re: bluetooth mouse doesn't connect at start-up

2008-04-27 Thread dukat
... at this URL:
https://bugs.launchpad.net/ubuntu/+source/kdebluetooth/+bug/175743

** Changed in: bluez-utils (Ubuntu)
Sourcepackagename: None = bluez-utils

-- 
bluetooth mouse doesn't connect at start-up
https://bugs.launchpad.net/bugs/140054
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 140054] Re: bluetooth mouse doesn't connect at start-up

2008-04-27 Thread dukat
I guess this is the same problem as #175743

-- 
bluetooth mouse doesn't connect at start-up
https://bugs.launchpad.net/bugs/140054
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 140054] Re: bluetooth mouse doesn't connect at start-up

2008-04-27 Thread dukat
... at this URL:
https://bugs.launchpad.net/ubuntu/+source/kdebluetooth/+bug/175743

-- 
bluetooth mouse doesn't connect at start-up
https://bugs.launchpad.net/bugs/140054
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 222964] Re: Kdesvn does not appear in the Kubuntu launch menu

2008-04-27 Thread dukat
Kdesvn showed up as supposed under all previous releases of Kubuntu.

-- 
Kdesvn does not appear in the Kubuntu launch menu
https://bugs.launchpad.net/bugs/222964
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 222964] [NEW] Kdesvn does not appear in the Kubuntu launch menu

2008-04-27 Thread dukat
Public bug reported:

Binary package hint: kdesvn

Kubuntu Hardy Heron 8.04, KDE 3.5.9

I installed kdesvn  from the repository, but it doesn't show up in the
main launch menu. There's a Development Menu entry, but kdesvn doesn't
appear there. I can launch it without problems from the command line,
though

kdesvn 0.14.1-1

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

-- 
Kdesvn does not appear in the Kubuntu launch menu
https://bugs.launchpad.net/bugs/222964
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 222210] [NEW] Cannot delete Useraction in Krusader

2008-04-25 Thread dukat
Public bug reported:

Binary package hint: krusader

Kubuntu 8.04, Krusader 1.90.0-1

In the new Krusader there is a huge list of useless and annoying
useractions. After removing them with Useractions-Manage Useractions,
they are back on next restart. This bug is also desrcribed here:
https://sourceforge.net/tracker/index.php?func=detailaid=1844833group_id=6488atid=106488
, together with a workaround.

Ubuntu should delete the default useraction list - it looks more than
unprofessional.

** Affects: krusader
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: SourceForge.net Tracker #1844833
   http://sourceforge.net/support/tracker.php?aid=1844833

** Also affects: krusader via
   http://sourceforge.net/support/tracker.php?aid=1844833
   Importance: Unknown
   Status: Unknown

-- 
Cannot delete Useraction in Krusader
https://bugs.launchpad.net/bugs/10
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 151963] Re: crash when using krename

2008-04-25 Thread dukat
So, it's a bug in krename, not krusader?

** Changed in: krusader (Ubuntu)
   Status: New = Invalid

-- 
crash when using krename
https://bugs.launchpad.net/bugs/151963
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 219141] Re: crash when drawing window

2008-04-25 Thread dukat
The title seem to be misleading, also if you don't be more verbose what
exact you did that caused the crash,  it's quite unlikely that something
will be done for that.

** Changed in: krusader (Ubuntu)
   Status: New = Incomplete

-- 
crash when drawing window
https://bugs.launchpad.net/bugs/219141
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 210303] Re: [hardy] kaffeine loops on Codec package is already installed

2008-04-19 Thread dukat
I have a similar problem with the automatic codec installer (latest
Hardy Kubuntu beta)

I've had already installed all necessary medibuntu packages (libdvdcss2,
w32-codecs). I inserted a DVD, and Kaffeine informs me that I have to
install libdvdcss2. Strangely enough, it gives an advice that one
version is already installed. No matter if I reinstall using the codec-
installer or cancel, the DVD is not played.

The same happens for AVI files I try to play. K. always want to install
new codec, even though they are there. Seems it doesn't recognize
medibuntu packages!

-- 
[hardy] kaffeine loops on Codec package is already installed
https://bugs.launchpad.net/bugs/210303
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 218184] Re: Kubuntu 8.04 beta not finish the installation in Brazil locale

2008-04-18 Thread dukat
** Changed in: ubiquity (Ubuntu)
Sourcepackagename: None = ubiquity

-- 
Kubuntu 8.04 beta not finish the installation in Brazil locale
https://bugs.launchpad.net/bugs/218184
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 217752] Re: kubuntu migration assistant doesnt detect xp

2008-04-18 Thread dukat
Without more info, what exactly is the problem and setup, this is
unlikly to be ever fixed

** Changed in: ubuntu
   Status: New = Incomplete

-- 
kubuntu migration assistant doesnt detect xp
https://bugs.launchpad.net/bugs/217752
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 175743] Re: Bluetooth Mouse looses connection after some time of inactivity

2008-04-18 Thread dukat
The bug is still in the current hardy Kubuntu beta

-- 
Bluetooth Mouse looses connection after some time of inactivity
https://bugs.launchpad.net/bugs/175743
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 159338] Re: Re: Heads-up: small xine-lib transition in hardy

2008-04-13 Thread dukat
Not sure if this fits here, but if I manually remove libxine1-console,
amarok will be also removed. Not what I intended ...

Kubuntu Hardy, latest beta

-- 
Re: Heads-up: small xine-lib transition in hardy
https://bugs.launchpad.net/bugs/159338
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 179138] Re: Special Key support incomplete with HP Compaq 6710b

2008-04-13 Thread dukat
** Also affects: network-manager
   Importance: Undecided
   Status: New

-- 
Special Key support incomplete with HP Compaq 6710b
https://bugs.launchpad.net/bugs/179138
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 179138] Re: Special Key support incomplete with HP Compaq 6710b

2008-04-13 Thread dukat
I just installed the latest Kubuntu Hardy beta and pulled the latest
updates

- Brightness buttons: Work now. Yay!

- Display switch: still the same issues

- Wireless network Switch - still the same issues

- Presentation Switch - still no reaction

- There also seems to be a new bug introduced now: When I press the info
button, I get a segfault signal 11 in KDE Daemon (kded).  Here's the
backtrace:

(no debugging symbols found)
[repeat x times]
[Thread debugging using libthread_db enabled]
[New Thread 0xb68b36c0 (LWP 6294)]
(no debugging symbols found)
[repeat x times]
[KCrash handler]
#6  0xb78db56a in KConfigBase::readEntry () from /usr/lib/libkdecore.so.4
#7  0xb793f692 in KConfigBase::readEntry () from /usr/lib/libkdecore.so.4
#8  0xb650e326 in KMilo::GenericMonitor::launch ()
   from /usr/lib/kde3/kmilo_generic.so
#9  0xb650e497 in KMilo::GenericMonitor::launchHelp ()
   from /usr/lib/kde3/kmilo_generic.so
#10 0xb6511748 in KMilo::GenericMonitor::qt_invoke ()
   from /usr/lib/kde3/kmilo_generic.so
#11 0xb78bc1d3 in KGlobalAccelPrivate::activate ()
   from /usr/lib/libkdecore.so.4
#12 0xb794892e in KGlobalAccelPrivate::x11KeyPress ()
   from /usr/lib/libkdecore.so.4
#13 0xb7948b4c in KGlobalAccelPrivate::x11Event ()
   from /usr/lib/libkdecore.so.4
#14 0xb7957aea in KApplication::x11EventFilter ()
   from /usr/lib/libkdecore.so.4
#15 0xb71d04a0 in ?? () from /usr/lib/libqt-mt.so.3
#16 0xbf8ba834 in ?? ()
#17 0xbf8ba5f8 in ?? ()
#18 0x0001 in ?? ()
#19 0x00792650 in ?? ()
#20 0x006a in ?? ()
#21 0xb7792650 in ?? () from /usr/lib/libqt-mt.so.3
#22 0xbf8ba498 in ?? ()
#23 0xb71e0aaf in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
Backtrace stopped: frame did not save the PC

-- 
Special Key support incomplete with HP Compaq 6710b
https://bugs.launchpad.net/bugs/179138
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 153604] Re: kpilotDaemon crashing in gutsy

2008-04-13 Thread dukat
Updated to latest Hardy beta, and Kpilot crashes always with my Treo 680

As soon as the Treo is in the cradle and kpilot deamon starts polling,
it crashes.

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

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

** Changed in: kdepim (Ubuntu)
   Status: New = Confirmed

** Summary changed:

- kpilotDaemon crashing in gutsy
+ kpilotDaemon crashing in gutsy and hardy

-- 
kpilotDaemon crashing in gutsy and hardy
https://bugs.launchpad.net/bugs/153604
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 153604] Re: kpilotDaemon crashing in gutsy and hardy

2008-04-13 Thread dukat
The version in Hardy:

Version: KPilot 4.9.3-359 (palo alto)
Version: pilot-link 0.12.3
Version: KDE 3.5.9
Version: Qt 3.3.8b

-- 
kpilotDaemon crashing in gutsy and hardy
https://bugs.launchpad.net/bugs/153604
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kdepim in ubuntu.

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


[Bug 158772] Re: kpdf doesn't show pdf on samba shares

2008-02-13 Thread dukat
** Changed in: kdegraphics (Ubuntu)
   Status: New = Confirmed

-- 
kpdf doesn't show pdf on samba shares
https://bugs.launchpad.net/bugs/158772
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdegraphics in ubuntu.

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


Re: [Bug 179138] Re: Special Key support incomplete with HP Compaq 6710b

2008-01-04 Thread dukat
Here's the output:

# dmidecode 2.9
SMBIOS 2.4 present.
25 structures occupying 1236 bytes.
Table at 0x000F25BA.

Handle 0x, DMI type 0, 24 bytes
BIOS Information
Vendor: Hewlett-Packard
Version: 68DDU Ver. F.0B
Release Date: 08/02/2007
Address: 0xE
Runtime Size: 128 kB
ROM Size: 1024 kB
Characteristics:
PCI is supported
PC Card (PCMCIA) is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
EDD is supported
3.5/720 KB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
ACPI is supported
USB legacy is supported
LS-120 boot is supported
Smart battery is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Targeted content distribution is supported
BIOS Revision: 15.11
Firmware Revision: 113.42

Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Hewlett-Packard
Product Name: HP Compaq 6710b (GB892EA#ABD)
Version: F.0B
Serial Number: CNU7430S4B
UUID: B2C58DE3-E315-E011-198C-6D990E422D29
Wake-up Type: Power Switch
SKU Number: GB892EA#ABD
Family: 103C_5336AN

Handle 0x0040, DMI type 126, 34 bytes
Inactive

Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
Manufacturer: Hewlett-Packard
Product Name: 30C0
Version: KBC Version 71.2A
Serial Number: Not Specified

Handle 0x0003, DMI type 3, 13 bytes
Chassis Information
Manufacturer: Hewlett-Packard
Type: Notebook
Lock: Not Present
Version: Not Specified
Serial Number: CNU7430S4B
Asset Tag: CNU7430S4B
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: External Interface Enabled

Handle 0x0041, DMI type 126, 32 bytes
Inactive

Handle 0x0004, DMI type 4, 35 bytes
Processor Information
Socket Designation: U10
Type: Central Processor
Family: Pentium M
Manufacturer: Intel(R)
ID: FB 06 00 00 FF FB EB BF
Signature: Type 0, Family 6, Model 15, Stepping 11
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
PAE (Physical address extension)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
APIC (On-chip APIC hardware supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
PSE-36 (36-bit page size extension)
CLFSH (CLFLUSH instruction supported)
DS (Debug store)
ACPI (ACPI supported)
MMX (MMX technology supported)
FXSR (Fast floating-point save and restore)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
SS (Self-snoop)
HTT (Hyper-threading technology)
TM (Thermal monitor supported)
PBE (Pending break enabled)
Version: Intel(R) Core(TM)2 Duo CPU T7500  @ 2.20GHz
Voltage: 1.1 V
External Clock: 200 MHz
Max Speed: 2200 MHz
Current Speed: 2200 MHz
Status: Populated, Enabled
Upgrade: None
L1 Cache Handle: 0x0005
L2 Cache Handle: 0x0006
L3 Cache Handle: Not Provided
Serial Number: Not Specified
Asset Tag: Not Specified
Part Number: Not Specified

Handle 0x0005, DMI type 7, 19 bytes
Cache Information
Socket Designation: Internal L1 Cache
Configuration: Enabled, Not Socketed, Level 1
Operational Mode: Write Back
Location: Internal
Installed Size: 64 KB
Maximum Size: 64 KB
Supported SRAM Types:
Burst
Installed SRAM Type: Burst
Speed: Unknown
Error Correction Type: Unknown
System Type: Unified
Associativity: 4-way Set-associative

Handle 0x0006, DMI type 7, 19 bytes
Cache Information
  

[Bug 179138] Re: Special Key support incomplete with HP Compaq 6710b

2008-01-02 Thread dukat
** Changed in: linux (Ubuntu)
Sourcepackagename: None = linux

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

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

-- 
Special Key support incomplete with HP Compaq 6710b
https://bugs.launchpad.net/bugs/179138
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 179138] Special Key support incomplete with HP Compaq 6710b

2007-12-28 Thread dukat
Public bug reported:

Installation of Kubuntu 7.10 on a HP Compaq 6710b works fine, except
some special keys:

Brightness Up / Down keys (Fn F9/F10)don't do anything. Manually setting 
brightness in Power Manager 0.8 works fine.
They are detected by both ACPI and HAL, though

acpi_listen
video C1AD 0087  (down) / video C1AD 0086  (up)

lshal --monitor
platform_i8042_i8042_KBD_port_logicaldev_input condition ButtonPressed = 
brightness-down
platform_i8042_i8042_KBD_port_logicaldev_input condition ButtonPressed = 
brightness-up

Video-Swich (FN F4) flackers, but doesn't change anything (at least with
VGA inserted). xrandr works fine, though

acpi_listen
video C098 0080 

lshal-monitor
platform_i8042_i8042_KBD_port_logicaldev_input condition ButtonPressed = 
switch-videomode

Presentation Button doesn't do anything, haven't checked how to change
No ACPI event, lshal gives:
platform_i8042_i8042_KBD_port_logicaldev_input condition ButtonPressed = f23

The Network Switch works, but Network Manager doesn't seem to notice that the 
network's gone. KbluetoothTray does react, though
No ACPI, lshal gives

23:42:03.752: usb_device_3f0_171d_noserial_if3 removed
23:42:03.755: usb_device_3f0_171d_noserial_if2 removed
23:42:03.758: usb_device_3f0_171d_noserial_if0_bluetooth_hci removed
23:42:03.762: usb_device_3f0_171d_noserial_if1 removed
23:42:03.766: usb_device_3f0_171d_noserial_usbraw removed
23:42:03.767: usb_device_3f0_171d_noserial_if0 removed
23:42:03.771: usb_device_3f0_171d_noserial removed

and

23:43:00.176: usb_device_3f0_171d_noserial added
23:43:00.308: usb_device_3f0_171d_noserial_if3 added
23:43:00.373: usb_device_3f0_171d_noserial_if0 added
23:43:00.380: usb_device_3f0_171d_noserial_if0_bluetooth_hci added
23:43:00.465: usb_device_3f0_171d_noserial_if1 added
23:43:00.492: usb_device_3f0_171d_noserial_if2 added
23:43:00.545: usb_device_3f0_171d_noserial_usbraw added


Sleep / Help / Battery / Volume Buttons work

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Special Key support incomplete with HP Compaq 6710b
https://bugs.launchpad.net/bugs/179138
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 175743] Bluetooth Mouse looses connection after some time of inactivity

2007-12-11 Thread dukat
Public bug reported:

(Note: This is a direct copy of my bug KDE bug report at
https://bugs.kde.org/show_bug.cgi?id=153877)

I have two Logitech Bluetooth Mice: One MX900 and one MX1000 on an HP Laptop 
with integrated Broadcom Bluetooth connectivity. I can pair both easily using 
the tray applet, and they both work flawlessly initially.
However, after some time of inactivity (Not using one mouse for some time, 
Going away from the System, etc) the connection is lost and won't be 
re-established, even after moving the mouse constantly.

I go to Configuration - Input Devices and both Mice are listed. The
mouse that hasn't been used for some time (don't know the exact amount),
doesn't show the yellow star in front of its name any more (The other
one in use still has the yellow star). Selecting the inactive mouse and
pressing Connect doesn't help. I can only re-connect if I press the
Discoverable Button on the mouse and then press Connect in the
dialog.

The effect is the same with both mice. The disconnection happens always
after mouse some inactivity time. This bug makes Bluettooth mice
operation under KDE currently not usable at all.

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

-- 
Bluetooth Mouse looses connection after some time of inactivity
https://bugs.launchpad.net/bugs/175743
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 158772] Re: kpdf doesn't show pdf on samba shares

2007-11-23 Thread dukat
Same here!

-- 
kpdf doesn't show pdf on samba shares
https://bugs.launchpad.net/bugs/158772
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdegraphics in ubuntu.

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


[Bug 153604] Re: kpilotDaemon crashing in gutsy

2007-10-29 Thread dukat
Having kpilot configured ti use device usb:, and settings Copy
handhelp-PC, I can start kpilotDeamon normally and it's responding.
However, it always crashes after around 30 seconds.

-- 
kpilotDaemon crashing in gutsy
https://bugs.launchpad.net/bugs/153604
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 48550] Re: kpilot crashes

2007-10-29 Thread dukat
The daemon crashed on gutsy always after about 30 seconds without doing
anything. I've configured Kpilot to use device usb: and to to
jhadhelp-pc copy. Sometime I get lucky and I can achieve this before
the daemon crashes.

-- 
kpilot crashes
https://bugs.launchpad.net/bugs/48550
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 110470] Re: Kaffeine crashes ALWAYS

2007-10-28 Thread dukat
Same problems here on Gutsy with fglrx from distribution on T60p
(Mobility FireGL 5200) and Double head. Of course no video at all and
also going to xine-settings gives immediate crash.

-- 
Kaffeine crashes ALWAYS
https://bugs.launchpad.net/bugs/110470
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 157699] ivman drops root priviledge to late

2007-10-27 Thread dukat
Public bug reported:

Binary package hint: ivman

ivman starts as root, then normally drops its privileges to user ivman.
However, on startup, when option ivm:Option name=checkOnInit
value=true / is set, and an Action gets triggered directly at
startup, ivman executes commands as root instead of user ivman.
Subsequent triggers are executed as user ivman.

The error is explained in detail at
http://sourceforge.net/tracker/index.php?func=detailaid=1546545group_id=109696atid=654287

On Kubuntu feisty 0704

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

** Visibility changed to: Public

** Description changed:

  Binary package hint: ivman
  
  ivman starts as root, but then drops its privileges to user ivman.
  However, on startup, when option ivm:Option name=checkOnInit
  value=true / is set, and an Action gets triggered directly at
  startup, ivman executes commands as root instead of user ivman.
  Subsequent triggers are executed as user ivman.
  
  The error is explained in detail at
  
http://sourceforge.net/tracker/index.php?func=detailaid=1546545group_id=109696atid=654287
+ 
+ On Kubuntu feisty 0704

** Description changed:

  Binary package hint: ivman
  
- ivman starts as root, but then drops its privileges to user ivman.
+ ivman starts as root, then normally drops its privileges to user ivman.
  However, on startup, when option ivm:Option name=checkOnInit
  value=true / is set, and an Action gets triggered directly at
  startup, ivman executes commands as root instead of user ivman.
  Subsequent triggers are executed as user ivman.
  
  The error is explained in detail at
  
http://sourceforge.net/tracker/index.php?func=detailaid=1546545group_id=109696atid=654287
  
  On Kubuntu feisty 0704

-- 
ivman drops root priviledge to late
https://bugs.launchpad.net/bugs/157699
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 71791] Re: importing .p12 certificate fails with decryption failed dialog

2007-09-13 Thread dukat
Still the same bug under Feisty 7.04 with the KDE 3.5.7 update ...

-- 
importing .p12 certificate fails with decryption failed dialog
https://bugs.launchpad.net/bugs/71791
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdepim in ubuntu.

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


[Bug 94020] Re: [needs packaging] seamonkey

2007-04-25 Thread dukat
Yes, plase. Also waiting for ages now to have seamonkey included
...

-- 
[needs packaging] seamonkey
https://bugs.launchpad.net/bugs/94020
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