Packages

Category Task Type  asc Priority Severity Summary Status Progress
AnyBug ReportHighCritical [utox] package needs rebuilding Closed
100%
Task Description

I get this error when trying to run it:

$ utox
utox: error while loading shared libraries: libtoxencryptsave.so.1: cannot open shared object file: No such file or directory

AnyBug ReportVery LowHigh [icedove-uxp] does not import from existing installatio ...Closed
100%
Task Description

It behaves like a clean installation, does not import the configurations and data from a existing installation of icedove.

The wizard import does not work too. It returns the message:

No application to import data from found.

A workaround

it copy the directory ~/.icedove to ~/.mozilla/thunderbird:

cp --recursive --verbose ~/.icedove/ ~/.mozilla/thunderbird/
AnyBug ReportMediumHigh [xf86-video-intel] windows are not rendered correctly i ...Closed
100%
Task Description

I’m encountering this bug when using latest Pale Moon (version 2.8.0.1).

https://forum.palemoon.org/viewtopic.php?f=37&t=19941&sid=3cd95f0870b5cef74c582eb9a3ea778a

The bug doesn’t only affect the preferences dialog - other windows are not rendered correctly either such as DownThemAll! add-on (see attached image).

The suggested fix is to update the intel driver (the about:config suggested change makes the preference dialog usable but other windows such as DownThemAll! still aren’t displayed correctly).

I’m using a T60 with intel graphics.

AnyBug ReportVery LowHigh [iceweasel-uxp] windows don't render correctly in add-o ...Closed
100%
Task Description

I can’t switch windows in add-ons such as session manager.

It’s probably the same bug which appears in palemoon (inherited from UXP). See here:

https://issues.hyperbola.info/index.php?do=details&task_id=1160&opened=24&status[0]=

https://forum.palemoon.org/viewtopic.php?f=37&t=19941&sid=3cd95f0870b5cef74c582eb9a3ea778a

AnyBug ReportLowLow [usbutils] lsusb does not list device names Closed
100%
Task Description

Description:

lsusb does not resolve device names from /var/lib/usbutils/usb.ids

The same thing as described here: https://unix.stackexchange.com/questions/220759/lsusb-doesnt-list-device-names

AnyBug ReportVery LowMedium [mate-panel] country flags for keyboard layouts are mis ...Closed
100%
Task Description

After enabling show-flags via dconf-editor in org.mate.peripherals-keyboard-xkb.indicator the flags don’t show up. The simple workaround is to copy flags you want into ~/.icons/flags (after creating the directory) from here

https://github.com/linuxmint/flags/tree/master/usr/share/iso-flag-png

and then to reboot.

It seems to be this bug:

https://askubuntu.com/questions/1059324/how-to-show-current-keyboard-layout-on-mate-panel-as-country-flag/1059325#1059325

AnyBug ReportVery HighHigh [openrc] needs a minor fix Closed
100%
Task Description

Description:

  • OpenRC needs a minor fix (remount proc)

Additional info:

  • openrc 0.28-19
openrc /usr/lib/rc/sh/init.sh

-        mount -n -t proc -o noexec,nosuid,nodev,gid=proc,hidepid=2 proc /proc
+        mount -n -t proc -o noexec,nosuid,nodev proc /proc
+        mount -n /proc -o remount,gid=26,hidepid=2

Steps to reproduce:

  • Boot OpenRC in chroot with unshare
AnyBug ReportHighCritical [zathura-ps] needs to be recompiled Closed
100%
Task Description

Description:
Since the update to 0.3.9 (or the update of girara to 0.2.9), zathura-pdf-poppler returns the following error:

error: Could not load plugin '/usr/lib/zathura/ps.so' (libgirara-gtk3.so.2: cannot open shared object file: No such file or directory).
AnyBug ReportHighCritical [links][elinks] segmentation fault after start by termi ...Closed
100%
Task Description

Description:

  • Segmentation fault after start by terminal emulator but elinks does not crash in console. After that, it prints characters when mouse buttons pressed so it can not copy its output.

Additional info:
* package version(s)

  • links 2.14-2
  • elinks 0.13-18

* config and/or log files etc.

  • gdb output for links 2.16:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4295e43 in strchrnul () from /usr/lib/libc.so.6
  • gdb output for elinks 0.13-18:
[New Thread 0x7ffff4dfb700 (LWP 8393)]
Thread 1 "elinks" received signal SIGSEGV, Segmentation fault.
0x00007ffff5fa3e43 in strchrnul () from /usr/lib/libc.so.6

Steps to reproduce:

  • Run links and elinks by terminal emulator
AnyBug ReportVery LowMedium [ffmpegthumbnailer] missing support for some media form ...Closed
100%
Task Description

ffmpegthumbnailer does not support some media formats since they do not appear in its configuration file ffmpegthumbnailer.thumbnailer which can be found in /usr/share/thumbnailers/. By editing the file ffmpegthumbnailer.thumbnailer one can add thumbnail support for embedded art in audio formats such as flac and mp3 (using the -m flag) and thumbnail support for webp (a new image format which iceweasel-uxp and gthumb support). I’m attaching my edited file (I just added a few common audio formats and webp and added the -m flag and removed the -f flag).

AnyBug ReportMediumMedium [iceweasel-uxp] animated webp files stop playing after  ...Closed
100%
Task Description

I converted a gif file to webp using gif2webp. The file plays back using vwebp but stops playing back after a few seconds when run in Iceweasel-UXP.

Here is a file you can test (made from Sintel):
https://coinsh.red/p/sintel.webp

AnyBug ReportVery LowLow [zathura-pdf-poppler] unable to process apostrophes di ...Closed
100%
Task Description

Description:
Something is wrong with the latest version packaged in Hyperbola. zathura-pdf-poppler is unable to process apostrophes displayed in pdf bookmarks.

Steps to reproduce:
Open any pdf file which has a summary included, then hit `Tab` to display the summary. Instead of apostrophes, zathura-pdf-poppler displays html entities while the output of zathura-pdf-mupdf is correct.

AnyBug ReportVery LowCritical [apache]: cannot start if NetworkManager is not started Closed
100%
Task Description

Description:

Apache web server shall be running with or without the external network, and without NetworkManager.

rc-service httpd start

will give the message that NetworkManager must be started first, and will not start apache web server. I cannot find in which file is that written.

Steps to reproduce:

1. Disconnect network. Start computer.

2. Try to start apache with above command.

That makes no sense, as Apache can run on local network without NetworkManager and it is not written in the description.

AnyBug ReportLowLow [emacs-nox] uses "nox" suffix Closed
100%
Task Description

Description:

  • Fix package name to emacs-headless that is the correct name for packages without graphical user interface support. nox suffix is incorrect because Hyperbola supports Wayland too, not only X.Org.

Additional info:
* package version(s)

  • 25.2-1

* config and/or log files etc.

Steps to reproduce:

  • None
AnyBug ReportLowLow [erlang-nox] uses "nox" suffix Closed
100%
Task Description

Description:

  • Fix package name to erlang-headless that is the correct name for packages without graphical user interface support. nox suffix is incorrect because Hyperbola supports Wayland too, not only X.Org.

Additional info:
* package version(s)

  • 19.3-3

* config and/or log files etc.

Steps to reproduce:

  • None
AnyBug ReportLowLow [qbittorrent-nox] uses "nox" suffix Closed
100%
Task Description

Description:

  • Fix package name to qbittorrent-headless that is the correct name for packages without graphical user interface support. nox suffix is incorrect because Hyperbola supports Wayland too, not only X.Org.

Additional info:
* package version(s)

  • 3.3.11-1

* config and/or log files etc.

Steps to reproduce:

  • None
AnyBug ReportVery LowHigh [nginx]: cannot start if NetworkManager is not started Closed
100%
Task Description

Description:

Nginx web server shall be running with or without the external network, and without NetworkManager.

rc-service nginx start

Additional info:

$ pacman -Si nginx
Repositorio               : extra
Nombre                    : nginx
Versión                   : 1.12.2-2.hyperbola4
Descripción               : Lightweight HTTP server and IMAP/POP3 proxy server, with logger recommendation and OpenRC support
Arquitectura              : x86_64
URL                       : https://nginx.org
Licencias                 : custom
Grupos                    : Nada
Provee                    : Nada
Depende de                : pcre  zlib  openssl  geoip
Dependencias opcionales   : logger: message logging support
En conflicto con          : nginx-mainline
Remplaza a                : nginx-mainline
Tamaño de la descarga     : 478,89 KiB
Tamaño de la instalación  : 1598,00 KiB
Encargado                 : André Silva <emulatorman@hyperbola.info>
Fecha de creación         : lun 11 jun 2018 18:20:12 -05
Validado por              : Suma MD5  Suma SHA-256  Firma
$ pacman -Ql nginx
nginx /etc/
nginx /etc/conf.d/
nginx /etc/conf.d/nginx
nginx /etc/init.d/
nginx /etc/init.d/nginx
nginx /etc/logrotate.d/
nginx /etc/logrotate.d/nginx
nginx /etc/nginx/
nginx /etc/nginx/fastcgi.conf
nginx /etc/nginx/fastcgi_params
nginx /etc/nginx/koi-utf
nginx /etc/nginx/koi-win
nginx /etc/nginx/mime.types
nginx /etc/nginx/nginx.conf
nginx /etc/nginx/scgi_params
nginx /etc/nginx/uwsgi_params
nginx /etc/nginx/win-utf
nginx /usr/
nginx /usr/bin/
nginx /usr/bin/nginx
nginx /usr/share/
nginx /usr/share/licenses/
nginx /usr/share/licenses/nginx/
nginx /usr/share/licenses/nginx/LICENSE
nginx /usr/share/man/
nginx /usr/share/man/man8/
nginx /usr/share/man/man8/nginx.8.gz
nginx /usr/share/nginx/
nginx /usr/share/nginx/html/
nginx /usr/share/nginx/html/50x.html
nginx /usr/share/nginx/html/index.html
nginx /usr/share/vim/
nginx /usr/share/vim/vimfiles/
nginx /usr/share/vim/vimfiles/ftdetect/
nginx /usr/share/vim/vimfiles/ftdetect/nginx.vim
nginx /usr/share/vim/vimfiles/indent/
nginx /usr/share/vim/vimfiles/indent/nginx.vim
nginx /usr/share/vim/vimfiles/syntax/
nginx /usr/share/vim/vimfiles/syntax/nginx.vim
nginx /var/
nginx /var/lib/
nginx /var/lib/nginx/
nginx /var/lib/nginx/proxy/
nginx /var/log/
nginx /var/log/nginx/

Steps to reproduce:

1. Disconnect network. Start computer.

2. Try to start nginx with above command.

AnyBug ReportHighHigh [filesystem] contains systemd references and files Closed
100%
Task Description

Description:

  • The filesystem package contains systemd files (/etc/profile.d/locale.sh and /usr/share/factory/) and references in /usr/share/man/man7/hyperbola.7.gz

Additional info:
* package version(s)
* config and/or log files etc.

  • Proposal patch to fix the Hyperbola basic configuration man page:
diff --git hyperbola.7.txt hyperbola.7.txt.new
index 842e532..927cf6a 100644
--- hyperbola.7.txt
+++ hyperbola.7.txt.new
@@ -24,14 +24,12 @@ To view available services, use 'rc-status --all'.
 
 HOSTNAME[[H]]
 -------------
-The hostname of the machine can be set using 'hostnamectl set-hostname <hostname>'.
+The hostname of the machine can be set using 'hostname <hostname>' or 'sysctl -w kernel.hostname=<hostname>'.
 It will then be written to /etc/hostname.
 
 LOCALIZATION[[L]]
 -----------------
 Various locales may be enabled in /etc/locale.gen and are generated by 'locale-gen'.
-The system-wide locale to be used can be configured in /etc/locale.conf.
-These settings can be overridden on a per-user basis by keeping a user-specific locale.conf in $HOME/.config/locale.conf.
 The user-specific file will take precedence if it exists.
 
 VIRTUAL CONSOLE[[V]]
@@ -72,15 +70,16 @@ Syslinux is configured in /boot/syslinux/syslinux.cfg.
 MODULES[[M]]
 ------------
 Most modules should be loaded on-demand.
-Modules to be unconditionally loaded at boot can be specified in /etc/modules-load.d/,
+Modules to be unconditionally loaded at boot can be specified in /etc/conf.d/modules,
 and modules to be blacklisted from automatically loading can be configured in /etc/modprobe.d/.
 
 SEE ALSO
 --------
 
-*hostname*(5), *locale.conf*(5), *timezone*(3), *hwclock*(8),
-*fstab*(5), *crypttab*(5), *mkinitcpio*(8), *pacman*(8), *pacman.conf*(5),
-*grub-mkconfig*(8), *syslinux*(1), *modules-load.d*(5), *modprobe.d*(5)
+*hostname*(5), *timezone*(3), *hwclock*(8),
+*fstab*(5), *cryptsetup*(8), *mkinitcpio*(8), *pacman*(8), *pacman.conf*(5),
+*grub-mkconfig*(8), *syslinux*(1), *modprobe.d*(5),
+*openrc*(8), *rc-service*(8), *rc-status*(8), *rc-update*(8)
 
 AUTHORS
 -------

Steps to reproduce:

* Run:

~ man hyperbola
AnyBug ReportVery HighHigh [mkinitcpio] consolefont and keymap hooks is adapted to ...Closed
100%
Task Description

Description:

  • “consolefont” and “keymap” hooks is adapted to systemd using /etc/vconsole.conf file, those hooks are needed to adapt to [openrc] with /etc/conf.d/consolefont and /etc/conf.d/keymaps

Additional info:

  • mkinitcpio 23-1.hyperbola3.1
/usr/lib/initcpio/install/consolefont
---
-        [[ -s /etc/vconsole.conf ]] && . /etc/vconsole.conf
+        [[ -s /etc/conf.d/consolefont ]] && . /etc/conf.d/consolefont

-        if [[ $FONT ]]; then
-            for file in "/usr/share/kbd/consolefonts/$FONT".@(fnt|psf?(u))?(.gz); do
+        if [[ $consolefont ]]; then
+            for file in "/usr/share/kbd/consolefonts/$consolefont".@(fnt|psf?(u))?(.gz); do

-            error "consolefont: requested font not found: \`%s'" "$FONT"
+            error "consolefont: requested font not found: \`%s'" "$consolefont"

-This hook loads consolefont specified in vconsole.conf during early 
-userspace.
+This hook loads consolefont specified in /etc/conf.d/consolefont during 
+early userspace.
/usr/lib/initcpio/install/keymap
---
-        for cfg in /etc/{vconsole,locale}.conf; do
+        for cfg in /etc/{conf.d/keymaps,locale}.conf; do

-        loadkeys -q $uc ${KEYMAP:-us} -b > "$BUILDROOT/keymap.bin"
+        loadkeys -q $uc ${keymap:-us} -b > "$BUILDROOT/keymap.bin"

-This hook loads keymap(s) specified in vconsole.conf during early 
-userspace.
+This hook loads keymap(s) specified in /etc/conf.d/keymaps during 
+early userspace.
Repository      : core
Name            : mkinitcpio
Version         : 23-1.hyperbola3.1
Description     : Modular initramfs image creation utility, with eudev support
Architecture    : any
URL             : https://projects.archlinux.org/mkinitcpio.git/
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : awk  mkinitcpio-busybox>=1.19.4-2  kmod  util-linux>=2.23  libarchive  coreutils  bash  findutils  grep  filesystem>=2011.10-1  gzip  eudev
Optional Deps   : xz: Use lzma or xz compression for the initramfs image
                  bzip2: Use bzip2 compression for the initramfs image
                  lzop: Use lzo compression for the initramfs image
                  lz4: Use lz4 compression for the initramfs image
                  mkinitcpio-nfs-utils: Support for root filesystem on NFS
Conflicts With  : None
Replaces        : None
Download Size   : 38.40 KiB
Installed Size  : 186.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Fri 05 Oct 2018 03:28:32 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

  • Use “consolefont” and “keymap” hooks from mkinitcpio
AnyBug ReportMediumMedium [iceweasel-uxp] the option to choose languages for disp ...Closed
100%
Task Description

Description:

For a strange reason, the option to choose languages for displaying pages is missing in Iceweasel-UXP [0] while is available in Firefox 55 version and bellow. [1] [2]

Seems preferences were backported from Firefox 56 version or later because that option was removed in those versions. [3]

It affects websites such as https://my.virtualhosts.de/ that requires set it from browser.

Additional info:
* package version(s)

  • 52.9.20180905-2

* config and/or log files etc.

Steps to reproduce:

AnyBug ReportVery LowHigh [kdelibs4support] XDG_RUNTIME_DIR not set Closed
100%
Task Description

Description:

This bug only appears when logged in as root on terminal

# kf5-config --version
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Qt: 5.8.0
KDE Frameworks: 5.33.0
kf5-config: 1.0

Additional info:

* package version(s)

$ pacman -Si kdelibs4support
Repositorio               : extra
Nombre                    : kdelibs4support
Versión                   : 5.33.0-1
Descripción               : Porting aid from KDELibs4
Arquitectura              : x86_64
URL                       : https://community.kde.org/Frameworks
Licencias                 : LGPL
Grupos                    : kf5-aids
Provee                    : Nada
Depende de                : kunitconversion  kitemmodels  kemoticons  kded  kparts
Dependencias opcionales   : Nada
En conflicto con          : kde4support
Remplaza a                : kde4support
Tamaño de la descarga     : 3,03 MiB
Tamaño de la instalación  : 17,36 MiB
Encargado                 : Felix Yan <felixonmars@archlinux.org>
Fecha de creación         : jue 13 abr 2017 14:29:47 -05
Validado por              : Suma MD5  Suma SHA-256  Firma

Steps to reproduce:

- Install KDE plasma

AnyBug ReportVery LowHigh [blueman] org.freedesktop.DBus.Error.NameHasNoOwner Closed
100%
Task Description

Description:

org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name ‘org.bluez.obex’: no such name

Additional info:
* package version(s)

$ pacman -Si blueman
Repositorio               : community
Nombre                    : blueman
Versión                   : 2.0.4-3
Descripción               : GTK+ Bluetooth Manager
Arquitectura              : x86_64
URL                       : https://github.com/blueman-project/blueman
Licencias                 : GPL
Grupos                    : Nada
Provee                    : Nada
Depende de                : bluez  bluez-libs  gtk3  libnotify  python-cairo  python-dbus
                            python-gobject
Dependencias opcionales   : dnsmasq: Network Access Point (NAP) support
                            networkmanager: Dial Up Networking (DUN) and Personal Area
                            Networking (PAN) support
                            pulseaudio-bluetooth: audio devices support
En conflicto con          : Nada
Remplaza a                : Nada
Tamaño de la descarga     : 1814,18 KiB
Tamaño de la instalación  : 5345,00 KiB
Encargado                 : Felix Yan <felixonmars@archlinux.org>
Fecha de creación         : dom 25 dic 2016 12:00:42 -05
Validado por              : Suma MD5  Suma SHA-256  Firma

* config and/or log files etc.

(blueman-applet | ccze -A):
- https://paste.debian.net/plain/1049476

(pkgfile -l blueman):
- https://paste.debian.net/plain/1049477

Steps to reproduce:

- Install blueman

AnyBug ReportVery LowHigh error: extract: not overwriting dir with file /usr/loca ...Closed
100%
Task Description

Description:

after upgrade there are errors that shall not be there. I cannot know why.

