Packages

Category Task Type Priority Severity  desc Summary Status Progress
AnyImplementation RequestVery HighMedium [coturn] add new package Closed
100%
Task Description

Description:

  • add new package

Additional info:

Steps to reproduce:

  • none
AnyImplementation RequestVery HighMedium [mediagoblin] add GNU MediaGoblin package Closed
100%
Task Description

Description:

  • add GNU MediaGoblin package

Additional info:

  • none

Steps to reproduce:

  • none
AnyBug ReportVery LowMedium [ffmpegthumbnailer] missing support for some media form ...Closed
100%
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).

AnyBug ReportMediumMedium [iceweasel-uxp] animated webp files stop playing after  ...Closed
100%
Task Description

I converted a gif file to webp using gif2webp. The file plays back using vwebp but stops playing back after a few seconds when run in Iceweasel-UXP.

Here is a file you can test (made from Sintel):
https://coinsh.red/p/sintel.webp

AnyImplementation RequestVery LowMedium [foxtrotgps] please add package to repos Closed
100%
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.

AnyImplementation RequestVery LowMedium [peertube] Add new Package Closed
100%
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

AnyFeature RequestVery LowMedium [slim-themes] please add hyperbola branded variant Closed
100%
Task Description

slim-themes seems to be considered free according to Parabola - they have an issue with arch branding (slim-themes::::[branding][FIXME: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/

AnyFeature RequestDeferMedium [aqemu] libertybsd is missing from installation list Closed
100%
Task Description

aqemu only lists GNU/Linux and GNU/Hurd. Since LibertyBSD is also free it should also be added.

StableBackport RequestVery LowMedium Request for addon used by Iceweasel-UXP: uMatrix Closed
100%
Task Description

Hello, would it be possible to have the addon uMatrix ported to be used within the UXP-platform? The addon is complete open and can be found here https://github.com/gorhill/uMatrix

I’ve tried to install different versions and it seems to be incompatible with the concurrent version of Iceweasel-UXP from the repositoy.

AnyUpdate RequestVery LowMedium Update addon random agent spoofer Closed
100%
Task Description

The useragents in random agent spoofer are detected as old apart from, firefox 60 for win7 and win10.*

I recommend focusing on the ones most people still use of each os type and scrapping the rest.

aka, for each section, such as winbugs, mac, gnu/linux... unix, android, etc...

Keep the most used ones, and update them often.

I only suggest this, because it is less work for your team.

*Of all the firefox ones, those are the only ones that work...

AnyBug ReportMediumMedium [iceweasel-uxp] the option to choose languages for disp ...Closed
100%
Task Description

Description:

For a strange reason, the option to choose languages for displaying pages is missing in Iceweasel-UXP [0] while is available in Firefox 55 version and bellow. [1] [2]

Seems preferences were backported from Firefox 56 version or later because that option was removed in those versions. [3]

It affects websites such as https://my.virtualhosts.de/ that requires set it from browser.

Additional info:
* package version(s)

  • 52.9.20180905-2

* config and/or log files etc.

Steps to reproduce:

AnyFeature RequestVery LowMedium Add Trinity Desktop Closed
100%
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.

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

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

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

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

AnyImplementation RequestVery LowMedium [pagamigo] please package this Python script for PayPal ...Closed
100%
Task Description

This Python script enables users to use PayPal without proprietary JavaScript. The package requires newer Python modules than those provided by Hyperbola.

requests>=2.18.1
lxml>=4.2.3
cssselect>=1.0.3

The source code can be found here, licensed under the GPL.

https://notabug.org/alyssa/pagamigo

Pagamigo was also covered on tech news website soylentnews recently.

https://soylentnews.org/article.pl?sid=18/11/09/0446226

StableBug ReportLowMedium Garbled display with xfce4-terminal (terminfo) Closed
100%
Task Description

A very nasty bug I wasn’t able to find an answer to.
I compiled stuff (buildroot) using menuconfig, the menu display was fine in xfce4-terminal (See screenshot #1)
I restarted the config a few days later with the same command :

$ make menuconfig

and this time the display was messed up (See screenshot #2)

After investigation, I noticed a directory (filled with stuff) have been created in my home folder :

.terminfo

I don’t know why. But anyway, if I delete it, then the display is ok again.
I noticed that if I use good old xterm terminal, then the display is fine even if the .terminfo directory is present. (it uses “xterm” instead of xterm-256color)

But, with xfce4-terminal (and others, I tried with gnome-terminal, sakura..), the display is messed up if the .terminfo directory is present in my home folder.

I also noticed that if I run the command in a screen session, the issue is not present.

(I open xfce4-terminal)

$ screen
$ printenv TERM
screen.xterm-256color
$ make menuconfig (or htop, or other program using ncurses)

= display ok

but with default :

(I open xfce4-terminal)

$ printenv TERM
xterm-256color
make menuconfig (or htop, or other program using ncurses)

= display messed up if .terminfo directory is present

So I have no idea why this .terminfo directory is generated. What could trigger its generation ? Is that an issue with ncurses or something else ?

Thanks for your help

StableUpdate RequestVery LowMedium [xfe] update package to 1.43.1 Closed
100%
Task Description

In the latest version fixes several minor bugs and search file function issue[1].

[1]: http://roland65.free.fr/xfe/ (see 1.43 and 1.43.1 in the news section)

AnySecurity IssueVery LowMedium [patch] CVE-2018-6951 - NULL pointer DoS Closed
100%
Task Description

An issue was discovered in GNU patch through 2.7.6. There is a segmentation fault, associated with a NULL pointer dereference, leading to a denial of service in the intuit_diff_type function in pch.c, aka a “mangled rename” issue.

https://security-tracker.debian.org/tracker/CVE-2018-6951

StableImplementation RequestMediumMedium [materia-theme] add package Closed
100%
Task Description

A Material-like flat theme for GTK+ 2/3, and GNOME shell, released under a GNU General Public Licence (GNU GPL) 2 and later.

AnyBug ReportMediumMedium [hypervideo] remove "please report this issue" when hyp ...Closed
100%
Task Description

Description:

YouTube’s DRM has prevented this software from obtaining the video URL, please report this issue on https://issues.hyperbola.info/

The error is intentional when hypervideo fail to download DRM videos, so the specific part that says “please report this issue on https://issues.hyperbola.info/ should be removed in the next version.

Additional info:
* package version(s)

  • 1.0.2-1

* config and/or log files etc.

Steps to reproduce:

  • Download YouTube’s DRM videos
AnyBug ReportMediumMedium [linux-libre-lts] enable CONFIG_USER_NS Closed
100%
Task Description

Currently it’s not possible to enable “noroot” in firejail due to missing CONFIG_USER_NS in the kernel. This is a bug also in Arch.
https://github.com/netblue30/firejail/issues/1069

AnySecurity IssueVery LowMedium [qemu] Multiple CVE Closed
100%
Task Description

CVE-2018-20123 QEMU: pvrdma: memory leakage in device hotplug
https://www.openwall.com/lists/oss-security/2018/12/13/4

CVE-2018-16872 Qemu: usb-mtp: path traversal by host filesystem
manipulation in Media Transfer Protocol (MTP)
https://www.openwall.com/lists/oss-security/2018/12/13/11

Patches included at above URLs.

AnyImplementation RequestVery LowMedium [purple-matrix] Please add package Closed
100%
Task Description

Package is a libpurple plugin for the Matrix protocol which is consistent with Hyperbola’s social contract as Matrix is a federated protocol.

Source code can be found here licensed under GPLv2:

https://github.com/matrix-org/purple-matrix

PKGBUILD for git version is available here (last stable release is from two years ago so git version is probably the best version to use):

https://aur.archlinux.org/packages/purple-matrix-git/

AnyBug ReportVery LowMedium addons compatible with seamonkey don't work with iceape ...Closed
100%
Task Description

Noscript, No Resource url leak, Random Agent Spoofer, Ublock Origin

Interestingly enough, HTTPS Always works with iceape-uxp and privacy settings and greasemonkey don’t work with either...

But I would like all of the above to work with iceape-uxp

AnyImplementation RequestVery LowMedium [i3-gaps] Add new package Closed
100%
Task Description

Description: i3-gaps is a fork of i3 that properly implements gaps.

Additional info:
It is implemented in the AUR https://www.archlinux.org/packages/community/x86_64/i3-gaps/ and it’s source is available on github: https://github.com/Airblader/i3

AnyBackport RequestVery LowMedium Random Agent Spoofer for Iceape Closed
100%
Task Description

random_agent_spoofer-0.9.5.8.4-fx.xpi is the version I desire, can you implement it?

AnyBackport RequestVery LowMedium Greasemonkey For Iceape Closed
100%
AnyImplementation RequestVery LowMedium Privacy Settings for Iceape Closed
100%
AnyBackport RequestVery LowMedium No Resource Url Leak for Iceape Closed
100%
AnyFreedom IssueVery LowMedium [mongodb] needs OpenRC init script Closed
100%
TestingImplementation RequestMediumMedium linux-libre-lts-hypersec: New package with extra securi ...Closed
100%
StableBug ReportVery LowMedium Mouse curse become invisible from beginning in kde5 pla ...Closed
100%
StableReplace RequestVery LowMedium Package ossp has got systemd dependencies Closed
100%
AnyUpdate RequestVery LowMedium [grafx2] update package to 2.6 Closed
100%
AnyImplementation RequestVery LowMedium [midori] please re-add new releases Closed
100%
AnyPrivacy IssueVery LowMedium [certbot-dns-luadns] LuaDNS service depends in non-free ...Closed
100%
StableBug ReportVery LowMedium  [kodi] "The Movie Database" scraper doesn't work Closed
100%
AnyBug ReportVery LowMedium [hypervideo] YouTube no longer works Closed
100%
AnyImplementation RequestVery LowMedium Request for automating Debian package creation Closed
100%
StableUpdate RequestVery LowMedium [cantarell-fonts] update package version to 0.111 Closed
100%
AnyReplace RequestMediumMedium [hypervideo] stop the development of Hypervideo Closed
100%
AnyImplementation RequestVery LowMedium [epson-inkjet-printer-escpr] package request Closed
100%
AnyBug ReportMediumMedium [adwaita-icon-theme] error when installing package Closed
100%
AnyFeature RequestVery LowMedium Add Draco Desktop Closed
100%
AnyBug ReportVery LowMedium [ rtkit ] contains systemd unit files Closed
100%
AnyFeature RequestVery LowMedium [minidlna] remove systemd file and add openrc support Closed
100%
TestingBug ReportMediumMedium [ntop] useradd: the group "ntop" does not exist Closed
100%
AnyUpdate RequestVery LowMedium [minetest] update package version to 5.0.1 Closed
100%
TestingBug ReportMediumMedium [ardour] require re-build Closed
100%
AnyBug ReportVery LowMedium [hypervideo] YouTube downloads do not extract correct f ...Closed
100%
AnyBug ReportVery LowMedium [clamtk] Gtk-WARNING **: Impossible to find the theme e ...Closed
100%
Showing tasks 1001 - 1050 of 1517 Page 21 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing