Packages

Category Task Type Priority Severity  asc Summary Status Progress
AnyImplementation RequestVery LowMedium Qemu Documentation Request Closed
100%
Task Description

I just wanted to do some testing through qemu to report bugs if I can...

Can you make a beginners guide to installing hyperbola through qemu?

This would really be appreicated.

AnyImplementation RequestVery LowMedium bitlbee plugins Closed
100%
Task Description

I request please can add to the hyperbola repositories the packages: ‘telegram-purple’, ‘Mastodon plugin for Bitlbee’, ‘bitlbee-facebook’ and ‘funyahoo-plusplus’ of course this is subject to not cause conflicts of security and stability in the operating system, thank you very much in advance.

This bitlbee project wiki can be used as a reference.
https://wiki.bitlbee.org/FrontPage

AnyFeature RequestMediumMedium [tlp] needs OpenRC init script Closed
100%
Task Description

pacman -Si tlp
Repository : community
Name : tlp
Version : 0.9-2.hyperbola1
Description : Save battery power on laptops, without systemd support
Architecture : any
URL : http://linrunner.de/en/tlp/tlp.html Licenses : GPL2 GPL3
Groups : None
Provides : None
Depends On : hdparm iw pciutils rfkill usbutils util-linux
Optional Deps : acpi_call: ThinkPad battery functions, Sandy Bridge and newer

                bash-completion: Bash completion
                ethtool: Disable Wake On Lan
                lsb-release: Display LSB release version in tlp-stat
                smartmontools: Display S.M.A.R.T. data in tlp-stat
                tp_smapi: ThinkPad battery functions
                x86_energy_perf_policy: Set energy versus performance policy on x86 processors

Conflicts With : laptop-mode-tools pm-utils
Replaces : None
Download Size : 44.92 KiB
Installed Size : 243.00 KiB
Packager : André Silva emulatorman@hyperbola.info Build Date : Wed 25 Oct 2017 07:26:10 AM CEST
Validated By : MD5 Sum SHA-256 Sum Signature

pacman -Ql tlp
tlp /etc/
tlp /etc/default/
tlp /etc/default/tlp
tlp /usr/
tlp /usr/bin/
tlp /usr/bin/bluetooth
tlp /usr/bin/run-on-ac
tlp /usr/bin/run-on-bat
tlp /usr/bin/tlp
tlp /usr/bin/tlp-pcilist
tlp /usr/bin/tlp-stat
tlp /usr/bin/tlp-usblist
tlp /usr/bin/wifi
tlp /usr/bin/wwan
tlp /usr/lib/
tlp /usr/lib/udev/
tlp /usr/lib/udev/rules.d/
tlp /usr/lib/udev/rules.d/85-tlp.rules
tlp /usr/lib/udev/tlp-usb-udev
tlp /usr/share/
tlp /usr/share/bash-completion/
tlp /usr/share/bash-completion/completions/
tlp /usr/share/bash-completion/completions/bluetooth
tlp /usr/share/bash-completion/completions/tlp
tlp /usr/share/bash-completion/completions/tlp-stat
tlp /usr/share/bash-completion/completions/wifi
tlp /usr/share/bash-completion/completions/wwan
tlp /usr/share/man/
tlp /usr/share/man/man1/
tlp /usr/share/man/man1/bluetooth.1.gz
tlp /usr/share/man/man1/run-on-ac.1.gz
tlp /usr/share/man/man1/run-on-bat.1.gz
tlp /usr/share/man/man1/wifi.1.gz
tlp /usr/share/man/man1/wwan.1.gz
tlp /usr/share/man/man8/
tlp /usr/share/man/man8/tlp-stat.8.gz
tlp /usr/share/man/man8/tlp.8.gz
tlp /usr/share/tlp-pm/
tlp /usr/share/tlp-pm/tlp-functions
tlp /usr/share/tlp-pm/tlp-rf-func
tlp /usr/share/tlp-pm/tpacpi-bat

