[Bug 2052642] Re: opeanfs-modules-dkms FTBS with linux 6.5 on jammy

2024-03-31 Thread Achim Bohnet
Works for me on 6 jammy hosts:

# dpkg -l openafs\* | grep ^i
ii  openafs-client 1.8.10-2ubuntu1~22.04.1 amd64AFS distributed 
filesystem client support
ii  openafs-doc1.8.10-2ubuntu1~22.04.1 all  AFS distributed 
filesystem documentation
ii  openafs-krb5   1.8.10-2ubuntu1~22.04.1 amd64AFS distributed 
filesystem Kerberos 5 integration
ii  openafs-modules-dkms   1.8.10-2ubuntu1~22.04.1 all  AFS distributed 
filesystem kernel module DKMS source


# uname -a
Linux it01lt 6.5.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Mar 12 
10:22:43 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
   opeanfs-modules-dkms FTBS with linux 6.5 on jammy

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


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

[Bug 1839890] Re: openafs 1.8.0~pre5-1ubuntu1 fails to build on 5.0 kernels

2019-08-13 Thread Achim Bohnet
5.0 is also already the HWE kernel in bionic:

# apt show linux-image-generic-hwe-18.04 | head -2
...
Package: linux-image-generic-hwe-18.04
Version: 5.0.0.23.80

Using the 1.8.3 kernel in the openafs PPA, added a few days ago,
works with the 5.0 kernel.

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

Title:
  openafs 1.8.0~pre5-1ubuntu1 fails to build on 5.0 kernels

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

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

[Bug 1832690] Re: Bionic 1.8.0~pre5 version is dangerously out of date

2019-08-02 Thread Achim Bohnet
1.8.0~pre5 also FTBFS (fails to build from source) for all bionic HWE
kernels. [Even 1.8.2 in PPA is too old for the new 5.0 HWE kernel in
bionic.]

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

Title:
  Bionic 1.8.0~pre5 version is dangerously out of date

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

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

[Bug 1754390] Re: cfitsio vulnerability (fixed in 3.43)

2018-03-19 Thread Achim Bohnet
Debian sid contains the fixed cfitsio version, can someone trigger a
sync to bionic?

The correspondign debian bug is closed, but nevertheless even after the sync
to bionic there are missing backport (in debian & ubuntu):

  artful
  xenial
  trusty

** Changed in: cfitsio (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  cfitsio vulnerability (fixed in 3.43)

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

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

[Bug 1754390] Re: cfitsio vulnerability (fixed in 3.43)

2018-03-16 Thread Achim Bohnet
** Bug watch added: Debian Bug tracker #892458
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892458

** Also affects: cfitsio (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892458
   Importance: Unknown
   Status: Unknown

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

Title:
  cfitsio vulnerability (fixed in 3.43)

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

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

[Bug 1751554] [NEW] os-prober: generates buggy btrfs entries in grub.cfg

2018-02-25 Thread Achim Bohnet
Public bug reported:

17.10 & 16.04: Choosing a grub menu entry that references a parallell
installed ubuntu system on a btrfs FS does not work.

I've installed neonuser (xenial based distro) in parallel to Kubuntu artful.
It's mounted via

UUID=879cfb57-f580-4326-a2fe-8dc83e0013f4 /os-neon-user   btrfs   
defaults,subvol=@ 0   2
UUID=879cfb57-f580-4326-a2fe-8dc83e0013f4 /os-neon-user/home btrfs 
defaults,subvol=@home 0   2

Running update-grub on artful generates grub.cf entries like for the
Neon User system:

..
   linux /boot/vmlinuz-4.13.0-32-generic root=/dev/sda3
   initrd /boot/initrd.img-4.13.0-32-generic
..

with does not work.

Workaround: Edit the entry to

   linux /@/boot/vmlinuz-4.13.0-32-generic root=/dev/sda3  
rootflags=subvol=@
initrd /@/boot/initrd.img-4.13.0-32-generic

Boots the other ubuntu OS on the btrfs filesys.


I can reproduce the bug on two systems (desktop with xenial, laptop with artful)


The grub.cfg entry of the currently booted OS on a btrfs FS is okay.  So 
update-grub handles
/ on btrfs okay.  But os-prober on /whatever with btrfs does not.

Achim

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: os-prober 1.74ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-36.40-generic 4.13.13
Uname: Linux 4.13.0-36-generic x86_64
NonfreeKernelModules: openafs wl
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CurrentDesktop: KDE
Date: Sun Feb 25 10:55:13 2018
EcryptfsInUse: Yes
InstallationDate: Installed on 2018-01-13 (42 days ago)
InstallationMedia: Kubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.2)
SourcePackage: os-prober
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: os-prober (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful

** Attachment added: "grub.cfg with buggy os-proper entry for NeonUser on btrfs"
   https://bugs.launchpad.net/bugs/1751554/+attachment/5062352/+files/grub.cfg

** Summary changed:

- os-prober: generated buggy btrfs entries in grub.cfg
+ os-prober: generates buggy btrfs entries in grub.cfg

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

Title:
  os-prober: generates buggy btrfs entries in grub.cfg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1751554/+subscriptions

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

[Bug 1746071] Re: starting skycat fails: ... librtd3.2.1.so: cannot open shared object file

2018-01-31 Thread Achim Bohnet
Thx a lot Ole!

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

Title:
  starting skycat fails: ...  librtd3.2.1.so: cannot open shared object
  file

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

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

[Bug 1746071] [NEW] starting skycat fails: ... librtd3.2.1.so: cannot open shared object file

2018-01-29 Thread Achim Bohnet
Public bug reported:

$ skycat
Error in startup script: couldn't load file 
"/usr/lib/skycat/libskycat3.1.2.so": librtd3.2.1.so: cannot open shared object 
file: No such file or directory
while executing
"load /usr/lib/skycat/libskycat3.1.2.so Skycat"
("package ifneeded Skycat 3.1.2" script)
invoked from within
"package require Skycat" 
(file "/usr/share/skycat/skycat3.1.2/main.tcl" line 7)

Library is not included in skycat package:

$ dpkg -L skycat | grep -i  librtd | wc -l
0

but in the Debian version you find librdt3.2.1.so See

https://packages.debian.org/stretch/amd64/skycat/filelist

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: skycat 3.1.2+starlink1~b+dfsg-3
ProcVersionSignature: Ubuntu 4.13.0-31.34-generic 4.13.13
Uname: Linux 4.13.0-31-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CurrentDesktop: KDE
Date: Mon Jan 29 19:35:21 2018
InstallationDate: Installed on 2018-01-24 (5 days ago)
InstallationMedia: Kubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.2)
SourcePackage: skycat
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

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

Title:
  starting skycat fails: ...  librtd3.2.1.so: cannot open shared object
  file

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

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

[Bug 1629504] Re: Compiles, but brings on Oops on load with 4.8-rc & 4.8 hwe-16.04

2017-03-01 Thread Achim Bohnet
** Tags added: package-from-proposed

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

Title:
  Compiles, but brings on Oops on load with 4.8-rc & 4.8 hwe-16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/broadcom-sta/+bug/1629504/+subscriptions

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


[Bug 1629504] Re: Compiles, but brings on Oops on load with 4.8-rc & 4.8 hwe-16.04

2017-03-01 Thread Achim Bohnet
** Summary changed:

- Compiles, but brings on Oops on load with 4.8-rc
+ Compiles, but brings on Oops on load with 4.8-rc & 4.8 hwe-16.04

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

Title:
  Compiles, but brings on Oops on load with 4.8-rc & 4.8 hwe-16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/broadcom-sta/+bug/1629504/+subscriptions

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


[Bug 1629504] Re: Compiles, but brings on Oops on load with 4.8-rc

2017-02-21 Thread Achim Bohnet
I'd NULL pointer bugs in wl_* routines in xenial + 4.8 hwe + broadcom-
sta 6.30.223.271-3~16.04.1 from xenial proposed.

Applying the patch in #1 fixes them.  I've now have wlan with hwe kernel
in xenial!!

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

Title:
  Compiles, but brings on Oops on load with 4.8-rc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/broadcom-sta/+bug/1629504/+subscriptions

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


[Bug 1322968] Re: Changing country leads to invalid locale

2016-10-12 Thread Achim Bohnet
Fixed in 16.04 LTS (Xenial).

You can select the

region  (with defines the default)

and if you don't like default settings, you can set individually:

Numbers
Time
Currency
Measurement units
Collation and Sorting

Which results in settings like:

(0)ach@allee:~$ cat .config/plasma-localerc
[Formats]
LANG=en_US.UTF-8
LC_MEASUREMENT=de_DE.UTF-8
LC_MONETARY=de_DE.UTF-8
LC_TIME=en_GB.UTF-8
useDetailed=true

[Translations]
LANGUAGE=en_US
(0)ach@allee:~$ cat .config/plasma-localerc
[Formats]
LANG=en_US.UTF-8

[Translations]
LANGUAGE=en_US
(0)ach@allee:~$ cat .config/plasma-localerc
[Formats]
LANG=en_US.UTF-8

[Translations]
LANGUAGE=en_US

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

Title:
  Changing country leads to invalid locale

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions

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


[Bug 1581604] Re: akonadi KF5: search email/contacts/ ... not working: libkf5akonadisearch* pkgs not installed by default

2016-05-13 Thread Achim Bohnet
** Summary changed:

- akonadi KF5:  search email/contacts/ ... not working: Missing  
libkf5akonadisearch* pkgs
+ akonadi KF5:  search email/contacts/ ... not working: libkf5akonadisearch* 
pkgs not installed by default

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

Title:
  akonadi KF5:  search email/contacts/ ... not working:
  libkf5akonadisearch* pkgs not installed by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1581604/+subscriptions

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


[Bug 1581604] [NEW] akonadi KF5: search email/contacts/ ... not working: Missing libkf5akonadisearch* pkgs

2016-05-13 Thread Achim Bohnet
Public bug reported:

Maybe this bug should be reassigned to akonadi-server (See below)

In xenial searching akonadi is no longer working.  Installed on my
system are

libkf5akonadisearchdebug5:amd64
libkf5akonadisearchpim5:amd64

missing are:

libkf5akonadisearch-bin  (which pulls in libkf5akonadisearch-data
libkf5akonadisearch-plugins libkf5akonadisearchcore5
libkf5akonadisearchxapian5)


After installation:
  * email body search works.
  * email address completion work again  (only ldap worked before)


Because libkf5akonadisearch-plugins contains several plugins 

akonadi/contactsearchstore.so
akonadi/notesearchstore.so
akonadi/emailsearchstore.so
akonadi/calendarsearchstore.so
akonadi/akonadi_search_plugin.so
krunner_pimcontacts.so

I would suggest that akonadi-server at least recommends
libkf5akonadisearch-bin


Achim

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

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

Title:
  akonadi KF5:  search email/contacts/ ... not working: Missing
  libkf5akonadisearch* pkgs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1581604/+subscriptions

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


[Bug 1579070] Re: Archive removal: qt4 based baloo & akonadi pkgs

2016-05-13 Thread Achim Bohnet
One more:

 libakonadiprotocolinternals1

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

Title:
  Archive removal:  qt4 based  baloo & akonadi pkgs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1579070/+subscriptions

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


[Bug 1579070] Re: Archive removal: qt4 based baloo & akonadi pkgs

2016-05-13 Thread Achim Bohnet
There are more QT4 Pim pkgs that I could purge from my system:

 libkcalcore4
 libkabc4
 libkldap4
 libkmime4
 libkpimutils4
 libkresources4

other qt4 pim pkgs can't be removed because kopete, ktorrent, amarok
kmymoney still depend on them.

Achim

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

Title:
  Archive removal:  qt4 based  baloo & akonadi pkgs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1579070/+subscriptions

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


[Bug 1579070] Re: Archive removal: qt4 based baloo & akonadi pkgs

2016-05-06 Thread Achim Bohnet
** Summary changed:

- Archive removal:  qt4 based  baloo pkgs 
+ Archive removal:  qt4 based  baloo & akonadi pkgs

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

Title:
  Archive removal:  qt4 based  baloo & akonadi pkgs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1579070/+subscriptions

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


[Bug 1579070] [NEW] Archive removal: qt4 based baloo pkgs

2016-05-06 Thread Achim Bohnet
Public bug reported:

As qt4 based baloo and akonadi pkgs are incompatible with the currently
used qt5 based baloo and akonadi there's no point to still have them in
the archive at all:

IMHO remove them from pkg archive

ii  baloo-utils4:4.14.3-0ubuntu5 
un  baloo4 
ii  libbaloocore4  4:4.14.3-0ubuntu5 
ii  libbaloofiles4 4:4.14.3-0ubuntu5 
ii  libbalooxapian44:4.14.3-0ubuntu5 

root@lap-allee:~# apt-cache search libakonadi-
libakonadi-calendar4 - library providing calendar helpers for Akonadi items
libakonadi-contact4 - Akonadi contacts access library
libakonadi-dev - development files for the Akonadi PIM storage service
libakonadi-kabc4 - Akonadi address book access library
libakonadi-kcal4 - Akonadi calendar access library
libakonadi-kde4 - library for using the Akonadi PIM data server
libakonadi-kf5 - transitional dummy package
libakonadi-kmime4 - Akonadi MIME handling library
libakonadi-notes4 - Akonadi notes access library
libakonadi-perl - Perl bindings for Akonadi
libakonadi-socialutils4 - Akonadi resources for handling social feeds
libakonadi-xml4 - Akonadi XML helper library

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

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

Title:
  Archive removal:  qt4 based  baloo pkgs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1579070/+subscriptions

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


[Bug 1579064] [NEW] Kubuntu removal: kdegraphics-strigi-plugins (and strigi in general?)

2016-05-06 Thread Achim Bohnet
Public bug reported:

Three Parts

1) kdegraphics-strigi-plugins remove from Kubuntu's default pkg list:

Task: kubuntu-desktop, kubuntu-full

Strigi is replaced by baloo in KDE long time ago.  So there is need to
include kdegraphics-strigi-plugins in every Kubuntu as default.

2) Archive Romoval of KDE Strigi pkgs

as ) strigi was replaced by baloo b) kde strigi pgks are based on qt4, IMHO the 
following pkgs
should be removed from archive and no longer build:

kdegraphics-mobipocket - mobipocket plugins for Strigi indexing and thumbnails
kdegraphics-strigi-analyzer - graphics file format plugins for Strigi Desktop 
Search
kdenetwork-strigi-analyzers - Network related analyzers for Strigi Desktop 
Search
kdesdk-strigi-analyzers-dbg - debugging symbols for the KDE Software 
Development Kit module
kdesdk-strigi-plugins - software development file format plugins for Strigi 
Desktop Search


3) Remove strigi from Archive completely

Strigi is based on qt4.  KDE no longer used it.  So from Kubuntu POV it
can go.

But libstreamanalyser has:  Task: kubuntu-desktop, kubuntu-full,
edubuntu-desktop-gnome, ubuntustudio-graphics   Maybe one should share
this bug with edubuntu and ubuntu-studios?

FWIW search for strigi pkgs gives:

libsearchclient-dev - development files for libsearchclient
libsearchclient0v5 - searchclient library for Strigi Desktop Search
libstreamanalyzer-dev - development files for libstreamanalyzer
libstreamanalyzer0v5 - streamanalyzer library for Strigi Desktop Search
libstreams-dev - development files for libstreams
libstreams0v5 - streams library for Strigi Desktop Search
libstrigihtmlgui-dev - development files for libstrigihtmlgui
libstrigihtmlgui0v5 - library for writing html clients for Strigi Desktop Search
libstrigiqtdbusclient-dev - development files for libstrigiqtdbusclient
libstrigiqtdbusclient0v5 - library for writing D-Bus clients for Strigi Desktop 
Search
strigi-client - Qt4 client for Strigi Desktop Search
strigi-daemon - fast indexing and searching tool for your personal data (daemon)
strigi-dbg - debugging symbols for strigi
strigi-utils - command-line tools for Strigi Desktop Search

this too? has no rdepends

shared-desktop-ontologies - shared ontologies for semantic searching


Achim

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

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

