[Bug 1873746] Re: kmail in Kubuntu 20.04 beta cannot connect to dovecot IMAP server

2020-04-26 Thread Chris Samuel
The solution (for me) was to modify /etc/ssl/openssl.cnf after the line:

oid_section = new_oids

by adding:

openssl_conf = default_conf

[default_conf]
ssl_conf = ssl_sect

[ssl_sect]
system_default = system_default_sect

[system_default_sect]
MinProtocol = TLSv1.2
CipherString = DEFAULT@SECLEVEL=1

This is obviously not a Kubuntu or KDE bug so I'll close this now.

** Changed in: kdepim (Ubuntu)
   Status: New => Invalid

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

Title:
  kmail in Kubuntu 20.04 beta cannot connect to dovecot IMAP server

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

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


[Bug 1386088] [NEW] Commit 0f149f44 broke Konqueror's session management (tabs not restored on login)

2014-10-27 Thread Chris Samuel
Public bug reported:

Ever since upgrading to KDE 4.14 through the Kubuntu PPA on Trusty
(14.04) AMD64 I am not getting Konqueror tabs restored on login.This
appears to be KDE bug 339699 -"Commit 0f149f44 broke Konqueror's session
management" which apparently can be solved by partial revert of a small
commit.

To quote:

"I just noted, that it's not explicit in the bug report's description:
The patch already exists, it's simply reverting 0f149f44, which is a
very small commit (it does not have to be reverted completely, but it's
obvious when looking at it)."

For more info see:

https://bugs.kde.org/show_bug.cgi?id=339699
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763281

** Affects: kubuntu-ppa
 Importance: Undecided
 Status: New

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

Title:
  Commit 0f149f44 broke Konqueror's session management (tabs not
  restored on login)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1386088/+subscriptions

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


[Bug 1317449] Re: sqlite3 version 3.8.2 breaks digikam

2014-09-27 Thread Chris Samuel
I can confirm that Tim Edwards suggestion of installing the sqlite3
packages from Utopic in comment #117 does indeed seem to resolve this
issue.

Before Digikam could crash every few minutes whilst cycling through
photos with just normal viewing.

After Digikam does not crash.

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

Title:
  sqlite3 version 3.8.2 breaks digikam

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

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


[Bug 1317449] Re: sqlite3 version 3.8.2 breaks digikam

2014-09-27 Thread Chris Samuel
I applied the patch that b3nmore mentions in comment #126 to sqlite3
from Trusty and built my own packages which I installed but sadly
Digikam still crashes with that applied. :-(

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

Title:
  sqlite3 version 3.8.2 breaks digikam

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

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


[Bug 1266195] Re: grub-installer fails to install when using btrfs

2014-01-05 Thread Chris Samuel
*** This bug is a duplicate of bug 1059827 ***
https://bugs.launchpad.net/bugs/1059827

Remember I still have the Dell created first partition, then the first
Linux extended partition starts at 41.9MB (parted doesn't appear to have
options to output in sectors I'm afraid).

Using fdisk it appears the Dell partition (type de) starts at sector 63
and my extended partition starts at 81918 and my first Linux partition
starts at 81920.

Note that this is after I got a working install by creating an ext4
/boot partition (which is the partition that starts at 81920).

It is a test machine though, so I could blow it away and test a new
install if necessary.

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

Title:
  grub-installer fails to install when using btrfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1266195/+subscriptions

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


[Bug 1222320] [NEW] Digikam 3.3.0 slow, constantly looking for icons in wrong place

2013-09-07 Thread Chris Samuel
Public bug reported:

Digikam 3.3.0 from the backports PPA for Kubuntu 13.04 (apt-cache policy
info at the end).

It seems really slow compared to previous versions, perf top shows it
spending ~10% of its time in KLocalePrivate::encodeFileNameUTF8.  When
you check with strace it seems to be spending most of its time looking
for icons that don't exist:

access("/usr/share/icons/hicolor/22x22/animations/tag.xpm", R_OK) = -1 ENOENT 
(No such file or directory)
access("/usr/share/icons/hicolor/22x22/apps/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/22x22/categories/tag.xpm", R_OK) = -1 ENOENT 
(No such file or directory)
access("/usr/share/icons/hicolor/22x22/devices/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/22x22/emblems/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/22x22/emotes/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/22x22/filesystems/tag.xpm", R_OK) = -1 ENOENT 
(No such file or directory)
access("/usr/share/icons/hicolor/22x22/intl/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/22x22/mimetypes/tag.xpm", R_OK) = -1 ENOENT 
(No such file or directory)
access("/usr/share/icons/hicolor/22x22/places/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/22x22/status/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/24x24/actions/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/24x24/animations/tag.xpm", R_OK) = -1 ENOENT 
(No such file or directory)
access("/usr/share/icons/hicolor/24x24/apps/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/24x24/categories/tag.xpm", R_OK) = -1 ENOENT 
(No such file or directory)
access("/usr/share/icons/hicolor/24x24/devices/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/24x24/emblems/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/24x24/emotes/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/24x24/filesystems/tag.xpm", R_OK) = -1 ENOENT 
(No such file or directory)
access("/usr/share/icons/hicolor/24x24/intl/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/24x24/mimetypes/tag.xpm", R_OK) = -1 ENOENT 
(No such file or directory)
access("/usr/share/icons/hicolor/24x24/places/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/24x24/status/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/32x32/actions/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/32x32/animations/tag.xpm", R_OK) = -1 ENOENT 
(No such file or directory)
access("/usr/share/icons/hicolor/32x32/apps/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/32x32/categories/tag.xpm", R_OK) = -1 ENOENT 
(No such file or directory)
access("/usr/share/icons/hicolor/32x32/devices/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/32x32/emblems/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/32x32/emotes/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/32x32/filesystems/tag.xpm", R_OK) = -1 ENOENT 
(No such file or directory)
access("/usr/share/icons/hicolor/32x32/intl/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)
access("/usr/share/icons/hicolor/32x32/mimetypes/tag.xpm", R_OK) = -1 ENOENT 
(No such file or directory)
access("/usr/share/icons/hicolor/32x32/places/tag.xpm", R_OK) = -1 ENOENT (No 
such file or directory)

root@quad:~# strace -c -p $(pidof digikam)
Process 7815 attached - interrupt to quit
^CProcess 7815 detached
% time seconds  usecs/call callserrors syscall
-- --- --- - - 
 99.430.003152   0179019178949 access
  0.570.18   06945 recvfrom
  0.000.00   010   read
  0.000.00   0 1   write
  0.000.00   0 5   open
  0.000.00   0 5   close
  0.000.00   07070 stat
  0.000.00   025   fstat
  0.000.00   020   poll
  0.000.00   0 5   lseek
  0.000.00   010   writev
  0.000.00   012   select
  0.000.00   0 5   fcntl
-- --- --- - - 
100.000.003170179256179064

[Bug 351319] Re: Bug 188444 – playback is unreliable and broken in Amarok and JuK using phonon gstreamer backend

2013-07-19 Thread Chris Samuel
Hi Myriam, my last comment was from 2011, using the beta of what was to
be 11.04. :-)

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

Title:
  Bug 188444 – playback is unreliable and broken in Amarok and JuK using
  phonon gstreamer backend

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

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


[Bug 1039261] Re: Version Error loading touchpad kcm: Xinput extension is too old

2012-10-16 Thread Chris Samuel
Nice one Scott, I can confirm that manually making the change in your
patch here:

http://launchpadlibrarian.net/119900624/synaptiks_0.8.1-1ubuntu1_0.8.1-1ubuntu2.diff.gz

fixes the problem for me!

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

Title:
  Version Error loading touchpad kcm: Xinput extension is too old

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

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


[Bug 1039261] Re: Version Error loading touchpad kcm: Xinput extension is too old

2012-10-16 Thread Chris Samuel
The title and summary of this bug needs to be fixed, it's misleading.

The problem isn't with the XInput version, which is fine, it's that the
Python code doesn't cope correctly with the error it is getting
(BadValue) which indicates that a previous XIQueryVersion() call was
made with a higher XInput version number (2.1) than the one it sent
(2.0).

This first call appears to now happen when the Python code does:

class SynaptiksApplication(KUniqueApplication):

which is on line 246 of
/usr/share/pyshared/synaptiks/kde/trayapplication.py.

A temporary workaround would be to change line 146 of
/usr/share/pyshared/synaptiks/x11/input.py from:

matched, actual_version = xinput.query_version(display, (2, 0))

to:

matched, actual_version = xinput.query_version(display, (2, 1))

which will make it work until the XInput version changes again (or if
the user runs the code on an older system with XInput version 2.0).

Not entirely sure what the right fix should be, but I suspect this needs
to be reported back upstream to KDE.

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

Title:
  Version Error loading touchpad kcm: Xinput extension is too old

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

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


[Bug 1039261] Re: Xinput extension is too old

2012-10-10 Thread Chris Samuel
It appears to be an X11 issue, the check itself is being done in libXi
via:

state = libXi.XIQueryVersion(display, byref(major), byref(minor))

The libXi XIQueryVersion code is here:

http://cgit.freedesktop.org/xorg/lib/libXi/tree/src/XIQueryVersion.c

That code appears to result in either BadRequest in case of an internal
error, BadImplementation if it's the correct version or Success if all
is OK.  However, the Python code only checks for success and assumes
that any failure is a version problem (not that issue seems to be the
cause here).

Running synaptiks from a bash shell under xtrace shows:

[...]
000:<:0100:  8: XInputExtension-Request(131,47): XIQueryVersion major=2 minor=0
000:>:0100:Error 2=Value: major=131, minor=47, bad=2
X Error: BadValue (integer parameter out of range for operation) 2
  Extension:131 (XInputExtension)
  Minor opcode: 47 ()
  Resource id:  0x2
[...]

So the X server is rejecting the version comparison.

Under 12.04 the transaction is different, in that the request is for a
minor version of 1, not 0:

000:<:0096:  8: XInputExtension-Request(141,47): XIQueryVersion major=2 minor=1
000:>:0096:32: Reply to XIQueryVersion: major=2 minor=1

Hope this helps!

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

Title:
  Xinput extension is too old

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

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


[Bug 1039261] Re: Xinput extension is too old

2012-10-07 Thread Chris Samuel
Note: acccording to the Github site it's the server side version of
XInput that is being checked, and it's 2.2, so I suspect it's not coping
with the newer version.

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

Title:
  Xinput extension is too old

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

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


[Bug 745125] Re: Rekonq doesn't play video

2011-06-28 Thread Chris Samuel
I can confirm this behaviour, Konqueror and Flash play the video in the
supplied CNN URL fine, but Rekonq does not.

I can't find a way to configure plugins in Rekonq either.

This is with Kubuntu 11.04 with KDE 4.6.4 installed from the Kubuntu
PPA.

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

Title:
  Rekonq doesn't play video

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

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


[Bug 351319] Re: Bug 188444 – playback is unreliable and broken in Amarok and JuK using phonon gstreamer backend

2011-04-04 Thread Chris Samuel
I'm not sure if I have the same issue, but with Kubuntu Natty 11.04 beta
the gstreamer backend produces no sound at all, only the Xine backend
works properly.  My audio device is:

00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio
Controller (rev 02)

referred to as "Intel HDA (ALC889A Analog)" in the Multimedia->Phonon
settings.

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

Title:
  Bug 188444 – playback is unreliable and broken in Amarok and JuK using
  phonon gstreamer backend

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


[Bug 591980] Re: system-config-printer-kde missing error

2010-09-03 Thread Chris Samuel
Looks like it's fixed for me with Lucid (10.04) and KDE 4.5.1 from the
Kubuntu PPA.

Thanks everyone!

-- 
system-config-printer-kde missing error
https://bugs.launchpad.net/bugs/591980
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeadmin in ubuntu.

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


[Bug 591980] Re: system-config-printer-kde missing error

2010-08-01 Thread Chris Samuel
Has this only been pushed out as a 32-bit package ?  I'm still seeing
4:4.4.92-0ubuntu1~lucid1~ppa1 as the version available on my AMD64 box.

r...@quad:~# apt-cache policy system-config-printer-kde
system-config-printer-kde:
  Installed: 4:4.4.92-0ubuntu1~lucid1~ppa1
  Candidate: 4:4.4.92-0ubuntu1~lucid1~ppa1
  Version table:
 *** 4:4.4.92-0ubuntu1~lucid1~ppa1 0
500 http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu/ lucid/main 
Packages
100 /var/lib/dpkg/status
 4:4.4.5-0ubuntu1~lucid1~ppa1 0
500 http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu/ lucid/main Packages
 4:4.4.2-0ubuntu1 0
500 http://mirror.linux.org.au/ubuntu/ lucid/main Packages
500 http://mirrors.uwa.edu.au/ubuntu/ lucid/main Packages

-- 
system-config-printer-kde missing error
https://bugs.launchpad.net/bugs/591980
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeadmin in ubuntu.

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


[Bug 590088] Re: nepomukservices[2448]: segfaults error 4 in libsoprano.so.4.3.0

2010-06-05 Thread Chris Samuel
Can confirm I'm seeing the same issue here:

libsoprano4:
  Installed: 2.4.2+dfsg.1-0ubuntu1.1
  Candidate: 2.4.2+dfsg.1-0ubuntu1.1
  Version table:
 *** 2.4.2+dfsg.1-0ubuntu1.1 0
500 http://mirror.linux.org.au/ubuntu/ lucid-updates/main Packages
500 http://mirrors.uwa.edu.au/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 2.4.2+dfsg.1-0ubuntu1 0
500 http://mirror.linux.org.au/ubuntu/ lucid/main Packages
500 http://mirrors.uwa.edu.au/ubuntu/ lucid/main Packages


The nepomukstrigiservice.so I'm using is from KDE 4.4.4 from the PPA, not sure 
what the OP is using.

kdebase-runtime:
  Installed: 4:4.4.4-0ubuntu1~lucid1~ppa1
  Candidate: 4:4.4.4-0ubuntu1~lucid1~ppa1
  Version table:
 *** 4:4.4.4-0ubuntu1~lucid1~ppa1 0
500 http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
 4:4.4.2-0ubuntu4.1 0
500 http://mirror.linux.org.au/ubuntu/ lucid-updates/main Packages
500 http://mirrors.uwa.edu.au/ubuntu/ lucid-updates/main Packages
 4:4.4.2-0ubuntu4 0
500 http://mirror.linux.org.au/ubuntu/ lucid/main Packages
500 http://mirrors.uwa.edu.au/ubuntu/ lucid/main Packages

-- 
nepomukservices[2448]: segfaults error 4 in libsoprano.so.4.3.0
https://bugs.launchpad.net/bugs/590088
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to soprano in ubuntu.

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


[Bug 499451] Re: [KDE 4.4 Beta2] Plasma desktop crashes when adding a second Folder View widget to desktop

2010-01-25 Thread Chris Samuel
I just got this crash in KDE 4.4 RC2 on AMD64 when sending an email
reply - the window with the reply closing was enough to trigger the
crash.

Any chance of getting commit 705880f0045ac39140f980d69aec68869213e379
backported to the QT 4.6.0 that's in the Kubuntu  beta PPA please ?

-- 
[KDE 4.4 Beta2] Plasma desktop crashes when adding a second Folder View widget 
to desktop
https://bugs.launchpad.net/bugs/499451
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-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs