|
Testing | Freedom Issue | Very Low | Medium | [icewm] systemd and non-free apps and network reference ... | Closed | |
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
|
|
Testing | Bug Report | Very Low | Medium | [xenocara-mkfontscale] Fix package post-transaction scr ... | Closed | |
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.
|
|
Testing | Bug Report | Very Low | Medium | [xenocara-xcalc] Fix buttons | Closed | |
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.
|
|
Testing | Bug Report | Very Low | Medium | [xenocara-twm] refused to start (+ system.twmrc rebrand ... | Closed | |
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.
|
|
Testing | Freedom Issue | Very Low | Very Low | [rox] Remove the 0install component and some MIME icons ... | Closed | |
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
|
|
Testing | Security Issue | Very Low | Low | [surf] Disable Java and JavaScript | Closed | |
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 }, },
|
|
Any | Freedom Issue | Very High | Critical | [cmake-fedora] useful only for non-FSDG distros | Closed | |
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
|
|
Any | Feature Request | Very High | High | [phpldapadmin] needs OpenRC init script | Closed | |
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
|
|
Any | Feature Request | Very High | High | [backuppc]: contains systemd files | Closed | |
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
|
|
Stable | Bug Report | High | Critical | [postfix][FHS] multiple issues, need rebuilding | Closed | |
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
|
|
Any | Bug Report | Medium | Medium | [rxvt-unicode] rc-status command print "bug" table | Closed | |
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
|
|
Any | Bug Report | Medium | High | [redshift] No more location providers to try | Closed | |
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
|
|
Any | Feature Request | Medium | Medium | [epiphany] restore the hidden setting to disable JavaSc ... | Closed | |
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.
|
|
Stable | Feature Request | Medium | Medium | [gufw] needs OpenRC init script | Closed | |
Task Description
Seems like Gufw needs to be activated (as root) at every start-up. Gets authorization failure during shut-down.
|
|
Any | Feature Request | Medium | Low | [cinnamon] add elogind support | Closed | |
Task Description
Cinnamon currently does not support elogind, and depends on systemd. A patch is needed to fix this issue.
|
|
Stable | Bug Report | Medium | Medium | [libusb] error when mounting USB memories on virtual ma ... | Closed | |
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
|
|
Any | Bug Report | Medium | Medium | [weechat] startup complains about missing guile | Closed | |
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:
|
|
Testing | Bug Report | Medium | Medium | [emacs] crush after sway | Closed | |
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.
|
|
Any | Privacy Issue | Medium | Medium | [meta] Investigate DuckDuckGo links for privacy | Closed | |
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...
|
|
Testing | Bug Report | Medium | Critical | [iceweasel-uxp-ublock-origin] Can't add filters and/or ... | Closed | |
Task Description
I can’t update filters or update with iceweasel-uxp-ublock-origin. When I toggle the additional filters list, it is empty.
|
|
Testing | Bug Report | Medium | Low | [xf86-video-intel] context menu not being highlighted i ... | Closed | |
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:
|
|
Any | Bug Report | Medium | Medium | [iceweasel-uxp-l10n] Impossible to remove saved login | Closed | |
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)
|
|
Any | Security Issue | Medium | Medium | [openssh] CVE-2018-15919 | Closed | |
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
|
|
Stable | Bug Report | Medium | Medium | [udisks2] Impossible to mount ISO or IMG file | Closed | |
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
|
|
Any | Drop Request | Medium | Medium | [gksu] is replaced and has to be deleted from our pacma ... | Closed | |
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/
|
|
Any | Replace Request | Medium | Medium | [hypervideo] stop the development of Hypervideo | Closed | |
|
|
Any | Bug Report | Medium | High | [notmuch-mutt] missing requirement | Closed | |
|
|
Testing | Bug Report | Medium | Medium | [qtcreator] requires libsystemd.so | Closed | |
|
|
Any | Bug Report | Medium | Medium | [sshfs] Can't mount share from desktop (FUSE2 issue) | Closed | |
|
|
Any | Bug Report | Medium | High | [cdemu-daemon] Malfunctioning service | Closed | |
|
|
Any | Security Issue | Medium | Critical | [libjpeg-turbo] CVE-2019-2201 | Closed | |
|
|
Any | Privacy Issue | Medium | High | midori new Support for cross-browser web extensions | Closed | |
|
|
Any | Bug Report | Low | Low | [crystal] error build Invidious | Closed | |
|
|
Any | Implementation Request | Low | Low | [opmsg] add new package | Closed | |
|
|
Any | Bug Report | Very Low | Very Low | [ntfs-3g] ldconfig: File [...] is empty, not checked | Closed | |
|
|
Testing | Bug Report | Very Low | Critical | [iceweasel-uxp] missing extensions | Closed | |
|
|
Stable | Bug Report | Very Low | High | [iceweasel-uxp] 52.9.0_20180601-8 has an issue on Tabs ... | Closed | |
|
|
Any | Bug Report | Very Low | High | [iceweasel-uxp] windows don't render correctly in add-o ... | Closed | |
|
|
Any | Bug Report | Very Low | Low | [zathura-pdf-poppler] unable to process apostrophes di ... | Closed | |
|
|
Any | Privacy Issue | Very Low | Low | [github] check github-related packages | Closed | |
|
|
Any | Bug Report | Very Low | Medium | [hypervideo] YouTube downloads do not extract correct f ... | Closed | |
|
|
Stable | Bug Report | Very Low | Low | Chemical uknown media types | Closed | |
|
|
Stable | Bug Report | Very Low | Medium | [postgrey] has systemd service and no OpenRC init scrip ... | Closed | |
|
|
Any | Security Issue | Very Low | High | [tigervnc] Multiple CVE | Closed | |
|
|
Any | Implementation Request | Very High | Critical | [linux-libre-lts-server] add "Linux-libre" kernel adapt ... | Closed | |
|
|
Any | Bug Report | Very High | Critical | [python-acme] to start crashing on June 19th | Closed | |
|
|
Stable | Bug Report | Very High | Critical | [iceweasel-uxp] Broken addons with latest update | Closed | |
|
|
Any | Bug Report | Very High | Critical | [ath9k-htc-firmware]: not work | Closed | |
|
|
Testing | Bug Report | High | Critical | [Hyperbola GNU/Linux-libre 0.4] Problems with sndio fai ... | Closed | |
|
|
Stable | Bug Report | Medium | Medium | [virt-install] ERROR '_OsVariant' object has no attribu ... | Closed | |
|