[Bug 1943003] [NEW] 1.9.1-1ubuntu4 fails to compile with Kernel 5.14

2021-09-08 Thread Roland Tapken
Public bug reported: Package evdi 1.9.1-1ubuntu4 fails to compile with Kernel 5.14 from mainline repository: /var/lib/dkms/evdi/1.9.1/build/evdi_painter.c: In function ‘evdi_log_pixel_format’: /var/lib/dkms/evdi/1.9.1/build/evdi_painter.c:738:29: error: storage size of ‘format_name’ isn’t

[Bug 1820536] [NEW] print dialog cups "advanced tab" missing in qt5/kf5 based applications

2019-03-17 Thread Roland Tapken
Public bug reported: Qt5 (KDE) print dialogs do not show the "Advanced" for cups printers in Qt 5.9.5, making the user unable to change settings like duplex printing. The problem has been reported at https://bugreports.qt.io/browse/QTBUG-54464 It has been fixed in

[Bug 393065] Re: [i945] Xrandr doesn't change tv format and logs out user

2009-10-26 Thread Roland Tapken
As you can read on freedesktop, this bug is invalid. It's because of the use of KMS instead of UMS. Just use mode instead of TV_FORMAT and [top|right|bottom|left] margin instead of [TOP|RIGHT|BOTTOM|LEFT]. -- [i945] Xrandr doesn't change tv format and logs out user

[Bug 393065] Re: [i945] Xrandr doesn't change tv format and logs out user

2009-10-25 Thread Roland Tapken
I can confirm this bug for Karmic RC. I've tracked down this problem to a patch in intel driver 2.9.0. It's just a one-liner that must be reverted. I've reported this problem at freedesktop.org: https://bugs.freedesktop.org/show_bug.cgi?id=24726 ** Bug watch added: freedesktop.org Bugzilla #24726

[Bug 334052] Re: Network Manager Plasmoid won't connect to WPA Enterprise AP's in Jaunty

2009-04-24 Thread Roland Tapken
I have to confirm this bug, too. I attached a certificate chain (.pem), but the message is the same as reported bei aweight. -- Network Manager Plasmoid won't connect to WPA Enterprise AP's in Jaunty https://bugs.launchpad.net/bugs/334052 You received this bug notification because you are a

[Bug 350299] Re: dolphin does not mount encrypted devices (KDE 4.2 Jaunty beta1)

2009-04-03 Thread Roland Tapken
Strange... seems to work now. Maybe a recent update? If there is no- one else with the same problem I think this can be closed. -- dolphin does not mount encrypted devices (KDE 4.2 Jaunty beta1) https://bugs.launchpad.net/bugs/350299 You received this bug notification because you are a

[Bug 350299] [NEW] dolphin does not mount encrypted devices (KDE 4.2 Jaunty beta1)

2009-03-28 Thread Roland Tapken
Public bug reported: Binary package hint: dolphin I have an USB HDD with two partitions. The first one is formated with FAT32 (sdb1), the second one is encrypted with luks and formated with ext3 (sdb2). When I attach the disk, Dolphin shows two new devices: * nameOfFat32Partition * Volume

[Bug 350299] Re: dolphin does not mount encrypted devices (KDE 4.2 Jaunty beta1)

2009-03-28 Thread Roland Tapken
** Description changed: Binary package hint: dolphin I have an USB HDD with two partitions. The first one is formated with FAT32 (sdb1), the second one is encrypted with luks and formated with ext3 (sdb2). When I attach the disk, Dolphin shows two new devices: *

[Bug 279409] Re: unable to configure a fixed ip on wired interface on knetworkmanager (intrepid)

2008-11-03 Thread Roland Tapken
No, you're not alone, I'm facing exactly this problem, too. I used the following settings: IP 131.173.12.227 (yes, this is a public address) Netmask 255.255.255.0 GW 131.173.12.254 NS 131.173.245.9 When selecting the connection, knetworkmanager prints: Activate Connection

[Bug 279409] Re: unable to configure a fixed ip on wired interface on knetworkmanager (intrepid)

2008-11-03 Thread Roland Tapken
The loop operator should be bit *= 2, not bit++. -- unable to configure a fixed ip on wired interface on knetworkmanager (intrepid) https://bugs.launchpad.net/bugs/279409 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 279409] Re: unable to configure a fixed ip on wired interface on knetworkmanager (intrepid)

2008-11-03 Thread Roland Tapken
I traced down this bug to knetworkmanager-0.7/src/knetworkmanager- connection_setting_ipv4.cpp line 220: cur_ip.append(QDBusData::fromUInt32(swap32((*it).netmask.toIPv4Address(; KNetworkManager provides the netmask in decimal notation, but NetworkManager expects it to be in CIDR-notation.