Bug#1101456: not false positive

2025-04-27 Thread VA
Le 27/04/2025 à 16:32, Chris Hofstaedtler a écrit : a) /etc/apache2/conf-available/javascript-common.conf does NOT exist? indeed. I don't remember ever touching this file. b) Does the following print anything?    dpkg -C javascript-common ``` The following packages are only half configured

Bug#1101456: not false positive

2025-04-27 Thread VA
Hi Chris, (Thanks for putting me in CC so I'm notified as I wasn't aware someone had closed the issue) Le 27/04/2025 à 15:22, Chris Hofstaedtler a écrit : | > a2query -c javascript-common | > echo $? I gave it above, but I'll repeat it, a2query prints `No conf matches javascript-common` an

Bug#1101456: not false positive

2025-04-27 Thread VA
The given commands output `No conf matches javascript-common` and `1`. Also now: ``` # LANG=C dpkg --configure --pending Setting up javascript-common (12) ... ln: failed to create symbolic link '/etc/lighttpd/conf-enabled/90-javascript-alias.conf': File exists dpkg: error processing package ja

Bug#1101456: not false positive

2025-04-27 Thread VA
reopen 1101456 thanks That's definitely not a false positive. It still fails to upgrade and thus now no package depending on it (like dokuwiki) can be installed on my system since javascript-common fails.

Bug#1103251: utf8 not handled properly with locale?

2025-04-15 Thread VA
Package: atool Version: 0.39.0-14 If the current path contains diacritics, it may crash with some UTF-8 locale and format: ``` % pwd /tmp/1000/plop-2832509/ééé % touch foo % ar rcs foo.a foo % LANG=C aunpack foo.a x - foo foo.a: extracted to `Unpack-2549' (local file exists) % LANG=fr_FR.UTF-8

Bug#1101456: fails to upgrade

2025-03-27 Thread VA
Package: javascript-common Version: 12 Severity: serious For some reason, javascript-common fails to upgrade, and it also fails to be reinstalled, which prevents from upgrading dependents. ``` # dpkg --configure --pending Setting up javascript-common (12) ... dpkg: error processing package jav

Bug#1101369: gocryptfs should depend on fuse3 package

2025-03-26 Thread VA
Package: gocryptfs Version: 2.5.1-1 If fuse3 package isn't installed, gocryptfs fails with this error: ``` root@host:/# gocryptfs /test/ /mnt/ Password: Decrypting master key fs.Mount failed: exec: "/bin/fusermount": stat /bin/fusermount: no such file or directory ``` Currently, it's only a "

Bug#1101359: manual page is malformed

2025-03-26 Thread VA
Package: libnotify-bin Version: 0.8.4-1 When running "man notify-send", here's how it looks like (the beginning at least): ``` NOTIFY-SEND(1) User Commands NOTIFY-SEND(1) .SH "NAME" notify-send - a program to send desktop notifications .SH "SYNOPSIS" .HP 288u ```

Bug#1101349: dia crashes with PYTHONDEVMODE=1

2025-03-26 Thread VA
Package: dia Version: 0.98+git20250126-1+b1 when running dia with env var PYTHONDEVMODE=1, it segfaults between splash screen and main window: ``` Debug memory block at address p=0x55ca41354dd0: API '!' 0 bytes originally requested The 7 pad bytes at p-7 are not all FORBIDDENBYTE (0xfd

Bug#1101347: exported png has no antialiasing

2025-03-26 Thread VA
Package: dia Version: 0.98+git20250126-1+b1 When having a simple dia file with a basic ellipse (see attached file) then exporting to PNG, the resulting ellipse is rendered *without* antialiasing which is not very beautiful. According to Dia FAQ[1], it's possible to have antialiasing. Some peo

Bug#943676: news?

2025-03-22 Thread VA
Just chiming in, are there any news since then?

Bug#1098672: fails with PYTHONSAFEPATH

2025-02-22 Thread VA
Package: trimage Version: 1.0.6-2 When running a game with PYTHONSAFEPATH=y, this error occurs at start: ``` Traceback (most recent call last): File "/usr/lib/python3/dist-packages/trimage/trimage.py", line 16, in from ThreadPool import ThreadPool ModuleNotFoundError: No module named '