AnyPrivacy IssueVery LowMedium [avahi] avahi publishes the hostname by default Closed
100%
Task Description

By default, the ‘disable-publishing’ parameter in the [publish] section of avahi-daemon.conf is set to ‘no’, which can be seen in my opinion as a privacy issue as avahi broadcasts the hostname without the user’s consent even though this has been explicitly disabled in the settings of networkmanager.

AnyFeature RequestMediumMedium [fail2ban] needs OpenRC init script Closed
100%
Task Description

hello to all, I request that the developers of hyperbola develop the service of ‘fail2ban’, is an application that is used to protect servers.
I hope my request is positive, I thank you in advance.

AnyBug ReportVery LowMedium [python-pafy] Like/dislike ratio and category not displ ...Closed
100%
Task Description

Tried browsing videos in other YouTube client(s) such as mps-youtube. Minor problems, like/dislike ratio and category aren’t displaying of video metadata.

AnyFeature RequestMediumMedium [pybitmessage] Package Request Closed
100%
Task Description

PyBitmessage is a secure p2p e-mail alternative. It could be useful to package it.

https://github.com/Bitmessage/PyBitmessage/releases https://aur.archlinux.org/packages/pybitmessage/ https://aur.archlinux.org/packages/pybitmessage-git/ (contains a firejail profile)

AnyBug ReportVery LowMedium [shadow] missing = sign in /etc/cron.daily/grpck Closed
100%
Task Description

I think that line 12 of this file should be:

CMD_GRPCK="/usr/bin/grpck -r"

instead of:

CMD_GRPCK"/usr/bin/grpck -r"
StableBug ReportVery LowMedium [cowsay] perl-text-charwidth dependency missing Closed
100%
Task Description

cowsay (cowsay-3.03-9.hyperbola1) is missing perl-text-charwidth dependency

Error message :

“Can’t locate Text/CharWidth.pm in @INC (you may need to install the Text::CharWidth module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at /usr/bin/cowsay line 14.
BEGIN failed–compilation aborted at /usr/bin/cowsay line 14.”

After installing perl-text-charwidth, it works fine.

StableUpdate RequestHighMedium [xscreensaver] needs an update, since there is a bugfix ...Closed
100%
Task Description

We seem to have a very old version of xscreensaver... Could you possibly update it?

this may be a security issue/privacy issue.

AnyBug ReportLowMedium [openrc] Error: fopen(/run/openrc/rc.log) failed: No su ...Closed
100%
Task Description

Replace RC_SVCDIR to RC_LOGDIR, like:

src/librc/rc.h.in
-----
 #define RC_LIBEXECDIR    "LIBEXECDIR@"
+#define RC_LOGDIR        "/var/log"
_____
src/rc/rc-logger.c
-----
-#define TMPLOG RC_SVCDIR "rc.log"
+#define TMPLOG RC_LOGDIR "rc.log"
AnyBug ReportLowMedium[cryptsetup] when dmcrypt start, the "/" filesystem, m...Assigned
0%
Task Description

When dmcrypt service start, the “/” filesystem is remounted, mtab is updated and bootmisc is recording the login users, by waiting time scheduling:

* root: waiting for dmcrypt (50 seconds)
* root: timed out waiting for dmcrypt
* Remounting root filesystem read/write ...
* Remounting filesystems ...
* mtab: waiting for dmcrypt (50 seconds)
* mtab: timed out waiting for dmcrypt
* Updating /etc/mtab ...
* Creating mtab symbolic link
* bootmisc: waiting to dmcrypt (50 seconds)
* bootmisc: timed out waiting for dmcrypt
* Creating user login records ...

These features on dmcrypt service are useless and these lines print above filesystem passphrase order (the printed line), those ones break printed console and print the pressed keyboard digit when I’m setting up password.
Sometimes this breaks services startup, and I need press “enter” consecutively to allow run the services.

AnyBug ReportLowMedium [cryptsetup] can't umount luks filesystem on reboot/shu ...Closed
100%
Task Description

dmcrypt service can’t umount luks filesystem on reboot/shutdown, device or resource busy:

* Removing dm-crypt mappings
* foobar-pv
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
Device foobar-pv is still in use                                              [ !! ]
AnyFeature RequestMediumMedium [chrony] needs OpenRC init script Closed
100%
Task Description

Contains:
/usr/lib/systemd/system/chrony.service
/usr/share/doc/chrony/examples/chrony-wait.service
/usr/share/doc/chrony/examples/chronyd.service

$ pacman -Si chrony
Repository : community
Name : chrony
Version : 3.1-1
Description : Lightweight NTP client and server
Architecture : x86_64
URL : http://chrony.tuxfamily.org/ Licenses : GPL Groups : None
Provides : None
Depends On : nss readline libcap libedit
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 167.10 KiB
Installed Size : 421.00 KiB
Packager : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date : Wed 01 Feb 2017 07:31:12 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

pacman -Ql chrony
chrony /etc/
chrony /etc/chrony.conf
chrony /usr/
chrony /usr/bin/
chrony /usr/bin/chronyc
chrony /usr/bin/chronyd
chrony /usr/lib/
chrony /usr/lib/systemd/
chrony /usr/lib/systemd/system/
chrony /usr/lib/systemd/system/chrony.service
chrony /usr/share/
chrony /usr/share/doc/
chrony /usr/share/doc/chrony/
chrony /usr/share/doc/chrony/chrony.conf.html
chrony /usr/share/doc/chrony/chronyc.html
chrony /usr/share/doc/chrony/chronyd.html
chrony /usr/share/doc/chrony/examples/
chrony /usr/share/doc/chrony/examples/chrony-wait.service
chrony /usr/share/doc/chrony/examples/chrony.conf.example1
chrony /usr/share/doc/chrony/examples/chrony.conf.example2
chrony /usr/share/doc/chrony/examples/chrony.conf.example3
chrony /usr/share/doc/chrony/examples/chrony.keys.example
chrony /usr/share/doc/chrony/examples/chrony.logrotate
chrony /usr/share/doc/chrony/examples/chrony.nm-dispatcher
chrony /usr/share/doc/chrony/examples/chrony.spec chrony /usr/share/doc/chrony/examples/chronyd.service
chrony /usr/share/doc/chrony/faq.html
chrony /usr/share/doc/chrony/installation.html
chrony /usr/share/man/
chrony /usr/share/man/man1/
chrony /usr/share/man/man1/chronyc.1.gz
chrony /usr/share/man/man5/
chrony /usr/share/man/man5/chrony.conf.5.gz
chrony /usr/share/man/man8/
chrony /usr/share/man/man8/chronyd.8.gz
chrony /var/
chrony /var/lib/
chrony /var/lib/chrony/

AnyBug ReportMediumMedium [shadow] warning <<FAIL_DELAY>> Closed
100%
Task Description

This message comes out when using the userdel, useradd, gpasswd.

Configuration error, unknown "FAIL_DELAY" element (report to administrator)
Possible solution

Remove specific patches for Debian

  • 429_login_FAILLOG_ENAB
  • 463_login_delay_obeys_to_PAM
AnyFeature RequestMediumMedium [DCPT500W] possible integration of drivers to cups on P ...Closed
100%
Task Description

Hi guys, I have ever run into a Brother brand printer model DCPT500W[0], and I have seen that the source code for the drivers under GPLv3 license is available.

I also see that there is a file brother_dcpt500w_printer_en.ppd, which is important for cups, which is why it may be necessary to integrate it into the cups, as long as the drivers are Libre.

[0]:https://download.brother.com/welcome/dlf101963/dcpt500w_cupswrapper_GPL_source_3.0.2-0.tar.gz

AnyImplementation RequestVery LowMedium [arm-linux-gnueabihf-gcc] add package Closed
100%
Task Description

Hello,

Could it be possible to add this package :

arm-linux-gnueabihf-gcc

“The GNU Compiler Collection (arm-linux-gnueabihf)”

Also requires :

arm-linux-gnueabihf-binutils (A set of programs to assemble and manipulate binary and object files)
arm-linux-gnueabihf-glibc (GNU C Library)

https://aur.archlinux.org/packages/arm-linux-gnueabihf-gcc/

License : GPL

Thanks

AnyFeature RequestMediumMedium [create_ap] needs OpenRC init script Closed
100%
Task Description
pacman -Si

Dépôt                    : community
Nom                      : create_ap
Version                  : 0.4.6-1
Description              : A shell script to create a NATed/Bridged Software Access Point
Architecture             : any
URL                      : https://github.com/oblique/create_ap
Licences                 : BSD
Groupes                  : --
Fournit                  : --
Dépend de                : bash  hostapd  iproute2  iw  dnsmasq  iptables  util-linux  procps-ng
Dépendances opt.         : haveged: boost low entropy
Est en conflit avec      : --
Remplace                 : --
Taille du téléchargement : 17,61 KiB
Taille installée         : 63,00 KiB
Paqueteur                : NicoHood <nicohood@archlinux.org>
Compilé le               : sam. 11 févr. 2017 10:53:08 CET
Validé par               : Somme MD5  Somme SHA-256  Signature
pacman -Ql

create_ap /etc/
create_ap /etc/create_ap.conf
create_ap /usr/
create_ap /usr/bin/
create_ap /usr/bin/create_ap
create_ap /usr/lib/
create_ap /usr/lib/systemd/
create_ap /usr/lib/systemd/system/
create_ap /usr/lib/systemd/system/create_ap.service
create_ap /usr/share/
create_ap /usr/share/bash-completion/
create_ap /usr/share/bash-completion/completions/
create_ap /usr/share/bash-completion/completions/create_ap
create_ap /usr/share/doc/
create_ap /usr/share/doc/create_ap/
create_ap /usr/share/doc/create_ap/README.md
create_ap /usr/share/licenses/
create_ap /usr/share/licenses/create_ap/
create_ap /usr/share/licenses/create_ap/LICENSE
AnyFeature RequestMediumMedium [iperf] needs OpenRC init script Closed
100%
Task Description
pacman -Si

Nom                      : iperf
Version                  : 2.0.9-1
Description              : A tool to measure maximum TCP bandwidth
Architecture             : x86_64
URL                      : https://sourceforge.net/projects/iperf2/
Licences                 : custom
Groupes                  : --
Fournit                  : --
Dépend de                : gcc-libs
Dépendances opt.         : --
Requis par               : --
Optionnel pour           : --
Est en conflit avec      : --
Remplace                 : --
Taille installée         : 88,00 KiB
Paqueteur                : Sébastien Luttringer <seblu@seblu.net>
Compilé le               : dim. 09 oct. 2016 14:14:34 CEST
Installé le              : ven. 04 mai 2018 17:13:21 CEST
Motif d’installation     : Explicitement installé
Script d’installation    : Oui
Validé par               : Signature
pacman -Ql

iperf /usr/
iperf /usr/bin/
iperf /usr/bin/iperf
iperf /usr/lib/
iperf /usr/lib/systemd/
iperf /usr/lib/systemd/system/
iperf /usr/lib/systemd/system/iperf-tcp.service
iperf /usr/lib/systemd/system/iperf-udp.service
iperf /usr/share/
iperf /usr/share/licenses/
iperf /usr/share/licenses/iperf/
iperf /usr/share/licenses/iperf/LICENSE
iperf /usr/share/man/
iperf /usr/share/man/man1/
iperf /usr/share/man/man1/iperf.1.gz
AnyFeature RequestMediumMedium [gammu] needs OpenRC init script Closed
100%
Task Description
pacman -Si

Dépôt                    : community
Nom                      : gammu
Version                  : 1.38.2-1
Description              : GNU All Mobile Management Utilities
Architecture             : x86_64
URL                      : http://wammu.eu/gammu/
Licences                 : GPL
Groupes                  : --
Fournit                  : --
Dépend de                : glib2  bluez-libs  curl  libmariadbclient  postgresql-libs  libusb
                           libgudev
Dépendances opt.         : dialog: support for the gammu-config script
                           python2: for python bindings
Est en conflit avec      : --
Remplace                 : --
Taille du téléchargement : 1167,86 KiB
Taille installée         : 4798,00 KiB
Paqueteur                : Jaroslav Lichtblau <svetlemodry@archlinux.org>
Compilé le               : mar. 11 avril 2017 15:16:32 CEST
Validé par               : Somme MD5  Somme SHA-256  Signature
pacman -Ql gammu | grep /usr/lib/

gammu /usr/lib/
gammu /usr/lib/libGammu.so
gammu /usr/lib/libGammu.so.8
gammu /usr/lib/libGammu.so.8.1.38.2
gammu /usr/lib/libgsmsd.so
gammu /usr/lib/libgsmsd.so.8
gammu /usr/lib/libgsmsd.so.8.1.38.2
gammu /usr/lib/pkgconfig/
gammu /usr/lib/pkgconfig/gammu-smsd.pc
gammu /usr/lib/pkgconfig/gammu.pc
gammu /usr/lib/systemd/
gammu /usr/lib/systemd/system/
gammu /usr/lib/systemd/system/gammu-smsd.service
AnyImplementation RequestVery LowMedium [etherpad-lite] add package Closed
100%
Task Description

Hi,

Would be nice to add etherpad-lite to our pacman.

https://github.com/ether/etherpad-lite

https://aur.archlinux.org/packages/etherpad-lite/

AnyUpdate RequestMediumMedium [cups] update request Closed
100%
Task Description

New versión v2.2.7

References:

AnyBackport RequestVery LowMedium [iceweasel-uxp] Privacy Possum continuous support for I ...Closed
100%
Task Description

This is another addon I would like support indefinitely for Iceweasel-UXP:

It blocks etag tracking and other nasty forms of tracking.

But again, you would need to make the changes based on the newer versions only for legacy and without WebExt required of course.

StableBug ReportMediumMedium [linux-libre-lts] [i915] Display freeze : hpd interrupt ...Closed
100%
Task Description

Hello,

I recently acquired a T400 Thinkpad with 1440×900 panel.
On this T400, I installed Hyperbola, just like on my x200 Thinkpad with 1280×800 panel.

Both Thinkpad are running the same Hyperbola installation :

Full disk encryption (with Libreboot) so both Thinkpad are using early KMS (MODULES=”i915” in /etc/mkinitcpio.conf)
Same kernel : linux-libre-lts (4.9.99 at the moment I’m writing this message)
video driver : modesetting
DE : xfce4 with xfwm4

On the Thinkpad x200, everything works great, no issue to report.

On the T400 though, the linux-libre-lts kernel, I’m getting random display freezes, when it happens, this message appears in dmesg :

hpd interrupt storm detected on connector hdmi-a-1

And the display (and sound) freezes for 10 seconds (sometimes more !)

As Hyperbola proposes linux-libre-lts kernel only, I installed latest linux-libre-lts (4.14.40) and linux-libre (4.16.8) from Parabola GNU/Linux repo.

Results :

With 4.14.40 : Same issue as with 4.9.99 kernel from Hyperbola repo.
With 4.16.8 : Issue is not present ! No more freeze !

I’m not sure how to proceed though. Would you be kind enough helping me to find which commit in i915 driver improved the situation ? If we find it, maybe it could be added as a patch to 4.9.x kernel series.
Or maybe it is something else.. I don’t have much experience, I can provide logs if needed.

Thanks for your help

AnyBug ReportMediumMedium [weechat] startup complains about missing guile  Closed
100%
Task Description

Bug error:

Error: it was not possible to load the plugin "/usr/lib/weechat/plugins/guile.so": libguile-2.0.so.22: the file of the shared object can not be opened: The file or the directory does not exist

Package information

$ sudo pacman -Si weechat
Repositorio               : community
Nombre                    : weechat
Versión                   : 1.7.1-4
Descripción               : Fast, light and extensible IRC client (curses UI)
Arquitectura              : x86_64
URL                       : http://www.weechat.org/
Licencias                 : GPL
Grupos                    : Nada
Provee                    : Nada
Depende de                : gnutls  curl  libgcrypt
Dependencias opcionales   : perl
                            python2
                            lua
                            tcl
                            ruby
                            aspell
                            guile2.0
En conflicto con          : Nada
Remplaza a                : Nada
Tamaño de la descarga     : 1916,09 KiB
Tamaño de la instalación  : 17756,00 KiB
Encargado                 : Christian Rebischke <Chris.Rebischke@archlinux.org>
Fecha de creación         : lun 24 abr 2017 10:48:25 -05
Validado por              : Suma MD5  Suma SHA-256  Firma
sudo pacman -Ql weechat
weechat /usr/
weechat /usr/bin/
weechat /usr/bin/weechat
weechat /usr/bin/weechat-curses
weechat /usr/include/
weechat /usr/include/weechat/
weechat /usr/include/weechat/weechat-plugin.h
weechat /usr/lib/
weechat /usr/lib/pkgconfig/
weechat /usr/lib/pkgconfig/weechat.pc
weechat /usr/lib/weechat/
weechat /usr/lib/weechat/plugins/
weechat /usr/lib/weechat/plugins/alias.so
weechat /usr/lib/weechat/plugins/aspell.so
weechat /usr/lib/weechat/plugins/charset.so
weechat /usr/lib/weechat/plugins/exec.so
weechat /usr/lib/weechat/plugins/fifo.so
weechat /usr/lib/weechat/plugins/guile.so
weechat /usr/lib/weechat/plugins/irc.so
weechat /usr/lib/weechat/plugins/logger.so
weechat /usr/lib/weechat/plugins/lua.so
weechat /usr/lib/weechat/plugins/perl.so
weechat /usr/lib/weechat/plugins/python.so
weechat /usr/lib/weechat/plugins/relay.so
weechat /usr/lib/weechat/plugins/ruby.so
weechat /usr/lib/weechat/plugins/script.so
weechat /usr/lib/weechat/plugins/tcl.so
weechat /usr/lib/weechat/plugins/trigger.so
weechat /usr/lib/weechat/plugins/xfer.so
weechat /usr/share/
weechat /usr/share/doc/
weechat /usr/share/doc/weechat/
weechat /usr/share/doc/weechat/weechat_dev.en.html
weechat /usr/share/doc/weechat/weechat_dev.fr.html
weechat /usr/share/doc/weechat/weechat_dev.ja.html
weechat /usr/share/doc/weechat/weechat_faq.de.html
weechat /usr/share/doc/weechat/weechat_faq.en.html
weechat /usr/share/doc/weechat/weechat_faq.fr.html
weechat /usr/share/doc/weechat/weechat_faq.it.html
weechat /usr/share/doc/weechat/weechat_faq.ja.html
weechat /usr/share/doc/weechat/weechat_faq.pl.html
weechat /usr/share/doc/weechat/weechat_plugin_api.en.html
weechat /usr/share/doc/weechat/weechat_plugin_api.fr.html
weechat /usr/share/doc/weechat/weechat_plugin_api.it.html
weechat /usr/share/doc/weechat/weechat_plugin_api.ja.html
weechat /usr/share/doc/weechat/weechat_quickstart.cs.html
weechat /usr/share/doc/weechat/weechat_quickstart.de.html
weechat /usr/share/doc/weechat/weechat_quickstart.en.html
weechat /usr/share/doc/weechat/weechat_quickstart.es.html
weechat /usr/share/doc/weechat/weechat_quickstart.fr.html
weechat /usr/share/doc/weechat/weechat_quickstart.it.html
weechat /usr/share/doc/weechat/weechat_quickstart.ja.html
weechat /usr/share/doc/weechat/weechat_quickstart.pl.html
weechat /usr/share/doc/weechat/weechat_quickstart.ru.html
weechat /usr/share/doc/weechat/weechat_relay_protocol.en.html
weechat /usr/share/doc/weechat/weechat_relay_protocol.fr.html
weechat /usr/share/doc/weechat/weechat_relay_protocol.ja.html
weechat /usr/share/doc/weechat/weechat_scripting.de.html
weechat /usr/share/doc/weechat/weechat_scripting.en.html
weechat /usr/share/doc/weechat/weechat_scripting.fr.html
weechat /usr/share/doc/weechat/weechat_scripting.it.html
weechat /usr/share/doc/weechat/weechat_scripting.ja.html
weechat /usr/share/doc/weechat/weechat_scripting.pl.html
weechat /usr/share/doc/weechat/weechat_tester.de.html
weechat /usr/share/doc/weechat/weechat_tester.en.html
weechat /usr/share/doc/weechat/weechat_tester.fr.html
weechat /usr/share/doc/weechat/weechat_tester.it.html
weechat /usr/share/doc/weechat/weechat_tester.ja.html
weechat /usr/share/doc/weechat/weechat_tester.pl.html
weechat /usr/share/doc/weechat/weechat_user.de.html
weechat /usr/share/doc/weechat/weechat_user.en.html
weechat /usr/share/doc/weechat/weechat_user.fr.html
weechat /usr/share/doc/weechat/weechat_user.it.html
weechat /usr/share/doc/weechat/weechat_user.ja.html
weechat /usr/share/doc/weechat/weechat_user.pl.html
weechat /usr/share/icons/
weechat /usr/share/icons/hicolor/
weechat /usr/share/icons/hicolor/32x32/
weechat /usr/share/icons/hicolor/32x32/apps/
weechat /usr/share/icons/hicolor/32x32/apps/weechat.png
weechat /usr/share/locale/
weechat /usr/share/locale/cs/
weechat /usr/share/locale/cs/LC_MESSAGES/
weechat /usr/share/locale/cs/LC_MESSAGES/weechat.mo
weechat /usr/share/locale/de/
weechat /usr/share/locale/de/LC_MESSAGES/
weechat /usr/share/locale/de/LC_MESSAGES/weechat.mo
weechat /usr/share/locale/es/
weechat /usr/share/locale/es/LC_MESSAGES/
weechat /usr/share/locale/es/LC_MESSAGES/weechat.mo
weechat /usr/share/locale/fr/
weechat /usr/share/locale/fr/LC_MESSAGES/
weechat /usr/share/locale/fr/LC_MESSAGES/weechat.mo
weechat /usr/share/locale/hu/
weechat /usr/share/locale/hu/LC_MESSAGES/
weechat /usr/share/locale/hu/LC_MESSAGES/weechat.mo
weechat /usr/share/locale/it/
weechat /usr/share/locale/it/LC_MESSAGES/
weechat /usr/share/locale/it/LC_MESSAGES/weechat.mo
weechat /usr/share/locale/ja/
weechat /usr/share/locale/ja/LC_MESSAGES/
weechat /usr/share/locale/ja/LC_MESSAGES/weechat.mo
weechat /usr/share/locale/pl/
weechat /usr/share/locale/pl/LC_MESSAGES/
weechat /usr/share/locale/pl/LC_MESSAGES/weechat.mo
weechat /usr/share/locale/pt/
weechat /usr/share/locale/pt/LC_MESSAGES/
weechat /usr/share/locale/pt/LC_MESSAGES/weechat.mo
weechat /usr/share/locale/pt_BR/
weechat /usr/share/locale/pt_BR/LC_MESSAGES/
weechat /usr/share/locale/pt_BR/LC_MESSAGES/weechat.mo
weechat /usr/share/locale/ru/
weechat /usr/share/locale/ru/LC_MESSAGES/
weechat /usr/share/locale/ru/LC_MESSAGES/weechat.mo
weechat /usr/share/locale/tr/
weechat /usr/share/locale/tr/LC_MESSAGES/
weechat /usr/share/locale/tr/LC_MESSAGES/weechat.mo
weechat /usr/share/man/
weechat /usr/share/man/cs/
weechat /usr/share/man/cs/man1/
weechat /usr/share/man/cs/man1/weechat.1.gz
weechat /usr/share/man/de/
weechat /usr/share/man/de/man1/
weechat /usr/share/man/de/man1/weechat.1.gz
weechat /usr/share/man/fr/
weechat /usr/share/man/fr/man1/
weechat /usr/share/man/fr/man1/weechat.1.gz
weechat /usr/share/man/it/
weechat /usr/share/man/it/man1/
weechat /usr/share/man/it/man1/weechat.1.gz
weechat /usr/share/man/ja/
weechat /usr/share/man/ja/man1/
weechat /usr/share/man/ja/man1/weechat.1.gz
weechat /usr/share/man/man1/
weechat /usr/share/man/man1/weechat.1.gz
weechat /usr/share/man/pl/
weechat /usr/share/man/pl/man1/
weechat /usr/share/man/pl/man1/weechat.1.gz
weechat /usr/share/man/ru/
weechat /usr/share/man/ru/man1/
weechat /usr/share/man/ru/man1/weechat.1.gz

References:

StableBug ReportVery LowMedium [nfs-utils] missing idmapd.conf Closed
100%
TestingBug ReportMediumMedium [emacs] crush after sway Closed
100%
AnyPrivacy IssueMediumMedium [meta] Investigate DuckDuckGo links for privacy Closed
100%
AnyBug ReportLowMedium [samba] wrong permissions on /etc/conf.d folder Closed
100%
AnyFeature RequestMediumMedium [glusterfs] needs OpenRC init script Closed
100%
AnyFeature RequestMediumMedium [iperf3] needs OpenRC init script Closed
100%
StableBug ReportVery LowMedium [Iceweasel] do not restore session and forget logins af ...Closed
100%
TestingBug ReportMediumMedium [iceweasel-uxp] Top Site positioning Closed
100%
TestingBug ReportMediumMedium [iceweasel-uxp-l10n] FindBar doesn't work with langpack ...Closed
100%
AnyBug ReportMediumMedium [ppp] Couldn't open the /dev/ppp device: No such file o ...Closed
100%
TestingBug ReportVery LowMedium [iceweasel-uxp] Edit and zoom control button icons gone ...Closed
100%
StableBug ReportMediumMedium [virt-install] ERROR '_OsVariant' object has no attribu ...Closed
100%
TestingBug ReportVery LowMedium [iceweasel-uxp] Themes are applied but lost after closi ...Closed
100%
AnyImplementation RequestVery LowMedium [gitea] self-hosted git service  Closed
100%
StableBackport RequestVery LowMedium Zoom Page WE Backport Request Closed
100%
AnyFeature RequestVery LowMedium Qemu-kvm package request Closed
100%
AnyDrop RequestVery LowMedium [hardening-wrapper] deprecated, not needed anymore Closed
100%
AnyBug ReportMediumMedium [iceweasel-uxp-l10n] Impossible to remove saved login Closed
100%
AnyReplace RequestVery LowMedium [youtube-dl] replace avideo-lts with youtube-dl Closed
100%
AnyBug ReportMediumMedium [lxmusic]package needs rebuilding as it fails to run Closed
100%
StableBackport RequestMediumMedium [icedove-uxp] Lightning for Icedove-UXP Closed
100%
AnyBackport RequestVery LowMedium [iceowl] package request Closed
100%
AnyBackport RequestLowMedium [docker] package request Closed
100%
AnySecurity IssueMediumMedium [openssh] CVE-2018-15919 Closed
100%
StableBug ReportVery LowMedium PCManFM display different behavior Closed
100%
Showing tasks 501 - 550 of 1517 Page 11 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing