|
Packages | Stable | Feature Request | Very Low | Low | [iceweasel-uxp] Request browser add-on: Classic Theme R... | Unconfirmed | |
Task Description
Name: Classic Theme Restorer Version: 1.7.7.2 (compatible Firefox version 45.* to 56.*) Author: Aris (Aris-t2) Licence: Mozilla Public Licence (MPL) 2.0 Source code: Github Description: Squared tabs, application menu, add-on bar, small button view and many more ‘old’ features for ‘Firefox 29-56’, not for Firefox 57+!
|
|
Packages | Stable | Bug Report | Very Low | Very Low | Gajim "Unable to run gpg - it may not be available" | Assigned | |
Task Description
Description:
Gajim XMPP Client wont start after installing python2-gnupg.
Additional info: * package version(s)
community/python2-gnupg 0.4.0-2
extra/gajim 0.16.8-1.hyperbola2
* config and/or log files etc.
/usr/lib/python2.7/site-packages/gajim/common/gajim.py
Steps to reproduce:
With Gajim working is not possible to assign an OpenPGP key because it needs a wrapper. Therefore python2-gnupgp package is needed. But after installing python2-gnupgp, Gajim doesn’t start. The following output is displayed from the console:
07/21/2018 18:00:41 (E) gajim.c.gnupg Unable to run gpg - it may not be available. Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/gnupg.py", line 757, in __init__
p = self._open_subprocess(["--version"])
File "/usr/lib/python2.7/site-packages/gnupg.py", line 832, in _open_subprocess
startupinfo=si)
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory Traceback (most recent call last):
File "gajim.py", line 513, in <module>
interface.run()
File "/usr/lib/python2.7/site-packages/gajim/gui_interface.py", line 2704, in run
self.roster = roster_window.RosterWindow()
File "/usr/lib/python2.7/site-packages/gajim/roster_window.py", line 6611, in __init__
connection_zeroconf.ConnectionZeroconf(gajim.ZEROCONF_ACC_NAME)
File "/usr/lib/python2.7/site-packages/gajim/common/zeroconf/connection_zeroconf.py", line 68, in __init__
CommonConnection.__init__(self, name)
File "/usr/lib/python2.7/site-packages/gajim/common/connection.py", line 150, in __init__
self.gpg = gpg.GnuPG()
File "/usr/lib/python2.7/site-packages/gajim/common/gpg.py", line 37, in __init__
gnupg.GPG.__init__(self, gpgbinary=gajim.GPG_BINARY, use_agent=use_agent)
File "/usr/lib/python2.7/site-packages/gnupg.py", line 761, in __init__
raise OSError(msg)
OSError: Unable to run gpg - it may not be available.
After doing some search, the issue is that gajim.py is trying to call ‘gpg’ as ‘gpg1’.
# grep -n GPG_BINARY /usr/lib/python2.7/site-packages/gajim/common/gajim.py 162:GPG_BINARY = ‘gpg1’
By replacing ‘gpg’ instead of ‘gpg1’, Gajim will start normally with OpenPGP feature available.
Maybe a newer revision of python2-gnupg is required or maybe a small patch in the current package.
|
|
Packages | Any | Feature Request | Very Low | Medium | Qemu-kvm package request | Unconfirmed | |
Task Description
1:2.8 or later, qemu-kvm
This would make qemu so much easier and faster, please support this package.
|
|
Packages | Any | Drop Request | Very Low | Medium | [hardening-wrapper] deprecated, not needed anymore | Unconfirmed | |
Task Description
According to : https://github.com/thestinger/hardening-wrapper-deprecated
Wrapper scripts for building hardened executables by default (deprecated, replaced by standard Arch Linux toolchain changes)
|
|
Packages | Any | Implementation Request | Very Low | Low | [obmenu-generator] add package | Unconfirmed | |
Task Description
Could it be possible to add :
obmenu-generator
A fast pipe/static menu generator for the Openbox Window Manager (with icons support)
License : GPL3
https://github.com/trizen/obmenu-generator https://www.parabola.nu/packages/pcr/x86_64/obmenu-generator/
Thanks
|
|
Packages | Stable | Bug Report | Very Low | High | java cacerts file is empty | Unconfirmed | |
Task Description
/etc/ssl/certs/java/cacerts has 0 entries, resulting in ssl handshake errors in java applications.
Package versions: * ca-certificates 20170307-1 * ca-certificates-utils 20170307-1
|
|
Packages | Any | Bug Report | Medium | Medium | [lxmusic]package needs rebuilding as it fails to run | In Progress | |
Task Description
Rebuilt version (using PKGBUILD from Arch) works fine. Same is true for lxmusic-gtk3 (which the PKGBUILD also builds).
https://git.archlinux.org/svntogit/community.git/tree/trunk?h=packages/lxmusic
|
|
Packages | Any | Feature Request | Very Low | Low | [dreamchess]please add package | Unconfirmed | |
Task Description
The package appears in parabola’s pcr repository. I modified the AUR PKGBUILD to compile the last stable version (and the installation works fine). Please add this package to the official repos.
https://aur.archlinux.org/packages/dreamchess-git/ https://www.parabola.nu/packages/pcr/x86_64/dreamchess-git/
|
|
Packages | Any | Freedom Issue | Very Low | Low | [erika] please add package to repos | Unconfirmed | |
Task Description
Erika is a Python GTK+ podcast manager using webkitgtk.
Erika is released under the MIT License, with the exception of the file erika/frontend/widgets/scrolled_window.py which is released under the GNU/GPLv3 License.
Attached is a PKGBUILD for the last stable release based on the AUR one (I moved a few of the dependencies to optdepends). It builds fine and works.
|
|
Packages | Any | Feature Request | Very Low | Low | [vobsub2srt] please add package | Unconfirmed | |
Task Description
here is the description from the website
https://github.com/ruediger/VobSub2SRT
VobSub2SRT is a simple command line program to convert .idx / .sub subtitles into .srt text subtitles by using OCR. It is based on code from the MPlayer project - a really really great movie player. Some minor parts are copied from ffmpeg/avutil headers. Tesseract is used as OCR software.
vobsub2srt is released under the GPL3+ license. The MPlayer code included is GPL2+ licensed.
The quality of the OCR depends on the text in the subtitles. Currently the code does not use any preprocessing. But I’m currently looking into adding filters and scaling options to improve the OCR. You can correct mistakes in the .srt files with a text editor or a special subtitle editor.
Attached is a working PKGBUILD for the latest stable version.
|
|
Packages | Any | Implementation Request | Very Low | Low | [sayonara] add package | Unconfirmed | |
Task Description
Hello,
I stumbled upon this music player recently, it is very promising and fully free (GPL3)
“Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses GStreamer as audio backend. Sayonara is open source and uses the GPLv3 license. One of Sayonara’s goals is intuitive and easy usablility. Currently, it is only available for Linux and BSD.
Although Sayonara can be considered as a lightweight player, it holds a lot of features in order to organize even big music collections.”
Latest version is 1.1.1 and it is very stable on my hyperbola system. I think it would be a great addition to Hyperbola repo.
https://sayonara-player.com/
A PKGBUILD is available here :
https://sayonara-player.com/sw/arch_linux/PKGBUILD
|
|
Packages | Any | Feature Request | Very High | High | [netdata] contains systemd unit files | In Progress | |
Task Description
Description:
The Arch version of tinc from the snapshot used by Hyperbola comes with systemd support. 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) * config and/or log files etc.
Repositorio : community
Nombre : netdata
Versión : 1.6.0-3
Descripción : Real-time performance monitoring, in the greatest possible detail, over the web.
Arquitectura : x86_64
URL : https://github.com/firehol/netdata/wiki
Licencias : GPL
Grupos : Nada
Provee : Nada
Depende de : libmnl libnetfilter_acct zlib
Dependencias opcionales : nodejs: Webbox plugin
lm_sensors: sensors module
En conflicto con : Nada
Remplaza a : Nada
Tamaño de la descarga : 1778,98 KiB
Tamaño de la instalación : 6515,00 KiB
Encargado : Sven-Hendrik Haase <sh@lutzhaase.com>
Fecha de creación : dom 23 abr 2017 16:24:38 -05
Validado por : Suma MD5 Suma SHA-256 Firma
community/netdata /usr/lib/systemd/
community/netdata /usr/lib/systemd/system/
community/netdata /usr/lib/systemd/system/netdata.service
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [backuppc]: contains systemd files | Researching | |
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
|
|
Packages | Any | Feature Request | Very High | High | [gpsd]: contains systemd files | Researching | |
Task 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)
extra/gpsd 3.16-3 [installed]
GPS daemon and library to support USB/serial GPS devices
* config and/or log files etc.
Additional info:
Steps to reproduce: install it
|
|
Packages | Any | Security Issue | Medium | Medium | [openssh] CVE-2018-15919 | Researching | |
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
|
|
Packages | Stable | Bug Report | Very Low | Medium | PCManFM display different behavior | Unconfirmed | |
Task Description
Description:
The problem is pcmanfm is not showing any partitions on the left side. It only show Home Folder, Desktop, Applications, Filesystem and the ext. hdd. If I include dbus-launch pcmanfm -d command, it show the other partitions on the left side of window but not ext. hdd. The drive/partitions are not encrypted. I do have dbus, gvfs & ntfs-3g installed and active services.
Additional info: * package version(s) PCManFM 1.2.5 - using LibFM ver. 1.2.5
Steps to reproduce: Original install from the livecd with LXDE but I may run Openbox standalone and get the same behavior with either environment. I do not have this issue running other distros.
|
|
Packages | Any | Update Request | Very Low | High | [proj]: please update to latest version | Unconfirmed | |
Task Description
Description:
https://proj4.org/index.html
This package have valuable geodetic applications, and I intend to present Hyperbola GNU/Linux-libre soon in universities and schools in East Africa.
The coordinate system there is not WGS84 and this package only in new version is providing the conversion from East African geographic coordinates to WGS84, and will be very usable in many industrial and private applications.
|
|
Packages | Any | Feature Request | Very Low | Medium | Remove dependency of packages on pulseaudio/libpulse | Assigned | |
Task Description
Similar to systemd, pulseaudio or libpulse is forced upon users as many packages require it such as kodi, gnome-shell (and thus also gdm), ffmpeg, gst-plugins-good, simplescreenrecorder, clementine, empathy, seamonkey (iceape), fluidsynth, mumble and qemu, Most/all of these packages can probably be compiled with pulseaudio or libpulse as an optional dependency instead.
|
|
Packages | Any | Bug Report | Low | Low | [usbutils] lsusb does not list device names | In Progress | |
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
|
|
Packages | Any | Bug Report | Very Low | Medium | [mate-panel] country flags for keyboard layouts are mis... | Unconfirmed | |
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
|
|
Packages | Stable | Feature Request | Very High | High | [hiawatha]: remove systemd files, provide openrc | Researching | |
Task Description
Description:
Hiawatha contains only systemd files.
It shall be removed and openrc shall be provided
|
|
Packages | Any | Feature Request | Very High | High | [onioncat] needs OpenRC init script | Assigned | |
Task Description
Description:
Additional info:
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [umurmur] needs OpenRC init script and contains systemd... | Assigned | |
Task Description
Description:
Additional info:
umurmur /usr/lib/systemd/system/umurmur.service
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [prosody] needs OpenRC init script and contains systemd... | Assigned | |
Task Description
Description:
Additional info:
prosody /usr/lib/systemd/system/prosody.service
prosody /usr/lib/sysusers.d/prosody.conf
prosody /usr/lib/tmpfiles.d/prosody.conf
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [unrealircd] needs OpenRC init script and contains syst... | Assigned | |
Task Description
Description:
Additional info:
unrealircd /usr/lib/systemd/system/unrealircd.service
unrealircd /usr/lib/tmpfiles.d/unrealircd.conf
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [mcelog] needs OpenRC init script and contains systemd ... | Assigned | |
Task Description
Description:
Additional info:
mcelog /usr/lib/systemd/system/mcelog.service
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [bzr] needs OpenRC init script (bzr serve) | Assigned | |
Task Description
Description:
Additional info:
Note: needs a provide: bazaar
Steps to reproduce:
|
|
Packages | Any | Replace Request | Defer | Critical | [bzr] replace deprecated GNU Bazaar to Brezy | Deferred | |
Task Description
Description:
replace deprecated GNU Bazaar to Brezy for Canis Major
Additional info:
bzr 2.7.0-2
GNU Bazaar will be unmaintained (for now, there are only bug fixes)
GNU Bazaar only supports Python 2.
-
-
-
Note: It needs a provide: bazaar and brezy
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [mercurial] needs OpenRC init scripts (hg serve and chg... | Assigned | |
Task Description
Description:
Additional info:
Note: needs a provide: hg
Steps to reproduce:
|
|
Packages | Any | Implementation Request | Very High | High | [murmur-headless] add a Murmur package capable of worki... | In Progress | |
Task Description
Description:
Add new a Murmur package capable of working without a graphical user interface. It’s common on servers and embedded devices that requires only interfaces like network (eg. SSH) or serial port to handle services.
Additional info:
Steps to reproduce:
|
|
Packages | Any | Implementation Request | Very High | High | [asterisk-headless] add an Asterisk package capable of ... | In Progress | |
Task Description
Description:
Add an Asterisk package capable of working without a graphical user interface. It’s common on servers and embedded devices that requires only interfaces like network (eg. SSH) or serial port to handle services.
Additional info:
Steps to reproduce:
|
|
Packages | Any | Implementation Request | Very High | Medium | [coturn] add new package | Unconfirmed | |
Task Description
Description:
Additional info:
Steps to reproduce:
|
|
Packages | Any | Implementation Request | Very High | Medium | [mediagoblin] add GNU MediaGoblin package | Unconfirmed | |
Task Description
Description:
Additional info:
Steps to reproduce:
|
|
Packages | Any | Bug Report | Very Low | Medium | [ffmpegthumbnailer] missing support for some media form... | Unconfirmed | |
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).
|
|
Packages | Any | Freedom Issue | Very Low | Low | [gpg] keyserver receive failed: Server indicated a fail... | Unconfirmed | |
Task Description
Description: GPG does not receive keys from servers. Seems that connection is blocked.
Additional info: * package version(s)
$ gpg --version
gpg (GnuPG) 2.2.8
libgcrypt 1.7.6
(...)
* config and/or log files etc.
$ gpg --debug-all --receive-keys B00033B86FDA59BA7D75B89BB88AF90BF64827C5
gpg: reading options from '/home/asm/.gnupg/gpg.conf'
gpg: enabled debug flags: packet mpi crypto filter iobuf memory cache memstat trust hashing ipc clock lookup extprog
gpg: DBG: [not enabled in the source] start
gpg: DBG: chan_3 <- # Home: /home/asm/.gnupg
gpg: DBG: chan_3 <- # Config: /home/asm/.gnupg/dirmngr.conf
gpg: DBG: chan_3 <- OK Dirmngr 2.2.8 at your service
gpg: DBG: connection to the dirmngr established
gpg: DBG: chan_3 -> GETINFO version
gpg: DBG: chan_3 <- D 2.2.8
gpg: DBG: chan_3 <- OK
gpg: DBG: chan_3 -> KS_GET -- 0xB00033B86FDA59BA7D75B89BB88AF90BF64827C5
gpg: DBG: chan_3 <- ERR 219 Server indicated a failure <Fonte não especificada>
gpg: keyserver receive failed: Server indicated a failure
gpg: DBG: chan_3 -> BYE
gpg: DBG: [not enabled in the source] stop
gpg: keydb: handles=0 locks=0 parse=0 get=0
gpg: build=0 update=0 insert=0 delete=0
gpg: reset=0 found=0 not=0 cache=0 not=0
gpg: kid_not_found_cache: count=0 peak=0 flushes=0
gpg: sig_cache: total=0 cached=0 good=0 bad=0
gpg: random usage: poolsize=600 mixed=0 polls=0/0 added=0/0
outmix=0 getlvl1=0/0 getlvl2=0/0
gpg: secmem usage: 0/32768 bytes in 0 blocks
* Useful information: https://arcolinux.com/fix-for-key-could-not-be-looked-up-remotely/
Unfortunately, the workaround does not work for me. However, it indicate the arch linux package that fixes this issue.
Steps to reproduce: Just type.
gpg --receive-keys B00033B86FDA59BA7D75B89BB88AF90BF64827C5
|
|
Packages | Any | Freedom Issue | Very Low | Low | [girara] issues critical error | Unconfirmed | |
Task Description
Steps to reproduce: Open from the command line any pdf file with either `zathura-pdf-poppler` or `zathura-pdf-mupdf`, then hit `q` to quit and the terminal will show the following error:
** (zathura:<PID>): CRITICAL **: girara_list_foreach: assertion 'list && list->start && callback' failed
|
|
Packages | Any | Bug Report | Very Low | Low | [zathura-pdf-poppler] unable to process apostrophes di... | Researching | |
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.
|
|
Packages | Any | Freedom Issue | Very Low | Low | [kobodeluxe]: segmentation fault | Unconfirmed | |
Task Description
Description:
kobodl Application path: ‘.’ [41] Could not get double buffered display. [41] Shadow buffer requested; relying on SDL’s shadow buffer. [279] audio.c: Warning: Requested 1024 samplebuffer, but got 512 samples. [1148] Loading “Trance1”... [1148] Copyright (C) David Olofson, 2002. [1240] Done! [1240] Loading “Test2”... [1240] Copyright (C) David Olofson, 2002. [1240] Done! [1241] Waveform info: [1241] ( 0: MIDI <Unknown>, 120 PPQN, 1 events) [1241] 1: MONO16 ONESHOT, 32000 Hz, 64000 bytes (1.00 s) [1241] 2: MONO16 ONESHOT, 24000 Hz, 144000 bytes (3.00 s) [1241] 3: MONO16 ONESHOT, 32000 Hz, 6400 bytes (0.10 s) [1241] 4: MONO16 ONESHOT, 16000 Hz, 12800 bytes (0.40 s) [1241] 5: MONO16 ONESHOT, 16000 Hz, 22400 bytes (0.70 s) [1241] 6: MONO16 ONESHOT, 16000 Hz, 32000 bytes (1.00 s) [1241] 7: MONO16 ONESHOT, 16000 Hz, 32000 bytes (1.00 s) [1241] 8: MONO16 ONESHOT, 16000 Hz, 32000 bytes (1.00 s) [1241] 9: MONO16 ONESHOT, 16000 Hz, 32000 bytes (1.00 s) [1241] 10: MONO16 ONESHOT, 24000 Hz, 192000 bytes (4.00 s) [1241] 11: MONO16 ONESHOT, 32000 Hz, 48000 bytes (0.75 s) [1241] 12: MONO16 ONESHOT, 32000 Hz, 48000 bytes (0.75 s) [1241] 13: MONO16 ONESHOT, 32000 Hz, 48000 bytes (0.75 s) [1241] 14: MONO16 ONESHOT, 24000 Hz, 48000 bytes (1.00 s) [1241] 16: MONO16 ONESHOT, 33488 Hz, 66976 bytes (1.00 s) [1241] 30: MONO16 ONESHOT, 33488 Hz, 66976 bytes (1.00 s) [1241] 32: MONO16 LOOPED, 33488 Hz, 256 bytes (0.00 s) [1241] 50: MONO16 ONESHOT, 32000 Hz, 64000 bytes (1.00 s) [1241] 55: MONO16 ONESHOT, 32000 Hz, 64000 bytes (1.00 s) [1241] 58: MONO16 ONESHOT, 8000 Hz, 16000 bytes (1.00 s) [1241] 60: MONO16 ONESHOT, 32000 Hz, 16000 bytes (0.25 s) [1241] 63: MONO16 ONESHOT, 32000 Hz, 32000 bytes (0.50 s) [1241] 74: MONO16 LOOPED, 33488 Hz, 66976 bytes (1.00 s) [1241] 84: MONO16 ONESHOT, 32000 Hz, 256000 bytes (4.00 s) [1241] 86: MONO16 ONESHOT, 32000 Hz, 256000 bytes (4.00 s) [1241] 87: MONO16 ONESHOT, 16000 Hz, 96000 bytes (3.00 s) [1241] 102: MONO16 ONESHOT, 16000 Hz, 32000 bytes (1.00 s) [1241] 103: MONO16 ONESHOT, 32000 Hz, 6400 bytes (0.10 s) [1241] 104: MONO16 ONESHOT, 16000 Hz, 1600 bytes (0.05 s) [1241] 105: MONO16 ONESHOT, 16000 Hz, 1600 bytes (0.05 s) [1241] 106: MONO16 ONESHOT, 16000 Hz, 1600 bytes (0.05 s) [1241] 107: MONO16 ONESHOT, 16000 Hz, 16000 bytes (0.50 s) [1241] 108: MONO16 ONESHOT, 32000 Hz, 32000 bytes (0.50 s) [1241] 109: MONO16 ONESHOT, 32000 Hz, 6400 bytes (0.10 s) [1241] 110: MONO16 ONESHOT, 32000 Hz, 6400 bytes (0.10 s) [1241] 111: MONO16 ONESHOT, 32000 Hz, 6400 bytes (0.10 s) [1241] 112: MONO16 ONESHOT, 32000 Hz, 1600 bytes (0.03 s) [1241] 113: MONO16 ONESHOT, 32000 Hz, 6400 bytes (0.10 s) [1241] 114: MONO16 ONESHOT, 32000 Hz, 32000 bytes (0.50 s) [1241] 115: MONO16 ONESHOT, 32000 Hz, 3200 bytes (0.05 s) [1241] 116: MONO16 ONESHOT, 32000 Hz, 12800 bytes (0.20 s) [1241] 117: MONO16 ONESHOT, 16000 Hz, 32000 bytes (1.00 s) [1241] 118: MONO16 ONESHOT, 16000 Hz, 32000 bytes (1.00 s) [1241] 119: MONO16 ONESHOT, 16000 Hz, 25600 bytes (0.80 s) [1241] 120: MONO16 ONESHOT, 16000 Hz, 11000 bytes (0.34 s) [1241] 121: MONO16 ONESHOT, 32000 Hz, 6400 bytes (0.10 s) [1241] (122: MIDI <Unknown>, 120 PPQN, 1 events) [1241] 123: MONO16 ONESHOT, 48000 Hz, 48000 bytes (0.50 s) [1241] 124: MONO16 ONESHOT, 48000 Hz, 96000 bytes (1.00 s) [1242] 125: MONO16 ONESHOT, 32000 Hz, 64000 bytes (1.00 s) [1242] 126: MONO16 ONESHOT, 32000 Hz, 96000 bytes (1.50 s) [1242] 127: MONO16 ONESHOT, 32000 Hz, 32000 bytes (0.50 s) [1242] Total 51 waveforms, total size: 2372184 bytes, total time: 36 s [1881] No hiscore entries found! Segmentation fault [~]
|
|
Packages | Any | Implementation Request | Very Low | Medium | [foxtrotgps] please add package to repos | Unconfirmed | |
Task Description
Unlike other mapping software (gnome-maps, emerillon) it does not depend on geoclue/geoclue2 (or on kde packages like marble). The package was added to Arch’s official repos over a year ago. Their PKGBUILD builds fine.
|
|
Packages | Any | Bug Report | Low | Low | [erlang-nox] uses "nox" suffix | In Progress | |
Task Description
Description:
Additional info: * package version(s)
* config and/or log files etc.
Steps to reproduce:
|
|
Packages | Any | Bug Report | Low | Low | [qbittorrent-nox] uses "nox" suffix | In Progress | |
Task Description
Description:
Additional info: * package version(s)
* config and/or log files etc.
Steps to reproduce:
|
|
Packages | Any | Security Issue | Very Low | High | [octopi] requires su | Unconfirmed | |
Task Description
would it be possible to make it use sudo instead?
From what I know, sudo is safer. Let me know if you agree this is a problem.
|
|
Packages | Any | Implementation Request | Very Low | Medium | [peertube] Add new Package | Unconfirmed | |
Task Description
Description:
Hi guys. Could they add PeerTube to Hyperbola?
It’s on AUR.
Under the AGPLv3 license
Additional info:
I see that the PeerTube help configuration with an init.d
|
|
Packages | Any | Feature Request | Very Low | Medium | [slim-themes] please add hyperbola branded variant | Unconfirmed | |
Task Description
slim-themes seems to be considered free according to Parabola - they have an issue with arch branding (slim-themes::::[branding][ :package] has “archlinux” theme) which they resolve be creating the package parabola-themes-slim. Perhaps this can be the basis for hyperbola branded themes.
https://git.parabola.nu/blacklist.git/plain/blacklist.txt https://www.parabola.nu/packages/libre/x86_64/parabola-themes-slim/
|
|
Packages | Any | Feature Request | Defer | Medium | [aqemu] libertybsd is missing from installation list | Deferred | |
Task Description
aqemu only lists GNU/Linux and GNU/Hurd. Since LibertyBSD is also free it should also be added.
|
|
Packages | Any | Freedom Issue | Very Low | Low | [recoll]: optional dependency: untex: for dvi support w... | Unconfirmed | |
Task Description
Upon installation of recoll, I can see:
optional dependency: untex: for dvi support with dvips
but untex cannot be installed
|
|
Packages | Any | Feature Request | Very Low | Medium | Add Trinity Desktop | Unconfirmed | |
Task Description
I would like this, because, it looks even better than xfce4. It does use an older qt3 though, BUT, they are maintaining QT3 and improving it themselves.
Plus, its more lightweight than xfce4 and maybe even lxqt too without looking like crap like lxqt and yet still is better than a WM.
I know you don’t like stuff that is abandonware in any sense, but given its being maintained, I hope you will add it.
But let me know.
|
|
Packages | Any | Bug Report | Very Low | High | [kdelibs4support] XDG_RUNTIME_DIR not set | Unconfirmed | |
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
|
|
Packages | Any | Bug Report | Very Low | High | [blueman] org.freedesktop.DBus.Error.NameHasNoOwner | Unconfirmed | |
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
|
|
Packages | Any | Drop Request | Medium | Medium | [gksu] is replaced and has to be deleted from our pacma... | Researching | |
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/
|