Bug#1096186: fails with PYTHONSAFEPATH

2025-02-17 Thread VA
Package: game-data-packager-runtime Version: 84 When running a game with PYTHONSAFEPATH=y, this error occurs at start: ``` Traceback (most recent call last): File "/usr/games/serious-sam-tfe", line 25, in from gdp_launcher_base import ( ^^^ ...<3 lines>

Bug#1095253: app does not show anything

2025-02-06 Thread VA
Forgot to reply to all 06/02/2025 à 13:27: Now the window shows much more stuff, it's definitely better. But among the bunch of errors on stderr, there's this one that hints me that something important is still missing: ``` file://usr/lib/x86_64-linux-gnu/dekko/plugins/ubuntu/mail/setupwizard

Bug#1095253: app does not show anything

2025-02-05 Thread VA
Package: dekko Version: 0.4.1+dfsg-2 Severity: important When running dekko, this is what I get: [20250205 22:03:23.499 CET file:///usr/lib/x86_64-linux-gnu/dekko/plugins/ui/Dekko.qml:107:9: Type ContentWorker unavailable [20250205 22:03:23.499 CET file:///usr/lib/x86_64-linux-gnu/dekko/plugi

Bug#1095208: app does not show anything

2025-02-05 Thread VA
Package: dekko Version: 0.4.1+dfsg-1 Severity: important When running dekko, this is what I get: [20250205 11:16:31.220 CET QQmlApplicationEngine failed to load component [20250205 11:16:31.220 CET qrc:/qml/Dekko.qml: Type MailStore unavailable [20250205 11:16:31.220 CET file:///usr/lib/x86_64-

Bug#1089535: constants must not be translated

2024-12-08 Thread VA
Package: manpages-fr Version: 4.24.0-2 In systemctl(1): $SYSTEMD_PAGERSECURE Prend un argument booléen. Quand c'est « vrai », le mode « secure » de l'afficheur est activé et quand c'est « faux », il est désactivé. This message is unhelpful at best. `SYSTEMD_PAGERSECURE=vrai

Bug#1088989: Acknowledgement (memory leak in terminator)

2024-12-03 Thread VA
After an intuition, it seems the problem is much more noticeable if a background image is set in terminator settings. Without a background image, the memory is still leaking though, i.e. not freed when closing the tab/split, but each empty tab/split adds up much less memory (I'd say about 2 orde

Bug#1088989: memory leak in terminator

2024-12-03 Thread VA
Package: terminator Version: 2.1.4-3 it looks like terminator's memory usage always grows and never shrinks: - start terminator - run within terminator `ps -xo pid,%mem,cmd | grep $PPID | head -1`, example: 186384 0.8 /usr/bin/python3 /usr/bin/terminator - start a dozen tabs (ctrl-shift

Bug#1087841: can't edit an event in ikhal

2024-11-19 Thread VA
Package: khal Version: 1:0.11.3-2 Since I don't know when exactly, ikhal crashes on timezones: My events are fetched from a caldav server using vdirsyncer. When I open an event (any of them) in ikhal and save it without doing any modification, then ikhal crashes with this (truncated) backtrace.

Bug#1057321: reproducible

2024-11-02 Thread VA
as of today, with xdg-desktop-portal-xapp installed, there is no ``` GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Screenshot” on object at path /org/freedesktop/portal/desktop ``` but I have the same bug: > The cursor didn't change to a dropper

Bug#1081268: shell completion is out-of-date

2024-09-10 Thread VA
Package: pulseaudio-utils Version: 16.1+dfsg1-5.1 Debian's pactl supports "get-sink-volume" subcommand: % pactl help | grep 'get-.*sink.*volume' pactl [options] get-(sink|source)-volume NAME|#N and this subcommand is listed in shell completion upstream: https://github.com/pulseaudio/pulseaudio/

Bug#1079886: backspace/^H isn't interpreted properly anymore

2024-08-28 Thread VA
Package: libvte-2.91-0:amd64 Version: 0.77.91-2 I don't know what changed, but suddenly many things bound to backspace/ctrl-h don't work properly. I will be comparing 0.76* to 0.77.91-2. ## Example in zsh To reproduce: - start zsh - run: bindkey "$termcap[kb]" backward-kill-word - press a fe

Bug#1069228: indeed

2024-05-25 Thread VA
Indeed, the `-I` description is invalid, and after a closer look, there are more problems in this poorly translated manual page. `--rfc-3339` has the same issue. This part was also poorly translated: > After any flags comes an optional field width, as a decimal number; then an optional modifie

Bug#1071733: French date(1) contains several errors

2024-05-24 Thread VA
Package: manpages-fr Version: 4.22.0-1 French date(1) contains several errors %D date ; équivalent à « %d/%m/%y » %F date complète ; identique à « %+4A-%m-%j » which are plain wrong. For compoarison, English manual page contains %D date; same as %m/%d/%y

Bug#1068973: include upstream zsh completion

2024-04-14 Thread VA
Package: eza Version: 0.18.9-1 Upstream has it: https://github.com/eza-community/eza/blob/main/completions/zsh/_eza Should be put in /usr/share/zsh/vendor-completions I guess

Bug#1067158: pip3-* manual pages could be aliased

2024-03-19 Thread VA
Package: python3-pip Version: 24.0+dfsg-2 Severity: wishlist Just like `man pip` is equivalent to `man pip3`, `man pip-install` (and other subcommands) could be equivalent to e.g. `man pip3-install`.

Bug#1063528: calling less PAGER a second time after resizing the terminal does not use new size

2024-02-09 Thread VA
Package: ipython3 Version: 8.20.0-1 - Start with a 80x24 terminal - Set "export PAGER=less" - Open "ipython3" - Run "import os" - Run "os??" - Press "q" to quit pager - Maximize terminal window - Run again "os??" - Scroll view with pagedown/pageup With xterm, the text scrolled is clipped into a

Bug#1063519: Qt.ColorScheme enum is not exposed

2024-02-09 Thread VA
Package: python3-pyqt6 Version: 6.6.1-2 >>> PyQt6.QtCore.Qt.ClipOperation >>> PyQt6.QtCore.Qt.ColorScheme AttributeError: type object 'Qt' has no attribute 'ColorScheme' It's present in the documentation: https://www.riverbankcomputing.com/static/Docs/PyQt6/api/qtcore/qt.html#ColorScheme So i

Bug#1061184: manual page is incorrect

2024-01-20 Thread VA
Package: python3-pip Version: 23.3+dfsg-1 The pip manual page refers to options which don't exist, example: % man pip | grep download-cache --download-cache % pip install --download-cache pip […] no such option: --download-cache

Bug#1006956: Acknowledgement (tt-rss spits a lot of php warnings)

2023-11-03 Thread VA
severity 1006956 important thanks Are there any news on this? In just one week: journalctl -S 2023-10-27 _SYSTEMD_UNIT=tt-rss.service | wc -l 1057249 And logs that are not about garbage: journalctl -S 2023-10-27 _SYSTEMD_UNIT=tt-rss.service | grep -iv warning | grep -iv deprecated | wc -l 10

Bug#1053996: fails to find driver though it's in PATH

2023-10-15 Thread VA
Package: python3-selenium Version: 4.13.0-1 It seems the packaged version can't find geckodriver even though it's in $PATH. Step 1: Downloading geckodriver from documented link https://selenium-python.readthedocs.io/installation.html#drivers: ``` curl -L https://github.com/mozilla/geckodri

Bug#1041351: app crashes immediately

2023-09-23 Thread VA
Le 30/07/2023 à 03:00, Patrick Franz a écrit : Hi, On Mon, 17 Jul 2023 22:07:49 +0200 VA wrote: Package: convertall Version: 0.8.0-2 Severity: serious [...] I'm downgrading this as I cannot reproduce your error. I tried on 3 different systems, but the app starts as usual every

Bug#1052497: manual page contains errors and is obsolete

2023-09-23 Thread VA
Package: topydo Version: 0.14-5.2 An example of error: topydo manual page mentions "|" to do a logical OR between terms, but it's wrong. Not only this syntax does not work, but the feature does not even exist! See An example of "obsolete": manual

Bug#1052192: package for qt6?

2023-09-18 Thread VA
Package: python3-poppler-qt5 Version: 21.3.0-2 Severity: wishlist Please provide python3-poppler-qt6. According to https://endoflife.date/qt, Qt 5.15 has no support since May 2023, only Qt 6 versions are maintained. So this is probably the same for libs like poppler-qt which depend on Qt. It s

Bug#1050078: nano should provide "editor"

2023-08-19 Thread VA
Package: nano Version: 7.2-1 nano package does not provide virtual package "editor", though it should.

Bug#1041351: app crashes immediately

2023-07-17 Thread VA
Package: convertall Version: 0.8.0-2 Severity: serious When running it: % LANG=C convertall Traceback (most recent call last): File "/usr/share/convertall/convertall.py", line 143, in main() File "/usr/share/convertall/convertall.py", line 133, in main import convertdlg ModuleNotFou

Bug#1033438: error in ascii(7)

2023-03-24 Thread VA
Package: manpages-fr Version: 4.18.0-1 ascii(7) contains an error for character 2A (in hex), it indicates "–" (U+2013) instead of "+" (U+002A). The error can be seen here too: https://manpages.debian.org/unstable/manpages-fr/ascii.7.fr.html

Bug#1032365: missing manual page

2023-03-04 Thread VA
Package: python3-hatchling Version: 1.12.2-1 hatchling has no manual page

Bug#827292: news?

2023-01-28 Thread VA
So it's been almost 7 years now that the file still has not gained that tiny executable bit. What's the reason for not doing it?

Bug#1025493: firefox crashes instantly at start

2022-12-06 Thread VA
Le 06/12/2022 à 19:37, Felix Zielcke a écrit : I have exactly the same problem since Mesa 22.3.0 was uploaded to unstable. Downgrading all src:mesa packages to version 22.2.4 from testing fixes this for me. I've got a Nvidia graphic card and use the Nvidia driver packages from Debian. It doestn't

Bug#1025493: firefox crashes instantly at start

2022-12-05 Thread VA
Package: firefox Version: 107.0.1-1 Severity: important It's not a broken profile, even when running "firefox --ProfileManager" or "firefox --safe-mode": [GFX1-]: glxtest: VA-API test failed: failed to initialise VAAPI connection. ATTENTION: default value of option me

Bug#1017524: status?

2022-11-23 Thread VA
Is there a pending fix? It may be related to multiple broken jekyll plugins in debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024177

Bug#1024177: cannot use plugin due to incompatibility?

2022-11-15 Thread VA
Package: ruby-jekyll-feed Version: 0.15.1-2 I'm using jekyll with those plugins in `_config.yml`: plugins: - jekyll-sitemap - jekyll-feed I get this error: Dependency Error: Yikes! It looks like you don't have jekyll-feed or one of its dependencies installed. In order to use Jekyll as c

Bug#1021563: also exclude fuse.gocryptfs from index

2022-10-10 Thread VA
Package: plocate Version: 1.1.16-1 In /etc/updatedb.conf 's PRUNEFS option, just like "fuse.cryfs" and "fuse.encfs" are present, PRUNEFS should also contain "fuse.gocryptfs" to prevent indexing (and leaking!) files from an encrypted filesystem,

Bug#1004027: Acknowledgement (aunpack should support unrar command)

2022-09-08 Thread VA
Same thing about .7z archives: I have `7zip` and `p7zip` packages installed, which are fine for unpacking .7z archives, but aunpack refuses to unpack them because none of these 2 packages ship a 7z command. They do ship 7zr and p7zip commands though, which are suitable for extracting .7z archive

Bug#1017787: ikhal crashes regularly when creating events

2022-08-20 Thread VA
Package: khal Version: 1:0.10.4~ds-3 ikhal crashes regularly when creating events, with this backtrace: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/khal/ui/__init__.py", line 1358, in start_pane loop.run() File "/usr/lib/python3/dist-packages/urwid/main_loop

Bug#1016810: i386 package should ship x86_64 binfmt

2022-08-18 Thread VA
Le 11/08/2022 à 10:56, Michael Tokarev a écrit : So overall, the issue is very minor (as in, with very limited use case), and I think implementing it properly (with runtime detection) isn't worth the effort. Maybe create a separate package shipping amd64 binfmt info for i386-only installs? Som

Bug#1017346: crashes immediately when using webengine view

2022-08-14 Thread VA
Le 14/08/2022 à 16:12, Dmitry Shachnev a écrit : Please install libqt6webenginecore6-bin package. Indeed installing it fixes the problem. However, as a more general note, could simple python exceptions like this not quit the whole app? If there was unsaved text, and the user tries to enable

Bug#1017346: crashes immediately when using webengine view

2022-08-14 Thread VA
Package: retext Version: 8.0.0-1 When selecting the "use webengine chromium view" from menu, retext immediately crashes: Could not find QtWebEngineProcess Process Process-1: Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap

Bug#1016810: i386 package should ship x86_64 binfmt

2022-08-07 Thread VA
Package: qemu-user-binfmt Version: 1:7.0+dfsg-7 Architectures that are not i386 or amd64 ship files like /usr/lib/binfmt.d/qemu-x86_64.conf and /usr/lib/binfmt.d/qemu-i386.conf However, i386 and amd64 flavours of the package ship neither. The i386 flavour should ship x86_64 related files, and co

Bug#1016805: retext crashes at start

2022-08-07 Thread VA
Package: retext Version: 8.0.0-1 Severity: grave Justification: renders package unusable When starting retext: qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may f

Bug#1014022: kalendar segfaults immediately on start

2022-06-28 Thread VA
Package: kalendar Version: 22.04.2-3 This is my first run of kalendar after a fresh install. ``` user@host ~ % kalendar QML debugging is enabled. Only use this in a safe environment. Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) org.kde.

Bug#1010269: crashes immediately at start

2022-04-27 Thread VA
Package: wine-development Version: 6.23~repack-1 Whenever I run any wine-development command, for example `wine-development winecfg`, even in a new, empty, WINEPREFIX, I get a crash immediately: % wine-development winecfg err:environ:read_nls_file failed to load 10/0 zsh: segmentation fault

Bug#1007724: no locking at all

2022-03-22 Thread VA
severity 1007724 serious thanks Given that due to this bug, xscreensaver does not lock at all the screen or even run, then the package does not work at all in the current state, and worse, it prevents locking, its main security feature.

Bug#1006956: tt-rss spits a lot of php warnings

2022-03-08 Thread VA
Package: tt-rss Version: 21~git20210204.b4cbc79+dfsg-1 tt-rss spits a lot of logs. In 8 hours it did that: % journalctl -S today | grep -c tt-rss 36715 Logs are all php warnings like this: mars 09 07:56:17 xxx php[478978]: [tt-rss] E_WARNING (2) (classes/urlhelper.php:99) Undefined array key

Bug#1005350: big icons despite compact mode

2022-02-11 Thread VA
Version: 2.6.6+dfsg.1-1 Package: keepassxc In the app, icons are way too big, bigger than they were before, even when "compact mode" is enabled (actually this option doesn't seem to work at all). See attached screenshot of how it looks now. Previously, the icon size used to be more like this:

Bug#1004984: incorrect context menu shown

2022-02-04 Thread VA
Package: xfce4-panel Version: 4.16.3-1 I'm comparing the situation between Debian stable and Debian unstable. In both cases, XFCE is used, with xfce-panel and a tray area in the panel, plus VLC as an example. VLC must be running, so it has an icon sitting in the xfce-panel tray area. On Debi

Bug#1004027: aunpack should support unrar command

2022-01-19 Thread VA
Package: atool Version: 0.39.0-11 When running aunpack on .rar files, I would expect it to run unrar command, but it doesn't… So whether I installed `unrar-free` or `unrar` package, it's not used. It only supports rar files if the `rar` package is installed. See log: Can't exec "rar": No suc

Bug#1003881: js error on home page

2022-01-17 Thread VA
Package: jupyter-notebook Version: 6.4.5-3 Severity: serious When starting `jupyter-notebook`, a browser is spawned to land (after some redirects) on http://localhost:/tree but the page stays blank. The browser console reports some javascript error: Uncaught ReferenceError: exports is not

Bug#1001966: missing a dependency and unclear description

2021-12-19 Thread VA
Package: giara Version: 0.3-3 Running after install: Traceback (most recent call last): File "/usr/bin/giara", line 69, in gi.require_version('Handy', '1') File "/usr/lib/python3/dist-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s not availab

Bug#1001937: lots lots lots of crashes

2021-12-19 Thread VA
Package: inkscape Version: 1.1.1-2+b1 The new inkscape version crashes very very often (every few minutes). Here's a simple way to make it crash: - load the attached file - select "wall" object in layers/object pane - go to edit menu > copy -> inkscape crashes...

Bug#1000263: package broken after php8 upgrade

2021-11-20 Thread VA
Package: tt-rss Version: 21~git20210204.b4cbc79+dfsg-1 Severity: serious Since upgrade from php packages 7.4 to 8.1, tt-rss is unusable. Logs contain several occurrences of: [Sat Nov 20 17:11:06.950555 2021] [php:error] [pid 2895803] [client 127.0.0.1:40988] PHP Fatal error: Uncaught ValueEr

Bug#994845: project changed maintainer (not a fork)

2021-09-21 Thread VA
Package: python3-prettytable Version: 0.7.2-5 Hi, PrettyTable is now officially maintained by JazzBand at https://github.com/jazzband/prettytable, see the PyPI page: https://pypi.org/project/prettytable/ Version is now 2.2.0.

Bug#989501: new upstream releases since 2016

2021-06-05 Thread VA
Package: ffmpegthumbnailer Version: 2.1.1-0.2 ffmpegthumbnailer 2.1.2 isn't in Debian, though it was released 5 years ago! And current ffmpegthumbnailer upstream version is 2.2.2, it would be good to update what's in Debian.

Bug#983639: docker-run manual page is not super readable

2021-02-27 Thread VA
Package: docker.io Version: 20.10.3+dfsg1-2 Severity: minor When viewing docker-run(1) manual page, the --network option description has a very large ASCII table that doesn't fit even in a wide terminal. % man docker-run | grep -C5 -- --network | wc -L warning: file '', around line 689: tabl

Bug#981414: unreadable text with dark theme

2021-01-30 Thread VA
Package: lutris Version: 0.5.8.3-1 I am using "darkcold" GTK theme from debian (https://packages.debian.org/buster/darkcold-gtk-theme), and Lutris' "manage runners" window is simply unreadable because of dark text on dark background. Is the text color hardcoded?

Bug#979973: no such file or directory when PAM accesses it

2021-01-12 Thread VA
Package: libpam-yubico Version: 2.26-1.1 Severity: important I use pam_yubico.so in /etc/pam.d/sshd This is the error I now get: xxx sshd[x]: PAM unable to dlopen(pam_yubico.so): /lib/x86_64-linux-gnu/security/pam_yubico.so: cannot open shared object file: No such file or directory xxx sshd[

Bug#963005: tig: new upstream release

2021-01-04 Thread VA
It's been quite some time 2.5.x has been released, any progress on it?

Bug#975731: package breaks with python3.9

2020-11-25 Thread VA
Package: python3-asttokens Version: 2.0.3-1 Since Debian upgraded to Python 3.9, asttokens is mostly broken, for example this program fails: from asttokens import ASTTokens src = """ from x import Foo class C: def __init__(self): self.foo = Foo(a=1) """

Bug#975475: package takes much more space

2020-11-22 Thread VA
Package: dxvk-wine64-development Version: 1.7.2+ds1-2 For some reason, the new version consumes much more storage space: dxvk-wine32-development:i386+268 MB 1.7.2+ds1-11.7.2+ds1-2 dxvk-wine64-development +287 MB 1.7.2+ds1-11.7.2+ds1-2 while the changelog doesn't give a h

Bug#974847: Can't update initramfs-tools

2020-11-15 Thread VA
Package: initramfs-tools Version: 0.139 Severity: important initramfs-tools fails to update: # LANG=C dpkg --configure --pending Setting up initramfs-tools (0.139) ... update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools (0.139) ... update-initramfs: Gen

Bug#974177: Info received (serious)

2020-11-13 Thread VA
severity 974177 important thanks Oops, I thought the bug was on the pidgin package, sorry.

Bug#974177: serious

2020-11-13 Thread VA
severity -1 serious thanks The package is mostly unusable because of that bug.

Bug#971781: change default url

2020-10-07 Thread VA
Package: revolt Version: 0.0+git20180813.6b10d57-2 When connecting to riot.im (the default) with Revolt, we are nagged by a periodic message demanding to switch to https://app.element.io This should be the default instance URL instead of riot.im

Bug#971011: missing "webp" extension

2020-09-26 Thread VA
Package: mime-support Version: 3.64 "webp" extension should have "image/webp" MIME type. That's the type used by browser, for example https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types

Bug#970643: "pytest" command is missing

2020-09-20 Thread VA
Package: python3-pytest Version: 3.10.1-2 The standard runner "pytest" command present in most pytest files shebang isn't shipped by python3-pytest package. It used to be shipped by python2 "python-pytest" package which is neither present in testing nor unstable, so there's room for shipping it

Bug#970251: mysqld manual page is worthless

2020-09-13 Thread VA
Package: mysql-server-core-8.0 Version: 8.0.21-1 mysqld(8) does not describe any of the options taken by mysqld command. It merely mentions: The mysqld program has many options that can be specified at startup. For a complete list of options, run this command: shell> mysql

Bug#969985: new upstream releases

2020-09-09 Thread VA
Package: pipx Version: 0.12.3.1-3 pipx is currently at version 0.15.5.1. But Debian is still at 0.12.3.1, which was released on February 2019, more than 20 releases away.

Bug#961717: The whole Firefox process crashes quite often

2020-05-28 Thread VA
Package: firefox Version: 76.0.1-2 Before (<76), it used to crash some tabs when running low on memory. Now (>=76), not only it takes more memory than before, but the whole process crashes, with all its tabs.

Bug#810890: caddy 2

2020-05-23 Thread VA
A few weeks ago, caddy 2.0.0 was released. Is there any progress on packaging?

Bug#960996: please provide a manual page

2020-05-18 Thread VA
Package: pipx Version: 0.12.3.1-3 There is no manual page, which is sad, it could be generated from -h for example (and -h for each subcommand). % man pipx No manual entry for pipx % pipx -h usage: pipx [-h] [--version] {install,inject,upgrade,upgrade-all,uninstall,uninstall-all,reinstall-all

Bug#668021: any news?

2020-05-09 Thread VA
severity 668021 important thanks Hi, Are there any news on this? The bug is still present as of today, and the proposed workaround does not work.

Bug#953880: problem confirmed

2020-03-14 Thread VA
severity 953880 grave thanks I have the same problem. GIMP is completely unusable as-is.

Bug#948178: python3-config forces no-pie

2020-01-04 Thread VA
Package: python3-dev Version: 3.7.5-3 I'm trying to compile a C++ app which uses SWIG and embeds a Python interpreter. So it uses `python3-config --cflags` to compile and `python3-config --ldflags` to link. A few other libs like SDL are included with `pkg-config` too, but no weird gcc option i

Bug#947544: Please provide an egg-info

2019-12-27 Thread VA
Package: python3-pyqt5.qtwebengine Version: 5.13.2-1 Hi, TL;DR: Like https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890200, but for python3-pyqt5.qtwebengine instead of just python3-pyqt5. Providing an egg-info or a dist-info correctly filled in a Python package is useful because if avoid

Bug#941633: synfigstudio crashes on almost every operation

2019-12-16 Thread VA
There you go, log as attachment. Let me know if I did something wrong. I drew 2 rectangles and pressed ctrl-z -> segfault. % LANG=C gdb --arg synfigstudio GNU gdb (Debian 8.3.1-1) 8.3.1 Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Bug#941633: synfigstudio crashes on almost every operation

2019-12-08 Thread VA
retitle 941633 synfigstudio crashes on almost every operation severity 941633 serious thanks In fact, it's much more general than just when importing an image, it crashes for almost everything. Here are a few example scenarios where synfigstudio crashes: - start synfigstudio - draw a rectangl

Bug#945951: hp driver crashes for all documents

2019-12-01 Thread VA
Package: printer-driver-hpcups Version: 3.19.11+dfsg0-1 Severity: important All jobs I submit to CUPS fail with "Filter error". The most likely cuplrit in /var/log/cups/error_log is probably this: D [01/Dec/2019:17:29:22 +0100] [Job 578] *** stack smashing detected ***: terminated D [01/Dec/

Bug#933771: AppArmor profile prevents reading password on tty

2019-08-03 Thread VA
Package: msmtp Version: 1.8.3-1 msmtp is capable of reading SMTP passwords in a conf file, using an external command, or reading it on the TTY. So it tests by opening /dev/tty: https://git.marlam.de/gitweb/?p=msmtp.git;a=blob;f=src/password.c;h=aa3b1b530e6e17f3e6d45b395bf399ba99924ecc;hb=HEAD#

Bug#923661: unusable

2019-05-08 Thread VA
severity 923661 grave thanks Cannot access feeds as a result, so the package is worthless as-is.

Bug#919793: prospector won't run at all

2019-03-16 Thread VA
found 919793 0.12.7-2.1 thanks prospector is still completely unusable in latest package, but with different errors. Without pyroma installed: Traceback (most recent call last): File "/usr/bin/prospector", line 11, in load_entry_point('prospector==0.12.7', 'console_scripts', 'console_

Bug#919793: prospector won't run at all

2019-01-19 Thread VA
Package: prospector Version: 0.12.7-2 Severity: important Wherever I try to run prospector, it just fails with this backtrace: Traceback (most recent call last): File "/usr/bin/prospector", line 11, in load_entry_point('prospector==0.12.7', 'console_scripts', 'console_script')() File "

Bug#911467: gcalcli fails to delete events

2018-10-20 Thread VA
Package: gcalcli Version: 4.0.0~a4-1 When trying to delete events with gcalcli, I get this traceback: File "/bin/gcalcli", line 2538, in BowChickaWowWow() File "/bin/gcalcli", line 2510, in BowChickaWowWow FLAGS.iamaexpert, eStart, eEnd) File "/bin/gcalcli", line 1876, in DeleteEv

Bug#907788: "dh key too small" since openssl upgrade

2018-09-02 Thread VA
Package: curl Version: 7.61.0-1 Since openssl upgrade to 1.1.1~~pre9-1, curl is not able anymore to do requests to some sites. For example: % curl https://www.credit-cooperatif.coop/ curl: (35) error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small It used to work with curl, and it

Bug#905479: cannot import urllib3.contrib.pyopenssl

2018-08-05 Thread VA
Package: python-urllib3 Version: 1.22-1 I cannot import urllib3.contrib.pyopenssl: >>> import urllib3.contrib.pyopenssl Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/dist-packages/urllib3/contrib/pyopenssl.py", line 62, in from ..packages import six

Bug#894606: kross wrong dependency

2018-04-02 Thread VA
Package: kross Version: 5.44.0-1 "kross" package depends on libqt5core5a and other Qt5 lib packages. But in reality, the "kross" binary depends on Qt4: % ldd =kross | grep Qt libQtGui.so.4 => /usr/lib/x86_64-linux-gnu/libQtGui.so.4 (0x7f9eb59dc000) libQtCore.so.4 => /usr/lib/x86_64-linu

Bug#893730: Missing dependency?

2018-03-21 Thread VA
Package: python3-botan Version: 2.4.0-3 After installing Python bindings for botan, it seems some dependency is missing (or not installable): >>> import botan2 Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3/dist-packages/botan2.py", line 39, in botan =

Bug#890200: PyQt5 package should provide an egg-info

2018-02-11 Thread VA
Package: python-pyqt5 Version: 5.9.2+dfsg-1 Many Debian python packages include an egg-info folder, but python-pyqt5 does not. For example, when python-requests is installed with apt: % dpkg -L python-requests | grep egg-info /usr/lib/python2.7/dist-packages/requests-2.18.4.egg-info /usr/lib/

Bug#886020: wrong help message

2018-01-01 Thread VA
Version: 1.0-1.2+b2 Package: gnome-xcf-thumbnailer When I try to display gnome-xcf-thumbnailer help, it tells me about NDS files, not XCF: % gnome-xcf-thumbnailer -h Usage: gnome-xcf-thumbnailer [OPTION?] [FILE...] Thumbnail Nintendo DS ROMs

  1   2   >