|
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 | 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 | [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 | 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 | 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 | Feature Request | Very Low | Very Low | Dreamchess package wanted | Unconfirmed | |
Task Description
this package is under gpl3. It is the most reasonable chess game because it can be easy or hard depending on your preference.
|
|
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 | Backport Request | Very Low | Very Low | Icetray for Iceape-uxp | Assigned | |
Task Description
This already works for it, but I just thought I would request it to be put in.
|
|
Packages | Stable | Bug Report | Very Low | Very Low | [spamassassin] has different directory permissions than... | Deferred | |
Task Description
Description: The /usr/sbin directory in spamassassin has permissions 755 https://git.hyperbola.info:50100/packages/extra.git/tree/spamassassin/PKGBUILD#n88
And ‘filesystem’ sets it to 750 https://git.hyperbola.info:50100/packages/core.git/tree/filesystem/PKGBUILD#n135
So when installing spamassassin, pacman throws a warning
warning: directory permissions differ on /usr/sbin/
filesystem: 750 package: 755
Additional info: * spamassassin 3.4.2-1.hyperbola2
|
|
Packages | Stable | Bug Report | Very Low | Very Low | [postfix] has different directory permissions than 'fil... | Deferred | |
Task Description
Description: The /usr/sbin directory in postfix has permissions 755 https://git.hyperbola.info:50100/packages/extra.git/tree/postfix/PKGBUILD#n115
And ‘filesystem’ sets it to 750 https://git.hyperbola.info:50100/packages/core.git/tree/filesystem/PKGBUILD#n135
So when installing postfix, pacman throws a warning
warning: directory permissions differ on /usr/sbin/
filesystem: 750 package: 755
Additional info: * postfix-3.2.2-1.hyperbola6
|
|
Packages | Stable | Bug Report | Very Low | Very Low | [fail2ban] update dovecot failregex to support verbose ... | Unconfirmed | |
Task Description
Description: The /etc/fail2ban/filter.d/dovecot.conf file has a failregex with the following:
^%(__prefix_line)s(?:auth|auth-worker\(\d+\)): (?:pam|passwd-file)\(\S+,<HOST>\): unknown user\s*$
and works with things like:
Month day time hostname dovecot: auth: passwd-file(user@domain.com,IP): unknown user
but with verbosity enabled in Dovecot, this output looks like this:
Month day time hostname dovecot: auth: passwd-file(user@domain.com,IP): unknown user (given password: password)
and in this case it doesn’t work, but it does if we fix the failregex if we replace it with:
^%(__prefix_line)s(?:auth|auth-worker\(\d+\)): (?:pam|passwd-file)\(\S+,<HOST>\): unknown user( \(given password: \S*\))?\s*$
with this new expression, it works with and without verbosity
And regarding postfix, to make it work correctly I “backported” some pieces from newest failregex:
/etc/fail2ban/postfixr-rbl.conf:
^%(__prefix_line)sNOQUEUE: reject: RCPT from \S+\[<HOST>\]: [45]54 [45]\.7\.1 Service unavailable; Client host \[\S+\] blocked using .* from=<\S*> to=<\S+> proto=ESMTP helo=<\S*>$
/etc/fail2ban/postfix.conf: (second failregex)
^%(__prefix_line)sNOQUEUE: reject: RCPT from \S+\[<HOST>\]: 45[04] 4\.7\.1 Client host rejected: cannot find your (reverse )?hostname, (\[\S*\]); from=<\S*> to=<\S+> proto=ESMTP helo=<\S*>$
I can create a patch if you want. Note that I haven’t tested all filters, some others may also need some rework
Additional info: * fail2ban-0.9.6-2.hyperbola3
|
|
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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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
|
|
Packages | Stable | Bug Report | Very Low | Low | Mupen64plus acts buggy | Unconfirmed | |
Task Description
the screen moves back and forth from left to right randomly, no matter what I do, any games any adapters do not work.
I wanted to have some fun with some old games...
Has anyone used mupen64plus successfully on hyperbola 0.2? I cannot get it to work without being completely confusing for the reasons I have mentioned and also, the glaring of the screen. Which only happens with mupen64plus...
|
|
Packages | Any | Implementation Request | Medium | Low | Scid vs. PC – PGN Reader/ChessBase | Unconfirmed | |
Task Description
http://scidvspc.sourceforge.net/
|
|
Packages | Any | Implementation Request | Medium | Low | Stockfish Chess Engine | Unconfirmed | |
Task Description
«Unlike most chess engines, Stockfish is open source (GPL license). That means you can read the code, modify it, contribute back, and even use it in your own projects.» I do not know if it is libre. If it is, together with Scid, Hyperbola is one step closer for every chess lover out there who also loves freedom! https://stockfishchess.org/
|
|
Packages | Any | Implementation Request | Very Low | Low | [powerpill] add package | Unconfirmed | |
Task Description
Hello,
Could it be possible to add this package :
powerpill
“Pacman wrapper for faster downloads.”
https://aur.archlinux.org/packages/powerpill/
https://xyne.archlinux.ca/projects/powerpill
License : GPL
Thanks
|