Bug#871482: krita: mouse wheel canvas zoom control lost after using another widget
Package: krita Version: 1:3.1.1+dfsg-1 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? normal usage of the stable package: - Start krita - use mouse wheel over canvas, works as expected - use mouse wheel over brush size or scroll bar or similar widget of the workspace - use mouse wheel over canvas again does not zoom in or out anymore * What exactly did you do (or not do) that was effective (or ineffective)? - clicking onto canvas with left mouse button does not reactivate normal behaviour - changed to a new user (no change of bug effect) - patching like in https://cgit.kde.org/krita.git/commit/? id=9bec9bb20d9b593ed4a3194dce11bc5191c9bea5 helps to solve the problem further investigations: seems to be a problem of new Qt 5.7 : http://code.qt.io/cgit/qt/qtbase.git/commit/? id=f253f4c3310655933266f62e90f46fd12b5c49e4 which was not patched like in : https://cgit.kde.org/krita.git/commit/? id=9bec9bb20d9b593ed4a3194dce11bc5191c9bea5 Just fixing it with these two changes solved the problem... * What was the outcome of this action? Applying the attached patch helps to solve the problem -- System Information: Debian Release: 9.1 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages krita depends on: ii kio5.28.0-2 ii krita-data 1:3.1.1+dfsg-1 ii libboost-system1.62.0 1.62.0+dfsg-4 ii libc6 2.24-11+deb9u1 ii libcurl3 7.52.1-5 ii libexiv2-140.25-3.1 ii libfftw3-double3 3.3.5-3 ii libgcc11:6.3.0-18 ii libgomp1 6.3.0-18 ii libgsl22.3+dfsg-1 ii libilmbase12 2.2.0-12 ii libjpeg62-turbo1:1.5.1-2 ii libkf5archive5 5.28.0-2 ii libkf5completion5 5.28.0-1 ii libkf5configcore5 5.28.0-2 ii libkf5configgui5 5.28.0-2 ii libkf5coreaddons5 5.28.0-2 ii libkf5crash5 5.28.0-1 ii libkf5guiaddons5 5.28.0-1 ii libkf5i18n55.28.0-2 ii libkf5itemviews5 5.28.0-1 ii libkf5kiocore5 5.28.0-2 ii libkf5widgetsaddons5 5.28.0-3 ii libkf5windowsystem55.28.0-2 ii liblcms2-2 2.8-4 ii libopencolorio1v5 1.0.9~dfsg0-6+b2 ii libopenexr22 2.2.0-11+b1 ii libpng16-161.6.28-1 ii libpoppler-qt5-1 0.48.0-2 ii libqt5concurrent5 5.7.1+dfsg-3+b1 ii libqt5core5a 5.7.1+dfsg-3+b1 ii libqt5dbus55.7.1+dfsg-3+b1 ii libqt5gui5 5.7.1+dfsg-3+b1 ii libqt5network5 5.7.1+dfsg-3+b1 ii libqt5printsupport55.7.1+dfsg-3+b1 ii libqt5svg5 5.7.1~20161021-2+b2 ii libqt5widgets5 5.7.1+dfsg-3+b1 ii libqt5x11extras5 5.7.1~20161021-2 ii libqt5xml5 5.7.1+dfsg-3+b1 ii libraw15 0.17.2-6+b1 ii libstdc++6 6.3.0-18 ii libtiff5 4.0.8-2+deb9u1 ii libx11-6 2:1.6.4-3 ii libxcb11.12-1 ii libxi6 2:1.7.9-1 ii zlib1g 1:1.2.8.dfsg-5 krita recommends no packages. Versions of packages krita suggests: ii colord 1.3.3-2 ii ffmpeg 7:3.2.5-1 ii krita-l10n 1:3.1.1+dfsg-1.1 -- no debconf information Index: krita-3.1.1+dfsg/libs/ui/input/wintab/qxcbconnection.cpp === --- krita-3.1.1+dfsg.orig/libs/ui/input/wintab/qxcbconnection.cpp +++ krita-3.1.1+dfsg/libs/ui/input/wintab/qxcbconnection.cpp @@ -545,7 +545,7 @@ public: class WheelEvent : public InputEvent { public: WheelEvent(QWindow *w, ulong time, const QPointF & local, const QPointF & global, QPoint pixelD, QPoint angleD, int qt4D, Qt::Orientation qt4O, - Qt::KeyboardModifiers mods, Qt::ScrollPhase phase = Qt::ScrollUpdate, Qt::MouseEventSource src = Qt::MouseEventNotSynthesized) + Qt::KeyboardModifiers mods, Qt::ScrollPhase phase = Qt::NoScrollPhase, Qt::MouseEventSource src = Qt::MouseEventNotSynthesized) : InputEvent(w, time, Wheel, mods), pixelDelta(pixelD), angleDelta(angleD), qt4Delta(qt4D), qt4Orientation(qt4O), localPos(local), globalPos(global), phase(phase), source(src) { } QPoint pixelDelta; QPoint angleDelta; Index: krita-3.1.1+dfsg/libs/ui/input/wintab/qxcbconnection_xi2.h === --- krita-3.1.1+dfsg.orig/libs/ui/input/wintab/qxcbconnection_xi2.h +++ krita-3.1.1+dfsg/libs/ui/input/wintab/qxcbconnection_xi2.h @@ -109,7 +109,7 @@ public: ENTER_FUNCTION(); } -static void handleWheelEvent(Q
Bug#887835: qt5ct just *doesn't* work - The QT_QPA_PLATFORMTHEME environment variable is not set correctly
Package: qt5ct Version: 0.34-1 Severity: grave Justification: renders package unusable Dear all, although the man page of qt5ct proudly states: qt5ct hasn't options. It just works. reality is that it simply doesn't start, but shows a warning dialog with The QT_QPA_PLATFORMTHEME environment variable is not set correctly and that's it. Best Norbert -- System Information: Debian Release: buster/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.14.14 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages qt5ct depends on: ii libc62.26-4 ii libgcc1 1:7.2.0-19 ii libgl1 1.0.0-1.1 ii libqt5core5a [qtbase-abi-5-9-2] 5.9.2+dfsg-7 ii libqt5dbus5 5.9.2+dfsg-7 ii libqt5gui5 5.9.2+dfsg-7 ii libqt5widgets5 5.9.2+dfsg-7 ii libstdc++6 7.2.0-19 qt5ct recommends no packages. Versions of packages qt5ct suggests: pn qt5-style-plugins -- no debconf information
Bug#954781: libqt5core5a: QT will not use Wayland on Gnome
Package: libqt5core5a Version: 5.12.5+dfsg-9 Severity: normal Dear Maintainer, Runnin any QT Application on Gnome will blacklist Wayland. You see the explicit message when starting an application from the terminal. % wireshark Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. (for me this is really annoying as I have a HiDPI and a normal Monitor, X11 doesnt allow different scaling). Fedora considers QT 5.12+ ready to enable this by default, see the two used pathes under [1], Section "Scope". I'd hope debian could follow here, and use those patches in testing. [1] - https://fedoraproject.org/wiki/Changes/Qt_Wayland_By_Default_On_Gnome -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages libqt5core5a depends on: ii libc6 2.30-2 ii libdouble-conversion3 3.1.5-5 ii libgcc-s1 10-20200312-2 ii libglib2.0-0 2.64.1-1 ii libicu63 63.2-3 ii libpcre2-16-0 10.34-7 ii libstdc++6 10-20200312-2 ii zlib1g 1:1.2.11.dfsg-2 Versions of packages libqt5core5a recommends: ii qttranslations5-l10n 5.12.5-1 Versions of packages libqt5core5a suggests: ii libthai0 0.1.28-3 -- no debconf information
Bug#954781: libqt5core5a: QT will not use Wayland on Gnome
Thanks, I guess I can always work around by setting the QT_QPA_PLATFORM variable. And Ill be a bit ignorant and say that In my opinion, the testing flavor would be a good testbed to find and iron out remaining issue. In case of wireshark, I haven't found issues with menus (so far), while the app running inadvertently under X11 causes issues (wrong scaling, bad text). So you might get bug reports based on those upstream issue either way ;) Norbert
KDE/Plasma update for Debian
Dear all, (please cc, I am not subscribed) you might have seen my blog post, but anyway, I have updated most kf* and plasma packages to the latest versions, see https://build.opensuse.org/project/show/home:npreining:debian-plasma Source and binaries for i586/x86_64 for sid/testing are available there (sid is currently broken because xorg-server is borken, so binaries can be obtained from https://www.preining.info/debian/. Maybe it helps Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Re: KDE/Plasma update for Debian
Hi Pino, thanks for your email! On Tue, 28 Apr 2020, Pino Toscano wrote: > Plasma 5.18 requires KF 5.64 (or so) which we don't have yet in Debian. > Updating to a newer KF takes effort as well, and I believe Sandro Knauss As said, I have updated all relevant packages: - frameworks to 5.69 - KDE apps to 20.04 - Plasma to 5.18 So in principle everything is ready, with a lot of caveats of course. > Ideally I'd ask for some kind of coordination with us, rather than a > "this is the work, take it" approach, as there is lots of things to do, > and review a monolithic approach IME takes more than the various bits > of it. If you are interested, please contact Sandro about this. Complete agreed. I am more than happy to help integrate this into main Debian, that is anyway the aim, right! Basically, the update is **extremely** smooth due to all the work you have done. What was necessary is adjusting the watch file (applications -> release-service), running uscan --rename, unpacking, checking that the patches apply, fixing them now and then, building them and fixing the changed symbols. Thanks to OBS (I think you suggested it to me once during the cinnamon update sessions. I didn't use it back then, but now I see how helpful that service is!), this is all rather trivial as one has to only push out the changes. There are a few items that needs more detailed consideration, in particular disappearing files (the most work was changes in the .install files), and that some packages have moved. E.g., calendarcore moved from a KDE Apps to KDE frameworks, so now has version number 5.69, and in addition the names have changed. I reused the source package name, but the binary package name have changed. Then there are new packages necessary: kdsoap and kvcardblabla (have it somewhere here). What I did **not** do is meticulously checking the CMakefile for the **minimum** version, but often put in 5.69 for dependency frameworks. Let us discuss how to continue, as said, I can send out debdiffs, I can maybe also commit something to the git repos, but with over 250 packages I have updated, most of the stuff needs to be working automatically, that is with a bit of scripting. I have updated practically all packages automatically, and then only fixed those which were broken. So, what should be do? What do you prefer? We need to make a plan how to proceed. I guess first we need to update frameworks. Besides the calendarcore thing I don't remember anything serious, besides symbol changes and installed files changes. Anyway, let me know what kind of contribution you would like to see. I will try my best to help, but also please understand that alone updating all packages was a considerable endeavour ... All the best Norbert PS: comments to the rest in private email. -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#303266: kde-extras: please remove kvim recommends
Package: kde-extras Version: 5:43 Severity: normal Please remove kvim from kde-extra's recommends, kvim was removed from unstable. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.11-1-686 Locale: LANG=POSIX, LC_CTYPE=de_DE (charmap=ISO-8859-1) Versions of packages kde-extras depends on: pn kde-core Not found. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#824481: konsole: does not keep font setting information
Hi Max, > recently uploaded a konsole version (4:16.12.0-2) that fixes a couple of > font rendering issue. Could you check if this issue is fixed for you with Seems to be fixed, I couldn't reproduce it anymore (although since I am using cinnamon now, I am not regularly on KDE). konsole now remembers the font and the spacing remains the same. Thanks. Norbert -- PREINING Norbert http://www.preining.info Accelia Inc. +JAIST +TeX Live +Debian Developer GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#894725: baloo-kf5: auto-starts on unrelated DE
Package: baloo-kf5 Version: 5.44.0-1 Severity: important Hi all, I am running Cinnamon, but also have a KDE in case I want to switch or play around. Unfortunately, dolphin depends on baloo-kf5, and baloo-kf5 auto-starts in Cinnamon, taking up about 20% of CPU time for A***GES. Please disable baloo-kf5 for *ALL* but KDE, or even better for all, as all these file indexing services are just a pain. Thanks Norbert -- System Information: Debian Release: buster/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.15.15 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages baloo-kf5 depends on: ii kio 5.44.0-2 ii libc62.27-3 ii libkf5baloo5 5.44.0-1 ii libkf5balooengine5 5.44.0-1 ii libkf5configcore55.44.0-1 ii libkf5coreaddons55.44.0-1 ii libkf5crash5 5.44.0-1 ii libkf5dbusaddons55.44.0-1 ii libkf5filemetadata3 5.44.0-1 ii libkf5i18n5 5.44.0-1 ii libkf5idletime5 5.44.0-1 ii libkf5kiocore5 5.44.0-2 ii libkf5solid5 5.44.0-1 ii libqt5core5a 5.9.2+dfsg-12 ii libqt5dbus5 5.9.2+dfsg-12 ii libqt5gui5 5.9.2+dfsg-12 ii libqt5qml5 5.9.2-3 ii libqt5widgets5 5.9.2+dfsg-12 ii libstdc++6 8-20180331-1 baloo-kf5 recommends no packages. baloo-kf5 suggests no packages. -- no debconf information
Bug#894725: baloo-kf5: auto-starts on unrelated DE
> The configuration file should be in ~/.config/baloofilerc, in Debian, the Thanks, fixed it there. > I'm not completely sure if a running indexer would notice a change in the > configuration file, so you might need to signal the baloo_file processes. kill -9 ... Best Norbert -- PREINING Norbert http://www.preining.info Accelia Inc. +JAIST +TeX Live +Debian Developer GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#726368: kdm: cannot connect to dbus bus, terminates
Package: kdm Version: 4:4.10.5-3 Severity: grave Justification: renders package unusable Hi from kdm.log: ... (process:7567): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Address does not contain a colon klauncher(7574) kdemain: No DBUS session-bus found. Check if you have started the DBUS server. kdeinit4: Communication error with launcher. Exiting! kdmgreet(7567)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server" kdmgreet(7567)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned kdm_greet: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. (EE) Server terminated successfully (0). Closing log file. Umpf, nothing works, after a short start the screen goes black again and we are back. No login possible Norbert -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.0-rc4+ (SMP w/4 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages kdm depends on: ii adduser 3.113+nmu3 ii consolekit0.4.6-3+b1 ii debconf [debconf-2.0] 1.5.51 ii kde-runtime 4:4.10.5-1 ii kde-wallpapers-default4:4.10.5-1 ii kde-workspace-kgreet-plugins 4:4.10.5-3 ii libc6 2.17-93 ii libck-connector0 0.4.6-3+b1 ii libdbus-1-3 1.6.16-1 ii libkdecore5 4:4.10.5-1+b1 ii libkdeui5 4:4.10.5-1+b1 ii libkio5 4:4.10.5-1+b1 ii libknewstuff3-4 4:4.10.5-1+b1 ii libkworkspace4abi24:4.10.5-3 ii libpam0g 1.1.3-9 ii libqimageblitz4 1:0.0.6-4 ii libqt4-svg4:4.8.5+git121-g2a9ea11+dfsg1-2 ii libqt4-xml4:4.8.5+git121-g2a9ea11+dfsg1-2 ii libqtcore44:4.8.5+git121-g2a9ea11+dfsg1-2 ii libqtgui4 4:4.8.5+git121-g2a9ea11+dfsg1-2 ii libstdc++64.8.1-10 ii libx11-6 2:1.6.2-1 ii libxau6 1:1.0.8-1 ii libxdmcp6 1:1.1.1-1 ii libxtst6 2:1.2.2-1 ii lsb-base 4.1+Debian12 Versions of packages kdm recommends: ii e17 [x-window-manager] 0.17.3-1 ii evilvte [x-terminal-emulator]0.5.1-1 ii fvwm [x-window-manager] 1:2.6.5.ds-2 ii gnome-session [x-session-manager]3.8.4-2 ii gnome-session-flashback [x-session-manager] 3.6.2-2 ii gnome-terminal [x-terminal-emulator] 3.8.4-1 ii guake [x-terminal-emulator] 0.4.4-1 ii icewm [x-window-manager] 1.3.7-5 ii icewm-experimental [x-window-manager]1.3.7-5 ii kde-window-manager [x-window-manager]4:4.10.5-3 ii kde-workspace4:4.10.5-3 ii konsole [x-terminal-emulator]4:4.10.5-2 ii kterm [x-terminal-emulator] 6.2.0-46 ii logrotate3.8.6-1 ii lxsession [x-session-manager]0.4.9.2-1 ii lxterminal [x-terminal-emulator] 0.1.11-4 ii metacity [x-window-manager] 1:2.34.13-1 ii mutter [x-window-manager]3.8.4-2 ii openbox [x-window-manager] 3.5.2-3 ii razorqt-session [x-session-manager] 0.5.2-2 ii roxterm-gtk3 [x-terminal-emulator] 2.7.2-1 ii rxvt-unicode [x-terminal-emulator] 9.18-3 ii sakura [x-terminal-emulator] 3.1.0-1 ii terminator [x-terminal-emulator] 0.97-1 ii twm [x-window-manager] 1:1.0.6-1 ii xnest [xserver] 2:1.14.3-4 ii xserver-xephyr [xserver] 2:1.14.3-4 ii xserver-xorg [xserver] 1:7.7+4 ii xterm [x-terminal-emulator] 297-1 Versions of packages kdm suggests: ii kde-wallpapers 4:4.10.5-1 ii kdepasswd 4:4.10.5-1 -- Configuration Files: /etc/kde4/kdm/kdmrc changed: [General] ConfigVersion=2.4 ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6 GreeterUID=kdm PidFile=/var/run/kdm.pid ReserveServers=:1,:2,:3 ServerVTs=-7 StaticServers=:0 [Shutdown] BootManager=None HaltCmd=/sbin/shutdown -h -P now RebootCmd=/sbin/shutdown -r now [X-*-Core] AllowNullPasswd=false AllowRootLogin=false AllowShutdown=Root AutoReLogin=false ClientLogFile=.xsession-errors-%d Reset=/etc/kde4/kdm/Xreset Session=/etc/kde4/kdm/Xsession Setup=/etc/kde4/kdm/Xsetup Startup=/etc/kde4/kdm/Xstartup [X-*-Greeter] AntiAliasing=true ColorScheme= FaceSource=AdminOnly FailFont=Sans Serif,10,-1,5,75,0,0,0,0,0 GU
Bug#726368: kdm: cannot connect to dbus bus, terminates
Hi Lisandro, On Di, 15 Okt 2013, Lisandro Damián Nicanor Pérez Meyer wrote: > Hi Norbert! Please check if you have libqt4-dbus, qdbus and/or libqtdbus4 (I > need the state for the three of them). $ dpkg -l libqt4-dbus qdbus libqtdbus4 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==---= ii libqt4-dbus:am 4:4.8.5+git1 amd64Qt 4 D-Bus module ii libqtdbus4:amd 4:4.8.5+git1 amd64Qt 4 D-Bus module library ii qdbus 4:4.8.5+git1 amd64Qt 4 D-Bus tool $ Anything else I can provide? Norbert PREINING, Norbert http://www.preining.info JAIST, Japan TeX Live & Debian Developer DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094 -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20131015231636.gb28...@gamma.logic.tuwien.ac.at
Bug#726368: kdm: cannot connect to dbus bus, terminates
Hi Lisandro, > Hi Norbert! As this bug has been deemed unreproducible and we had no news > from > you in almost two months ([0] was the last time we asked for more details > without your reply) I'm downgrading this bug to important. Indeed, I wanted to reinstall kdm and see if I can reproduce it, but since I am now fully happy with lightdm and lxde, I never ame around it. I closed the bug. Thanks for pinging and your work! Norbert ---- PREINING, Norbert http://www.preining.info JAIST, Japan TeX Live & Debian Developer DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094 -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140119225826.ga16...@gamma.logic.tuwien.ac.at
Bug#824481: konsole: does not keep font setting information
Package: konsole Version: 4:15.12.1-1 Severity: important Hi everyone, I have tried konsole from unstable and experimental, but in both cases I see the following misbehaviour: * edit current profile * set font to my preferred Lucida Console DK * set size to 16pt * be happy * close all instances of konsole * start a new konsole session * font is wrong ... Wrong means: too big, horizontal spacing wrong. I can provide screenshots if necessary. Thanks for keeping KDE alive in Debian! Norbert -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.6.0-rc7+ (SMP w/4 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages konsole depends on: ii konsole-kpart 4:15.12.1-1 ii libc6 2.22-9 ii libkf5completion5 5.16.0-1 ii libkf5configcore5 5.16.0-1 ii libkf5configgui55.16.0-1 ii libkf5configwidgets55.16.0-1 ii libkf5coreaddons5 5.16.0-1 ii libkf5i18n5 5.16.0-1 ii libkf5iconthemes5 5.16.0-1 ii libkf5kdelibs4support5 5.16.0-1 ii libkf5kiowidgets5 5.16.0-1.1 ii libkf5notifyconfig5 5.16.0-1 ii libkf5widgetsaddons55.16.0-1 ii libkf5windowsystem5 5.16.0-1 ii libkf5xmlgui5 5.16.0-1 ii libqt5core5a5.5.1+dfsg-16+b1 ii libqt5gui5 5.5.1+dfsg-16+b1 ii libqt5widgets5 5.5.1+dfsg-16+b1 ii libstdc++6 6.1.1-3 konsole recommends no packages. konsole suggests no packages. -- no debconf information
Bug#824481: konsole: does not keep font setting information
Hi Max, > I could reproduce the issue using Lucida Console from: Good to hear. > I still suspect that QFonts fromString/toString might be acting up, > which would mean a qt5 bug, but this needs further testing. Sorry, not much I can help here, though. Sorry. > Sorry, what's the bug number for this? If you are willing to go an I send you a separate email. > extra mille it's usually better to send the patch upstream and have > an upstream ack about it. All upstream fixes (cherry picked from svn, in fact only two lines added). Norbert -------- PREINING, Norbert http://www.preining.info JAIST, Japan TeX Live & Debian Developer GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#1006685: kde-plasma-desktop: KDE does not display Emojis correctly
Hi Max, > One can reproduce it by running `echo "Heart Face Emoji 🥰"` in Konsole > or by opening https://www.youtube.com/watch?v=YaYoJziCgto in Fireofox or > Konqueror. The emojis will be displayed only as blank rectangles. > > The problem does not occur on Ubuntu. It also does not occur when using > Debian/Xfce and when using the Xfce-Terminal from within a Plasma Qt has not auto-fallback, so this has to be activated for fontconfig. I just tried it myself on Arch (I am running) and didn't see the emojis. Then I did: - install fonts-noto-emoji - added configuration to /etc/fonts/local.conf (easily findable on the internet what is necessary) And now emojis are properly shown in konsole, as well as other Qt based programs. > I tried to set a different font, but to no avail. Maybe I have not tried > hard enough. However, I think Emojis should be displayed properly in the > default configuration. The problem is that: - the default font you set is for text, and emojis are most likely not contained in the font you set - the libraries in use need to deal with missing glyphs in the defined font, and there are several ways to do it. One is to display TOFU This is not specific to KDE, but to fontconfig and how Debian handles fallback fonts. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research +IFMGA Guide +TU Wien+TeX Live GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Re: Bug#1006685: kde-plasma-desktop: KDE does not display Emojis correctly
Hi Max, > I really tried, but I could not find a guide how to do so. I found > https://wiki.archlinux.org/title/Font_configuration but it seems not to have a > section to configure fallback fonts. I used a different config file, but just found this here which indicates that it is related to hinting: https://bugs.freedesktop.org/show_bug.cgi?id=104542 $ cat /etc/fonts/conf.d/68-color-emoji.conf Emoji true hintslight true $ Does that work (after sudo fc-cache -f and relogin)? If not, then sans-serif Noto Sans Noto Color Emoji Noto Emoji DejaVu Sans serif Noto Serif Noto Color Emoji Noto Emoji DejaVu Serif monospace Noto Mono Noto Color Emoji Noto Emoji DejaVu Sans Mono Would help, too. > So maybe this is not related to KDE directly, but I still think its an > unfortunate situation, and fixing at would significantly improve the user > experience? Would it make sense to file another bug report against the > appropriate package, e.g. fontconfig? My guess is that the fonts-noto-emoji or so should ship a fontconfig file that activates it, best with the above. But I am not running Debian anymore on my main machine, so cannot really check. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research +IFMGA Guide +TU Wien+TeX Live GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Re: Bug#1006685: kde-plasma-desktop: KDE does not display Emojis correctly
Hallo Max, > I copied two files from Kubuntu's /etc/fonts/conf.avail/, 50-user.conf and > 56-kubuntu-noto.conf and put them to Debian's /etc/fonts/conf.avail and > ~/.config/fontconfig/conf.d/, respectively. > > Then I refreshed the fonts cache using `sudo fc-cache -fv`, just as you > suggested. For everyone landing here: **It was crucial to relogin!** So yes, re-logging in is probably necessary indeed. I checked the two files, the 50-user.conf should not be necessary since this is already present in Debian, too ... if it is missing on your side, this is surprising. Concerning 50-kubuntu-noto.conf, this does *a hell of a lot of things* ... if you are happy with the output, then all is fine. The part that it does right is adding the Noto emoji font to the search list at the front. (I personally found some interesting things concerning hinting for CJK fonts, which - as I live in Japan - is of great interest!) > Now I have working emoji support wherever I expect it. Thank you very much! Well, if it works and all is fine with you, that is perfect! All the best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research +IFMGA Guide +TU Wien+TeX Live GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Re: KDE/Plasma update for Debian
Hi Pino, On Tue, 28 Apr 2020, Norbert Preining wrote: > Let us discuss how to continue, as said, I can send out debdiffs, I can > maybe also commit something to the git repos, but with over 250 packages > I have updated, most of the stuff needs to be working automatically, > that is with a bit of scripting. I have updated practically all packages > automatically, and then only fixed those which were broken. > > So, what should be do? What do you prefer? We need to make a plan how to > proceed. I guess first we need to update frameworks. Besides the Any comments to my email sent back then? Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#966174: okular: none
Hi Miguel, hi all, > https://www.boe.es/boe/dias/2018/04/26/pdfs/BOE-A-2018-5704.pdf As a data point, on my system with okular 4:20.04.3-1~np1 frameworks 5.72 I don't see any crash, the document is opened, shown as signed, and shows information about forms. This is with the packages for KDE/Plasma/Frameworks from my repositories. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#972606: plasma-workspace FTFBS: cmake error / some missing dependency
Hi On Wed, 21 Oct 2020, Helmut Grohne wrote: > | -- Could NOT find KF5KDELibs4Support (found version "5.74.0"), checked the > following files: > | > /usr/lib/x86_64-linux-gnu/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake > (version 5.74.0) > | Reason given by package: KF5KDELibs4Support could not be found because > dependency KF5ItemModels could not be found. Ahh, that is the same error I reported recently on IRC, it seems that the kdelibs4support -dev package needs more Depends. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#973748: sddm: CVE-2020-28049: local privilege escalation due to race condition in creation of the Xauthority file
Hi Salvatore, hi FTP Master, @Salvatore: thanks for the NMU preparation. We are now preparing a fix for unstable via version 0.19, and at the same time I thought I upload to buster-security, based on your patch, But, uploading to security-master with dput I got the following answer: On Thu, 05 Nov 2020, Debian FTP Masters wrote: > sddm_0.18.0-1+deb10u1.dsc: Does not match file already existing in the pool. Do you or ftpmaster could explain me what I did wrong? The included files are Checksums-Sha1: f8d882dbf4cf377fa0c7a4277a56b7f7c25e2a64 2334 sddm_0.18.0-1+deb10u1.dsc a33d316b613a52b2af435c3516ed9abac7ea34d5 52864 sddm_0.18.0-1+deb10u1.debian.tar.xz 5ed47e94dc64af78fe960358b8b009afb840e16a 13613 sddm_0.18.0-1+deb10u1_source.buildinfo and the upload was a source-only to Distribution: buster-security. Thanks Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#973748: sddm: CVE-2020-28049: local privilege escalation due to race condition in creation of the Xauthority file
Hi Salvatore, > That is because I did already upload the upload yesterday as with the > debdiff attached to the bugreport. But we (Moritz was testing as well) > wanted to further test the upload first before releasing the DSA. A ok, that explains it. Didn't see any message about it, so I guessed you were waiting for us. I also didn't see anything on tracker.debian.org, so I thought I will do it ... Is there anything regarding buster that is still necessary? > Fixing this via unstable via directly 0.19 sounds great, thank you. That is coming in in short time. Thanks Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#973748: sddm: CVE-2020-28049: local privilege escalation due to race condition in creation of the Xauthority file
Hi Salvatore, On Thu, 05 Nov 2020, Salvatore Bonaccorso wrote: > to day, this is the debdiff I just used for the upload. tracker.d.o > does not show it yet because the packages are sitting in the embargoed > policy queue on security-master so not yet pushed out to the archive. Ah, ok, didn't know that. Fine with me! > No not for buster-security. But I can provide you the two commits for > the packaging repo if you prefer that instead of importing the dsc. > They are attached. Thanks, that is great. I will trash my branch and make a new one based on your commit. I wait with tagging until I see the package appear. Best regards Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#973907: sddm 0.19.0-1 doesnt remeber last session
Hi, > in my case i thought that plasma would pop up, but fluxbox appears Confirmed. The reason is that sddm 0.19 changed the format of the file /var/lib/sddm/state.conf in that the Session contains only the relative path, not the absolute. Old (0.18) had Session=/usr/share/xsessions/plasma.desktop New (0.19) has Session=plasma.desktop Let us see whether we can fix that automatically. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#974026: On upgrade, sddm clobbers /usr/share/sddm/scripts/Xsetup
retitle 974026 allow configuration of /usr/share/sddm/scripts/Xsetup severity 974026 whishlist thanks Hi Alain, On Mon, 09 Nov 2020, Alain Knaff wrote: > sddm contains a file /usr/share/sddm/scripts/Xsetup intended to be ... > However, on package upgrade this file gets overwritten, losing user's > customization. Files under /usr should **never** be changed with user configuration, because they will be overwritten, full stop. > Shouldn't this be declared as a "config" file in the debian package, so > that its content is not lost on upgrade? (debian/conffiles) That is not possible. It would need to be moved to /etc and either symlinked or somehow included differently. Retitle according to intended purpose. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#973933: sddm: auth:sddm-helper exited with 1
tags 973933 - confirmed tags 973933 + moreinfo severity 973933 normal thanks Hi Ariel, can you please look into whether maybe a wrong session was selected (in particular wayland) and thus failures happened. This is a bug in sddm which is fixed in -2, but you need to manually select the correct session. For now I set this to unconfirmed, moreinfo, and lower severity accordingly. Thanks Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#974108: libkf5eventviews: FTBFS with qrand undefined
Source: libkf5eventviews Version: 4:20.08.2-2 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) Hi some changes in Qt seem to have triggered FTBFS here, as it fails with /build/libkf5eventviews-20.08.2/src/prefs.cpp: In member function 'void EventViews::Prefs::createNewColor(QColor&, int)': /build/libkf5eventviews-20.08.2/src/prefs.cpp:968:25: error: 'qrand' was not declared in this scope; did you mean 'srand'? 968 | QColor col = QColor(qrand() % 256, qrand() % 256, qrand() % 256); | ^ | srand qrand is defined in qglobal.h with /* Reentrant versions of basic rand() functions for random number generation */ #if QT_DEPRECATED_SINCE(5, 15) Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") void qsrand(uint seed); Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand(); #endif so it seems that the deprecation has actually disabled the function. Best Norbert -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.9.6+ (SMP w/8 CPU threads) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
Bug#973933: sddm: auth:sddm-helper exited with 1
Hi Ariel, On Mon, 09 Nov 2020, Ariel Molinuevo wrote: > I'm sure I didn't select a wayland session because I had the auto login set > to Openbox. That might be messed up. -1 has a bug so it doesn't recognize the saved session, that means it auto-selects the top-most in the list. If that fails, the login fails. This bug is fixed in -2, but you might need to select manually the correct session. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#974108: libkf5eventviews: FTBFS with qrand undefined
On Tue, 10 Nov 2020, Norbert Preining wrote: > /build/libkf5eventviews-20.08.2/src/prefs.cpp:968:25: error: 'qrand' was not > declared in this scope; did you mean 'srand'? > 968 | QColor col = QColor(qrand() % 256, qrand() % 256, qrand() % 256); > | ^ > | srand The failing code comes from Debian patch to keep ABI, but there are two bugs: - first, qglobal.h needs included --- a/src/prefs.cpp +++ b/src/prefs.cpp @@ -33,6 +33,9 @@ #include #include + +#include + using namespace EventViews; QSet iconArrayToSet(const QByteArray &array) - second, the deprecation need to be adjusted --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ ecm_setup_version(PROJECT VARIABLE_PREFI ### Targets ### -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050100) add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054800) add_definitions(-DQT_NO_FOREACH) With that I think it compiles. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#974112: kdecorations crash
Hi > I can reproduce the problem as well. Yes, kwin upgrade to the version in unstable will help. > packages were upgraded to 4:5.19.5-3: -4 will prohibit this, but needs a bit more time to arrive in testing. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#974538: libkscreenlocker5: kwin cannot start due to missing libkscreenunlocker5 symbols
Hi Scarlett, hi all, > However, it seems that because of the ABI break in libkscreenlocker5 > there may need to be more specific dependency requirements (like I suggest the following change in kscreenlocker debian/control, Scarlett, wdyt? diff --git a/debian/control b/debian/control index b961e0d..b2ba44d 100644 --- a/debian/control +++ b/debian/control @@ -86,6 +86,7 @@ Package: libkscreenlocker5 Architecture: any Pre-Depends: psmisc Depends: ${misc:Depends}, ${shlibs:Depends} +Breaks: kwin-common (<< 4:5.19), kwin-common (>> 4:5.19.90~) Recommends: kde-config-screenlocker Multi-Arch: same Description: Secure lock screen architecture Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#974652: plasma-desktop-data: Plasma systemsettings "Plasma Style": Error loading QML file due to missing knewstuff
Hi Arne, > Error loading QML file. > file:///usr/share/kpackage/kcms/kcm_desktoptheme/contents/ui/main.qml:27 > module "org.kde.newstuff" is not installed > > the package > > qml-module-org-kde-newstuff Thanks, added the missing dep in the git repo. Will be in the next upload. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#974681: why depends on ibus-data
Hi On Sat, 14 Nov 2020, Shengjing Zhu wrote: > With recent upgrade, I see ibus-data is pulled in by plasma-desktop. > Looking at the source of plasma-desktop, I can only find ibus is mentioned > in applets/kimpanel/backend/ibus. The ibus-data contains the necessary emoji data for the emoji picker, there is no implicite need for anything else from ibus. But after discussion with our team we decided to change the dependency to a recommends to not force 50M package if not wished for. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#974112: Request for a timeline for kdecoration in bullseye
On Sat, 14 Nov 2020, Dario Mapelli wrote: > Since the root cause for this bug seems to be the migration to testing of > kdecoration 5.19.5-3 [1], which is not compatible with kwin 5.17 as suggested > by the KDE people, I was surprised to notice that yesterday kdecoration has > been migrated to 5.19.5-4 [2] . > Is this intended? Shouldn't be necessary and sufficient to just rollback > kdecorations to 5.17.5-2 ? How long can this take? kwin 5.19 has migrated to testing. No need to roll back to 5.17. > After this is fixed, maybe we should also ask ourselves how this could have > happened. I mean, if Norbert releases something to Unstable [3] and we are > fine with it, it should not be so automatic that the same package is also > suitable for testing. Aehmm, you are aware that this was not only me doing this, and the lead of all this was by the KDE developer Scarlett? And you also don't understand how Debian works, because what goes into unstable is bound to go to testing, it has always been like this. Enjoy Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#976332: /etc/xdg/autostart/org.kde.discover.notifier.desktop is marked executable
On Thu, 03 Dec 2020, Christian Göttsche wrote: > Version: 5.19.5-4 > > systemd complaint: > > systemd-xdg-autostart-generator[1216]: Configuration file > /etc/xdg/autostart/org.kde.discover.notifier.desktop is marked > executable. Please remove executable permission bits. Proceeding > anyway. Thanks for that, for 5.20 the x bits aren't set. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#977338: konsole: unable to select intensive color using ANSI \e[1m sequence
Hi Antonio, BIG BIG THANKS! I was puzzled about what has happened with my colors and was reading through the wiki article you mentioned and tried to make sense of it. Thanks for reporting and fixing it. I pushed this change to the repo and will upload it soon. Best Norbert On Sun, 13 Dec 2020, Antonio Russo wrote: > Konsole 20.12.0 contains a regression which breaks the ability to select an > "intensive" color in the standard way, which I've reported upstream [1]. > The commit in question is 82806a2. -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#977700: qml-module-org-kde-prison: typo in package description: missing "to"
On Sat, 19 Dec 2020, Paul Wise wrote: > barcodes and DataMatrix barcodes, and can easily be made support more. > ^ > \_ missing "to" > is here Thanks, fixed in git. Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Re: Error kleopatra install
Hi > There is no vlc package in the list of packages for installing kleopatra, and > when installing kleopatra, the vlc-data packages vlc-plugin-base > vlc-plugin-video-output are installed. > This is alarming! You can override this by installing phonon4qt5-backend-null THe reason is that kleopatra depends on libkf5notifications5 libkf5notifications5 depends phonon4qt5 phonon4qt5 depends on phonon4qt5-backend-vlc | phonon4qt5-backend By default it pulls in phonon4qt5-backend-vlc but you can select the phonon4qt5-backend-null that provides phonon4qt5-backend Hope that helps. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#942078: [high quality bug] baloo crash, can't recover; forced reindex does not fix; unusable via dolphin C-f
Hi Nicholas, On Wed, 09 Oct 2019, Nicholas D Steeves wrote: > Version: 5.54.0-1 > Severity: serious > Justification: poor experience will cause user to give up on baloo; worse > than GNOME Can you reproduce this with current frameworks 5.77 in unstable? Does it always crash at the same file (jack_capture_90.mp3) or always in different files? Thanks Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#943462: [polkit-kde-agent-1] Fails to start with elogind
Hi Alex, On Fri, 25 Oct 2019, Alex Volkov wrote: > Version: 4:5.14.5-1 > Severity: serious This is for a very old version of Plasma. Could you please try the current 5.20.4 from unstable. We can surely not debug this for stable. Thanks Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#973677: libkscreenlocker5: No login dialog is shown, user cannot unlock session
tags 973677 + unreproducible moreinfo severity 973677 normal thanks On Tue, 03 Nov 2020, Mikko Korhonen wrote: > but happens every time and at any unlock, not just on dehibernation and with > a > single monitor: only the cursor is shown on a black screen and there is no > way to login. > As a workaround killing the process helps as the new instance shows the login > screen. It seems from other reports that this stems from a mix of versions (5.17 and 5.19 or even 5.20). I cannot reproduce this on a current up to date unstable system with plasma 5.20.4 completely updated. Can you please reconfirm whether this is still an issue with current Plasma from unstable. Thanks Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#978008: libkwaylandserver5: undefined symbol: _ZN14KWaylandServer17XdgShellInterface14surfaceCreatedEPNS_24XdgShellSurfaceInterfaceE"
Hi Vincas, > Package: libkwaylandserver5 > Version: 5.20.4-2 > /usr/bin/kwin: symbol lookup error: /lib/x86_64-linux-gnu/libkwin.so.5: > undefined symbol: > _ZN14KWaylandServer17XdgShellInterface14surfaceCreatedEPNS_24XdgShe > llSurfaceInterfaceE Which version of kwin do you have installed? Seems like a missing breaks against old versions of kwin or so. > It seems that I have go perform `full-upgrade` that removes `user-manager`. > After that KDE desktop works. Yes, user-manager is going away. It is now a kcm and not a separate program. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#978008: libkwaylandserver5: undefined symbol: _ZN14KWaylandServer17XdgShellInterface14surfaceCreatedEPNS_24XdgShellSurfaceInterfaceE"
reopen 978008 severity 978008 important retitle 978008 missing breaks against old kwin version tag 978008 + pending thanks > Unpacking kwin-x11 (4:5.20.4-3) over (4:5.19.5-3+b1) ... > So I guess I've got stuck on just a transition. I thought user-manager > removal was one of these temporarily-transitional-stuff, so I avoided that. > I should have removed it and there would be no issue. Still, this should not happen, it is a missing breaks. I reopen the bug, adjust severity, and mark as pending. > Sorry for the noise. Not noise at all, thanks for the report! Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Plasma transition to testing
Dear Release Team, we are currently trying to get KDE/Plasma into testing, but it seems that the remaining pieces are stuck due to plasma-workspace not transitioning, which in turn is due to a stuck autotest on armhf https://qa.debian.org/excuses.php?package=plasma-workspace >From my inspection this seems to be bogus (long time no activity, no recent builds on armhf, ...), but I am not a Debian CI expert. Could you please hint plasma-workspace, or let us know how we can fix the hanging armhf test. Thanks Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Re: Plasma transition to testing
Hi Graham, > If you are referring to the 'Test in progress' status for > systray-mdstat/1.1.0-1, then I think you just need to wait. Debian > CI's Pending Jobs page [1], shows it was requested on: > 2020-12-26 09:10:46 UTC | 23 hour(s) ago Ok, then I don't get it: * plasma-workspace does not mention systray-mdstat anywhere * systray-mdstat does not mention plasma-workspace anywhere (just checked the git repo of current and version 1.1.0-1) None of the two programs depend on each other in either B-D or D, none has a test somehow at least for what I see, and looking a previous ci tests https://ci.debian.net/packages/s/systray-mdstat/testing/armhf/ the only ones are from perl. Are you sure that this is valid? I have no detailed insight in what is going on, but I have not the bleakest idea why some perl package that has no relation to KDE/Plasma is blocking transition. And the pages of Debian CI don't give any reasonable indication either. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Re: Plasma transition to testing
Thanks Pino, that explains it (nearly). I guess there is some magic to extract autotests from Perl t/ dirs, but that is none of my business. I still don't understand why it was only triggered on 26, but I guess again that this has to do with dependencies in testing. Anyway, it is a pain if one CI machine is hanging there and not keeping up with the job. Thanks Norbert On Sun, 27 Dec 2020, Pino Toscano wrote: > Because systray-mdstat depends on notification-daemon, and > plasma-workspace provides notification-daemon, so the CI checks that -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#971170: Acknowledgement (sddm: Lots of errors: TypeError: Cannot read property)
Hi On Mon, 28 Dec 2020, Helge Kreutzmann wrote: > now with 0.19.0-2 the strings changed: Interesting, I don't see any of those in my journallog ... > Dec 27 22:30:07 samd sddm-greeter[879122]: > file:///usr/share/sddm/themes/debian-theme/Main.qml:162: TypeError: Cannot > read property 'gridUnit' of null My debian-theme points to (via /etc/alternatives) to /usr/share/sddm/themes/debian-breeze Which theme are you using? Maybe there is something badly set up? Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#978537: nmu: kwin_4:5.20.4-4
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu X-Debbugs-Cc: debian-qt-kde@lists.debian.org The new kwayland-server introduces automatic virtual abi package dependencies to ensure packages are updated in sync, similar to what is happening in the KDE PIM packages. Recompile kwin against the new library. nmu kwin_4:5.20.4-4 . ANY . unstable . -m "Rebuild against new kwayland-server for virtual abi package dep" -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.10.3+ (SMP w/8 CPU threads) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
Bug#971170: Acknowledgement (sddm: Lots of errors: TypeError: Cannot read property)
Hi Helge, > lrwxrwxrwx 1 root root 29 26. Mär 2017 /etc/alternatives/sddm-debian-theme > -> /usr/share/sddm/themes/breeze Hmm, that is indeed from plasma-workspace, and should not be broken. I will try and see what is going on. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#978728: ITP: kio-fuse -- FUSE Interface for KIO
Package: wnpp Severity: wishlist Owner: Norbert Preining X-Debbugs-Cc: debian-de...@lists.debian.org, debian-qt-kde@lists.debian.org * Package name: kio-fuse Version : 5.0.0 Upstream Author : Fabian Vogt * URL : https://invent.kde.org/system/kio-fuse * License : GPL-3-KDEeV Programming Lang: C++ Description : FUSE Interface for KIO KIOFuse allows the possibility to mount KIO filesystems in the local system, exposing them to every application. *** Will be packaged in the Debian Qt/KDE maintainers group
Bug#978731: kate: The syntax highlighting for BASH files didn't handle backticks properly
Hi, > if [ 0 -eq `id -u` ]; A simple solution is putting the `..` between double quotes, then the highlighting is correct. > This should be corrected in future packages for debian. Well, it should be corrected/improved upstream. You could help reporting these kind of non-packaging issues to the kde bug tracker, since you have most information and examples at hand. Thanks Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#979008: cantor: crashes with default qalculate backend
Package: cantor Version: 4:20.12.0-1 Severity: important X-Debbugs-Cc: norb...@preining.info Selecting the qalculate backend in cantor makes it crash. Reason is in libqalculate where there is a identifer conflict with poppler. Fixed upstream in libqalculate https://github.com/Qalculate/libqalculate/commit/c7843072a1ece96edcf3fe76427b91d77f5aacf3 -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.10.4 (SMP w/4 CPU threads) Kernel taint flags: TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages cantor depends on: ii kio5.77.0-3 ii libc6 2.31-6 ii libgcc-s1 10.2.1-3 ii libkf5archive5 5.77.0-2 ii libkf5completion5 5.77.0-4 ii libkf5configcore5 5.77.0-2 ii libkf5configgui5 5.77.0-2 ii libkf5configwidgets5 5.77.0-2 ii libkf5coreaddons5 5.77.0-2 ii libkf5crash5 5.77.0-2 ii libkf5i18n55.77.0-2 ii libkf5iconthemes5 5.77.0-2 ii libkf5kiocore5 5.77.0-3 ii libkf5kiofilewidgets5 5.77.0-3 ii libkf5kiowidgets5 5.77.0-3 ii libkf5newstuff55.77.0-3 ii libkf5parts5 5.77.0-2 ii libkf5texteditor5 5.77.0-2 ii libkf5textwidgets5 5.77.0-2 ii libkf5widgetsaddons5 5.77.0-4 ii libkf5xmlgui5 5.77.0-2 ii libpoppler-qt5-1 20.09.0-3 ii libqt5core5a 5.15.2+dfsg-2 ii libqt5gui5 5.15.2+dfsg-2 ii libqt5printsupport55.15.2+dfsg-2 ii libqt5widgets5 5.15.2+dfsg-2 ii libqt5xml5 5.15.2+dfsg-2 ii libqt5xmlpatterns5 5.15.2-2 ii libspectre10.2.9-1 ii libstdc++6 10.2.1-3 Versions of packages cantor recommends: ii cantor-backend-qalculate 4:20.12.0-1 ii texlive-binaries 2020.20200327.54578-5 ii texlive-latex-base2020.20201203-2 Versions of packages cantor suggests: ii cantor-backend-julia 4:20.12.0-1 pn cantor-backend-kalgebra pn cantor-backend-lua pn cantor-backend-maxima pn cantor-backend-octave pn cantor-backend-python3 pn cantor-backend-r pn cantor-backend-sage pn cantor-backend-scilab -- no debconf information
Bug#979010: libqalculate20: crashes cantor due to symbol conflict with poppler
Package: libqalculate20 Version: 2.8.2-1+b2 Severity: important X-Debbugs-Cc: debian-qt-kde@lists.debian.org Hi libqalculate20 as it is currently in unstable crashes cantor when the default qalculate backend is selected. The reason is a symbol clash with cantor, that libqalculate fixed in https://github.com/Qalculate/libqalculate/commit/c7843072a1ece96edcf3fe76427b91d77f5aacf3 I prepared a branch on my salsa clone based on the tag for the unstable debian release debian/2.8.2-1, which fixes this. The patch which I added on top of debian/2.8.2-1 is here https://salsa.debian.org/preining/libqalculate/-/commit/db0ec64f1810f1dcb4d1f182bf565ae103834e00 The branch is here https://salsa.debian.org/preining/libqalculate/-/commits/fix-cantor-crash I cannot send a merge request, because you don't have a separate branch for what is currently in unstable, and the experimental changes are in the master branch. You would need to do git checkout debian/2.8.2-1 git switch -c debian/unstable and then apply the patch. It would be good to fix this, as it triggers a crash in cantor with the default backend. Thanks for your consideration Norbert -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.10.4 (SMP w/4 CPU threads) Kernel taint flags: TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages libqalculate20 depends on: ii libc62.31-6 ii libcurl3-gnutls 7.74.0-1 ii libgcc-s110.2.1-3 ii libgmp10 2:6.2.1+dfsg-1 ii libicu67 67.1-5 ii libmpfr6 4.1.0-3 ii libqalculate20-data 2.8.2-1 ii libstdc++6 10.2.1-3 ii libxml2 2.9.10+dfsg-6.3+b1 libqalculate20 recommends no packages. libqalculate20 suggests no packages. -- no debconf information
Build failures on mips64el - kquickcharts
Dear MIPS Team, here at the Qt/KDE Team we see a build failure due to segfault on the autopkg tests of kquickcharts https://buildd.debian.org/status/logs.php?arch=mips64el&pkg=kquickcharts&ver=5.77.0-2 This hasn't happened before (with 5.74) and I think also not for 5.77.0-1 in experimental. Do you have any idea what might be the reason and what we can do about it? As last resort I will disable autopkgtest on mips64el completely. Thanks a lot and all the best for 2021 Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Re: Build failures on mips64el - kquickcharts
Hi Aurelien, thanks a lot for your investigation. I have checked the sources around colorSource, but didn't find anything suspicious. We will still continue investigating. Thanks again, pointing to colorSource at least gives us a hint. Much appreciated. All the best Norbert On Wed, 06 Jan 2021, Aurelien Jarno wrote: > It's difficult to tell a lot without more knowledge of the QML > internals. It happens however that the riscv64 build fails almost the > same way, although not with a segfault, so it might be a generic issue. > I have tracked down that failure to the colorSource entries. In short, > if I comment all the colorSource entries in tst_PieChart.qml, all the > tests pass fine on both mips64el and riscv64. -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#979540: kde-config-gtk-style: Configuring gtk theme on KDE result in abnormal output on stdout
Severity 979540 important thanks > supposed to be either "ext" or "int" it used "WINDOW DECORATIONS RELOADED". That is a message from Gtk I guess. > Any application using gtk windows and using stdout to provide usefull data to > file > storage/pipes, may be broken. What the version of the package uploaded does is removing a line @import 'window_decorations.css'; from gtk-3.0.css, if it is present. This seems to upset Gtk somehow, but it (=gtk) should not issue anything to stdout in this case I guess. I will discuss with the rest of the Team how to deal with it. Thanks for the report Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#979540: kde-config-gtk-style: Configuring gtk theme on KDE result in abnormal output on stdout
Hi Eric, > This seems to upset Gtk somehow, but it (=gtk) should not issue anything > to stdout in this case I guess. I was wrong, that is in our code base. Fixed and uploaded. There was a debug statement leftover in the upstream code. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#942078: [high quality bug] baloo crash, can't recover; forced reindex does not fix; unusable via dolphin C-f
severity 942078 normal tags 942078 + moreinfo unreproducible thanks Hi Nicholas, I cannot reproduce this, nor anyone else in the team, and you haven't given an update to whether this is reproducible or not on your side. I thus downgrade this bug and tag it appropriately. Thanks for your understanding Norbert On Wed, 23 Dec 2020, Norbert Preining wrote: > Can you reproduce this with current frameworks 5.77 in unstable? > > Does it always crash at the same file (jack_capture_90.mp3) or always in > different files? -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#943462: [polkit-kde-agent-1] Fails to start with elogind
severity 943462 normal tags 943462 + moreinfo unreproducible thanks Hi Alex, On Wed, 23 Dec 2020, Norbert Preining wrote: > This is for a very old version of Plasma. Could you please try the > current 5.20.4 from unstable. Since we didn't get any feedback from your side about whether this is reproducible with current Plasma, I am adjusting severity and tagging the bug accordingly. Thanks for your understanding Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
kopete
Hi Pino, I have taken a shot at kopete, and fixed the build error (#979388) as well as the permanently crashing libjingle-call (#913679, #948987). What is your opinion concerning upload to unstable to reintroduce kopete now? Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Re: Comments regarding kio-fuse_5.0.0-1_amd64.changes
Hi Thorsten, > I marked the package for ACCEPT, but shouldn't you name the license block > "GPL-3+" as well? Thanks, source only upload just done with the renamed tag. Best regards Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#980074: kimageformats: AVIF images fail to display, package compiled without libavif
Hi Christopher, > The build log suggests libavif is a missing optional dependency. Indeed, thanks for the heads-up. libavif-dev added to the B-D which should enable AVIF support. Committed to git repo and will be in the next upload. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
kemoticons and knewstuff
Hi Pino, are you planning to upload similar changes to knewstuff to fix the autopkgtest regressions? I have done similar things, but fixed it by adding reproducible=-fixfilepath to the options. That had the test error fixed, at least as far as I see. Anyway, just wanted to know what your plans are so that we don't infer with each other when I upload 5.78. Thanks Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#980318: cantor-backend-sage: Package description inaccurate: sagemath actually is available.
Hi Steven, hi John, On Sun, 17 Jan 2021, Steven De Herdt wrote: > I don't use cantor or sagemath myself, but I noticed that the > description of this package still claims sagemath being unavailable in > Debian. Assuming the latter gets shipped in bullseye, this text should > be updated. Indeed! On Sun, 17 Jan 2021, John Scott wrote: > Note that cantor-backend-sage doesn't work with the SageMath package right > now Didn't know (I don't use the sage backend either) > wonky at first (as it does on the CLI). I'll make a merge request to > implement Thanks, that is greatly appreciated. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#981073: dolphin: Dolphin uses 100% CPU
Hi Steve, > After upgrading from buster to bullseye, Dolphin now uses 100% CPU > whenever it is running. I cannot reproduce this. Can you strace dolphin or somehow find out what it is doing when at 100%? Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#981081: kdbusaddons: reduce Build-Depends
Hi Helmut, On Tue, 26 Jan 2021, Helmut Grohne wrote: > annotated . Please consider applying the attached patch. graphviz is already gone, added the nocheck, committed to git. Thanks a lot Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#981136: ki18n: drop unused Build-Depends: graphviz, qtscript5-dev
Hi Helmut, > - graphviz, > - qtscript5-dev (>= 5.8.0~), Both are gone now in git. Thanks Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#978459: plasma-base: diff for NMU version 5.20.0+nmu1
On Tue, 26 Jan 2021, Boyuan Yang wrote: > I've prepared an NMU for plasma-base (versioned as 5.20.0+nmu1) and > uploaded it to DELAYED/7. Please feel free to tell me if I No, please stop that. I will request removal of this package. It should NOT transition to testing, as I have already stated. Thanks Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#981202: kconfig: reduce Build-Depends
Hi Helmut, > thus can be annotated . Please consider applying the attached Thanks, added them to git. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#981234: RM: plasma-base -- ROM; Not needed
Package: ftp.debian.org Severity: normal X-Debbugs-Cc: debian-qt-kde@lists.debian.org Dear all, plasma-base was an experiment to ensure locked upgrade, but it has been rejected by the Qt/KDE team, and thus has lost its reason for existence. Please remove it from unstable (the only place where it is available). Thanks Norbert
Bug#981159: extra-cmake-modules: drop unused qt Build-Depends
Hi Helmut, > - qtdeclarative5-dev, > - qttools5-dev (>= 5.4), > - qttools5-dev-tools (>= 5.4), Thanks, tested and committed to git. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#981073: dolphin: Dolphin uses 100% CPU
Hi Steve, > I have narrowed it down to the "Size of contents" option under Settings/View > Modes/Details. When I switch this to "Number of items" the CPU usage is > minimal. I can reproduce **some** CPU usage when selecting this, but definitely not 100%. Do you have lots of network file systems mounted? Anything else that is special? What it does is going down the file system tree and checking for the amount of files/dirs, up to a certain level. If that takes a lot of CPU, then also find . should give you heavy spikes ... Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#981073: dolphin: Dolphin uses 100% CPU
Hi Steve, once more... > I can reproduce **some** CPU usage when selecting this, but definitely > not 100%. Do you have lots of network file systems mounted? Anything Well, when a **big** folder is in view, it takes up a full core, indeed. But that is to be expected. You are requesting to stat every single file down from the place where you are. And that in parallel for each folder that is currently in the view. That takes CPU cycles, not very surprisingly. And that is also the reason why this setting is **NOT** enabled by default, but you have activated it yourself. Well, bottom line, not a bug, just file system crawling ... I tend to close this bug, do you have objections? Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#981309: systemsettings: Shortcuts not storable or remembered in multiple System Settings locations
On Thu, 28 Jan 2021, jaggz wrote: > 1. In Desktop Effects, when assigning a shortcut in an effect's settings, and > clicking OK, immediately popping up its settings again will show the new > shortcut has not been assigned. This is consistently reproducible. Hmm, I am already running 5.20.90, and there there is no way to set a shortcut in a Desktop effect setting - at least not in the ones I have checked. Maybe this is simply not supported? > 2. In Custom Shortcuts, I am able to assign a shortcut (that wasn't accepting > the keystroke a week ago -- possibly a different bug, but maybe related. It That was fixed with kxmlgui 5.78 that entered testing on 24/1. Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#966414: general: After upgrade to testing, VT1 is no longer usuable
On Sun, 31 Jan 2021, Helge Kreutzmann wrote: > is there any chance to get my VT 1 back, i.e. this fixed before the > release of bullseye? >From the explanations given by Simon I don't see a way how this could work out. Sddm cannot enable getty on tty1, because this would conflict with say gdm in case the admin decides to switch to gdm. This is probably up to a Debian-wide policy decision on what ttty needs to be used by DMs, and how other ttys are handled. But that will surely not happen til bullseye release. But this is just IMHO. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#966414: general: After upgrade to testing, VT1 is no longer usuable
Hi Helge, > Thanks for the explanation. It's just a pitty, it worked all the years > (ever since I can remember, actually, basically since the 90s) until I I cannot agree more with you than 100%, but tell this to, well, not surprisingly, GNOME and their rework of everything, and Debian following blindly. > So hopefully it can be restored soon. That would surprise me. Best Norbert -- PREINING Norbert https://www.preining.info Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#942078: [high quality bug] baloo crash, can't recover; forced reindex does not fix; unusable via dolphin C-f
Control: tag -1 +unreproducible Hi Nicholas, to be clear, tagging this bug as "unreproducible" means that **we** the developer cannot reproduce it. So please don't change it. Thanks. Also, moreinfo is still needed, and you didn't provide it. > > Can you reproduce this with current frameworks 5.77 in unstable? Since you haven't answered this questions, that BTW is alread at 5.78, we cannot really do anything. You don't expect us to try to triage bugs that we cannot reproduce on a system that is not running the current version? > Has anyone on the team tried testing baloo with a large $HOME? Mine is > 131GB, in 142460 mixed files and directories. At the moment my > baloo_file process is consuming over a terabyte (!) of memory. After > resetting baloo and forcing a full reindex it takes a couple of weeks > before it gets out of control again and crashes. Well, maybe you should disable the service since it obviously is not able to cope with the amount of data/files/size you are asking it to index. > Please don't sweep baloo bugs under the rug by tagging bugs containing > crashes with obvious misbehaviour as severity "normal", eg: Again, since it is not reproducible and nobody else has either reported this problem and none of us see this problem, it is normal, would you please kindly trust the decision of the maintainers? And thanks, you don't have to educate me about severities. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#983012: plasma-desktop: installing plasma-desktop does not pull kmix
Hi Johannes, > #981597. After reinstalling plasma-desktop, I had not sound applet in my > task bar, and kmix was not installed. Hmmm, I don't have kmix installed either ... but I do have a sound applet in my systray. > Please add a dependency on kmix to plasma-desktop or to one of the > packages it depends on, if this is more suitable. kmix doesn't help here, it must be something else that is missing, since I don't have kmix and I have a sound applet ;-) Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#981597: plasma-desktop: Same problem on a system set up with stretch
Hi Johannes, > system, but running buster. I can confirm that I had to completely > remove all kde related packages including plasma-desktop to be able to Did you do dist-upgrade? I simple upgrade might not find a proper solution because several packages need to be removed. It is really hard to debug this, and in general it seems to be an apt problem not being able to find a solution, while there definitely is one, as you have shown yourself by installing it afterwards ;-) So, without more debugging - and that is not possible since you have already upgraded your system, it is really hard to say why all this happened. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#981597: plasma-desktop: Same problem on a system set up with stretch
> something more specific on my system preventing the smooth upgrade. Good to hear, thanks for reporting back. I tend to close this bug ... any objections from other participants here? Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#983012: plasma-desktop: installing plasma-desktop does not pull kmix
On Thu, 18 Feb 2021, Johannes Ranke wrote: > I had plasma-pm applet deactivated in order to avoid having two mixer applets > in the systray. So the origin of the problem on my end was actually that kmix > got lost in the upgrade to bullseye, because I had to reinstall KDE, as > reported under #981597. Good that this is solved, too. So again, can we close this bug, or do you think there is anything necessary to be done? Best regards Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#982324: ksplashqml crash at plasma workspace startup
On Thu, 18 Feb 2021, Tobias Rupf wrote: > I suspect the package plasma-calendar-addons beeing the cause - but I not > sure as I have not tested it again. I have read something about > plasma-calendar issues here > https://www.reddit.com/r/kde/comments/isi2s6/event_calendar_making_latest_plasma_and_qt_crash/[1] > and this is the only package I remember which was installed before but I > didn't install again now. Yes, the event calender also took down my Plasma some time ago ;-) This is a problem with user installed widgets which we cannot really control. I recommend looking into plasma-discover at times and check whether there are updates for all the user installed stuff available. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#983034: plasma-workspace-wayland: hanging in ksplashqml
Control: severity -1 normal Change severity - nothing we can really deal with > dmesg shows a crash in the nouveau driver: Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#983034: plasma-workspace-wayland: hanging in ksplashqml
> dmesg shows a crash in the nouveau driver: Well ... that is not something we can care for, so I suggest closing this bug. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#983141: libkf5kiocore5: Error loading '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so'
Hi Urs, > At the same time, the akonadi server prints: > kf.kio.core: couldn't create slave: "klauncher said: Error loading > '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so'." I got a very similar report from a friend running OpenSuse ... very strange. I cannot really guess what it might be though without access to the computer. You could install the debug symbols and try to debug it, but not an easy task considering that all these things are dynamically loaded. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#983046: kjs: please make the opcodes.h file reproducible
Hi Chris, thanks for the patch, included in the experimental branch. Do you want that this is also included into unstable and uploaded now during the freeze, or is post-release fine? Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#953328: sddm: No login prompt on tty1
Hi > Is that actually a sddm or a systemd bug ? Well, who knows. I would say a systemd bug because it decides to disable tty1 - maybe because gdm is doing it like this. But honestly, I don't want to wade into the systemd/gdm/gnome whatever world, I am not interested in that, it is purged completely from my computer. Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#983861: k3b: Permissions of external program should be of group "cdrom" and not "operator"
Hi, not that I am an expert, and cd burning is anyway only for maniacs (like me!!!) who want to get into contact with whom-who-must-not-be-named. > With k3b, when wanting to set the external program permissions, it wants to > set them with user "operator" instead of "cdrom" which may be more adequate > while (::group *g = ::getgrent()) { > const QString groupName = QString::fromLocal8Bit(g->gr_name); > -if (groupName == "cdrom" || > -groupName == "optical" || > -groupName == "operator" ) { > +if (groupName == "cdrom") { > m_permissionModel->setBurningGroup(groupName); > } > } Well, the original code is rather bad indeed, because it relies on the order of groups returned by getgrent, and picks the *last* available one. In your case, if you have an "operator" group, it will be used. I am not sure, maybe this is intended, but I guess there should be either a break out of the loop after the first groupname is found, or something else. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#985194: konsole: blue bar on the left side when text is scrolling
Hi > today i've upgraded to the latest available version of konsole in sid, and i > noticed that there's a blue bar on the very left side of the screen (i have it Do you have a version where this hasn't been the case? I just checked with 20.12.2 and the behaviour is the same. > maximised, if this helps) displayed when text scrolls, either because the > application running in the terminal is generating text (there's an example > attached from reportbug for *this bug*) or because you scroll with the mouse. It is there when you issue a command on the whole length of the output. I see it on KDE, too. Thanks Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#985194: konsole: blue bar on the left side when text is scrolling
Hi Bernhard, > Profiles - Scrollbars - "Highlight the lines coming into view" Indeed, thanks for the pointer. I don't remember having turned that on for my profile, but now I have turned it off. Thanks. Sandro, are you fine with closing this bug, then please do so. Thanks Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#985990: plasma-workspace: Task bar shows still the blue activation line
On Sat, 27 Mar 2021, Bert Schlumwig wrote: > Several people reported this minor bug already before the actual stable > version, but nothing changed. Maybe upstream is still sleeping? Have you reported it upstream? Upstream does not read the Debian BTS. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#985991: libksgrd9: ksgrd_network_helper hogs CPU
severity 985991 important tags 985991 + moreinfo unreproducible thanks On Sat, 27 Mar 2021, Bert Schlumwig wrote: > when booting into a new KDE session, ksgrd_network_helper hogs 1 CPU-core > completely. The first thing I have to do is to set this thing to STOP. I don't see this behaviour. If you have a recipe to reproduce it, let us know. > This is a very famous bug known for years across all distributions, the net is > full of it. > > Is upstream sleeping? Again ... see my last email. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#981696: Fix found
Hi > Removing /etc/X11/xorg.conf.d/20-intel.conf fixes the issue. Since this is not a file that is normally shipped with Debian - at least I don't see it in the archive - I guess it has been created by you. In this case, I guess the bug should be closed. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#987063: gwenview: looses image metadata on jpg rotation
severity -1 serious thanks Meta data is data, and losing exif data is extremely bad. I will upload a new package later today, that needs urgent fixing. Thanks for the pointer to the PR. Norbert -- PREINING Norbert https://www.preining.info Fujitsu + IFMGA ProGuide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 Apr 17, 2021 12:18:29 Nicholas D Steeves : > Control: tag -1 + patch > Control: severity -1 important > Justification: loss of exif metadata. A photographer would say "grave > severity"! > > Hi Karsten, > > Karsten Hilbert writes: > >> Package: gwenview >> Version: 4:20.12.3-1 >> Severity: normal >> Tags: upstream >> >> This release started to drop metadata from JPEG files after rotating >> them. I do believe the following upstream commit is the culprit: >> >> >> https://invent.kde.org/graphics/gwenview/commit/a401e66621bcffbdc75048d9eaded1a5f5a67137 >> >> because it "unconditionally" saves JPEGs thereby overwriting them w/o >> carrying over metadata :( >> > > Thank you very for filing this bug. I agree, this is a nasty issue that > will compromise Debian's reputation for reliability and a reassuring > policy of no data-loss bugs in stable releases. IMHO this bug is RC, > but strictly speaking metadata isn't data, which is why I chose > "important"...nevertheless, no one should be punished for viewing a > photo in Gwenview rather than Darktable! > > The emergency quick fix is here: > https://invent.kde.org/graphics/gwenview/-/commit/7e59f65fb1f14c36fcf12683c6eacb5f658dc3fc > > from the PR: > https://invent.kde.org/graphics/gwenview/-/merge_requests/57 > > Cheers, > Nicholas
Bug#987063: gwenview: looses image metadata on jpg rotation
On Fri, 16 Apr 2021, Nicholas D Steeves wrote: > Justification: loss of exif metadata. A photographer would say "grave > severity"! Uploaded a fixed version. Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#987063: gwenview: looses image metadata on jpg rotation
> Works for me again. Thanks for your reconfirmation! Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#987176: plasma-desktop: Default application for .deb files is broken on clean install
Jo >* What exactly did you do (or not do) that was effective (or > ineffective)? Tried to install a .deb by double clicking on it in Dolphin >* What was the outcome of this action? Nothing happens With an existing XXX.deb (one that you wanted to open), what does (on the command line) xdg-mime query filetype XXX.deb say? In my case it is application/vnd.debian.binary-package After that, what does xdg-mime query default $(xdg-mime query filetype XXX.deb) say? In my case it is org.kde.discover.desktop This is a problem of mime type associations, and this is - honestly spoken - completely broken in Debian at the moment. THere is work going on but I am not sure how far this has proceeded. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#987252: kolourpaint: does not have a manpage
Hi > Bullseye's version but also in stable and old-stable). I thought this was > mandatory in Debian. It is recommended, but not mandatory. The man page would be trivial, something like the output of -h, so probably not worth the pain. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Bug#987253: kolourpaint: Missing most of the icons in left panel
Hi On Tue, 20 Apr 2021, Yvan Masson wrote: > In the left panel of KolourPaint, tools like line, square, circle… are by > default normally shown by their icon. However most of the icons seems to be > missing because only the text of the button is shown (see screenshot > attached). I do see the icons, so that means you might have selected a special set of icons in the settings application that does not provide all icons. Try breeze icon, it should show up. Also, there is an option in the settings application under Appearance, Application Style, Configure Icons and Toolsbars that let you hide icons and only show text. Worth checking out. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13