Bug#1103513: ansible: Current version installed in trixie give a devel version warning

2025-04-28 Thread Ralf Jung
Dear maintainer, I am seeing the same thing. As someone who's just a user of Ansible, this is slightly scary, and also entirely unactionable -- I can either ignore the warning or uninstall Ansible. Kind regards, Ralf

Bug#1095863: release.debian.org: Raising the i386 baseline for Trixie to include SSE2/MMX

2025-04-02 Thread Ralf Jung
I'm the one who added the warnings in rustc (that will eventually become hard errors) that show up when disabling SSE2 on our primary x86-32 targets. Happy to answer any questions you may have about that! As a Rust compiler developer and Debian user, I'd love to see Debian no longer ship a pat

Bug#1101491: plasma-discover: Old kernels never get removed so /boot eventually runs out of space

2025-03-28 Thread Ralf Jung
Package: plasma-discover Version: 5.27.5-2 Severity: important Dear Maintainer, I am reporting this bug on behalf of a user I support, but unfortunately without direct access to the affected system. After a few months of successful operation with Debian stable and automatic updates, the automati

Bug#1095002: nextcloud-desktop: Nextcloud starts twice (with two tray-icons)

2025-03-26 Thread Ralf Jung
report back the create issue url, to keep track of the upstream bug. With at the first line of the mail, than BTS will do the rest: Control: Forwarded -1 Regards, hefee -- On Sonntag, 2. Februar 2025 14:30:23 Mitteleuropäische Normalzeit Ralf Jung wrote: Package: nextcloud-desktop Version

Bug#1032880: pipewire: mic input broken by recent changes

2025-03-26 Thread Ralf Jung
Dear Maintainer, with the most recent Debian testing packages, I am no longer seeing this problem -- the mic works now in the "normal" (not "Pro") setting. In fact the "pro" setting seems to be broken now, I can't hear anything from the speakers when I use that, but lucky enough I am not an au

Bug#1095003: snapshot.debian.org: Downloaded files have wrong filename (checksum hash instead of proper "something.deb")

2025-02-02 Thread Ralf Jung
Hi Baptiste, Awesome, thanks for the faster-than-causality fix. :) ; Ralf

Bug#1032880: pipewire: mic input broken by recent changes

2025-02-02 Thread Ralf Jung
Package: pipewire Version: 1.2.7-1+b1 Followup-For: Bug #1032880 Dear Maintainer, I think I am running into the same issue: the internal microphone of my ThinkPad P15v Gen 3 does not work any more. I am fairly sure it used to work at some point, but I cannot say exactly when that was. I tried dow

Bug#1095003: snapshot.debian.org: Downloaded files have wrong filename (checksum hash instead of proper "something.deb")

2025-02-02 Thread Ralf Jung
Package: snapshot.debian.org Severity: normal Dear Maintainer, To reproduce, go to and download the deb file, which links to

Bug#1095002: nextcloud-desktop: Nextcloud starts twice (with two tray-icons)

2025-02-02 Thread Ralf Jung
Package: nextcloud-desktop Version: 3.15.2-2 Severity: normal Dear Maintainer, since somewhat recently, every time I reboot my system, nextcloud is running twice. The nextcloud icons appears twice in the system tray, and "pidof nextcloud" also returns two results. Both of them have "gnome-sessio

Bug#1091844: dolphin: No icons in a Gnome session

2025-01-02 Thread Ralf Jung
Hi Patrick, Do you have the package "qt6-svg-plugins" installed ? It should be installed automatically with libqt6gui6 if you have recommended packages enabled. Turns out no, I did not! I guess I used "--no-install-recommends" at some point to avoid pulling in too much of KDE when I just want

Bug#1091844: dolphin: No icons in a Gnome session

2025-01-01 Thread Ralf Jung
Package: dolphin Version: 4:24.12.0.1-3 Severity: important Dear Maintainer, Dolphin is pretty hard to use in my Gnome session since no icons are showing up. I have tried the following: - Install qt5ct and qt6ct and configure an icon theme (I tried Breeze and GNOME, neither works). I had QT_QP

Bug#1091843: systemsettings does not start (in a Gnome session)

2025-01-01 Thread Ralf Jung
Package: systemsettings Version: 4:6.2.4-1 Severity: important Dear Maintainer, when I start KDE systemsettings in my Gnome session, nothing happens. Or rather, a new entry appears in the window list, but no window. On the terminal, I see: $ systemsettings kf.kirigami.platform: Failed to find

Bug#804527: closed by Michael Tokarev (Re: Bug#804527: postfix: systemd notification error: Postfix sends notify, systemd does not expect it)

2024-12-01 Thread Ralf Jung
Hi, it was definitely not a custom service, I never wrote a postfix systemd unit by hand. It was whatever the default configuration was for the package at the time (which IIRC involved some script generating service units or so? It's been a while). But anyway the bug is ancient, and it is pro

Bug#1088153: linux-perf: "perf script" is extremely slow

2024-11-24 Thread Ralf Jung
Package: linux-perf Version: 6.11.9-1 Severity: normal Dear Maintainer, I am trying to use cargo-flamegraph to produce a flamegraph from perf data. That invokes "perf script" and that has now been running already 15 minutes on a tiny perf file containing 3300 samples. Something is extremely slow

Bug#1080056: systemd-timesyncd: system clock goes out of sync, despite service being enabled and active

2024-08-30 Thread Ralf Jung
Package: systemd-timesyncd Version: 256.4-3 Severity: normal Dear Maintainer, some time ago, syncing my Laptop clock seems to have stopped working. I can tell how it slowly drifts away from other, radio-controlled clocks in my apartment. This is despite systemd-timesync being set up for automati

Bug#1077748: gnome-shell-extensions: Installing version 46.2-2 fails due to conflict on org.gnome.shell.extensions.system-monitor.gschema.xml

2024-08-01 Thread Ralf Jung
Package: gnome-shell-extensions Version: 46.2-2 Severity: important Dear Maintainer, an 'aptitude upgrade' on my system just failed with this error: dpkg: error processing archive /tmp/apt-dpkg-install-DPE8xz/72-gnome-shell-extensions_46.2-2_all.deb (--unpack): trying to overwrite '/usr/shar

Bug#1069089: ruby-rubygems: Broken platform detection which lead to unability to install sass-embedded

2024-06-08 Thread Ralf Jung
Hi, I think I am hitting a similar issue -- trying to install a bundle that contains the "ffi" gem leads to an error: Bundler::HTTPError: Could not download gem from https://rubygems.org/ due to underlying error (https://rubygems.org/gems/ffi-1.17.0-x86_64-linux.gem)> /usr/share/rubygems-in

Bug#1069089: ruby-rubygems: Broken platform detection which lead to unability to install sass-embedded

2024-06-08 Thread Ralf Jung
Hi again, Turns out I can fix things by manually editing /usr/lib/ruby/vendor_ruby/rubygems/platform.rb, and un-doing the patch mentioned at . But that's obviously quite the hack; would be nice if the faulty patch could be r

Bug#1071988: radicale: After upgrade, radicale fails to serve calendar: An exception occurred during GET request

2024-05-31 Thread Ralf Jung
Dear Jonas, Thanks for taking a look! Yeah I reported this upstream in the mean time: Kind regards, Ralf

Bug#1071988: radicale: After upgrade, radicale fails to serve calendar: An exception occurred during GET request

2024-05-26 Thread Ralf Jung
Package: radicale Version: 3.2.0-1 Severity: grave Justification: causes non-serious data loss Dear Maintainer, after upgrading radicale, my devices are no longer able to access my calendar. The same calendar worked perfectly fine before the upgrade. I am seeing errors like this in the log: Mai

Bug#1070863: inkscape: "Import Web Image" fails with ModuleNotFoundError: No module named 'appdirs'

2024-05-10 Thread Ralf Jung
Package: inkscape Version: 1.2.2-2+b3 Severity: normal Dear Maintainer, to reproduce, simply click File - Import Web Image. I then get an error dialog showing a Python exception: Traceback (most recent call last): File "/usr/share/inkscape/extensions/other/clipart/import_web_image.py", line

Bug#767756: glibc: Consider providing a libc build compiled with -fno-omit-frame-pointer to help with profiling

2024-03-19 Thread Ralf Jung
Hi all, Fedora and Ubuntu [1] have now enabled frame pointers on amd64 by default, providing a great profiling experience out-of-the-box. I think it may be time for Debian to reconsider its position here; the performance overhead is very small and meanwhile this lack of frame pointers is preve

Bug#1064103: qt5-gtk-platformtheme: Qt and KDE applications look pretty bad on a Gnome desktop (even with qt5-gtk-platformtheme installed)

2024-02-17 Thread Ralf Jung
Package: qt5-gtk-platformtheme Version: 5.15.10+dfsg-6 Severity: normal Dear Maintainer, the default experience of starting a Qt or KDE application in a Gnome desktop on Debian is not great: the default widget style is very different from what one sees in a KDE desktop (and it's not very pretty e

Bug#1055757: webext-browserpass: extension shows warning in browser: "Update native host app"

2023-11-10 Thread Ralf Jung
Package: webext-browserpass Version: 3.7.2-1+b13 Severity: normal Dear Maintainer, When activating the extension in Firefox, I now get a warning in the "pass" menu. It says in red text "Update native host app". The package here in Debian has not been updated in over 2 years, so I assume this s

Bug#1055389: libgccjit-12-dev: gccjit is not added to the usual library search paths

2023-11-05 Thread Ralf Jung
Package: libgccjit-12-dev Version: 12.3.0-9 Severity: normal Dear Maintainer, when installing libgccjit-12-dev, I'd expect to be able to write applications that link against gccjit. (The GCC codegen backend for the Rust compiler is one example for such an application.) However, strangely, that

Bug#1050413: etckeeper: Verbose cron job leads to daily email: "Auto packing the repository in background for optimum performance"

2023-08-24 Thread Ralf Jung
Package: etckeeper Version: 1.18.20-1 Severity: normal Dear Maintainer, since very recently, etckeeper started to become rather verbose, and I now get a daily email from the cronjob: /etc/cron.daily/etckeeper: Auto packing the repository in background for optimum performance. See "git help gc"

Bug#1049962: closed by Stefano Rivera (Re: Bug#1049962: python3-pip: Misleading error message on "pip install --user")

2023-08-17 Thread Ralf Jung
I still think the text and definitely the README.venv could be written in a less confusing way. For instance, README.venv starts out saying It is recommended to let Debian's package managers manage Python packages in /usr/lib/ and /usr/share/. So for my case ("pip install --user"), obviously

Bug#1049962: python3-pip: Misleading error message on "pip install --user"

2023-08-17 Thread Ralf Jung
Package: python3-pip Version: 23.2+dfsg-1 Severity: normal Dear Maintainer, When I try to install something to my user directory, I get a confusing error message: error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt

Bug#1049349: valgrind: DWARF5 not supported: "Possibly corrupted debuginfo file"

2023-08-14 Thread Ralf Jung
Package: valgrind Version: 1:3.19.0-1 Severity: normal Dear Maintainer, trying to use valgrind on programs that contain DWARF5 debuginfo leads to an error message: ==92495== Valgrind: debuginfo reader: Possibly corrupted debuginfo file. ==92495== Valgrind: I can't recover. Giving up. Sorry.

Bug#1039893: steam-installer: Dangling symlink in package: /usr/share/pixmaps/steam_tray_mono.png, breaks tray icon

2023-07-26 Thread Ralf Jung
Hi, On 26.07.23 13:37, Simon McVittie wrote: On Thu, 29 Jun 2023 at 11:53:53 +0200, Ralf Jung wrote: this package ships a symlink /usr/share/pixmaps/steam_tray_mono.png that points to ../icons/hicolor/48x48/apps/steam_tray_mono.png. However, that target file does not exist: ... As a

Bug#1041765: nextcloud-desktop: Tray icon no longer works with gnome + indicator extension

2023-07-23 Thread Ralf Jung
Package: nextcloud-desktop Version: 3.9.0-1 Severity: normal Dear Maintainer, since installing nextcloud-desktop 3.9, the systray icon no longer works as expected in Gnome (with the AppIndicator extension): it shows shows three white dots instead of the nextcloud icon. Nextcloud shows everything

Bug#1039893: steam-installer: Dangling symlink in package: /usr/share/pixmaps/steam_tray_mono.png, breaks tray icon

2023-06-29 Thread Ralf Jung
Package: steam-installer Version: 1:1.0.0.78~ds-2 Severity: normal Dear Maintainer, this package ships a symlink /usr/share/pixmaps/steam_tray_mono.png that points to ../icons/hicolor/48x48/apps/steam_tray_mono.png. However, that target file does not exist: $ dpkg -L steam-installer | grep png

Bug#1037199: evince: Cannot open links in browser due to Apparmor profile

2023-06-07 Thread Ralf Jung
Package: evince Version: 43.1-2+b1 Severity: normal Dear Maintainer, clicking a link to open things in my browser works in basically all applications, except evince. It took me a long whole to realize that this is due to apparmor: Jun 07 15:53:03 r-ethtop audit[1165140]: AVC apparmor="DENIED"

Bug#1032517: nginx settings deleted on upgrade

2023-03-08 Thread Ralf Jung
Package: nginx Version: 1.22.1-7 Severity: grave Justification: causes non-serious data loss Dear Maintainer, last weekend I did an "apt upgrade" of my system as usual, asking apt to prune configuration files for packages that are being uninstalled. Now I realize that my nginx stopped working, a

Bug#1030329: Proposing NMU

2023-02-04 Thread Ralf Jung
Hi Sergei, Sure, please go ahead and thanks! Feel free to add this patch in as well. ; Ralf On 04.02.23 14:17, Sergei Golovan wrote: Hi Ralf, If you don't mind, I'd suggest doing NMU for this bug. I've tested myself, simply adding pipewire-pulse to the

Bug#1024001: flatpak should Recommend: xdg-desktop-portal-gtk (without alternative)

2022-11-13 Thread Ralf Jung
Package: flatpak Version: 1.14.0-2 Severity: normal Dear Maintainer, GTK3 and/or GTK4 applications running inside flatpak on a Wayland host need the xdg-desktop-portal-gtk package to be installed or else font rendering will look terrible (see https://github.com/flatpak/flatpak/issues/2861). So th

Bug#1023928: evince: Incorrect 'desktopFileName' for wayland surface leads to missing icon in KDE Wayland session

2022-11-12 Thread Ralf Jung
Package: evince Version: 43.0-1 Severity: minor Dear Maintainer, evince windows do not have a proper icon in a KDE Wayland session. This is caused by the fact that the 'desktopFileName' of the Wayland surface is set to 'evince', when it should be 'org.gnome.Evince'. There is no `evince.desktop`

Bug#1023771: mumble: No icon for mumble window under KDE wayland

2022-11-09 Thread Ralf Jung
Package: mumble Version: 1.3.4-1.1 Severity: minor Dear Maintainer, The subject pretty much says it all: when opening Mumble on a KDE wayland session, the window has no icon. This means something is going wrong in associating the wayland surface with the mumble desktop file. Looking at the sur

Bug#907178: gimp-plugin-registry: resynthesizer not appearing in menu Filters/Enhance

2022-11-07 Thread Ralf Jung
Hi, the version packaged in Debian seems to be the same that is offered for download on the gimp website. This seems to be an upstream problem: Gimp 3 will be required for Python 3 support, and Gimp 3 has been delayed ~forever -- Gimp 3 is the GTK 3 port, which is not even done yet and meanw

Bug#1023331: pass: Needs wl-copy but there is no "Depends:"

2022-11-05 Thread Ralf Jung
Hi, An "apt install wl-clipboard" fixes that. Looks like a missing dependency? There's already a Recommends on "xclip | wl-clipboard", attempting to express the fact that (a) only some pass functionality uses either utility and pass is otherwise usable without it (I don't use the clipboard fun

Bug#1023331: pass: Needs wl-copy but there is no "Depends:"

2022-11-02 Thread Ralf Jung
Package: pass Version: 1.7.4-5 Severity: normal Dear Maintainer, when being run under Wayland, pass uses 'wl-copy' to copy things to the clipboard. This leads to the following error on my system: /usr/bin/pass: line 180: wl-copy: command not found An "apt install wl-clipboard" fixes that. Look

Bug#1023296: plasma-workspace: ssh-agent not working in KDE Plasma Wayland session

2022-11-01 Thread Ralf Jung
Package: plasma-workspace Version: 4:5.26.0-2 Severity: normal Dear Maintainer, when I start a KDE Plasma Wayland session, the ssh-agent is not working: attempting to load my SSH key into the agent (in Konsole via ssh-add) fails saying "Could not open a connection to your authentication agent."

Bug#1023174: Acknowledgement (plasma-desktop: Plasma toolbar tooltip window previews not working under wayland: module "org.kde.pipewire" is not installed)

2022-10-31 Thread Ralf Jung
Turns out the missing package is "qml-module-org-kde-pipewire". It should be added as a dependency of plasma-desktop. ; Ralf

Bug#1023174: plasma-desktop: Plasma toolbar tooltip window previews not working under wayland: module "org.kde.pipewire" is not installed

2022-10-31 Thread Ralf Jung
Package: plasma-desktop Version: 4:5.26.0-1 Severity: normal Dear Maintainer, when starting a Plasma Wayland session, window previews are missing in the toolbar tooltips. This is probably related to the fact that the following shows up in the logs: file:///usr/share/plasma/plasmoids/org.kde.pla

Bug#1019554: Bug#1021496: anacron: cron.daily stopped executing a month ago

2022-10-20 Thread Ralf Jung
Hi all, FWIW, just enabling and starting both the service and the timer did solve the problem. systemctl enable anacron.service anacron.timer systemctl start anacron.service anacron.timer ; Ralf

Bug#1021496: anacron: cron.daily stopped executing a month ago

2022-10-12 Thread Ralf Jung
Dear Lance, This is a problem, since obviously many things rely on these cron jobs running regularly. For example, one of my SSL certificates expired because of this. Kind regards, Ralf I have merged this bug with #1019554. The problem was introduced in -33. I've noticed that it resulted

Bug#1021496: anacron: cron.daily stopped executing a month ago

2022-10-09 Thread Ralf Jung
Package: anacron Version: 2.3-35 Severity: important Dear Maintainer, I just realized that my cron.daily jobs stopped being executed about a month ago. 'sudo journalctl | grep cron.daily' shows Sep 04 14:28:19 r-thinktop anacron[12633]: Job `cron.daily' started Sep 04 14:28:19 r-thinktop anacro

Bug#1017613: kwin-x11 session stops working (semi-freeze) every few days

2022-08-18 Thread Ralf Jung
Package: kwin-x11 Version: 4:5.25.4-2 Severity: important Dear Maintainer, The latest update from kwin 4:5.24.5-1+b1 to 4:5.25.4-2 has made KDE very unreliable for me: every other day, the entire session just basically freezes up; I can still move the cursor, but that's about it. Just before th

Bug#1014651: firmware-misc-nonfree: Missing latest i915/skl_guc firmware

2022-07-09 Thread Ralf Jung
Package: firmware-misc-nonfree Version: 20210818-1 Severity: normal Dear Maintainer, on boot, my system says it needs this firmware: Jul 09 09:59:17 r-thinktop kernel: i915 :00:02.0: firmware: failed to load i915/skl_guc_69.0.3.bin (-2) Jul 09 09:59:17 r-thinktop kernel: firmware_class: See

Bug#1014649: linux-image-5.18.0-2-amd64: System fails to sspend when bluetooth headset is connected

2022-07-09 Thread Ralf Jung
Package: src:linux Version: 5.18.5-1 Severity: normal Dear Maintainer, starting a month or so ago, I can no longer suspend my system when a bluetooth headset is connected. When I select "Sleep" in KDE, the screen goes black, but the laptop keeps running. I have to press the power button for aroun

Bug#1013797: grub-efi: grub no longer offers to boot Windows

2022-06-27 Thread Ralf Jung
Ah, turns out I need to add "GRUB_DISABLE_OS_PROBER=false" in /etc/default/grub. I think it is bad to silently change the default in an upgrade here, since it can leave people locked out of an OS they need. GRUB_DISABLE_OS_PROBER is not even listed in /etc/default/grub.ucf-dist. Kind regards, R

Bug#1013797: grub-efi: grub no longer offers to boot Windows

2022-06-25 Thread Ralf Jung
Package: grub-efi Version: 2.06-3 Severity: important Dear Maintainer, After doing a system update, the option to boot Windows has disappeared from Grub. I have not changed anything else. This will be a big problem the next time I actually need to boot Windows. Kind regards, Ralf -- Package-sp

Bug#1007822: "ssh -XAf localhost xeyes" uses 100% CPU after losing tty

2022-03-23 Thread Ralf Jung
Hi all, I am also seeing 100% CPU load from SSH when using it with autossh to set up port forwarding in the background (no X11 forwarding involved): /usr/bin/autossh -M 0 -N -o "ServerAliveInterval 30" -R $IP:$PORT1:localhost:443 -R $IP:$PORT2:localhost:80 $USER@$HOST -i $KEY This only rece

Bug#1006626: biber: Lots of "Use of uninitialized value" warnings after biber update

2022-02-28 Thread Ralf Jung
= {Ralf Jung and David Swasey and Filip Sieczkowski and Kasper Svendsen and Aaron Turon and Lars Birkedal and Derek Dreyer}, title = {{Iris}: Monoids and Invariants as an Orthogonal Basis for Concurrent

Bug#907178: gimp-plugin-registry: resynthesizer not appearing in menu Filters/Enhance

2021-12-08 Thread Ralf Jung
Hi again, the latest changelog for version 9.20200927 of this package says "resynthesizer: ported to python3" However, the resynthesizer still does not work after installing the package (the menu entries simply do not appear). So one of the best features of Gimp is broken for several years no

Bug#998220: [Pkg-utopia-maintainers] Bug#998220: pipewire: libspa-0.2-bluetooth not installed

2021-11-04 Thread Ralf Jung
I don't think this is true at least I don't see any dependency changes in Debian which would automatically install pipewire-pulse. Well, all I can say is that I did a regular system update and now I have pipewire-pulse installed. I certainly did not choose to do this myself, so something did i

Bug#998220: pipewire: libspa-0.2-bluetooth not installed

2021-11-03 Thread Ralf Jung
This however did not solve my problem, I will file another bug report for the remaining part I am also still struggling with getting BT working again; do you have a link to the other bug report? Addendum: the missing bit in my case (besides installing libspa-0.2-bluetooth package and removin

Bug#998220: pipewire: libspa-0.2-bluetooth not installed

2021-11-03 Thread Ralf Jung
Hi all, The first problem was that the headset disconnected immediately after connecting. There was an associated error in journalctl : src/service.c:btd_service_connect() a2dp-sink profile connect failed for Protocol not available Some search engine pointed to me that this may be associate

Bug#990121: osspd: revert debhelper compat bump to get #986662 fixed in bullseye

2021-06-22 Thread Ralf Jung
Hi Simon, my Salsa account was approved. I have replaced the old git repository by a reference to the new one, so that's the canonical location now. :) Kind regards, Ralf On 22.06.21 12:33, Simon McVittie wrote: On Tue, 22 Jun 2021 at 12:02:35 +0200, Ralf Jung wrote: Btw, I'm

Bug#990121: osspd: revert debhelper compat bump to get #986662 fixed in bullseye

2021-06-22 Thread Ralf Jung
Hi, Sure, that works for me. The "debian" namespace seems fine. I've created https://salsa.debian.org/debian/osspd/, added Sébastien as a co-maintainer and invited you by email. I'll use that git repository as the Vcs-Git in my next upload. Great! My gitlab account is awaiting approval from

Bug#990121: osspd: revert debhelper compat bump to get #986662 fixed in bullseye

2021-06-22 Thread Ralf Jung
Hi Simon, Btw, I'm not using osspd any more, and I am not very skilled with Debian packaging tools since all I do with them is upload a new osspd release every 2 years or so. So help would be welcome. :) Moving the version control onto salsa.debian.org, either in your personal namespace if you

Bug#990121: osspd: revert debhelper compat bump to get #986662 fixed in bullseye

2021-06-22 Thread Ralf Jung
Hi Simon, Ralf, may I do another NMU dropping those patches to keep this moving along? And then we can discuss how this package is going to be maintained post-bullseye without being on a time limit. Sure. Feel free to put it in DELAYED/0 right away. ; Ralf

Bug#990013: pulseaudio: Volume reset to mute each time I (un)plug my speakers

2021-06-21 Thread Ralf Jung
Dear Maintainer, I am not entirely sure what happened, but the issue went away again when I connected by bluetooth headset the next time. Very strange. I guess I will avoid muting my speakers again... Kind regards, Ralf

Bug#990121: osspd: revert debhelper compat bump to get #986662 fixed in bullseye

2021-06-21 Thread Ralf Jung
Hi Simon, If you are happy with this change, please say so, and I can move the upload out of the DELAYED queue and into unstable immediately. Thanks a lot! Yes I am happy with the change. I am unsure whether the release team will be willing to unblock with the two commits cherry-picked from

Bug#990013: pulseaudio: Volume reset to mute each time I (un)plug my speakers

2021-06-17 Thread Ralf Jung
Package: pulseaudio Version: 14.2-2 Severity: normal Dear Maintainer, I have recently made the mistake of muting my laptop speakers in PulseAudio. Ever since then, each time I (un)plug my external headphones, or (dis)connect by Bluetooth headset, the sound mutes again. I am unmuting it each time,

Bug#987874: [pre-approval] unblock: osspd/1.3.2-12

2021-06-13 Thread Ralf Jung
Hi Simon, On Thu, 10 Jun 2021 at 17:27:48 +0200, Paul Gevers wrote: If you really think another upload is too much hassle, you could convince us to unblock regardless if you build twice and show with diffoscope that the compat bump doesn't impact the (binary) packages at all. I'm not the main

Bug#987874: [pre-approval] unblock: osspd/1.3.2-12

2021-06-03 Thread Ralf Jung
-modern-PulseAudio.patch (Closes: #986662) > + > + [ Ralf Jung ] > + * Switch to debhelper compat level 13. Changing compat levels is no longer acceptable for bullseye. Please revert. Ah, that's a bummer. I was not aware of this policy, sorry for that. Doing a revert upload sounds li

Bug#986662: ossp-padsp not working with recent Pulseaudio

2021-05-25 Thread Ralf Jung
Hi all, Meanwhile, the version of osspd that I had uploaded a while ago finally got accepted to unstable. :) When we prepared the fix, we were not aware that this would become an RC bug, so we didn't strive for a minimal fix. Okay. Then I'll open a bugreport with release.debian.org and ask

Bug#986662: ossp-padsp not working with recent Pulseaudio

2021-04-30 Thread Ralf Jung
Hi Sergei, When we prepared the fix, we were not aware that this would become an RC bug, so we didn't strive for a minimal fix. Okay. Then I'll open a bugreport with release.debian.org and ask if this not so minimal update can propagate to testing. If yes, I'll reupload it. That sounds great

Bug#986662: ossp-padsp not working with recent Pulseaudio

2021-04-30 Thread Ralf Jung
Hi Sergei, Our current problem is that we cannot even upload the package to unstable since my key in the debian keyring expired (and the updated key missed the April keyring update), and Sebastien is not yet allowed to upload osspd. I've done the upload before figuring this out, so now revision

Bug#986662: ossp-padsp not working with recent Pulseaudio

2021-04-10 Thread Ralf Jung
Dear Sébastien, The current osspd packages isn't working with current pulseaudio and it hasn't for more than a year. I didn't file a bug back then, but I can confirm that at the time it was a pulseaudio update that broke osspd. Downgrading to an earlier version fixed the problem. Here is what t

Bug#986049: firejail: Chromium profile breaks webext-browserpass

2021-03-28 Thread Ralf Jung
Package: firejail Version: 0.9.64.4-2 Severity: normal Dear Maintainer, some time earlier this year, Chromium started to show an error message on each start that the "browserpass" extension could not be properly loaded. I finally got around to investigate this, and realized it is caused by fire

Bug#945824: [python3-numpy] Depends on python3.8 and python3.7

2020-11-23 Thread Ralf Jung
On 23.11.20 16:21, Sandro Tosi wrote: >> But now it depends on both python3.8:any and python3.9:any. > > and this will continue to be the case for as long as we have 2 > supported python3 versions. But why do all of your users have to install two Python versions just because you support both of t

Bug#969039: kwin-x11: Cannot scroll in some windows (e.g. Firefox) while Plasma notification is shown

2020-08-26 Thread Ralf Jung
Package: kwin-x11 Version: 4:5.17.5-2+b1 Severity: important Dear Maintainer, since the update to Firefox 81 (which presumably switched to Xinput 2), I cannot scroll in Firefox any more when a Plasma notification is shown. I think this is an instance of https://bugs.kde.org/show_bug.cgi?id=39477

Bug#968828: systemsettings: Extern screen is put at the wrong position on each reconnect

2020-08-21 Thread Ralf Jung
Package: systemsettings Version: 4:5.17.5-2 Severity: important Dear Maintainer, After conencting my external HDMI screen, I set it up (with resolution 1920x1200) to be to the left of my laptop screen (1920x1080, on a 4k screen but using a lower resolution as scaling just does not work well enoug

Bug#907178: GIMP-Error: Unable to run plug-in: Failed to execute child process “python” (ENOENT)

2020-07-23 Thread Ralf Jung
Hi all, unfortunately it looks like the gimp-python package was lust during the Python 2->3 transition, and now the resynth plugin is entirely impossible to use. ; Ralf

Bug#961194: warning: Using the last argument as keyword parameters is deprecated

2020-07-15 Thread Ralf Jung
It looks like this warning would be fixed by updating to Jekyll 3.8.7: ; Ralf

Bug#963679: sqlitebrowser: Support for encrypted databases via sqlcipher

2020-06-25 Thread Ralf Jung
Package: sqlitebrowser Version: 3.11.2-1+b1 Severity: wishlist Dear Maintainer, According to https://github.com/sqlitebrowser/sqlitebrowser/wiki/Encrypted-Databases, sqlitebrowser has support for encrypted SQLite databases when built with SQLCipher. SQLCipher is packaged in Debian, so it would

Bug#962469: node-gyp broken because it uses the wrong Python version

2020-06-08 Thread Ralf Jung
Package: node-gyp Version: 6.1.0-3 Severity: normal Dear Maintainer, current node-gyp on Debian seems to be broken: trying to build a package that relies on node-gyp fails, saying Traceback (most recent call last): File "/usr/share/nodejs/node-gyp/gyp/gyp_main.py", line 6, in from pkg_re

Bug#945824: [python3-numpy] Depends on python3.8 and python3.7

2020-05-17 Thread Ralf Jung
Oh, I see latest unstable version 1:1.18.4-1 fixes this. Thanks a lot. :) ; Ralf

Bug#945824: [python3-numpy] Depends on python3.8 and python3.7

2020-05-17 Thread Ralf Jung
Dear numpy maintainers, python3-numpy is the only reason python3.7 is installed on my system at all. In fact, right now it is not installed, but doing "apt full-upgrade" will pull in the outdated python3.7 even though I already have python3.8 installed. (I will explore if I can uninstall numpy to

Bug#954137: virtualbox: Cannot boot VM: kernel modules fails with VERR_VMM_SMAP_BUT_AC_CLEAR

2020-03-19 Thread Ralf Jung
Potentially related upstream bug: ; Ralf

Bug#954137: virtualbox: Cannot boot VM: kernel modules fails with VERR_VMM_SMAP_BUT_AC_CLEAR

2020-03-17 Thread Ralf Jung
Package: virtualbox Version: 6.1.2-dfsg-1 Severity: important Dear Maintainer, One of my previously-working VMs stopped booting now. Instead VirtualBox just shows this error: Failed to open a session for the virtual machine $NAME. Failed to load R0 module /usr/lib/virtualbox/VMMR0.r0: ModuleI

Bug#935760: libfontconfig1-dev: install fails trying to overwrite fontconfig-devel.pdf.gz

2020-03-14 Thread Ralf Jung
Package: libfontconfig1-dev Version: 2.13.1-2+b1 Followup-For: Bug #935760 Dear Maintainer, This problem is still present in the current version of the package. It makes libgtk-3-dev:i386 uninstallable if the 64bit version of that package is already installed, which is quite the severe limitatio

Bug#953291: linux-image-amd64: udp SO_REUSEPORT broken (fix in 4.19.75)

2020-03-07 Thread Ralf Jung
Package: linux-image-amd64 Version: 4.19+105+deb10u1~bpo9+1 Severity: normal Tags: upstream Dear Maintainer, Since kernel 4.5, SO_REUSEPORT was somewhat broken for UDP when [1] landed. The fix for this was backported to the 4.19 series in 4.19.75 [2]. However, both kernels available on Debian ol

Bug#942854: virtualbox: Guest additions ISO image fails to download

2019-12-23 Thread Ralf Jung
Hi, > Hello, can you please try version 6.1.0-2 in sid? I tried 6.1.0-dfsg-3 and the download seems to work now, thanks. :-) Kind regards, Ralf > > > thanks > > G. >> Installing the guest-additions-iso package fixes the problem, but it's still >> a >> bug to show a useless error message and

Bug#947076: xchat.desktop file has invalid Exec line (at least for KDE)

2019-12-20 Thread Ralf Jung
Package: xchat Version: 2.8.8-18 Severity: grave Justification: renders package unusable Dear Maintainer, since the most recent update, trying to start xchat via the KDE launcher just shows an error: Error processeing Exec field in /usr/share/applications/xchat.desktop And indeed that fileld

Bug#923314: unbound: Regression: systemctl reload unbound broken after upgrade from 1.8.1-1 to 1.9.0-2

2019-11-13 Thread Ralf Jung
I can confirm this, I just spent half an hour debugging this exact problem until I realized the package is buggy, not my server. Kind regards, Ralf

Bug#942854: virtualbox: Guest additions ISO image fails to download

2019-10-22 Thread Ralf Jung
Package: virtualbox Version: 6.0.14-dfsg-1 Severity: normal Dear Maintainer, I have now repeatedly (on several days) tried to download the latest Windows Guest Additions ISO file (by clicking "Devices - Insert Guest Additions CD image"). Every time, the download seems to complete but then finally

Bug#942700: linux-image-5.2.0-3-amd64: Regularly, 1 CPU core is entirely hogged by kworker/0:1+kacpid

2019-10-20 Thread Ralf Jung
Package: src:linux Version: 5.2.17-1 Severity: important Dear Maintainer, Since the most recent kernel update, I regularly have 100% load on one CPU core, According to top, the load is caused by "kworker/0:1+kacpid". I have never seen this effect before so this is a recent regression. This happ

Bug#935914: kinit: Signal: Segmentation fault (11) after rebooting

2019-10-12 Thread Ralf Jung
After a big dist-upgrade I just did (and a reboot), I am not also experiencing kdeinit5 crashes. There's a notification popping up every now and then telling me it crashed. However it doesn't let me report a bug (looks like no bug reporting URL is set, or so); so I am not sure how to even capture

Bug#930232: vlc: No video output in any video

2019-06-09 Thread Ralf Jung
Hi again, > The weirdest thing is that I just tried VLC after disconnecting the HDMI > screen, > and then it worked fine with the default video output mode. And then I tried > it > again on the HDMI screen and it still works. I will have to do a reboot to > see > if this sticks. I have not i

Bug#930232: vlc: No video output in any video

2019-06-09 Thread Ralf Jung
Hi, > On 2019-06-08 23:37:18, Ralf Jung wrote: >>> Control: tags -1 moreinfo >>> Control: severity -1 important >>> Control: found -1 3.0.6-1 >>> >>> On 2019-06-08 23:20:15, Ralf Jung wrote: >>>> Package: vlc >>>> Version: 3

Bug#930232: vlc: No video output in any video

2019-06-08 Thread Ralf Jung
Hi, > Control: tags -1 moreinfo > Control: severity -1 important > Control: found -1 3.0.6-1 > > On 2019-06-08 23:20:15, Ralf Jung wrote: >> Package: vlc >> Version: 3.0.7-1 >> Severity: grave >> Justification: renders package unusable >> >>

Bug#930232: vlc: No video output in any video

2019-06-08 Thread Ralf Jung
Package: vlc Version: 3.0.7-1 Severity: grave Justification: renders package unusable Dear Maintainer, No matter which video file I try to open with VLC, VLC fails to display any image. All I get is a flickering VLC icon. I will attach a "-vv" log for one of the many files that I tried. The sa

Bug#930213: bzr: "bzr branch" fails: NameError: global name 'self' is not defined

2019-06-08 Thread Ralf Jung
Package: bzr Version: 2.7.0+bzr6622-15 Severity: grave Justification: renders package unusable Dear Maintainer, The command `bzr branch lp:mailman/2.1` (which https://code.launchpad.net/~mailman-coders/mailman/2.1 tells me to run to get the mailman source code) fails, with the following error: `

Bug#929314: lxqt-openssh-askpass: Typo in package description

2019-05-21 Thread Ralf Jung
Package: lxqt-openssh-askpass Version: 0.14.1-1 Severity: minor Dear Maintainer, the package description says "will perform security tast over scale access privilegies". I don't know what that is supposed to mean, but it seems fairly far from an English sentence. Kind regards, Ralf -- System

Bug#869890: gnome-keyring breaks SSH logins

2019-05-19 Thread Ralf Jung
This bug is also reported upstream as https://bugzilla.gnome.org/show_bug.cgi?id=790921 and https://gitlab.gnome.org/GNOME/gnome-keyring/issues/32. ; Ralf

Bug#929074: virtualbox: Guest additions ISO image fails to download

2019-05-16 Thread Ralf Jung
Package: virtualbox Version: 6.0.8-dfsg-2 Severity: normal Dear Maintainer, I have now repeatedly (on several days) tried to download the latest Windows Guest Additions ISO file (by clicking "Devices - Insert Guest Additions CD image"). Every time, the download seems to complete but then finally

Bug#924349: linux-image-4.19.0-2-amd64: IPv6 reverse path filtering incorrectly removes IPv6 traffic from bridge

2019-04-14 Thread Ralf Jung
Hi, >> No, I have not. >> We are having a string of weird issues in our network (that we run in our >> free >> time) so far this year so all the time I had went into debugging this and >> other >> issues. >> >> Would it be helpful for you to know the fixing commit? > > If the fixing commit can

  1   2   3   4   5   6   7   8   9   >