Bug#836011: akregator: Akregator keep crashing at exit, sometimes do not save recent feeds
Control: usertags -1 fixed-upstream Hey, Fix is upstream: kdepim [Applications/16.08 f68b21d] Akregator keep crashing at exit akregator [master 36c7fe5] Akregator keep crashing at exit (upstream had switched repos, so stable and master needs to be applied two times) Regards, sandro -- Am Freitag, 2. September 2016, 14:13:31 CEST schrieb Maximiliano Curia: > Control: tag -1 + pending > > ¡Hola Sandro! > > El 2016-09-02 a las 08:51 +0200, Sandro Knauß escribió: > > Control: tags -1 +patch > > > > thanks, for the backtrace. This helps to track this down. > > > > I can reproduce this, but currently I can't test the patch for it. But > > this > > only happens if akregator is started as single application. My normal way > > to use akregator is via kontact and this way it does not crash. > > > > I looks that we have to test the partenNode if this is a valid > > pointer.Akregator::SubscriptionListModel::index > > > > Akregator::SubscriptionListModel::index > > > > add this add line 248: > >if (!parentNode) { > > > >return QModelIndex(); > > > >} > > Oh, I had came up with the same patch. :) > I could finally test this, and the patch fixes the segfault. Could you push > this upstream (for 16.08.1, I guess)? > > Happy hacking signature.asc Description: This is a digitally signed message part.
Bug#822697: Experimental packages.
Hi Vladimir, On Sat, Sep 03, 2016 at 02:29:04AM +0300, Vladimir K wrote: > I'm trying new Qt packages from experimental and found that GTK integration > does not work. > > I've installed qt5-gtk-platformtheme and testing with: > > QT_QPA_PLATFORMTHEME=gtk3 screengrab > > App looks like it uses Fusion. > > Could not find any docs on how to properly use qt5-gtk-platformtheme. In Qt 5.7 the GTK+ style has been removed from the default installation. It is available in qtstyleplugins repository (home for abandoned styles), but the new version is not yet released or packaged. As I mentioned earlier in this bug, the recommended alternative is using custom themes like Adwaita-Qt (if I have time, I will package this one for Debian). -- Dmitry Shachnev signature.asc Description: PGP signature
Bug#836457: qtchooser FTCBFS: uses the build architecture compiler
Source: qtchooser Version: 58-gfab25f1-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap qtchooser fails to cross build from source, because it uses the build architecture compiler and then dh_strip fails to strip the generated elf executable with the host architecture tools. The attached patch passes a triplet-prefixed CXX to make and thus makes the cross build succeed. Helmut diff --minimal -Nru qtchooser-58-gfab25f1/debian/changelog qtchooser-58-gfab25f1/debian/changelog --- qtchooser-58-gfab25f1/debian/changelog 2016-05-22 16:49:07.0 +0200 +++ qtchooser-58-gfab25f1/debian/changelog 2016-09-03 13:40:28.0 +0200 @@ -1,3 +1,10 @@ +qtchooser (58-gfab25f1-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Pass triplet-prefixed CXX to make (Closes: #-1). + + -- Helmut Grohne Sat, 03 Sep 2016 13:40:09 +0200 + qtchooser (58-gfab25f1-1) unstable; urgency=medium [ Dmitry Shachnev ] diff --minimal -Nru qtchooser-58-gfab25f1/debian/rules qtchooser-58-gfab25f1/debian/rules --- qtchooser-58-gfab25f1/debian/rules 2016-05-22 16:34:28.0 +0200 +++ qtchooser-58-gfab25f1/debian/rules 2016-09-03 13:40:07.0 +0200 @@ -3,13 +3,16 @@ export DEB_CXXFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS) export LFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +include /usr/share/dpkg/architecture.mk +ifeq ($(origin CXX),default) + CXX = $(DEB_HOST_GNU_TYPE)-g++ +endif %: dh $@ override_dh_auto_build: - make QTCHOOSER_GLOBAL_DIR=/usr/share:/usr/lib/$(DEB_HOST_MULTIARCH):/usr/lib/$(DEB_HOST_MULTIARCH)/qt-default + make QTCHOOSER_GLOBAL_DIR=/usr/share:/usr/lib/$(DEB_HOST_MULTIARCH):/usr/lib/$(DEB_HOST_MULTIARCH)/qt-default CXX=$(CXX) override_dh_auto_install: make install INSTALL_ROOT=$(CURDIR)/debian/qtchooser
Bug#836412: qtwebchannel-opensource-src: FTBFS (big-endian): qtbug46548_overriddenProperties() Received signal 11
Hey, I'm currently not a DD so I don't know how to run such big-endian platforms to get a backtrace (gdb, valgrind). Because I'm at QtCon I can actually talk to upstream persons you wrote qtwebchannel - but therefore I need more informations to fix. Can you do that for me? Regards, sandro Am Freitag, 2. September 2016, 13:52:38 CEST schrieb Aaron M. Ucko: > Source: qtwebchannel-opensource-src > Version: 5.6.1-1 > Severity: important > Justification: fails to build from source > > Builds of qtwebchannel-opensource-src on big-endian architectures (so > far, mips, and powerpc, plus the non-release architectures hppa and > sparc64) have been failing: > > = Received signal, dumping stack == > = End of stack trace == > QFATAL : TestWebChannel::qtbug46548_overriddenProperties() Received signal > 11 Function time: 21ms Total time: 1282ms > FAIL! : TestWebChannel::qtbug46548_overriddenProperties() Received a > fatal error. Loc: [Unknown file(0)] > Totals: 12 passed, 1 failed, 0 skipped, 0 blacklisted > * Finished testing of TestWebChannel * > > Could you please take a look? > > Thanks! signature.asc Description: This is a digitally signed message part.
Bug#835362: Removed package(s) from unstable
We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libkdeedu | 4:15.08.0-2 | source libkdeedu-dev | 4:15.08.0-2 | amd64, arm64, armel, armhf, hurd-i386, i386, kfreebsd-amd64, kfreebsd-i386, mips, mips64el, mipsel, powerpc, ppc64el, s390x libkeduvocdocument4 | 4:15.08.0-2 | amd64, arm64, armel, armhf, hurd-i386, i386, kfreebsd-amd64, kfreebsd-i386, mips, mips64el, mipsel, powerpc, ppc64el, s390x --- Reason --- ROM; obsolete, unused -- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 835...@bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/835362 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Chris Lamb (the ftpmaster behind the curtain)
Bug#836513: RM: ksnapshot -- ROM; dead upstream, replaced by kde-spectacle
Package: ftp.debian.org Severity: normal Hi, please remove ksnapshot from the archive: it is no more developed upstream, and there's spectacle (available as kde-spectacle) that does everything that ksnapshot did. (Also, src:kde-spectacle provides a transitional ksnapshot, so upgrades are convered already.) Thanks, -- Pino
Bug#836431: ksnapshot: Update dependency from libkipi11 to libkf5kipi31.0.0
On zaterdag 3 september 2016 00:00:31 CEST Alex Henry wrote: > ksnapshot is holding back gwenview Switch to kde-spectacle which is the successor to ksnapshot. Ksnapshot is no longer developed and it is likely it will be removed from the archives. signature.asc Description: This is a digitally signed message part.
Bug#822697: Experimental packages.
03.09.2016, 13:26, "Dmitry Shachnev" : > In Qt 5.7 the GTK+ style has been removed from the default installation. > > It is available in qtstyleplugins repository (home for abandoned styles), > but the new version is not yet released or packaged. > > As I mentioned earlier in this bug, the recommended alternative is using > custom themes like Adwaita-Qt (if I have time, I will package this one > for Debian). I thought GTK theming is now supported natively in Qt 5.7. What is the purpose of qt5-gtk-platformtheme package then?
Bug#822697: Experimental packages.
On Sat, Sep 03, 2016 at 07:55:08PM +0300, Vladimir K wrote: > I thought GTK theming is now supported natively in Qt 5.7. What is the > purpose of qt5-gtk-platformtheme package then? I think the package description is pretty clear: | This package provides the GTK+ 3 platform theme, which makes Qt use | native icon themes, fonts, and dialogs on GTK-based environments. -- Dmitry Shachnev signature.asc Description: PGP signature
Processing of qbs_1.6.0+dfsg-1_source.changes
qbs_1.6.0+dfsg-1_source.changes uploaded successfully to localhost along with the files: qbs_1.6.0+dfsg-1.dsc qbs_1.6.0+dfsg.orig.tar.gz qbs_1.6.0+dfsg-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org)
qbs_1.6.0+dfsg-1_source.changes ACCEPTED into experimental
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 03 Sep 2016 14:43:46 +0300 Source: qbs Binary: qbs qbs-common libqbscore1 libqbsqtprofilesetup1 qbs-dev qbs-examples qbs-doc qbs-doc-html Architecture: source Version: 1.6.0+dfsg-1 Distribution: experimental Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Dmitry Shachnev Description: libqbscore1 - Qbs core library libqbsqtprofilesetup1 - Qbs profile setup library qbs- a cross-platform build tool qbs-common - Qbs static files qbs-dev- Qbs development files qbs-doc- Qbs documentation qbs-doc-html - Qbs HTML documentation qbs-examples - examples for Qbs build tool Changes: qbs (1.6.0+dfsg-1) experimental; urgency=medium . * New upstream release. * Set $HOME to a temporary location when running tests. * Drop skip_test_homedirectory.diff, no longer needed. * Refresh other patches. * Update install files for the new release. * Update debian/libqbscore1.symbols from amd64 and i386 build logs. * Fix two Lintian errors about package descriptions. * Bump required Qt version to 5.4.0, following upstream. Checksums-Sha1: 9c047163d8a41f3dfbc80d0f7e329eaf33561d89 2499 qbs_1.6.0+dfsg-1.dsc 001e2be340e681e3924047c4b5ebf5589ae05f93 903313 qbs_1.6.0+dfsg.orig.tar.gz 7290e08ca1bfda30c6e04211d2d9d43c83890856 16108 qbs_1.6.0+dfsg-1.debian.tar.xz Checksums-Sha256: c8dd159d847b3156f7942342ae0cba7a4cb35db57d6adddfb1cbf13511ed6d26 2499 qbs_1.6.0+dfsg-1.dsc 3c6dde2a2e103e06f8d04d98c33a062ac0e5c42ddef4ca5e765bc701b0c8d143 903313 qbs_1.6.0+dfsg.orig.tar.gz 35caa82c3abcf265adeceb1ca3ece207a379b9129fc57e4bf0c403ac4387ea49 16108 qbs_1.6.0+dfsg-1.debian.tar.xz Files: 7c9e2dd909b53466d1b45cb240e83580 2499 devel optional qbs_1.6.0+dfsg-1.dsc 1c4068b153380091fd1f387329de9bf0 903313 devel optional qbs_1.6.0+dfsg.orig.tar.gz 504c3f404128dbc58a892163687f4fff 16108 devel optional qbs_1.6.0+dfsg-1.debian.tar.xz -BEGIN PGP SIGNATURE- iQIwBAEBCAAaBQJXyv6vExxtaXR5YTU3QGRlYmlhbi5vcmcACgkQ1v5xA2P4XdP7 RQ/+JFGpQuxrEDY2uJmMEox3wNlfBPd9DhowjOB65QMEeAuy2ePLxrNFwwXdKqqp S6iKNO9DMmPy+dIvMoLF22edXaUXKtHITezPw055q8ipbYH6udPSeghk5eQhRFZA s9zdbij7WoR2i4vOEdVs2j00PdeLO9xkb0MBJRR/NVU2L5Z1Clg9FCA+DOGoc2cH SmaDgeR9WgarNkjSroU35TfWpRridHtolhTEBDS/SLwDDhiPVIgeDTe5RXiXPl/3 6j67aiP0E30Kvhkv7xvGUZO955eTA5Vsq0aBsbcjb8uudM5aQPfOzfgxXjItcorR 00PSu/LEOwIgdeXMRNktCBcnesUmjd+8SRtTbv3RyVM7+P5NK8KrOsIuREyba81m gaHYInWiLwSSZ+xXK5msc+Xv6ZfT81zhKl1Qojid5m6aXUAPcrjnGEWL/P0clJ4W jGQs4q1CdT1qhHZyYfftkns9gguBkLULqfclj5WHTTrR5AyIko1eAypmLxrMvD8c 5oUlWbFV+cvl3hUvDPA6uq2IZ1vDa88KsQTzNUBda6DloTI1Bnfr7G6RX1XbTB10 OpI3aZzJ14AeH0xzA7BrH7Mn7/ARVM0aK3o5xMgPVNTx2/ok2D3vx5VsRHXdE4c8 8y0RNhPFzav9weGFtoynPOpk9ghsNW6MsVz9n0l4m3bbSfA= =QDNI -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#836544: libutempter FTCBFS: uses build architecture compiler
Source: libutempter Version: 1.1.6-3 Tags: patch User: helm...@debian.org Usertags: rebootstrap libutempter fails to cross build from source, because it uses the build architecture compiler. The later dh_strip (which uses host architecture tools) fails operating on the generated ELF objects. The attached patch supplies a triplet-prefixed CC variable and allows overriding CC for use with e.g. clang based builds. Please consider applying it. Helmut diff --minimal -Nru libutempter-1.1.6/debian/changelog libutempter-1.1.6/debian/changelog --- libutempter-1.1.6/debian/changelog 2016-02-18 19:47:33.0 +0100 +++ libutempter-1.1.6/debian/changelog 2016-09-03 22:47:11.0 +0200 @@ -1,3 +1,10 @@ +libutempter (1.1.6-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Pass triplet-prefixed CC to make. (Closes: #-1) + + -- Helmut Grohne Sat, 03 Sep 2016 22:46:56 +0200 + libutempter (1.1.6-3) unstable; urgency=medium * Team upload. diff --minimal -Nru libutempter-1.1.6/debian/rules libutempter-1.1.6/debian/rules --- libutempter-1.1.6/debian/rules 2016-02-18 19:47:33.0 +0100 +++ libutempter-1.1.6/debian/rules 2016-09-03 22:46:48.0 +0200 @@ -1,10 +1,17 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+pie,+bindnow +include /usr/share/dpkg/architecture.mk +ifeq ($(origin CC),default) + CC=$(DEB_HOST_GNU_TYPE)-gcc +endif %: dh $@ --parallel --list-missing +override_dh_auto_build: + dh_auto_build -- CC=$(CC) + override_dh_fixperms: dh_fixperms chown root:utmp debian/libutempter0/usr/lib/$(DEB_HOST_MULTIARCH)/utempter/utempter
Bug#836556: [kwalletmanager] systray icon for kwalletmanager is missing under XFCE
Package: kwalletmanager Version: 4:16.04.2-1 Severity: important The current version of kwalletmanager in testing shows an empty icon in the system tray of XFCE. Additionally, the list of wallets in the main application window also doesn't have any icons, so it is not possible to know whether the wallets are open or not. I have tried to change the icon theme both in the KDE settings and XFCE settings but it doesn't seem to make a difference, no matter which icon theme is chosen. In the standard error the following message appears: QSystemTrayIcon::setVisible: No Icon set --- System information. --- Architecture: amd64 Kernel: Linux 4.6.0-1-amd64 Debian Release: stretch/sid 500 testing ftp.de.debian.org --- Package information. --- Depends(Version) | Installed -+- == libc6 (>= 2.14) | 2.23-5 libkf5archive5 (>= 4.96.0) | 5.25.0-1 libkf5auth5 (>= 4.96.0) | 5.25.0-1 libkf5codecs5 (>= 5.4.0+git20141120.0010+15.04) | 5.25.0-1 libkf5configcore5(>= 4.97.0) | 5.25.0-1 libkf5configwidgets5 (>= 4.96.0) | 5.25.0-1 libkf5coreaddons5 (>= 4.100.0) | 5.25.0-1 libkf5dbusaddons5(>= 4.99.0) | 5.25.0-1 libkf5i18n5 (>= 4.97.0) | 5.25.0-1 libkf5iconthemes5(>= 4.96.0) | 5.25.0-1 libkf5itemviews5 (>= 4.96.0) | 5.25.0-1 libkf5kdelibs4support5 (>= 4.96.0) | 5.25.0-1 libkf5notifications5 (>= 4.96.0) | 5.25.0-1 libkf5service-bin| 5.25.0-1 libkf5service5 (>= 4.96.0) | 5.25.0-1 libkf5textwidgets5 (>= 4.96.0) | 5.25.0-1 libkf5wallet-bin | 5.25.0-1 libkf5wallet5(>= 4.96.0) | 5.25.0-1 libkf5widgetsaddons5 (>= 4.96.0) | 5.25.0-1 libkf5xmlgui5(>= 4.98.0) | 5.25.0-1 libqt5core5a (>= 5.6.0~beta) | 5.6.1+dfsg-3+b1 libqt5dbus5 (>= 5.2.0) | 5.6.1+dfsg-3+b1 libqt5gui5(>= 5.2.0) | 5.6.1+dfsg-3+b1 libqt5widgets5(>= 5.2.0) | 5.6.1+dfsg-3+b1 libqt5xml5(>= 5.2.0) | 5.6.1+dfsg-3+b1 libstdc++6 (>= 4.6) | 6.1.1-11 Recommends (Version) | Installed ==-+-=== kde-runtime| 4:16.08.0-1 Package's Suggests field is empty.
Bug#833625: Request for fixing
Can we get some traction on this issue. I'm having the exact same problem. However, I don't want to delete my SQLITE databases because they contain any additional annotations and tags that I've added. I would expect a software version upgrade to handle this transparently. - Garrett
Bug#836564: Missing OnlyShowIn=KDE; in klipper autostart file
Package: plasma-workspace Version: 4:5.7.4-1 Severity: important File: /etc/xdg/autostart/org.kde.klipper.desktop The klipper tool is KDE specific and should not be started in other desktop environments. Please add a OnlyShowIn=KDE; key to /etc/xdg/autostart/org.kde.klipper.desktop -- System Information: Debian Release: stretch/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages plasma-workspace depends on: ii dbus-x11 1.10.10-1 ii frameworkintegration 5.25.0-1 ii gdb 7.11.1-2 ii kde-cli-tools4:5.7.4-1 ii kded55.25.0-1 ii kinit5.25.0-1 ii kio 5.25.0-1 ii kpackagetool55.25.0-1 ii libc62.24-1 ii libcln6 1.3.4-1 ii libdbusmenu-qt5-20.9.3+16.04.20160218-1 ii libgcc1 1:6.2.0-2 ii libgps22 3.16-2 ii libice6 2:1.0.9-1+b1 ii libkf5activities55.25.0-1 ii libkf5auth5 5.25.0-1 ii libkf5baloo5 5.25.0-1 ii libkf5bookmarks5 5.25.0-1 ii libkf5calendarevents55.25.0-1 ii libkf5completion55.25.0-1 ii libkf5configcore55.25.0-1 ii libkf5configgui5 5.25.0-1 ii libkf5configwidgets5 5.25.0-1 ii libkf5coreaddons55.25.0-1 ii libkf5crash5 5.25.0-1 ii libkf5dbusaddons55.25.0-1 ii libkf5declarative5 5.25.0-1 ii libkf5globalaccel-bin5.25.0-1 ii libkf5globalaccel5 5.25.0-1 ii libkf5guiaddons5 5.25.0-1 ii libkf5holidays5 16.04.2-1 ii libkf5i18n5 5.25.0-1 ii libkf5iconthemes55.25.0-1 ii libkf5idletime5 5.25.0-1 ii libkf5itemviews5 5.25.0-1 ii libkf5jobwidgets55.25.0-1 ii libkf5js55.25.0-1 ii libkf5jsembed5 5.25.0-2 ii libkf5kdelibs4support5 5.25.0-1 ii libkf5kiocore5 5.25.0-1 ii libkf5kiofilewidgets55.25.0-1 ii libkf5kiowidgets55.25.0-1 ii libkf5networkmanagerqt6 5.25.0-1 ii libkf5newstuff5 5.25.0-1 ii libkf5notifications5 5.25.0-1 ii libkf5notifyconfig5 5.25.0-1 ii libkf5package5 5.25.0-1 ii libkf5plasma55.25.0-1 ii libkf5plasmaquick5 5.25.0-1 ii libkf5quickaddons5 5.25.0-1 ii libkf5runner55.25.0-1 ii libkf5service-bin5.25.0-1 ii libkf5service5 5.25.0-1 ii libkf5solid5 5.25.0-1 ii libkf5texteditor55.25.0-1 ii libkf5textwidgets5 5.25.0-1 ii libkf5wallet-bin 5.25.0-1 ii libkf5wallet55.25.0-1 ii libkf5waylandclient5 4:5.25.0-1 ii libkf5widgetsaddons5 5.25.0-1 ii libkf5windowsystem5 5.25.0-1 ii libkf5xmlgui55.25.0-1 ii libkf5xmlrpcclient5 5.25.0-1 ii libkscreenlocker55.7.4-1 ii libksgrd74:5.7.4-1 ii libkworkspace5-5 4:5.7.4-1 ii liblegacytaskmanager54:5.7.4-1 ii libphonon4qt5-4 4:4.9.0-4 ii libplasma-geolocation-interface5 4:5.7.4-1 ii libprocesscore7 4:5.7.4-1 ii libprocessui74:5.7.4-1 ii libqalculate5v5 0.9.7-9.1+b1 ii libqt5core5a 5.6.1+dfsg-3+b1 ii libqt5dbus5 5.6.1+dfsg-3+b1 ii libqt5gui5 5.6.1+dfsg-3+b1 ii libqt5network5 5.6.1+dfsg-3+b1 ii libqt5qml5 5.6.1-7 ii libqt5quick5
Bug#836564: Missing OnlyShowIn=KDE; in klipper autostart file
I have friends that used to use klipper in gnome, although i don't know if that's still possible. If it is i don't see why it should be marked as kde-only. -- Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ El sep 3, 2016 8:54 PM, "Michael Biebl" escribió: > Package: plasma-workspace > Version: 4:5.7.4-1 > Severity: important > File: /etc/xdg/autostart/org.kde.klipper.desktop > > The klipper tool is KDE specific and should not be started in other > desktop environments. Please add a OnlyShowIn=KDE; key to > /etc/xdg/autostart/org.kde.klipper.desktop > > > -- System Information: > Debian Release: stretch/sid > APT prefers unstable-debug > APT policy: (500, 'unstable-debug'), (500, 'unstable'), (200, > 'experimental') > Architecture: amd64 (x86_64) > Foreign Architectures: i386 > > Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores) > Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > Init: systemd (via /run/systemd/system) > > Versions of packages plasma-workspace depends on: > ii dbus-x11 1.10.10-1 > ii frameworkintegration 5.25.0-1 > ii gdb 7.11.1-2 > ii kde-cli-tools4:5.7.4-1 > ii kded55.25.0-1 > ii kinit5.25.0-1 > ii kio 5.25.0-1 > ii kpackagetool55.25.0-1 > ii libc62.24-1 > ii libcln6 1.3.4-1 > ii libdbusmenu-qt5-20.9.3+16.04.20160218-1 > ii libgcc1 1:6.2.0-2 > ii libgps22 3.16-2 > ii libice6 2:1.0.9-1+b1 > ii libkf5activities55.25.0-1 > ii libkf5auth5 5.25.0-1 > ii libkf5baloo5 5.25.0-1 > ii libkf5bookmarks5 5.25.0-1 > ii libkf5calendarevents55.25.0-1 > ii libkf5completion55.25.0-1 > ii libkf5configcore55.25.0-1 > ii libkf5configgui5 5.25.0-1 > ii libkf5configwidgets5 5.25.0-1 > ii libkf5coreaddons55.25.0-1 > ii libkf5crash5 5.25.0-1 > ii libkf5dbusaddons55.25.0-1 > ii libkf5declarative5 5.25.0-1 > ii libkf5globalaccel-bin5.25.0-1 > ii libkf5globalaccel5 5.25.0-1 > ii libkf5guiaddons5 5.25.0-1 > ii libkf5holidays5 16.04.2-1 > ii libkf5i18n5 5.25.0-1 > ii libkf5iconthemes55.25.0-1 > ii libkf5idletime5 5.25.0-1 > ii libkf5itemviews5 5.25.0-1 > ii libkf5jobwidgets55.25.0-1 > ii libkf5js55.25.0-1 > ii libkf5jsembed5 5.25.0-2 > ii libkf5kdelibs4support5 5.25.0-1 > ii libkf5kiocore5 5.25.0-1 > ii libkf5kiofilewidgets55.25.0-1 > ii libkf5kiowidgets55.25.0-1 > ii libkf5networkmanagerqt6 5.25.0-1 > ii libkf5newstuff5 5.25.0-1 > ii libkf5notifications5 5.25.0-1 > ii libkf5notifyconfig5 5.25.0-1 > ii libkf5package5 5.25.0-1 > ii libkf5plasma55.25.0-1 > ii libkf5plasmaquick5 5.25.0-1 > ii libkf5quickaddons5 5.25.0-1 > ii libkf5runner55.25.0-1 > ii libkf5service-bin5.25.0-1 > ii libkf5service5 5.25.0-1 > ii libkf5solid5 5.25.0-1 > ii libkf5texteditor55.25.0-1 > ii libkf5textwidgets5 5.25.0-1 > ii libkf5wallet-bin 5.25.0-1 > ii libkf5wallet55.25.0-1 > ii libkf5waylandclient5 4:5.25.0-1 > ii libkf5widgetsaddons5 5.25.0-1 > ii libkf5windowsystem5 5.25.0-1 > ii libkf5xmlgui55.25.0-1 > ii libkf5xmlrpcclient5 5.25.0-1 > ii libkscreenlocker55.7.4-1 > ii libksgrd74:5.7.4-1 > ii libkworkspace5-5 4:5.7.4-1 > ii liblegacytaskmanager54:5.7.4-1 > ii libphonon4qt5-4 4:4.9.0-4 > ii libplasma-geolocation-interface5 4:5.7.4-1 > ii libprocesscor
Bug#836564: Missing OnlyShowIn=KDE; in klipper autostart file
Am 04.09.2016 um 02:44 schrieb Lisandro Damián Nicanor Pérez Meyer: > I have friends that used to use klipper in gnome, although i don't know > if that's still possible. > They can easily remove the key from the desktop file, but this shouldn't be the default. It's irritating that this is started in a default GNOME desktop and half-broken, you don't see any icon only an empty space that is taken up in the systray. If you don't want to make it KDE specific, please at least add NotShowIn=GNOME; As a side note, the desktop file had OnlyShowIn=KDE; a while ago, but for some reason this was dropped. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Description: OpenPGP digital signature
Bug#811432: Krita no longer part of Calligra
Just found out about Krita, and thinking about giving it a try... Does the fact that the latest stable version of Krita upstream (3.x) has now split from Calligra have any bearing on this bug? I.e. instead of trying to fix these issues, we should just start from a clean slate with Calligra? Best, Jack P.S. It looks like libilmbase6 -> libilmbase12 and libopenexr6 -> libopenexr22