|
Installation | General | Feature Request | Very Low | Low | [calamares] add graphical installer with FDE support | Researching | |
Task Description
Package Request: https://github.com/calamares/calamares
Original Bug Report: — I would also like to test the beta isos when they are ready through qemu. If it looks good I plan to fully install them onto my laptop. My libreboot x200.
I don’t know if I should make a separate feature for this, but xfce is a good stable desktop environment for such a choice. that and lxde.
Though lxde is going to die...
|
|
Installation | General | Implementation Request | Very Low | Low | To make installation instructions and get use of live I... | Unconfirmed | |
Task Description
I have installed multiple times Hyperbola, 4 times on 4 different notebooks.
What I have noticed is that the live ISO is quite huge in relation to the task that should be done. Namely. the live ISO shall at least contain some first packages, so that they do not need to be downloaded online.
Best would be if the live ISO can be copied straight and that system can run from ISO/DVD without having Internet. At least one simple graphical environment shall be included.
Further, I have noticed that there is only network instructions as HTML file.
I would rather call it installation-instructions.html to make it clear for people what it is. Or simply: INSTALL.html so that people understand what it is.
It says just network.html if I remember well.
Then there is absolutely no point or link or reference to the installation instructions.
Each time I got a network I had to go to either duckduckgo search engine or to hyperbola.info website and then I tried with lynx to find installation instructions.
It is not straight, not quite clearly in open, it is in Wiki, but that is quite hard to find.
We have to put ourselves in the shoes of those in need of free software. Millions of people need free software.
Many of us live in a developed western countries.
Yet millions of people in need of this software live in South America, Africa, Asia, Eastern Europe.
There are millions of students that could advance their study, and that could progress faster with free software.
In those countries Internet is often non-existent, universities may be located in poor network areas, Internet is being fetched by using mobile phones.
So if there is a live distribution, such shall at least contain basic software, which really can fit onto any DVD, and that as such can be copied on the computer without using Internet. Upgrades could be fetched by using Internet.
And there shall be clear reference, link or file about installation. There shall be no need to go to Internet to install the software.
|
|
Installation | General | Feature Request | Very Low | Low | [FAQ]Please note that not all RAR archives are supporte... | Unconfirmed | |
Task Description
I tried to extract a RAR v5 archive using unar that works fine when using the non-free unrar.
Here is the log (with the file name altered)
$ unar file.part1.rar file.part1.rar: RAR 5
file.mp4 (-2144860915 B)... Failed! (Attempted to read more data than was available)
Extraction to current directory failed! (1 file failed.)
Please add in the FAQ that newer RAR archives (version 5) may not work when using unar.
|
|
Installation | General | Freedom Issue | Very Low | High | [openbox] provides nonfree software support in the menu | Unconfirmed | |
Task Description
my recommended fix, make it reflect the applications that are actually installed on the system after removing non-free software support.
|
|
Installation | General | Freedom Issue | Very Low | Low | [jwm] provides nonfree software support in the menu | Unconfirmed | |
Task Description
my recommended fix, make it reflect the applications that are actually installed on the system after removing non-free software support.
|
|
Installation | General | Freedom Issue | Very Low | High | FS#1445 - [fluxbox] provides nonfree software support i... | Unconfirmed | |
Task Description
recommended fix, remove non-free software entries in menu and replace them with applications that actually exist.
|
|
Packages | Any | Replace Request | Low | Low | [appmenu-qt4] replace with appmenu-qt (qt5) | Deferred | |
Task Description
“appmenu-qt4”[0][2] is a deprecated package (release in 2012)[1] and use qt4 unsupported/non-lts software[3], but “appmenu-qt5” not contains any release source code[2]
$ pacman -Si appmenu-qt4 Repository : community Name : appmenu-qt4 Version : 0.2.6-1 Description : Export Qt4 applications menus over D-Bus Architecture : x86_64 URL : https://launchpad.net/appmenu-qt Licenses : GPL Groups : None Provides : None Depends On : libdbusmenu-qt4 Optional Deps : None Conflicts With : appmenu-qt Replaces : appmenu-qt Download Size : 16.55 KiB Installed Size : 48.00 KiB Packager : Antonio Rojas arojas@archlinux.org Build Date : Tue 28 Feb 2017 05:59:31 AM -03 Validated By : MD5 Sum SHA-256 Sum Signature
[0]:https://launchpad.net/appmenu-qt (qt4) [1]:https://launchpad.net/appmenu-qt/+download [2]:https://launchpad.net/appmenu-qt5 [3]:https://en.wikipedia.org/wiki/Qt_5.6_LTS
|
|
Packages | Any | Implementation Request | Very Low | Low | [3proxy] add package since it's useful for tor on ftp p... | Deferred | |
Task Description
Add “3proxy”[0] package
Useful for tor on ftp proxy[1]
[0]:https://github.com/z3APA3A/3proxy [1]:https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/FTP
|
|
Packages | Any | Implementation Request | Medium | Medium | [uzem][uzebox] add uzem emulator and uzebox firmware pa... | Assigned | |
Task Description
Add “uzem” emulator and “uzebox” firmware packages[0][1].
It’s a emulator and firmware for fully free 8bit game console.
[0]:http://belogic.com/uzebox/index.asp (no https found) [1]:https://github.com/Uzebox/uzebox
|
|
Packages | Any | Implementation Request | Medium | Medium | [ncdu] add new package | Deferred | |
Task Description
PKGBUILD
# $Id: PKGBUILD 187611 2016-08-26 15:44:01Z bisson $
# Contributor: lp76 <l.peduto@gmail.com>
# Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=ncdu
pkgver=1.12
pkgrel=1.hyperbola1
pkgdesc='Disk usage analyzer with an ncurses interface'
url='https://dev.yorhel.nl/ncdu'
license=('custom:MIT')
depends=('ncurses')
arch=('i686' 'x86_64')
validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
sha512sums=('20620dd79d2af878442769e097f13806f64f23875dcb85ebccd573a3de43aba5663d496049b64015d13f9a79d624298032c008ef61dfb6f61d8b12902b8dca12'
'SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
|
|
Packages | Any | Implementation Request | Medium | Medium | [searx] add new package | Deferred | |
Task Description
Hi André, you could make an init for the searx search engine, it happens that I want to launch it from local to avoid being in searx.me or searx.riseup.net.
I have seen that there is a PKGBUILD in AUR [0]. I think it is necessary to make one with the init Openrc
[0]: https://aur.archlinux.org/packages/searx-py3/
|
|
Packages | Any | Feature Request | Very Low | Low | [i3lock-color] adding package into pacman | Deferred | |
Task Description
We already have i3lock, this version is an enhanced version available in Arch AUR: https://aur.archlinux.org/packages/i3lock-color https://aur.archlinux.org/packages/i3lock-color-git/
|
|
Packages | Any | Feature Request | Very Low | Very Low | [ttf-iosevka] add Iosevka font | Deferred | |
Task Description
Iosevka wins a poll about most beautiful fonts on reddit (/r/linux). This font is very similar than Droid Sans (Official Google Font) with many advantages:
1 - Has 5 types modes (lightest, light, normal, bold, super bold) 2 - Condensed and big sizes (perfect for visual impairments users) 3 - Very Legible on i3-wm, Sway, Conky bar 4 - OTF license (Freedom license)
Iosevka is already on AUR, but create a official package prevent bug or proprietary third parties apps (Yaourt, etc) be installed by beginners Hyperbola users.
Official Site: https://github.com/be5invis/Iosevka
On AUR: https://aur.archlinux.org/packages/ttf-iosevka
|
|
Packages | Any | Bug Report | Medium | Medium | [rxvt-unicode] rc-status command print "bug" table | Researching | |
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
|
|
Packages | Any | Implementation Request | Very Low | Low | [plymouth] add package | Deferred | |
Task Description
Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background.
Please implement plymouth as an optional package.
|
|
Packages | Testing | Implementation Request | Very Low | Medium | [yaics] add package | Deferred | |
Task Description
Yaics is a simple GNU social client written in C++ and Qt and licensed under the GNU GPL 3.0 (or later).
Please implement yaics as an optional package.
https://stigatle.no/yaics/
https://gitlab.com/stigatle/yaics
|
|
Packages | Testing | Implementation Request | Very Low | Low | [sirikata] add package | Deferred | |
Task Description
Sirikata a platform for virtual worlds.
Sirikata is a platform for virtual worlds. We provide a set of libraries and protocols which can be used to deploy a virtual world, as well as fully featured sample implementations of services for hosting and deploying these worlds.
Please implement sirikata as an optional package.
|
|
Packages | Any | Feature Request | Medium | Medium | [epiphany] restore the hidden setting to disable JavaSc... | Researching | |
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.
|
|
Packages | Any | Implementation Request | Very Low | Low | [multipath-tools] add package | Deferred | |
Task Description
Hello,
Could it be possible to add this package :
multipath-tools
“Multipath tools for Linux (including kpartx)”
License : GPL2
to the repo ?
Thank you
|
|
Packages | Any | Implementation Request | Very Low | Low | [thinkfan] add package | Deferred | |
Task Description
Could it be possible to add this package :
thinkfan
“A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi”
License : GPL
to the repo ?
Thanks
|
|
Packages | Any | Implementation Request | Low | Low | [nut] add Network UPS Tools 2.7.x package | Assigned | |
Task Description
Add “nut” package.
Useful for uninterruptible power supplies, power distribution units, solar controllers and servers power supply units.
|
|
Packages | Testing | Implementation Request | Low | Medium | [spacefm] add new package | In Progress | |
Task Description
Add SpaceFM File Manager for Hyperbola
Aur Package: spacefm Debian Package: spacefm
|
|
Packages | Any | Implementation Request | Low | Low | [codecrypt] add new package | Unconfirmed | |
Task Description
This is a GnuPG-like unix program for encryption and signing that uses only quantum-computer-resistant algorithms:
McEliece cryptosystem (compact QC-MDPC variant) for encryption
Hash-based Merkle tree algorithm (FMTSeq variant) for digital signatures
Codecrypt is free software. The code is licensed under terms of LGPL3 in a good hope that it will make combinations with other tools easier.
|
|
Packages | Any | Implementation Request | Very Low | Low | [fsearch] add package | Unconfirmed | |
Task Description
Could it be possible to add :
fsearch
https://github.com/cboxdoerfer/fsearch
License : GPL
|
|
Packages | Any | Implementation Request | Very Low | Low | [flowblade] add package | Unconfirmed | |
Task Description
Could it be possible to add :
flowblade
https://www.parabola.nu/packages/pcr/any/flowblade/
“a multitrack non-linear video editor for GNU/Linux”
License : GPL3
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [whipper] add package | Unconfirmed | |
Task Description
Could it be possible to add :
whipper
“A Unix CD ripper aiming for accuracy over speed – forked from morituri”
https://www.parabola.nu/packages/community/any/whipper/ https://github.com/JoeLametta/whipper
License : GPL3
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [sacd-extract] add package | Unconfirmed | |
Task Description
Could it be possible to add :
sacd-extract
“Extract DSD files from an SACD image”
https://www.parabola.nu/packages/pcr/x86_64/sacd-extract/ https://sourceforge.net/p/sacd-ripper/
License : GPL2
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [radiotray] add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add :
radiotray
“An online radio streaming player that runs on a Linux system tray.”
https://aur.archlinux.org/packages/radiotray/
License : GPL
Thanks
|
|
Packages | Any | Feature Request | Very Low | Low | [nextcloud-client] add package | Unconfirmed | |
Task Description
I use Nextcloud for syncing, although, I would normally not ask for this, due to Nextcloud’s appimage being available, but for some reason the latest version doesn’t work on hyperbola. So... yeah.
Usually Nextcloud’s appimage works regardless of what packages you have, so I guess in essence... add Nextcloud-client package to this system is my request.
|
|
Packages | Stable | Bug Report | Very Low | Medium | [kodi-addons-visualization] addons don't work | Unconfirmed | |
Task Description
After installation, none of the addons is present in Kodi!
|
|
Packages | Any | Implementation Request | Very Low | Low | [ttf-font-awesome] add ttf-font-awesome font | Unconfirmed | |
Task Description
Could it be possible to add :
ttf-font-awesome
to the repo ?
https://www.parabola.nu/packages/community/any/ttf-font-awesome/ http://fontawesome.io/
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [awesome-terminal-fonts] add package | Unconfirmed | |
Task Description
Could it be possible to add :
awesome-terminal-fonts
to the repo please ?
https://www.parabola.nu/packages/community/any/awesome-terminal-fonts/ https://github.com/gabrielelana/awesome-terminal-fonts
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [w_scan] add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add this package :
w_scan
“Universal ATSC and DVB blind scanner”
https://aur.archlinux.org/packages/w_scan/
License : GPL
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [qpdfview] add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add this package :
qpdfview
“A tabbed PDF viewer using the poppler library.”
https://www.parabola.nu/packages/community/x86_64/qpdfview/
License : GPL2
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [menulibre] add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add this package :
menulibre
“An advanced menu editor that provides modern features in a clean, easy-to-use interface. All without GNOME dependencies”
https://aur.archlinux.org/packages/menulibre/
License : GPL3
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [crunch] add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add this package :
crunch
“A wordlist generator where you can specify a standard character set or a character set you specify and generate all possible combinations and permutations.”
https://aur.archlinux.org/packages/crunch/
License : GPL2
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [dmg2img] add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add this package :
dmg2img
“A CLI tool to uncompress Apple’s compressed DMG files to the HFS+ IMG format”
https://aur.archlinux.org/packages/dmg2img/
License : GPL2
Thanks
|
|
Packages | Any | Security Issue | Very High | Critical | [avahi] blacklist package since it's a zeroconf impleme... | In Progress | |
Task Description
Avahi is a zero-configuration networking implementation that contains critical security issues because mDNS operates under a different trust model than unicast DNS trusting the entire network rather than a designated DNS server, it is vulnerable to spoofing attacks by any system within the multicast IP range. Like SNMP and many other network management protocols, it can also be used by attackers to quickly gain detailed knowledge of the network and its machines. [0]
Since it violates the Hyperbola Social Contract , Avahi should be blacklisted.
|
|
Packages | Any | Feature Request | Medium | Low | [cinnamon] add elogind support | Researching | |
Task Description
Cinnamon currently does not support elogind, and depends on systemd. A patch is needed to fix this issue.
|
|
Packages | Any | Implementation Request | Very Low | Low | [gcdemu] add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add this package :
gcdemu
“GNOME panel applet controlling cdemu-daemon”
https://aur.archlinux.org/packages/gcdemu
http://cdemu.sourceforge.net/
License : GPL2
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [python-cheat] add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add this package :
python-cheat
“Cheat allows you to create and view interactive cheatsheets on the command-line.”
https://aur.archlinux.org/packages/python-cheat/
https://github.com/chrisallenlane/cheat
License : GPL3
Thanks
|
|
Packages | Stable | Bug Report | Medium | Medium | [libusb] error when mounting USB memories on virtual ma... | Researching | |
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
|
|
Packages | Any | Implementation Request | Very Low | Low | [accuraterip-checksum] add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add this package :
accuraterip-checksum
“A C99 commandline program to compute the AccurateRip checksum of singletrack WAV files”
https://www.parabola.nu/packages/community/x86_64/accuraterip-checksum/
License : GPL
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [pacpl] Add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add this package :
pacpl
“Convert multiple audio types from one format to another.”
https://aur.archlinux.org/packages/pacpl/
License : GPL
Dependencies needed (and currently missing in Hyperbola repo) :
perl-ogg-vorbis-header perl-mp4-info perl-mp3-tag perl-audio-flac-header perl-audio-musepack perl-parallel-forkmanager perl-cddb
|
|
Packages | Any | Implementation Request | Very Low | Low | [gmusicbrowser] Add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add this package :
gmusicbrowser
“A customizable open-source jukebox for large collections”
https://www.parabola.nu/packages/pcr/any/gmusicbrowser/
License : GPL3
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [quiterss] add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add this package :
quiterss
“Fast and light RSS/Atom feed reader written in Qt/С++”
https://aur.archlinux.org/packages/quiterss
License : GPL3
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [wekan] add package | Unconfirmed | |
Task Description
Hello,
Would it be possible to add this package :
wekan
“Wekan is an completely Open Source and Free software collaborative kanban board application”
https://github.com/wekan/wekan
License : MIT
Thanks
|
|
Packages | Any | Implementation Request | Very Low | Low | [moloch] add package | Unconfirmed | |
Task Description
Hello,
Would it be possible to add this package :
moloch
“ Moloch is an open source, large scale, full packet capturing, indexing, and database system.”
http://molo.ch
https://github.com/aol/moloch
License : Apache2
Thanks
|
|
Packages | Any | Feature Request | Low | Low | [scribus] missing hunspell support | Unconfirmed | |
Task Description
I have noticed that the version of scribus that is available in hyperbola does not have the option of spelling correction and by references of the official scribus channel indicate that scribus has to be built with hunspell. I do not understand how that is done, I just need to be able to correct spelling from scribus.
|
|
Packages | Any | Bug Report | Very Low | Low | [remmina] impossible to connect to RDP servers after re... | Unconfirmed | |
Task Description
remmina dev ask to inform package maintainer, here is the discussion:
https://github.com/FreeRDP/Remmina/issues/1513#issuecomment-373128671
Would be nice to update or add a patch if available
|