Title:
  Kubuntu removal: kdegraphics-strigi-plugins (and strigi in general?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1579064/+subscriptions

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


[Bug 1576709] Re: Copy To/Move To does not remember path any more

2016-04-29 Thread Achim Bohnet
Hi,  FWIW as this is a upstream bug/regression, it's better reported at
bugs.kde.org.Only packaging bugs are handled in launchpad by the
kubuntu volunteers.  When you reported at bug.k.o you can link the bugs
in launchpad or mark as invalid.  Achim

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

Title:
  Copy To/Move To does not remember path any more

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

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


[Bug 1513830] Re: debug symbols for akonadi_davgroupware_resource missing

2015-11-06 Thread Achim Bohnet
** Also affects: qtbase-opensource-src (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  debug symbols for  akonadi_davgroupware_resource missing

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

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


[Bug 1513830] Re: debug symbols for akonadi_davgroupware_resource missing

2015-11-06 Thread Achim Bohnet
Similar problem here (almso wily).  A Plasma crash and install -symbols
of crash assistent was not completely sucessful.  Assistant listed those
as missing:

/usr/bin/plasmashell
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5

AFAIU without complete set of libQt5core dbg symbols it's hard to report
any KDE related problem.

Achim

P.S. Here's an example of unresolved symbols

hread 8 (Thread 0x7f79bb245700 (LWP 1622)):
#0  0x7f79ca5098dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f79ce550bd2 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7f79ce55274f in xcb_wait_for_event () from 
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7f79bd58fa39 in ?? () from 
/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so
#4  0x7f79cabfc2be in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f79c9ceb6aa in start_thread (arg=0x7f79bb245700) at 
pthread_create.c:333
#6  0x7f79ca514eed in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 7 (Thread 0x7f79b8c12700 (LWP 1629)):
#0  0x7f79ca5098dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f79c72b61ec in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f79c72b62fc in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f79cae3329b in 
QEventDispatcherGlib::processEvents(QFlags) () 
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f79cadd975a in 
QEventLoop::exec(QFlags) () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f79cabf73d4 in QThread::exec() () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f79cd41ff85 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7f79cabfc2be in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f79c9ceb6aa in start_thread (arg=0x7f79b8c12700) at 
pthread_create.c:333
#9  0x7f79ca514eed in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

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

Title:
  debug symbols for  akonadi_davgroupware_resource missing

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

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


[Bug 1507061] Re: digikam fails to start on Kubuntu Wily

2015-10-27 Thread Achim Bohnet
Hi Philip,
I've installed digikam on fresh wily and it starts fine.  As in Rob's case I 
assume you still have a stuff from ppa lying around.

Have a look at

apt-cache policy digikam\*  libkexiv2\*

if you find something from an ppa. and/or Ask google howto get riid
of ppa pkgs.

Achim

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

Title:
  digikam fails to start on Kubuntu Wily

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

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


[Bug 1505187] Re: missing location search and geotools

2015-10-12 Thread Achim Bohnet
Marble/kgeomap uses in wily qt5/kf5
digikam 4.* is qt4/KDE4

you can mix qt4 with qt5 (plugins), therefore no kgeomap support in digikam 4.* 
anymore.
As qt4/kde version of marble is no longer maintained it can't be included into 
a new release.

As soon as digikam 5.* finds it's way into a kubuntu release kgeomap
support will return.

I suggest to set the bug to 'won't fix'.

Achim

 #kubuntu-devel:

[23:52:22]  clivejo: what's the actual problem?
[23:52:51]  libkgeomap is looking for marble-config.cmake
[23:53:06]  I'll be working but g2g for now
[23:53:19]  oops
[23:53:30]  I guess nobody removed that. libkgeomap is unbuildable in 
wily
[23:53:50]  nice to know
[23:53:52]  looks for qt4 marble, and we only ship qt5 marble
...
[02:21:22]  what happened to libkgeomap for digikam/kipi in wily?
[02:25:25]  no clue
[02:52:54]  
https://bugs.launchpad.net/ubuntu/+source/digikam/+bug/1459443
[02:52:55]  Launchpad bug 1459443 in digikam (Ubuntu) "Reenable gpssync 
plugin in digikam" [High,Triaged]
[02:53:16]  but I can't find why it is gone or if it is coming back
[02:54:53]  umm well 
http://osdir.com/ml/ubuntu-bugs/2015-08/msg16295.html
[02:55:14]  seems odd
[02:56:15]  ahh indeed it is qt4 only
[02:56:26]  won't work in wily
...

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

Title:
  missing location search and geotools

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

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


[Bug 1423151] Re: openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

2015-03-27 Thread Achim Bohnet
@Seth: check comment #20, #31 or #48 on how to enable proposed.

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

Title:
  openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

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

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


[Bug 1435435] Re: Please update kid3 to 3.2.0

2015-03-23 Thread Achim Bohnet
Maybe (??) there are some useful pkg changes in ppa of upstream author
https://launchpad.net/~ufleisch/+archive/ubuntu/kid3/+packages

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

Title:
  Please update kid3 to 3.2.0

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

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


[Bug 1423151] Re: openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

2015-03-21 Thread Achim Bohnet
utopic:  +1   Installed 1.6.9-2ubuntu1  from utopic-proposed on a utopic
laptop and desktop. Kernel module builds  and opeanfs-client works
again (listings files and copy to from afs).

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

Title:
  openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

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

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


[Bug 1431312] Re: openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

2015-03-18 Thread Achim Bohnet
*** This bug is a duplicate of bug 1433411 ***
https://bugs.launchpad.net/bugs/1433411

I'll mark this as a duplicate of 1433411.  This bug was reported later
but is against the latest version ubuntu1 in trusty.


** This bug has been marked a duplicate of bug 1433411
   openafs-modules-dkms 1.6.7-1ubuntu1: openafs kernel module failed to build

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

Title:
  openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

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

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


[Bug 1423151] Re: openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

2015-03-13 Thread Achim Bohnet
@kostas:  you use kernel 3.13?  Or the -lts-utopic one  3.16?   With
lts-utopic kernel there still a problem. See
https://bugs.launchpad.net/ubuntu/+source/openafs/+bug/1431312

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

Title:
  openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

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

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


[Bug 1423151] Re: openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

2015-03-12 Thread Achim Bohnet
proposed 1.6.7-1ubuntu1  works here too!

In case someone installed my test package from comment #10
  https://launchpad.net/~allee/+archive/ubuntu/test
the package revision used there 1.6.7-1+ubuntu0.1~ppa1
is and will be bigger than the 'offical' revision(s) used 1.6.7-1ubuntu*

So if you installed for testing the package from my ppa, please
downgrade to the official package  with

  sudo apt-get install $(dpkg -l \*openafs\* | awk '/^i/{print $2
=1.6.7-1ubuntu1}')

Sorry, for the additional trouble,
Achim

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

Title:
  openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

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

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


[Bug 1423151] Re: openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

2015-03-12 Thread Achim Bohnet
@ThomasA:try klog.afs  instead of klog.   The error message lock
like you use klog.krb5 now.

ls -l /usr/bin/klog* /etc/alternatives/klog

If klog.afs works for you use:

sudo update-alternatives --config klog

to fix it.

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

Title:
  openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

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

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


[Bug 1431312] Re: openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

2015-03-12 Thread Achim Bohnet
While the kernel is differnt the reason for the failsure is the same as
for:

https://bugs.launchpad.net/ubuntu/+source/openafs/+bug/1423151

Please verify the trusty-proposed package.  If it works as I expect we
can mark as duplicate.

Achim

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

Title:
  openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

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

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


[Bug 1431312] Re: openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

2015-03-12 Thread Achim Bohnet
No :-(  I've install   linux-{image-headers}-generic-lts-utopic  with 
1.6.7-1ubuntu1 from trusty-proposed
already and it fails now with another error message:

  CC [M]  
/var/lib/dkms/openafs/1.6.7/build/src/libafs/MODLOAD-3.16.0-31-generic-SP/osi_vnodeops.o
/var/lib/dkms/openafs/1.6.7/build/src/libafs/MODLOAD-3.16.0-31-generic-SP/osi_vnodeops.c:815:19:
 error: ‘generic_file_splice_write’ undeclared here (not in a function)
   .splice_write = generic_file_splice_write,
   ^
make[4]: *** 
[/var/lib/dkms/openafs/1.6.7/build/src/libafs/MODLOAD-3.16.0-31-generic-SP/osi_vnodeops.o]
 Error 1
make[3]: *** 
[_module_/var/lib/dkms/openafs/1.6.7/build/src/libafs/MODLOAD-3.16.0-31-generic-SP]
 Error 2
make[3]: Leaving directory `/usr/src/linux-headers-3.16.0-31-generic'
rm .makelog


** Attachment added: dkms log
   
https://bugs.launchpad.net/ubuntu/+source/openafs/+bug/1431312/+attachment/4342953/+files/make.log

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

Title:
  openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

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

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

[Bug 1423151] Re: openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

2015-02-27 Thread Achim Bohnet
** Changed in: openafs (Ubuntu)
 Assignee: (unassigned) = Achim Bohnet (allee)

** Changed in: openafs (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

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

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


[Bug 1425388] Re: openafs kernel module (1.6.9-2) failed to build for kernel 3.16.0-31

2015-02-27 Thread Achim Bohnet
** Changed in: openafs (Ubuntu)
 Assignee: (unassigned) = Achim Bohnet (allee)

** Changed in: openafs (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  openafs kernel module (1.6.9-2) failed to build for kernel 3.16.0-31

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

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


[Bug 1425388] Re: openafs kernel module (1.6.9-2) failed to build for kernel 3.16.0-31

2015-02-27 Thread Achim Bohnet
Please give openafs - 1.6.9-2+ubuntu0.1~ppa3 in ppa:allee/test a try.

openafs (1.6.9-2+ubuntu0.1~ppa3) utopic; urgency=medium

  * Fix 'openafs kernel module (1.6.9-2) failed to build for kernel
3.16.0-31'. Applied the trusty patches from lp bug #1423151. Big
thx once more to Sergio Gelato for providing the patches.
(LP: #1425388)

works on my utopic laptop and -31 kernel.


** Changed in: openafs (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  openafs kernel module (1.6.9-2) failed to build for kernel 3.16.0-31

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

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


[Bug 1423151] Re: openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

2015-02-25 Thread Achim Bohnet
I've taken the patches Sergio provided in #3 and #4 and created a pkg
out of it.  Uploaded right now at:

  https://launchpad.net/~allee/+archive/ubuntu/test

Test: module build now again with 3.13.0-45-generic  trusty kernel  and  find 
/afs/ourcell/bigsubdir  -ls  /dev/null
worked without error on cmdline or kern.log.

Warning: I've no idea about openafs kernel sources.  I just happen to
know how to build a package.

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

Title:
  openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

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

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


[Bug 1423151] Re: openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

2015-02-25 Thread Achim Bohnet
For build log see ppa:allee/test/


** Patch added: debdiff-1.6.7-1__1.6.7-1+ubuntu0.1~ppa1
   
https://bugs.launchpad.net/ubuntu/+source/openafs/+bug/1423151/+attachment/4327305/+files/openafs-debdiff-1.6.7-1__1.6.7-1%2Bubuntu0.1%7Eppa1.diff

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

Title:
  openafs-modules-dkms 1.6.7-1: openafs kernel module failed to build

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

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


[Bug 1379410] Re: Please update digikam to 4.7.0

2015-02-05 Thread Achim Bohnet
** Summary changed:

- Please update digikam to 4.6.0
+ Please update digikam to 4.7.0

** Description changed:

- digikam needs to be updated to 4.5.0
+ digikam needs to be updated to 4.7.0
  
   Reported by kubotu for IRC user Riddell

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

Title:
  Please update digikam to 4.7.0

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

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

[Bug 1379410] Re: Please update digikam to 4.5.0

2014-12-14 Thread Achim Bohnet
** Changed in: digikam (Ubuntu)
 Assignee: Achim Bohnet (allee) = (unassigned)

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

Title:
  Please update digikam to 4.5.0

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

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


[Bug 1379410] Re: Please update digikam to 4.5.0

2014-11-18 Thread Achim Bohnet
** Summary changed:

- Please update digikam to 4.4.0
+ Please update digikam to 4.5.0

** Description changed:

- digikam needs to be updated to 4.4.0
+ digikam needs to be updated to 4.5.0
  
- 
-  Reported by kubotu for IRC user Riddell
+  Reported by kubotu for IRC user Riddell

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

Title:
  Please update digikam to 4.5.0

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

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

[Bug 1348384] Re: evince and okular do not render eps files correctly resulting in a black background

2014-11-13 Thread Achim Bohnet
** Also affects: okular (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  evince and okular do not render eps files correctly resulting in a
  black background

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

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


[Bug 1348384] Re: evince and okular do not render eps files correctly resulting in a black background

2014-11-13 Thread Achim Bohnet
So how's fault is it?  Is it in scope of libspectre tasks to add a dummy 
showpage for eps files?  Or have all applications that
use libspectre handle this case themself?

The ubuntu1 ubuntu1.1 diff is here:

http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/libspectre
/trusty-updates/revision/14

I've subscribed Till Kamppeter to this bug, to get his attention.  He
the one that cherry picked the patch.

Achim

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

Title:
  evince and okular do not render eps files correctly resulting in a
  black background

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

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


[Bug 1379410] Re: Please update digikam to 4.4.0

2014-10-11 Thread Achim Bohnet
** Changed in: digikam (Ubuntu)
 Assignee: (unassigned) = Achim Bohnet (allee)

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

Title:
  Please update digikam to 4.4.0

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

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


[Bug 1353890] Re: Please update digikam to 4.2.0

2014-08-27 Thread Achim Bohnet
** Changed in: digikam (Ubuntu)
   Status: In Progress = Fix Released

** Changed in: kipi-plugins (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Please update digikam to 4.2.0

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

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


[Bug 1353890] Re: Please update digikam to 4.2.0

2014-08-13 Thread Achim Bohnet
** Changed in: kipi-plugins (Ubuntu)
   Status: New = In Progress

** Changed in: kipi-plugins (Ubuntu)
 Assignee: (unassigned) = Achim Bohnet (allee)

** Branch linked: lp:~allee/kubuntu-packaging/digikam

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

Title:
  Please update digikam to 4.2.0

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

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


[Bug 1353890] Re: Please update digikam to 4.2.0

2014-08-07 Thread Achim Bohnet
Status as of last night: digikam builds from source and quick trival testusage 
succeeded.
Further updating  polishing required:
updating pkg dependencies,  copyright,  library file checks etc.

** Changed in: digikam (Ubuntu)
 Assignee: (unassigned) = Achim Bohnet (allee)

** Changed in: digikam (Ubuntu)
   Status: New = In Progress

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

Title:
  Please update digikam to 4.2.0

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

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


[Bug 1322968] Re: Changing country leads to invalid locale

2014-05-31 Thread Achim Bohnet
In the case of language = ab and Country = XY  I would suggest to set
LC_VARIABLES as follow

a) Someone in his home country, how want's englisch as language or b)
englisch as native tongue form country AB in a foreign country):

LANGUAGE=en:xy
LANG=xy_XY.UTF-8   # e.g. el_GR or de_DE
LC_MESSAGES=en_AB.UTF-8  # AB one of US, GB, ...

Some LC_*  would be different for case a) and b).  E.g.  LC_TIME  but for KISS 
I would suggest to only set LC_MESSAGES to
english.  In KF5 the is a complete new situation: each LC_* varialbe can be 
'chosen/set' in the system center directly.
 
Note: LANG is the default for all LC_* (except LC_ALL) variables, so we only 
have to set LC_* that should have a value different from LANG.When not all 
LC vars are set explicitly, the sysadmin can supply different defaults in 
/etc/environment (e.g. in
the above mentioned case of LC_TIME).

Achim

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

Title:
  Changing country leads to invalid locale

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions

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


[Bug 1313891] [NEW] videos on facebook refuse to play: Flash plugin too old

2014-04-28 Thread Achim Bohnet
Public bug reported:

Ubuntu Trusty:

When I click in chrome on flash videos:   the plugin reports (translated
from german):  'Upgrade flashplayer '   and when I click on the button
'download flashplayer a page
http://get.adobe.com/de/flashplayer/?no_redirect is opened and offers
the version

11.2.202.356

the ubuntu multiversion archive provides:

# apt-cache policy flashplugin-installer
flashplugin-installer:
  Installiert:   11.2.202.350ubuntu1
  Installationskandidat: 11.2.202.350ubuntu1
  Versionstabelle:
 *** 11.2.202.350ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 Packages
100 /var/lib/dpkg/status


Which is obviously older.


Please update the flashplugin-nonfree pkg to install version 11.2.202.356

thx,
Achim

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  videos on facebook refuse to play: Flash plugin too old

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1313891/+subscriptions

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


[Bug 1302601] [NEW] remove/install kubuntu-desktop wants to install quassel, even when quassel-client pkg is already installed

2014-04-04 Thread Achim Bohnet
Public bug reported:

rarely kubuntu-desktop gets uninstalled or I remove/install kubuntu-desktop to 
pick up new recommends and
in this case during installation the quassel package wants to be installed even 
when quasselclient pkg is already installed.
IMHO it's save to assume that quassel is then not needed.

I would like to suggest that kubuntu-desktop   recommends  quassel |
quassel-client.   A little detail that makes life a bit simpler ;-)

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

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

Title:
  remove/install kubuntu-desktop wants to install quassel, even when
  quassel-client pkg is already installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1302601/+subscriptions

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


[Bug 1297943] [NEW] libkpeople: short long description mention nepomuk, but nepomuk support was removed in 0.2.1

2014-03-26 Thread Achim Bohnet
Public bug reported:

That nepomuk support was removed is mention in ktp 0.8 release blog post
 http://martys.typepad.com/blog/2014/03/kde-telepathy-08-is-out.html 

Achim

** Affects: libkpeople (Ubuntu)
 Importance: Low
 Assignee: Rohan Garg (rohangarg)
 Status: Triaged


** Tags: kubuntu

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

Title:
  libkpeople: short  long description mention nepomuk, but nepomuk
  support was removed in 0.2.1

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

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


[Bug 397466]

2014-02-21 Thread Achim Bohnet
(In reply to comment #145)
Seems so:  https://plus.google.com/+%C3%80lexFiestas/posts/CarwXy8v85b

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

Title:
  There is no KWallet PAM integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/397466/+subscriptions

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


[Bug 390396]

2014-02-14 Thread Achim Bohnet
(In reply to comment #24)

Not really a bug.  You feed system settings the wrong information ;-)
The information is read from ~/.kde/share/config/emaildefaults

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

Title:
  About Me in System Settings throws an error when changing details

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

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


[Bug 1266736] Re: Please update skanlite to 1.1

2014-02-12 Thread Achim Bohnet
no free time slots right now :-(


** Changed in: skanlite (Ubuntu)
 Assignee: Achim Bohnet (allee) = (unassigned)

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

Title:
  Please update skanlite to 1.1

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

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


[Bug 1270214] Re: Please update sflphone to 1.3.0

2014-02-12 Thread Achim Bohnet
1.3.0-1 is now in trusty - fix released.  Thx Marc!

** Changed in: sflphone (Ubuntu)
   Status: New = Fix Released

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

Title:
  Please update sflphone to 1.3.0

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

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


[Bug 1257316] Re: Please update libnm-qt to 0.9.8.0

2014-02-12 Thread Achim Bohnet
modemmanager 1.0 is already in trusty:

# apt-cache policy modemmanager
modemmanager:
  Installed: 1.0.0-2
  Candidate: 1.0.0-2
  Version table:
 *** 1.0.0-2 0
500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  Please update libnm-qt to 0.9.8.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnm-qt/+bug/1257316/+subscriptions

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


[Bug 1257315] Re: Please update libmm-qt to 1.0.0

2014-02-12 Thread Achim Bohnet
modemmanager 1.0 is already in trusty:

# apt-cache policy modemmanager
modemmanager:
  Installed: 1.0.0-2
  Candidate: 1.0.0-2
  Version table:
 *** 1.0.0-2 0
500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  Please update libmm-qt to 1.0.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmm-qt/+bug/1257315/+subscriptions

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


[Bug 1268652] Re: Please update libssh to 0.6.0

2014-02-12 Thread Achim Bohnet
** Description changed:

- libssh needs to be updated to 0.6.0
+ libssh needs to be updated to 0.6.1
  
+  Reported by kubotu for IRC user Riddell
  
-  Reported by kubotu for IRC user Riddell
+ 0.6.1 was released 10-Feb-2014:

** Summary changed:

- Please update libssh to 0.6.0
+ Please update libssh to 0.6.1

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

Title:
  Please update libssh to 0.6.1

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

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

[Bug 1270157] [NEW] app desktop: name, generic name and comment identical for KDE and QT quassel(-client) versions - identical display in e.g. muon-discover

2014-01-17 Thread Achim Bohnet
Public bug reported:

When search for quassel in muon-discover one gets for both, quassel and
quassel-cleint two identical hits.  See screenshot attachment.

Only when one looks carefully into the 'Overview' page one sees that the
identical entries have different download/installed sized.  (that how I
found out that they remvoe to pkg with kde and pur qt versions).

While an implementation detail, that should usually hidden it should somehow be 
added
'KDE enhanced' and 'pur QT',  to prevent confusion, or  add the package name to 
'overview' section or ...
not easy :-(

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

** Attachment added: screenshot with the identical quassel search results
   
https://bugs.launchpad.net/bugs/1270157/+attachment/3950933/+files/snapshot-3.png

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

Title:
  app desktop: name, generic name and comment identical for KDE and QT
  quassel(-client) versions - identical display in e.g. muon-discover

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

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


[Bug 1270214] Re: Please update sflphone to 1.3.0

2014-01-17 Thread Achim Bohnet
** Changed in: sflphone (Ubuntu)
 Assignee: (unassigned) = Achim Bohnet (allee)

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

Title:
  Please update sflphone to 1.3.0

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

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


[Bug 1270214] Re: Please update sflphone to 1.3.0

2014-01-17 Thread Achim Bohnet
Mark Purcell did the sflphone 12.3 pkging for debian.  I've asked him
via e-mail if he plans to pkg it in the next 3 weeks (Feb 6th debian
import freeze).   He usually pretty quick. So no need to duplicate work.

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

Title:
  Please update sflphone to 1.3.0

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

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


[Bug 1266736] Re: Please update skanlite to 1.1

2014-01-17 Thread Achim Bohnet
** Changed in: skanlite (Ubuntu)
 Assignee: (unassigned) = Achim Bohnet (allee)

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

Title:
  Please update skanlite to 1.1

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

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


[Bug 1222376] Re: openafs-modules-dkms 1.6.5-1ubuntu2: openafs kernel module failed to build

2013-09-11 Thread Achim Bohnet
AFAIU  http://gerrit.openafs.org/10219  the patch was accepted.
Are there more problems, that prevent fixing the ubuntu pkg?

Thx, Achim

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

Title:
  openafs-modules-dkms 1.6.5-1ubuntu2: openafs kernel module failed to
  build

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

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


[Bug 251233] Re: fails to start with: Unknown encoding of: file:///usr/share/applications/kde/wlassistant.desktop

2013-05-02 Thread Achim Bohnet
I have not used wlassiatant for years.  As wlassistant is no longer in a
supported release I suggest to close the as wont fix.

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

Title:
  fails to start with: Unknown encoding of:
  file:///usr/share/applications/kde/wlassistant.desktop

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

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


[Bug 890059] Re: digikam doesn't create thumbnails of video files

2012-10-21 Thread Achim Bohnet
@hvdwolf:
The 'So replace digikams debian/control ...'  is for the guys doing the .deb 
packing,
not for users.   For you it translates into install (k)ffmpegthumbs pkg. What 
you've done already.

If you replace kde-open with your favorite image viewer and generated thumbnail
of an mp4, that has no icon in digikam, is okay,  then I have no glue what 
goin' wrong in your case :-(

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

Title:
  digikam doesn't create thumbnails of video files

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

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


[Bug 890059] Re: digikam doesn't create thumbnails of video files

2012-10-20 Thread Achim Bohnet
1) a correction:  ffmpegthumbs does work too!   Verified precise + kde sc 4.9.2 
backport + digikam 2.6
as this pkg in part of kdemultimedia I assume it's the better choice.  Last 
kffmpegthumbnailer release was Jan 2010

2) @hvdwolf: mp4 is AFAIU a restricted format.  So make sure you have the 
libavcodec-extra* pkg installed.  If it's allowed in your
   country install kubuntu-restricted-extras

   Try to install ffmpegthumbnailer pkg and test if you can create a
thumbnail:

  ffmpegthumbnailer -i /path/to/your/file.mp4 -o test.png
  kde-open test.png

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

Title:
  digikam doesn't create thumbnails of video files

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

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


[Bug 1068220] Re: SRU preparation tracking bug

2012-10-18 Thread Achim Bohnet
** Description changed:

  apachelogger's meta bug to keep track of what needs to be SRU'd to which
  release.
  
  Quantal:
  Bug #1011211 - triaged
+ Bug #890059 - triaged in Kubuntu see comment #9
  Bug #781728 - fixed
  Bug #658047 - fixed
  
  Precise:
  Bug #781728 - fixed
  Bug #658047 - fixed

-- 
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/1068220

Title:
  SRU preparation tracking bug

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

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


[Bug 890059] Re: digikam doesn't create thumbnails of video files

2012-10-18 Thread Achim Bohnet
Kubuntu 12.10 quantal with KDE 4.9.2 and digikam 2.8

*  After I installed kffmpegthumbnailer video thumbs worked in  dolphin
and digikam.

* mplayerthumbs pkg does not exist anymore

* ffmpegthumbnailer is not used by KDE video thumb creation process.
Did not work for me.


So replace digikams debian/control

Recomends: mplayerthumbs

with

Recomends: kffmpegthumbnailer


@UNITY Users: as I've no unity enviroment can someone verify that this fixes 
the bug with digikam in unity

Achim

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

Title:
  digikam doesn't create thumbnails of video files

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

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


[Bug 781728] Re: digikam icon does not scale in unity (Ubuntu 11.04)

2012-10-15 Thread Achim Bohnet
Hi Harald,

I had a look.  the bug in not upstream, it's  kubuntu packaging :-(   During a 
debuild,  cmake install installs the icons
to debian/tmp/  but we don't copy them to any pkg:

(0)allee-q@lap-allee:~/Source/digikam/digikam-2.7.0$ find . -iname digikam*png
./doc/digikam/digikam/digikamlogo.png
./debian/tmp/usr/share/doc/kde/HTML/en/digikam/digikamlogo.png
./debian/tmp/usr/share/icons/hicolor/16x16/apps/digikam.png
./debian/tmp/usr/share/icons/hicolor/64x64/apps/digikam.png
./debian/tmp/usr/share/icons/hicolor/256x256/apps/digikam.png
./debian/tmp/usr/share/icons/hicolor/32x32/apps/digikam.png
./debian/tmp/usr/share/icons/hicolor/22x22/apps/digikam.png
./debian/tmp/usr/share/icons/hicolor/48x48/apps/digikam.png
./debian/tmp/usr/share/icons/hicolor/128x128/apps/digikam.png
./debian/digikam-doc/usr/share/doc/kde/HTML/en/digikam/digikamlogo.png

Same problem with */apps/showfoto.png

2) I assume debian/digikam-data.install needs a line like

usr/share/icons/hicolor/*/apps/


2) Independly we should either get rid of debian/xpm.d/ and co completely
or at least update the icons

   convert tmp/usr/share/icons/hicolor/16x16/apps/digikam.png   
xpm.d/digikam-16.xpm
   convert tmp/usr/share/icons/hicolor/32x32/apps/digikam.png   
xpm.d/digikam.xpm

same for showfoto.

Can you fix it Harald?  I'm not sure when I (ever) find the time to
update my pkging skills ...

Achim

** Changed in: digikam (Ubuntu)
   Status: Invalid = Confirmed

-- 
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/781728

Title:
  digikam icon does not scale in unity (Ubuntu 11.04)

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

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


[Bug 781728] Re: digikam icon does not scale in unity (Ubuntu 11.04)

2012-10-11 Thread Achim Bohnet
** Also affects: digikam via
   https://bugs.kde.org/show_bug.cgi?id=273124
   Importance: Unknown
   Status: Unknown

-- 
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/781728

Title:
  digikam icon does not scale in unity (Ubuntu 11.04)

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

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


[Bug 781728] Re: digikam icon does not scale in unity (Ubuntu 11.04)

2012-10-11 Thread Achim Bohnet
As digikam at the moment stores it's high quality icons only in the oxygen icon 
theme,
unity and gnome will not find them by default. So please try:

# Copy digikam icons from oxygen to the fallback  hicolor theme. 
cd /usr/share/icons/oxygen
sudo rsync -vR */apps/digikam.png ../hicolor

If not found:
   sudo apt-get install oxygen-icon-theme
try teh rsync again.

Logout/in and try again.


If one still sees the ugly icons, move them to a location that is not searched, 
e.g., your home dir

  sudo mv -v /usr/share/pixmaps/digikam*.xpm   $HOME/

Logout/in and try again.

-- 
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/781728

Title:
  digikam icon does not scale in unity (Ubuntu 11.04)

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

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


[Bug 1029550] Re: Please update plasma-widget-networkmanagement to 0.9.0.3

2012-08-16 Thread Achim Bohnet
** Changed in: plasma-widget-networkmanagement (Ubuntu Quantal)
   Status: New = Fix Released

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

Title:
  Please update plasma-widget-networkmanagement to 0.9.0.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-widget-networkmanagement/+bug/1029550/+subscriptions

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


[Bug 1029550] Re: Please update plasma-widget-networkmanagement to 0.9.0.3

2012-08-10 Thread Achim Bohnet
** Description changed:

- plasma-widget-networkmanagement needs to be updated to 0.9.0.3
+ plasma-widget-networkmanagement needs to be updated to 0.9.0.4
  
- 
-  Reported by kubotu for IRC user Riddell
+  Reported by kubotu for IRC user Riddell

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

Title:
  Please update plasma-widget-networkmanagement to 0.9.0.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-widget-networkmanagement/+bug/1029550/+subscriptions

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

[Bug 927605] Re: Regression: monitor DP signal not turned on when monitor is switched on

2012-02-07 Thread Achim Bohnet
Another peace  for the puzzle:  bug vanished until another reboot.

After 13h I powered on the monitor and  (surprise) there was a DP
signal.  I turned off 2 times waiting ~ some seconds and ~ 2 minutes.
And for both I got the DP signal.

Then I rebooted, turn off and of the monitor and the bug is there again:
_NO_  DP signal.

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

Title:
  Regression: monitor DP signal not turned on when monitor is switched
  on

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

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


[Bug 927605] [NEW] Regression: monitor DP signal not turned on when monitor is switched on

2012-02-06 Thread Achim Bohnet
Public bug reported:

Since months I turn the monitor, 2560x1440, that is connected via DP,
off when I leave work and turn it on when back next day and I always saw
my desktop again. After the reboot due to 2.6.38-13-generic installation
last week and then following reboot,   I get no DisplayPort signal
anymore when the monitor is turned off and on again.

We can reproduce this bug on second 'identical' system Dell OptiPlex 780
with Intel GFX running natty + Monitor via DP.

Unsucessful tries:

 * ALT-CTRL-F1 then ALT-CTRL-F7 did not help.  Still no DP Signal.
 * boot into rescue mode (so no X11). Still  no DP signal when I turn the 
monitor off/on. 
 * boot  outdated 2.6.38-12-generic (normal and rescue) that showed no problem 
before
and still no DP signal after monitor off/on.

Working (but very inconvenient) workarounds to get a DP signal again
after monitor off/on:

  * remote login and xrandr --output DP1 --off; sleep 1; xrandr --output DP1 
--auto
or
  * connecting a second monitor via VGA,  this also turns the DP signal back to 
on.
(turn VGA monitor off/on is not enough.  One has to unplug and connect VGA 
again
to get the DP signal again)


Note:  VGA signal is not affected.  I can turn the VGA monitor off/on and VGA 
Signal is always 
there. Only  DP receive no signal after off/on.

I see this bugs since reboot:

  reboot   system boot  2.6.38-13-generi Tue Jan 31 18:39 - 18:48
(00:09)

last reboot before this was

 reboot   system boot  2.6.38-13-generi Thu Jan 19 16:59 - 18:33
(12+01:34)

pkgs installed between this 2 reboots were:

drwxr-xr-x  2 root root  4096 2012-01-20 12:22 libxml2-dev  
 
drwxr-xr-x  2 root root  4096 2012-01-20 12:22 libxml2-utils
 
drwxr-xr-x  2 root root  4096 2012-01-20 12:22 libxml2  
 
drwxr-xr-x  2 root root  4096 2012-01-20 12:22 libt1-5  
 
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 linux-image-2.6.38-13-generic
 
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 rsyslog  
 
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 libcurl3 
 
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 curl 
 
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 libcurl3-gnutls  
 
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 libicu44 
 
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 linux-headers-2.6.38-13  
 
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 linux-headers-2.6.38-13-generic  
 
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 linux-tools-common   
 
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 linux-tools-2.6.38-13
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 linux-libc-dev
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 icedtea-6-jre-jamvm
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 icedtea-6-jre-cacao
drwxr-xr-x  2 root root  4096 2012-01-27 11:44 openjdk-6-jre-headless
drwxr-xr-x  3 root root  4096 2012-01-27 11:44 python-launchpadlib
drwxr-xr-x  2 root root  4096 2012-01-31 14:47 python-software-properties
drwxr-xr-x  2 root root  4096 2012-01-31 14:47 software-properties-kde
drwxr-xr-x  2 root root  4096 2012-02-06 10:53 x11-common-- did a 
downgrade to test , later an upgrade again


Achim

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-13-generic 2.6.38-13.54
ProcVersionSignature: Ubuntu 2.6.38-13.54-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic x86_64
NonfreeKernelModules: openafs
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ach2579 F pulseaudio
 /dev/snd/controlC1:  ach2579 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf7adc000 irq 51'
   Mixer name   : 'Analog Devices AD1984A'
   Components   : 'HDA:11d4194a,10280420,00100400'
   Controls  : 35
   Simple ctrls  : 

[Bug 927605] Re: Regression: monitor DP signal not turned on when monitor is switched on

2012-02-06 Thread Achim Bohnet
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927605

Title:
  Regression: monitor DP signal not turned on when monitor is switched
  on

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

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


[Bug 781728] Re: digikam icon does not scale in unity (Ubuntu 11.04)

2011-12-05 Thread Achim Bohnet
digikam (only) includes from digikam 0.* days a  .xpm version  16x16 and 32x32  
as required by 
debian menu spec.(No idea if this spec is still relevant, hopefully not ;) )

(2)ach@allee:~$ dpkg -L digikam digikam-data | egrep -i 
'digikam[^/]*.(png|xpm|svg)$'
/usr/share/pixmaps/digikam-16.xpm
/usr/share/pixmaps/digikam.xpm
/usr/share/kde4/apps/digikam/data/splash-digikam.png
/usr/share/kde4/apps/digikam/data/banner-digikam.png
/usr/share/kde4/apps/digikam/data/logo-digikam.png
/usr/share/kde4/apps/digikam/about/top-left-digikam.png

The high qualitiy version (used by KDE) are from  oxygen-icon-theme

(0)ach@allee:~$ dpkg -S apps/digikam.png
oxygen-icon-theme: /usr/share/icons/oxygen/48x48/apps/digikam.png
oxygen-icon-theme: /usr/share/icons/oxygen/22x22/apps/digikam.png
oxygen-icon-theme: /usr/share/icons/oxygen/128x128/apps/digikam.png
oxygen-icon-theme: /usr/share/icons/oxygen/32x32/apps/digikam.png
oxygen-icon-theme-complete: /usr/share/icons/oxygen/256x256/apps/digikam.png
oxygen-icon-theme: /usr/share/icons/oxygen/16x16/apps/digikam.png
oxygen-icon-theme: /usr/share/icons/oxygen/64x64/apps/digikam.png


Not sure what's the right fix.
 * add digikam png to fallback hi-color theme?
 * add a svg version?  What's unities perference?
 * or ... ?

-- 
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/781728

Title:
  digikam icon does not scale in unity (Ubuntu 11.04)

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

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


[Bug 437173] Re: [GM45] [GT2+] Bad resolution choice for mirror mode with two 16:10 displays (ditto for 16:9)

2011-11-23 Thread Achim Bohnet
** Summary changed:

- [GM45] [GT2+] Bad resulution choice for mirror mode with two 16:10 displays 
(ditto for 16:9)
+ [GM45] [GT2+] Bad resolution choice for mirror mode with two 16:10 displays 
(ditto for 16:9)

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

Title:
  [GM45] [GT2+] Bad resolution choice for mirror mode with two 16:10
  displays (ditto for 16:9)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/437173/+subscriptions

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


[Bug 437173] Re: [GM45] [GT2+] Bad resolution choice for mirror mode with two 16:10 displays (ditto for 16:9)

2011-11-23 Thread Achim Bohnet
** Bug watch added: freedesktop.org Bugzilla #43189
   https://bugs.freedesktop.org/show_bug.cgi?id=43189

** Also affects: xserver-xorg-video-intel via
   https://bugs.freedesktop.org/show_bug.cgi?id=43189
   Importance: Unknown
   Status: Unknown

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

Title:
  [GM45] [GT2+] Bad resolution choice for mirror mode with two 16:10
  displays (ditto for 16:9)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/437173/+subscriptions

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


[Bug 437173] Re: [GM45] Bad resulution choice for mirror mode with two 16:10 displays

2011-11-22 Thread Achim Bohnet
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  [GM45] Bad resulution choice for mirror mode with two 16:10 displays

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/437173/+subscriptions

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


[Bug 437173] Re: [GM45] [GT2+] Bad resulution choice for mirror mode with two 16:10 displays (ditto for 16:9)

2011-11-22 Thread Achim Bohnet
** Attachment added: Xorg.0.log of Sandy Bridget GT2+ and 16:9
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/437173/+attachment/2604883/+files/Xorg.0.log

** Tags added: oneiric

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

Title:
  [GM45] [GT2+] Bad resulution choice for mirror mode with two 16:10
  displays (ditto for 16:9)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/437173/+subscriptions

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


[Bug 437173] Re: [GM45] Bad resulution choice for mirror mode with two 16:10 displays

2011-11-22 Thread Achim Bohnet
Bug is still in oneiric.

Additional HW combination 16:9 that shows the same bug :

Dell Latitude E6620,Native: 16:9  1366*768  (Sandybridge Mobile (GT2+))
via HDMI
Dell 27''  U2710 Res: 1920x1080  (16:9)

Same bug: Instead of using native laptop resolution and scaling extern monitor 
up to 1920x1080
both displays use the mutilated resolution 1024x768 that is the first 
resolution supported by both.

** Attachment added: xrandr.e6520-hdmi-u2710-verbose
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/437173/+attachment/2604882/+files/xrandr.e6520-hdmi-u2710-verbose

** Summary changed:

- [GM45] Bad resulution choice for mirror mode with two 16:10 displays
+ [GM45] [GT2+] Bad resulution choice for mirror mode with two 16:10 displays 
(ditto for 16:9)

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

Title:
  [GM45] [GT2+] Bad resulution choice for mirror mode with two 16:10
  displays (ditto for 16:9)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/437173/+subscriptions

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


[Bug 878349] Re: package libexiv2-10 0.21.1-0ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/libexiv2.so.11.0.0', which is also in package libexiv2-11 0.22-3dhor~natty

2011-10-19 Thread Achim Bohnet
libexiv2-11 0.22-3dhor~natty and libexiv2-10_0.22-1dhor~natty  are pkgs
from a PPA not the ubuntu archives.  Please report the but the
maintainer of the ppa.

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

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

Title:
  package libexiv2-10 0.21.1-0ubuntu2 failed to install/upgrade: trying
  to overwrite '/usr/lib/libexiv2.so.11.0.0', which is also in package
  libexiv2-11 0.22-3dhor~natty

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

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


[Bug 876582] Re: package libexiv2-10 0.21.1-0ubuntu2 failed to install/upgrade: intentando sobreescribir `/usr/lib/libexiv2.so.11.0.0', que está también en el paquete libexiv2-11 0.22-3dhor~natty

2011-10-17 Thread Achim Bohnet
Your using a pkg that is not from one of the official ubuntu
repositories:

libexiv2-10_0.22-1dhor~natty_amd64.deb

Please contact the author of this package for help to fix the problem, 
or uninstall the pkgs and try again.

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

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

Title:
  package libexiv2-10 0.21.1-0ubuntu2 failed to install/upgrade:
  intentando sobreescribir `/usr/lib/libexiv2.so.11.0.0', que está
  también en el paquete libexiv2-11 0.22-3dhor~natty

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

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

[Bug 872710] [NEW] short description uses version 10 instead of version 11

2011-10-12 Thread Achim Bohnet
Public bug reported:

please s/version 10/version 11/ in the Description in debian/control.

Achim

** Affects: adobe-flashplugin (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  short description uses version 10 instead of version 11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/872710/+subscriptions

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


[Bug 838402] Re: Dell Latitude E6220 does not reboot with 64 bit kernel

2011-10-06 Thread Achim Bohnet
Latitude E6220 reboot with the proposed updates kernel 2.6.38-12.51.
will change tag  to verification-done-natty.

Thx,
Achim

** Tags removed: verification-needed-natty
** Tags added: verification-done-natty

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

Title:
  Dell Latitude E6220 does not reboot with 64 bit kernel

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

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


[Bug 833705] Re: Dell Latitude E6520 (and E6220) do not reboot with 64 bit kernel

2011-10-05 Thread Achim Bohnet
Ah, I'd used the german archive mirror.  It had not synced obviously.

E6520 reboots with the 2.6.38-12.51 kernel.
Therefore I've changed the tag to verification-done-natty.

Achim

** Tags removed: verification-needed-natty
** Tags added: verification-done-natty

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

Title:
  Dell Latitude E6520 (and E6220) do not reboot with 64 bit kernel

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

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


[Bug 838402] Re: Dell Latitude E6220 does not reboot with 64 bit kernel

2011-10-04 Thread Achim Bohnet
Which natty kernel in proposed? I've add natty-propsed to sources.list. But 
apt-cache policy was not able to find
linux-image-2.6.38-11-generic or -12-generic  in proposed.

Please lemme know the pkg name

Achim

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

Title:
  Dell Latitude E6220 does not reboot with 64 bit kernel

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

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


[Bug 833705] Re: Dell Latitude E6520 (and E6220) do not reboot with 64 bit kernel

2011-10-04 Thread Achim Bohnet
Which natty kernel in proposed?  I've add natty-propsed to sources.list.  But 
apt-cache policy was not able to find
linux-image-2.6.38-11 or -12.

Achim

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

Title:
  Dell Latitude E6520 (and E6220) do not reboot with 64 bit kernel

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

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


[Bug 447079] Re: konsole uses complete path to it's profiles for favorits and shortcuts in konsolerc

2011-10-04 Thread Achim Bohnet
bug was marked as duplicate.  Update bug# 209974 = 283102

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

** Changed in: kde-baseapps
   Importance: Medium = Unknown

** Changed in: kde-baseapps
   Status: Invalid = Unknown

** Changed in: kde-baseapps
 Remote watch: KDE Bug Tracking System #209974 = KDE Bug Tracking System 
#283102

** Changed in: kdebase (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  konsole uses complete path to it's profiles for favorits and shortcuts
  in konsolerc

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/447079/+subscriptions

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


[Bug 834190] Re: FFe: digkam 2.0.0

2011-09-23 Thread Achim Bohnet
2.2.1 digikam pkgs for testing are available for oneiric in:

   ppa:kubuntu-ppa/experimental

please report success and/or failure.

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

Title:
  FFe: digkam 2.0.0

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

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


[Bug 854330] Re: Strigi 0.7.2 is an old release, it won't index files properly

2011-09-21 Thread Achim Bohnet
I've tried the fabos 0.7.6 packages:

With a newly created user there was only a very low cpu and io usage
shown in top and iotop.

No noticeable slowdown of the desktop during indexing.

For my taste there's too much cryptic output written to ~/.xsession-error
but that was the case with 0.7.2 too.

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

Title:
  Strigi 0.7.2 is an old release, it won't index files properly

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

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


[Bug 855472] [NEW] [Patch] Fix: inotify_add_watch failed: No such file or directory:

2011-09-21 Thread Achim Bohnet
Public bug reported:

Every KDE and QT GUI application complains on startup:

QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such 
file or directory
QFileSystemWatcher: failed to add paths: /home/allee-o/.config/ibus/bus

that very disturbing when working on the command line, e.g. with kate or
okular etc.

Creating the directory ~/.config/ibus/bus  makes the error go away.   I 
installed ibus-daemon
and started it once and found:

   mode 770 ibus
   mode 700 ibus/bus

I've added this to the startkde script.  See attached patch.

When the patch is tested, this would be IMHO a candidate for natty too.

Achim

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


** Tags: patch

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

Title:
  [Patch] Fix: inotify_add_watch failed: No such file or directory:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/855472/+subscriptions

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


[Bug 855472] Re: [Patch] Fix: inotify_add_watch failed: No such file or directory:

2011-09-21 Thread Achim Bohnet
** Patch added: startkde.diff
   
https://bugs.launchpad.net/bugs/855472/+attachment/2435586/+files/startkde.diff

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

Title:
  [Patch] Fix: inotify_add_watch failed: No such file or directory:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/855472/+subscriptions

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


[Bug 838402] Re: Dell Latitude E6220 does not reboot with 64 bit kernel

2011-09-20 Thread Achim Bohnet
Summary: Your patched kernel solves the problem on Latitude E6220.

Tested your 2.6.38-11.51~lp833705lp838402v1_amd64  kernel on the Latitude E6220 
without reboot=pci cmdline and it
reboots without problems.

Thx a lot for fixing!

Achim

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

Title:
  Dell Latitude E6220 does not reboot with 64 bit kernel

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

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


[Bug 834190] Re: FFe: digkam 2.0.0

2011-09-16 Thread Achim Bohnet
FWIW: Philipp Matthias Hahn did yesterday include his pkging work for
2.0 2.1 and 2.1.1 in Debian Bug#628019.

-- 
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/834190

Title:
  FFe: digkam 2.0.0

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

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


[Bug 833705] Re: Dell Latitude E6520 (and E6220) do not reboot with 64 bit kernel

2011-09-16 Thread Achim Bohnet
Great!  Your patched natty kernel fixes the 64bit reboot problem for
E6520.

Tested without reboot=pci on cmdline

  current natty 2.6.38.11.48 - reboot hangs
  your patched 2.6.38.11.51~lp... - reboots without problems

Thx,
Achim
P.S. I test the E6220 next week, when as soon as I can borrow the laptop again.

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

Title:
  Dell Latitude E6520 (and E6220) do not reboot with 64 bit kernel

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

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


[Bug 838402] Re: Dell Latitude E6220 does not reboot with 64 bit kernel

2011-09-15 Thread Achim Bohnet
plain natty kernel 2.6.38-10:
  *  laptop hangs on reboot.
  * adding reboot=pci to kern params and laptop reboots without problems.

I'll try a oneiric live CDROM next ...

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

Title:
  Dell Latitude E6220 does not reboot with 64 bit kernel

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

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


[Bug 838402] Re: Dell Latitude E6220 does not reboot with 64 bit kernel

2011-09-15 Thread Achim Bohnet
removing an oneiric disk from another laptop was faster than booting
from live CD, so

E6220 with plain 3.0.0-11 oneiric kernel:
  * hangs on reboot
  * with reboot=pci  reboots without problems

patched 3.0.0-10 kernel from
http://people.canonical.com/~ogasawara/lp833705/  did reboot perfectly.

So IMHO the corresponding patch as for the E6520 can go into the ubuntu
kernel.

Achim

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

Title:
  Dell Latitude E6220 does not reboot with 64 bit kernel

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

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


[Bug 838402] Re: Dell Latitude E6220 does not reboot with 64 bit kernel

2011-09-15 Thread Achim Bohnet
Leann:  can you create a patched natty 64bit kernel for testing?  I
think it's worth to include the E6520 and E6520 fix to natty too.

Achim

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

Title:
  Dell Latitude E6220 does not reboot with 64 bit kernel

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

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


  1   2   3   >