Packages

Category Task Type Priority Severity Summary Status  asc Progress
TestingFreedom IssueVery LowMedium [icewm] systemd and non-free apps and network reference ...Closed
100%
Task Description

Package name and version:
* icewm-3.6.0-1

I’ve noticed some of the entries contain references for manuals, menus, and hotkeys. Before solving any issues, find those strings and replace or remove them.

I searched these strings:
* firefox
* google
* google-chrome
* systemd

Found affected files:
* lib/keys.in
* man/icewm.pod
* man/icewm-keys.pod
* man/icewm-preferences.pod
* man/icewm-toolbar.pod
* man/icewm-winoptions.pod
* src/default.h

TestingBug ReportVery LowMedium [xenocara-mkfontscale] Fix package post-transaction scr ...Closed
100%
Task Description

I’ve attached two script files below to show how the differences.

This issue needs to replace all $dir with $d because $dir resulted in an empty output, and Xenocara/X11 couldn’t handle reloading fonts, causing some apps like twm to break. find has also been simplified.

TestingBug ReportVery LowMedium [xenocara-xcalc] Fix buttons Closed
100%
Task Description

I just asked throgh about the removal of Adobe X11 bitmap fonts (xenocara-font-adobe-{75,100}dpi) via IRC last time. As a result, I made a patch to change four button labels and remove six lines containing font choices.

TestingBug ReportVery LowMedium [xenocara-twm] refused to start (+ system.twmrc rebrand ...Closed
100%
Task Description

When I said the previous issue, twm wouldn’t start when showing an error message below if the system doesn’t have variable or helvetica as the default font.

With the system.twmrc file:

twm: unable to open fontset "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"

With the blanked .twmrc file:

twm: unable to open fontset "-*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso8859-1"

I made a patch to change the default font to fixed entirely.

I also made a system.twmrc file as the rebranding to replace the original one to make twm look better. The original one was dull and messy. For example, the icons for modern applications in the minimized state had become garbled in monochrome. Here are two screencaps comparing how they look with the default font change.

TestingFreedom IssueVery LowVery Low [rox] Remove the 0install component and some MIME icons ...Closed
100%
Task Description

The title is also known as “Remove the 0install component and some MIME icons containing non-free apps and non-FSDG distro logos” due to character limitation.

My idea was to remove something unnecessary, so I made a patch and a portion of some lines for the package builder script, including differences.

rm ROX-Filer/ROX/MIME/application*{msword,pdf,ms,realmedia,stardivision,sun,x-{deb,ja,rpm}}*.png || true
rm ROX-Filer/ROX/MIME/audio*realaudio*.png || true
rm ROX-Filer/ROX/MIME/text-x-java.png || true
rm ROX-Filer/ROX/MIME/video-quicktime.png || true
TestingSecurity IssueVery LowLow [surf] Disable Java and JavaScript Closed
100%
Task Description

I would probably suggest changing the C-header file of the default surf configuration to disable Java, because there is no java/openjdk package in the repository for some reason why Hyperbola removed more than three years ago (1, 2), and JavaScript, just like badwolf and netsurf.

Here are two lines that I have changed for config.h:

[Java]       = { { .i = 0 }, },
[JavaScript] = { { .i = 0 }, },
AnyFreedom IssueVery HighCritical [cmake-fedora] useful only for non-FSDG distros Closed
100%
Task Description

$ pacman -Si cmake-fedora
Repository : community
Name : cmake-fedora
Version : 2.7.1-3
Description : CMake helper modules for fedora developers
Architecture : any
URL : https://pagure.io/cmake-fedora Licenses : custom:BSD
Groups : None
Provides : None
Depends On : cmake
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 90.94 KiB
Installed Size : 422.00 KiB
Packager : Felix Yan felixonmars@archlinux.org Build Date : Mon 17 Apr 2017 06:39:49 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

AnyFeature RequestVery HighHigh [phpldapadmin] needs OpenRC init script  Closed
100%
Task Description

pacman -Qi phpldapadmin
Name : phpldapadmin
Version : 1.2.3-8
Description : A PHP and hence web-based tool to administrate LDAP over

                the WWW

Architecture : any
URL : http://phpldapadmin.sourceforge.net/ Licenses : GPL Groups : None
Provides : None
Depends On : libldap php php-ldap
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 3.03 MiB
Packager : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date : Thu 02 Feb 2017 06:04:00 PM CET
Install Date : Tue 10 Jul 2018 10:52:31 AM CEST
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature

AnyFeature RequestVery HighHigh [backuppc]: contains systemd files Closed
100%
Task Description

Description:

Since Hyperbola follows the Init Freedom Campaign, systemd unit files removal is required or add OpenRC init scripts to replace it.

Additional info:
* package version(s)

community/backuppc 4.1.2-1 [installed]

   Enterprise-grade system for backing up Linux, Windows and MacOS PCs

* config and/or log files etc.

Additional info:

Steps to reproduce: install it

StableBug ReportHighCritical [postfix][FHS] multiple issues, need rebuilding Closed
100%
Task Description

Description:
Postfix is a mess, first it failed to start (running ‘postfix start’) with the following:

  postfix: fatal: chdir(/usr/lib/postfix/bin): No such file or directory

Then, to solve this, I symlinked /usr/libexec/postfix to /usr/lib/postfix/bin, because there were the binaries, but then it came with the following:

  # postfix start
  /usr/lib/postfix/bin/postfix-script: line 89: /usr/bin/postconf: No such file or directory
  /usr/lib/postfix/bin/postfix-script: line 90: /usr/bin/postlog: No such file or directory

Because all the post* bins where now in /usr/sbin, so I symlinked them to /usr/bin, and it could finally run, but with many warnings

  # postfix start
  postfix/postfix-script: warning: symlink leaves directory: /usr/lib/postfix/./bin
  postfix/postfix-script: warning: not owned by group postdrop: /usr/bin/postqueue
  postfix/postfix-script: warning: not owned by group postdrop: /usr/bin/postdrop
  postfix/postfix-script: warning: not set-gid or not owner+group+world executable: /usr/bin/postqueue
  postfix/postfix-script: warning: not set-gid or not owner+group+world executable: /usr/bin/postdrop
  postfix/postfix-script: starting the Postfix mail system

Additional info:
* postfix 3.2.2-1.hyperbola6

AnyBug ReportMediumMedium [rxvt-unicode] rc-status command print "bug" table Closed
100%
Task Description

If you do a command line rc-status on urxvt terminal, the name of the column of services are hidden. You will only see the status columns. Example:

Runlevel: default
  started  ]
  started  ]
  started  ]
  started  ]
  started 00:36:20 (0) ]
  started 00:36:20 (0) ]
  started 00:36:20 (0) ]
  started 00:36:20 (0) ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed/wanted
  started  ]
  started  ]
  started  ]d
Dynamic Runlevel: manual
AnyBug ReportMediumHigh [redshift] No more location providers to try Closed
100%
Task Description

Bug

$ redshift
Failed to run Redshift No more location providers to try.

Package Information

$ sudo pacman -Si redshift
Repositorio               : community
Nombre                    : redshift
Versión                   : 1.11-4.hyperbola3
Descripción               : Adjusts the color temperature of your screen according to your
                            surroundings, without manual location provider, geoclue2 and
                            systemd support
Arquitectura              : x86_64
URL                       : http://jonls.dk/redshift/
Licencias                 : GPL3
Grupos                    : Nada
Provee                    : Nada
Depende de                : libdrm  libxcb  libxxf86vm
Dependencias opcionales   : python-gobject: for redshift-gtk
                            python-xdg: for redshift-gtk
                            librsvg: for redshift-gtk
En conflicto con          : Nada
Remplaza a                : Nada
Tamaño de la descarga     : 103,66 KiB
Tamaño de la instalación  : 988,00 KiB
Encargado                 : André Silva <emulatorman@hyperbola.info>
Fecha de creación         : mar 17 oct 2017 23:35:01 -05
Validado por              : Suma MD5  Suma SHA-256  Firma

$ pacman -Ql redshift
redshift /usr/
redshift /usr/bin/
redshift /usr/bin/redshift
redshift /usr/bin/redshift-gtk
redshift /usr/lib/
redshift /usr/lib/python3.6/
redshift /usr/lib/python3.6/site-packages/
redshift /usr/lib/python3.6/site-packages/redshift_gtk/
redshift /usr/lib/python3.6/site-packages/redshift_gtk/init.py
redshift /usr/lib/python3.6/site-packages/redshift_gtk/pycache/
redshift /usr/lib/python3.6/site-packages/redshift_gtk/pycache/init.cpython-36.opt-1.pyc
redshift /usr/lib/python3.6/site-packages/redshift_gtk/pycache/init.cpython-36.pyc
redshift /usr/lib/python3.6/site-packages/redshift_gtk/pycache/defs.cpython-36.opt-1.pyc
redshift /usr/lib/python3.6/site-packages/redshift_gtk/pycache/defs.cpython-36.pyc
redshift /usr/lib/python3.6/site-packages/redshift_gtk/pycache/statusicon.cpython-36.opt-1.pyc
redshift /usr/lib/python3.6/site-packages/redshift_gtk/pycache/statusicon.cpython-36.pyc
redshift /usr/lib/python3.6/site-packages/redshift_gtk/pycache/utils.cpython-36.opt-1.pyc
redshift /usr/lib/python3.6/site-packages/redshift_gtk/pycache/utils.cpython-36.pyc
redshift /usr/lib/python3.6/site-packages/redshift_gtk/defs.py
redshift /usr/lib/python3.6/site-packages/redshift_gtk/statusicon.py
redshift /usr/lib/python3.6/site-packages/redshift_gtk/utils.py
redshift /usr/share/
redshift /usr/share/appdata/
redshift /usr/share/appdata/redshift-gtk.appdata.xml
redshift /usr/share/applications/
redshift /usr/share/applications/redshift-gtk.desktop
redshift /usr/share/applications/redshift.desktop
redshift /usr/share/icons/
redshift /usr/share/icons/hicolor/
redshift /usr/share/icons/hicolor/scalable/
redshift /usr/share/icons/hicolor/scalable/apps/
redshift /usr/share/icons/hicolor/scalable/apps/redshift-status-off.svg
redshift /usr/share/icons/hicolor/scalable/apps/redshift-status-on.svg
redshift /usr/share/icons/hicolor/scalable/apps/redshift.svg
redshift /usr/share/locale/
redshift /usr/share/locale/ar/
redshift /usr/share/locale/ar/LC_MESSAGES/
redshift /usr/share/locale/ar/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/bg/
redshift /usr/share/locale/bg/LC_MESSAGES/
redshift /usr/share/locale/bg/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/ca/
redshift /usr/share/locale/ca/LC_MESSAGES/
redshift /usr/share/locale/ca/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/cs/
redshift /usr/share/locale/cs/LC_MESSAGES/
redshift /usr/share/locale/cs/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/da/
redshift /usr/share/locale/da/LC_MESSAGES/
redshift /usr/share/locale/da/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/de/
redshift /usr/share/locale/de/LC_MESSAGES/
redshift /usr/share/locale/de/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/el/
redshift /usr/share/locale/el/LC_MESSAGES/
redshift /usr/share/locale/el/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/es/
redshift /usr/share/locale/es/LC_MESSAGES/
redshift /usr/share/locale/es/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/et/
redshift /usr/share/locale/et/LC_MESSAGES/
redshift /usr/share/locale/et/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/eu/
redshift /usr/share/locale/eu/LC_MESSAGES/
redshift /usr/share/locale/eu/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/fi/
redshift /usr/share/locale/fi/LC_MESSAGES/
redshift /usr/share/locale/fi/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/fr/
redshift /usr/share/locale/fr/LC_MESSAGES/
redshift /usr/share/locale/fr/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/gl/
redshift /usr/share/locale/gl/LC_MESSAGES/
redshift /usr/share/locale/gl/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/he/
redshift /usr/share/locale/he/LC_MESSAGES/
redshift /usr/share/locale/he/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/hi/
redshift /usr/share/locale/hi/LC_MESSAGES/
redshift /usr/share/locale/hi/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/hr/
redshift /usr/share/locale/hr/LC_MESSAGES/
redshift /usr/share/locale/hr/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/hu/
redshift /usr/share/locale/hu/LC_MESSAGES/
redshift /usr/share/locale/hu/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/it/
redshift /usr/share/locale/it/LC_MESSAGES/
redshift /usr/share/locale/it/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/ja/
redshift /usr/share/locale/ja/LC_MESSAGES/
redshift /usr/share/locale/ja/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/ka/
redshift /usr/share/locale/ka/LC_MESSAGES/
redshift /usr/share/locale/ka/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/lt/
redshift /usr/share/locale/lt/LC_MESSAGES/
redshift /usr/share/locale/lt/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/nb/
redshift /usr/share/locale/nb/LC_MESSAGES/
redshift /usr/share/locale/nb/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/nl/
redshift /usr/share/locale/nl/LC_MESSAGES/
redshift /usr/share/locale/nl/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/pl/
redshift /usr/share/locale/pl/LC_MESSAGES/
redshift /usr/share/locale/pl/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/pt/
redshift /usr/share/locale/pt/LC_MESSAGES/
redshift /usr/share/locale/pt/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/pt_BR/
redshift /usr/share/locale/pt_BR/LC_MESSAGES/
redshift /usr/share/locale/pt_BR/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/ru/
redshift /usr/share/locale/ru/LC_MESSAGES/
redshift /usr/share/locale/ru/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/sv/
redshift /usr/share/locale/sv/LC_MESSAGES/
redshift /usr/share/locale/sv/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/tr/
redshift /usr/share/locale/tr/LC_MESSAGES/
redshift /usr/share/locale/tr/LC_MESSAGES/redshift.mo
redshift /usr/share/locale/zh_CN/
redshift /usr/share/locale/zh_CN/LC_MESSAGES/
redshift /usr/share/locale/zh_CN/LC_MESSAGES/redshift.mo
redshift /usr/share/man/
redshift /usr/share/man/man1/
redshift /usr/share/man/man1/redshift.1.gz

AnyFeature RequestMediumMedium [epiphany] restore the hidden setting to disable JavaSc ...Closed
100%
Task Description

Please restore the hidden setting (which can be enabled via dconf-editor) to disable JavaScript, which was removed last year (see here for details: https://github.com/GNOME/epiphany/blob/master/NEWS ).
Please do not remove the browser from the repos, as it renders this website correctly, unlike Mozlla based browsers (see here for more info: https://issues.hyperbola.info/index.php?do=details&task_id=131). The browser also provides other functions currently unavailable in Mozilla browsers, such as accessing LibreCMC router’s non-SSL web interface.

StableFeature RequestMediumMedium [gufw] needs OpenRC init script Closed
100%
Task Description

Seems like Gufw needs to be activated (as root) at every start-up.
Gets authorization failure during shut-down.

AnyFeature RequestMediumLow [cinnamon] add elogind support Closed
100%
Task Description

Cinnamon currently does not support elogind, and depends on systemd. A patch is needed to fix this issue.

StableBug ReportMediumMedium [libusb] error when mounting USB memories on virtual ma ...Closed
100%
Task Description

## Bug ##

libusb: error [_get_usbfs_fd] libusb couldn’t open USB device /dev/bus/usb/003/003: permission denied libusb: error [_get_usbfs_fd] libusb requires write access to USB device nodes.

Reference links: https://askubuntu.com/questions/526962/libusb-couldnt-open-usb-device-dev-bus-usb-002-006-permission-denied-libusb

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:

TestingBug ReportMediumMedium [emacs] crush after sway Closed
100%
Task Description

I have installed Hyperbola on two laptops. And I have noticed that after running sway and exiting out of sway, GNU emacs crushers on console. It is easy to repeat it:

1. Run sway
2. Exit sway or killall sway
3. Try running emacs on console, there will be crush
4. log out, log in, and emacs will work on console again

Yet it should not crush.

AnyPrivacy IssueMediumMedium [meta] Investigate DuckDuckGo links for privacy Closed
100%
Task Description

As per a user report (https://forums.hyperbola.info/viewtopic.php?id=92), DDG is USA based search engine and is blocking Tor users (https://trac.torproject.org/projects/tor/ticket/23648).
They are also using non-free JS on the default search.

It seems the best way to solve this is to use their “html” hidden service since it conceals the user IP, doesn’t block Tor users by default, and doesn’t need JS. https://3g2upl4pq6kufc4m.onion/html/

This will affect multiple applications that are currently using DuckDuckGo. The alternative is to remove it completely, but it still is a better option than Google et. all for privacy...

TestingBug ReportMediumCritical [iceweasel-uxp-ublock-origin] Can't add filters and/or  ...Closed
100%
Task Description

I can’t update filters or update with iceweasel-uxp-ublock-origin.
When I toggle the additional filters list, it is empty.

TestingBug ReportMediumLow [xf86-video-intel] context menu not being highlighted i ...Closed
100%
Task Description

Description:
Context menu not being highlighted in UXP applications such as Iceweasel-UXP. This issue is generated in machines with i915 graphic cards using the Intel graphics driver .

Additional info:
* package version(s): 52.9.0_20180601-7

Steps to reproduce:

  • Install Iceweasel-UXP:
    # pacman -S iceweasel-uxp
  • Run Iceweasel-UXP:
    ~ iceweasel-uxp
  • Open new tabs with right click to use context menu.
AnyBug ReportMediumMedium [iceweasel-uxp-l10n] Impossible to remove saved login Closed
100%
Task Description

Previously (with iceweasel), when I was saving a login for a website, I was able to remove it in :

Preferences → Security > Logins > Saved logins

With iceweasel-uxp, when I click on “saved logins”, it opens a box but it is empty, I can’t remove saved login. (They are saved because iceweasel-uxp suggests me to use the saved login for concerned website)

AnySecurity IssueMediumMedium [openssh] CVE-2018-15919 Closed
100%
Task Description

Remotely observable behavior in auth-gss2.c in OpenSSH through 7.8 could be used by remote attackers to detect existence of users on a target system when GSS2 is in use. NOTE: the discoverer states ‘We understand that the OpenSSH developers do not want to treat such a username enumeration (or “oracle”) as a vulnerability.’ https://security-tracker.debian.org/tracker/CVE-2018-15919

StableBug ReportMediumMedium [udisks2] Impossible to mount ISO or IMG file Closed
100%
Task Description

When I try to mount an ISO file or IMG file (with right-click, “open with disk image mounter” on XFCE4) it fails, the following error message appears :

GDBus.Error.org.freedesktop.UDisks2.Error.Failed: Error opening /dev/loop-control: No such file or directory (udisks-error-quark, 0)

Thanks for your help

AnyDrop RequestMediumMedium [gksu] is replaced and has to be deleted from our pacma ...Closed
100%
Task Description

Description:
From the author’s webpage gksu has been replaced.

Additional info:
* package version(s) : extra/gksu 2.0.2-5

http://www.nongnu.org/gksu/

AnyReplace RequestMediumMedium [hypervideo] stop the development of Hypervideo Closed
100%
AnyBug ReportMediumHigh [notmuch-mutt] missing requirement Closed
100%
TestingBug ReportMediumMedium [qtcreator] requires libsystemd.so Closed
100%
AnyBug ReportMediumMedium [sshfs] Can't mount share from desktop (FUSE2 issue) Closed
100%
AnyBug ReportMediumHigh [cdemu-daemon] Malfunctioning service Closed
100%
AnySecurity IssueMediumCritical [libjpeg-turbo] CVE-2019-2201 Closed
100%
AnyPrivacy IssueMediumHigh midori new Support for cross-browser web extensions Closed
100%
AnyBug ReportLowLow [crystal] error build Invidious Closed
100%
AnyImplementation RequestLowLow [opmsg] add new package Closed
100%
AnyBug ReportVery LowVery Low [ntfs-3g] ldconfig: File [...] is empty, not checked Closed
100%
TestingBug ReportVery LowCritical [iceweasel-uxp] missing extensions Closed
100%
StableBug ReportVery LowHigh [iceweasel-uxp] 52.9.0_20180601-8 has an issue on Tabs  ...Closed
100%
AnyBug ReportVery LowHigh [iceweasel-uxp] windows don't render correctly in add-o ...Closed
100%
AnyBug ReportVery LowLow [zathura-pdf-poppler] unable to process apostrophes di ...Closed
100%
AnyPrivacy IssueVery LowLow [github] check github-related packages Closed
100%
AnyBug ReportVery LowMedium [hypervideo] YouTube downloads do not extract correct f ...Closed
100%
StableBug ReportVery LowLow Chemical uknown media types Closed
100%
StableBug ReportVery LowMedium [postgrey] has systemd service and no OpenRC init scrip ...Closed
100%
AnySecurity IssueVery LowHigh [tigervnc] Multiple CVE Closed
100%
AnyImplementation RequestVery HighCritical [linux-libre-lts-server] add "Linux-libre" kernel adapt ...Closed
100%
AnyBug ReportVery HighCritical [python-acme] to start crashing on June 19th  Closed
100%
StableBug ReportVery HighCritical [iceweasel-uxp] Broken addons with latest update Closed
100%
AnyBug ReportVery HighCritical [ath9k-htc-firmware]: not work Closed
100%
TestingBug ReportHighCritical [Hyperbola GNU/Linux-libre 0.4] Problems with sndio fai ...Closed
100%
StableBug ReportMediumMedium [virt-install] ERROR '_OsVariant' object has no attribu ...Closed
100%
Showing tasks 401 - 450 of 1523 Page 9 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing