Bug#1028083: plasma-discover: Discover tray app crashes kded5, causing other system tray icons to vanish

2023-02-27 Thread Jonas Arndt

This seems to fix it for me.

https://github.com/PackageKit/PackageKit-Qt/pull/45

Thanks,

// Jonas



Bug#1030552: systemsettings: Display Configuration disregards list of "Screen Priorities" at every login on KDE Plasma

2023-02-04 Thread Jonas Arndt
Package: systemsettings
Version: 4:5.26.90-1
Severity: important
Tags: upstream
X-Debbugs-Cc: jar...@duck.com

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
 I have three screens. The left and the right are portrait oriented and the
middle one is
 landscape oriented and the default screen. After an apt upgrade the system
forgets
 that the middle screen is the default one. The list of screen priorities
is correct, but
 the system still decides to make my very left screen default (the one with
panels on)
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 I have to change the screen priorities list, save, change back, save.
   * What was the outcome of this action?
 Then the middle screen becomes the default again. However, if I log out
and back in again
 the problem reappears
   * What outcome did you expect instead?
 I expect that the system will look at the screen priorities and make the
screen with the
 highest priority the default screen

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-2-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages systemsettings depends on:
ii  kio 5.102.0-1
ii  kpackagetool5   5.102.0-1
ii  libc6   2.36-8
ii  libkf5activities5   5.102.0-1
ii  libkf5auth5 5.102.0-1
ii  libkf5authcore5 5.102.0-1
ii  libkf5completion5   5.102.0-1
ii  libkf5configcore5   5.102.0-1
ii  libkf5configgui55.102.0-1
ii  libkf5configwidgets55.102.0-1
ii  libkf5coreaddons5   5.102.0-1
ii  libkf5crash55.102.0-1
ii  libkf5dbusaddons5   5.102.0-1
ii  libkf5i18n5 5.102.0-1
ii  libkf5iconthemes5   5.102.0-1
ii  libkf5itemmodels5   5.102.0-1
ii  libkf5itemviews55.102.0-1
ii  libkf5kcmutils5 5.102.0-1
ii  libkf5kiocore5  5.102.0-1
ii  libkf5kiogui5   5.102.0-1
ii  libkf5kiowidgets5   5.102.0-1
ii  libkf5kirigami2-5   5.102.0-1
ii  libkf5notifications55.102.0-1
ii  libkf5package5  5.102.0-1
ii  libkf5runner5   5.102.0-1
ii  libkf5service-bin   5.102.0-1
ii  libkf5service5  5.102.0-1
ii  libkf5widgetsaddons55.102.0-1
ii  libkf5windowsystem5 5.102.0-1
ii  libkf5xmlgui5   5.102.0-1
ii  libkworkspace5-54:5.26.90-1
ii  libqt5core5a5.15.8+dfsg-2
ii  libqt5gui5  5.15.8+dfsg-2
ii  libqt5qml5  5.15.8+dfsg-2
ii  libqt5quick55.15.8+dfsg-2
ii  libqt5quickwidgets5 5.15.8+dfsg-2
ii  libqt5widgets5  5.15.8+dfsg-2
ii  libstdc++6  12.2.0-14
ii  qml-module-org-kde-kcm  5.102.0-1
ii  qml-module-org-kde-kcmutils 5.102.0-1
ii  qml-module-org-kde-kirigami25.102.0-1
ii  qml-module-org-kde-kitemmodels  5.102.0-1
ii  qml-module-org-kde-newstuff 5.102.0-1
ii  qml-module-qtquick-controls 5.15.8-2
ii  qml-module-qtquick-layouts  5.15.8+dfsg-2
ii  qml-module-qtquick-shapes   5.15.8+dfsg-2
ii  qml-module-qtquick2 5.15.8+dfsg-2

systemsettings recommends no packages.

systemsettings suggests no packages.

-- no debconf information



Bug#932129: postfix upgrade to 3.1.12 added garbage to dynamicmaps.cf and broke postfix

2019-07-15 Thread Jonas Arndt

Package: postfix
Version: 3.1.12-0+deb9u1

During the upgrade process garbage was added to 
/etc/postfix/dynamicmaps.cf, which prevented postfix from running.

Here is the important stuff from /var/log/apt/term.log


Setting up postfix-sqlite (3.1.12-0+deb9u1) ...
Adding sqlite map entry to /etc/postfix/dynamicmaps.cf
Processing triggers for rsyslog (8.24.0-1) ...
Setting up libdbus-1-3:amd64 (1.10.28-0+deb9u1) ...
Setting up postfix (3.1.12-0+deb9u1) ...


What went into the /etc/postfix/dynamicmaps.cf file after was the 
following (I don't know what that file looked like before)


===
ldap    /usr/lib/postfix/dict_ldap.so   dict_ldap_open lmdb 
postfix-lmdb.so dict_lmdb_open  mkmap_lmdb_open

sqlite  postfix-sqlite.so   dict_sqlite_open
===

It seems like the ldap line is the problem commenting that out addresses 
this. The postfix package also ended up in a "configuration failed" type 
of state


===
host:/etc$ dpkg -l | grep postfix
iF  postfix    3.1.12-0+deb9u1 amd64    
High-performance mail transport agent

host:/etc$ sudo dpkg-reconfigure postfix
/usr/sbin/dpkg-reconfigure: postfix is broken or not fully installed
===

Not great...

// Jonas