admin-> upgrade-hyperbola
:: Synchronizing package databases...
 core                             186.6 KiB   283K/s 00:01 [###############################] 100%
 extra                           1918.8 KiB   259K/s 00:07 [###############################] 100%
 community                          4.1 MiB   217K/s 00:19 [###############################] 100%
 DEB_Arch_Extra                     4.2 KiB  0.00B/s 00:00 [###############################] 100%
 DEB_Arch_Extra.sig               280.0   B  0.00B/s 00:00 [###############################] 100%
:: Starting full system upgrade...
warning: elinks: local (0.13-18) is newer than community (0.12pre6-1.hyperbola1)
resolving dependencies...
looking for conflicting packages...

Packages (5) filesystem-2017.03-2.hyperbola10.4  icedove-uxp-52.9.20181107-1
             iceweasel-uxp-52.9.20181107-1  licenses-20140629-2.hyperbola3
             pacman-mirrorlist-20181031-1.hyperbola1.1

Total Download Size:    79.91 MiB
Total Installed Size:  226.65 MiB
Net Upgrade Size:        0.26 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 filesystem-2017.03-2.hyperb...    13.0 KiB  0.00B/s 00:00 [###############################] 100%
 licenses-20140629-2.hyperbo...    68.4 KiB   171K/s 00:00 [###############################] 100%
 pacman-mirrorlist-20181031-...     5.6 KiB  0.00B/s 00:00 [###############################] 100%
 icedove-uxp-52.9.20181107-1...    37.6 MiB   403K/s 00:06 [############################---]  93     icedove-uxp-52.9.20181107-1...    37.9 MiB   41-----------------------------]      iceweasel-uxp-52.9.20181107...     3.8 MiB   867K/s 00:42 [##-----------------------------]       iceweasel-uxp-52.9.20181107...     3.8 MiB   600K/s 01:01 [##-----------------------------      iceweasel-uxp-52.9.20181107...     4.0 MiB   773K/s 00:47 [###----------------------------]    iceweasel-uxp-52.9.20181107...     4.1 MiB   702K/s 00:51 [###----------------------------]   iceweasel-uxp-52.9.20181107...    39.8 MiB   212K/s 03:12 [###############################] 100%
(5/5) checking keys in keyring                             [###############################] 100%
(5/5) checking package integrity                           [###############################] 100%
(5/5) loading package files                                [###############################] 100%
(5/5) checking for file conflicts                          [###############################] 100%
(5/5) checking available disk space                        [###############################] 100%
:: Processing package changes...
(1/5) upgrading filesystem                                 [###############################] 100%
error: extract: not overwriting dir with file /usr/local/share/man
error: problem occurred while upgrading filesystem
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded.
AnyBug ReportMediumMedium [hypervideo] remove "please report this issue" when hyp ...Closed
100%
Task Description

Description:

YouTube’s DRM has prevented this software from obtaining the video URL, please report this issue on https://issues.hyperbola.info/

The error is intentional when hypervideo fail to download DRM videos, so the specific part that says “please report this issue on https://issues.hyperbola.info/ should be removed in the next version.

Additional info:
* package version(s)

  • 1.0.2-1

* config and/or log files etc.

Steps to reproduce:

  • Download YouTube’s DRM videos
AnyBug ReportMediumMedium [linux-libre-lts] enable CONFIG_USER_NS Closed
100%
Task Description

Currently it’s not possible to enable “noroot” in firejail due to missing CONFIG_USER_NS in the kernel. This is a bug also in Arch.
https://github.com/netblue30/firejail/issues/1069

AnyBug ReportLowLow [crystal] error build Invidious Closed
100%
AnyBug ReportVery LowMedium addons compatible with seamonkey don't work with iceape ...Closed
100%
AnyBug ReportVery LowHigh tp_smapi not working with most recent libre kerne; Closed
100%
AnyBug ReportLowHigh [kaccounts-integration] option to add NextCloud/OwnClou ...Closed
100%
AnyBug ReportLowHigh [kdenetwork-kopete] clicking to add an Jabber Account o ...Closed
100%
AnyBug ReportVery HighCritical [linux-libre-lts] spinlock not released on kernel by i9 ...Closed
100%
AnyBug ReportLowHigh [xfce4-power-manager] locking session issue Closed
100%
AnyBug ReportVery LowLow marble-qt: doesn't look like a valid Marble plugin: "/ ...Closed
100%
AnyBug ReportVery HighCritical [electrum] package no longer works Closed
100%
AnyBug ReportHighCritical [electrum] updated package still does not work Closed
100%
AnyBug ReportVery LowMedium [hypervideo] YouTube no longer works Closed
100%
AnyBug ReportVery LowHigh mach package command crashes and fails to build the pac ...Closed
100%
AnyBug ReportVery LowLow [openssl-1.0] Newer version required for plowshare MEGA ...Closed
100%
AnyBug ReportMediumMedium [adwaita-icon-theme] error when installing package Closed
100%
AnyBug ReportVery LowMedium [ rtkit ] contains systemd unit files Closed
100%
AnyBug ReportMediumHigh [notmuch-mutt] missing requirement Closed
100%
AnyBug ReportVery LowMedium [hypervideo] YouTube downloads do not extract correct f ...Closed
100%
AnyBug ReportVery LowMedium [clamtk] Gtk-WARNING **: Impossible to find the theme e ...Closed
100%
AnyBug ReportVery LowHigh groff: package not built with URW fonts properly or suc ...Closed
100%
AnyBug ReportVery LowCritical [msmtp] needs libressl Closed
100%
AnyBug ReportVery HighCritical [cups] [cups-filters] ServerBin directory inconsistency Closed
100%
AnyBug ReportMediumMedium [sshfs] Can't mount share from desktop (FUSE2 issue) Closed
100%
AnyBug ReportVery LowMedium [slim] login screen not displaying correctly Closed
100%
AnyBug ReportMediumHigh [cups] lp command no longer works Closed
100%
AnyBug ReportVery LowLow [pacman] warnings after migration Closed
100%
Showing tasks 101 - 150 of 1517 Page 3 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing