Packages

Category Task Type Priority Severity Summary Status Progress  desc
AnyBug ReportVery LowHigh [blueman] org.freedesktop.DBus.Error.NameHasNoOwner Closed
100%
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

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

AnyBug ReportVery LowHigh error: extract: not overwriting dir with file /usr/loca ...Closed
100%
Task Description

Description:

after upgrade there are errors that shall not be there. I cannot know why.

admin-> upgrade-hyperbola
:: Synchronizing package databases...
 core                             186.6 KiB   283K/s 00:01 [###############################] 100%
 extra                           1918.8 KiB   259K/s 00:07 [###############################] 100%
 community                          4.1 MiB   217K/s 00:19 [###############################] 100%
 DEB_Arch_Extra                     4.2 KiB  0.00B/s 00:00 [###############################] 100%
 DEB_Arch_Extra.sig               280.0   B  0.00B/s 00:00 [###############################] 100%
:: Starting full system upgrade...
warning: elinks: local (0.13-18) is newer than community (0.12pre6-1.hyperbola1)
resolving dependencies...
looking for conflicting packages...

Packages (5) filesystem-2017.03-2.hyperbola10.4  icedove-uxp-52.9.20181107-1
             iceweasel-uxp-52.9.20181107-1  licenses-20140629-2.hyperbola3
             pacman-mirrorlist-20181031-1.hyperbola1.1

Total Download Size:    79.91 MiB
Total Installed Size:  226.65 MiB
Net Upgrade Size:        0.26 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 filesystem-2017.03-2.hyperb...    13.0 KiB  0.00B/s 00:00 [###############################] 100%
 licenses-20140629-2.hyperbo...    68.4 KiB   171K/s 00:00 [###############################] 100%
 pacman-mirrorlist-20181031-...     5.6 KiB  0.00B/s 00:00 [###############################] 100%
 icedove-uxp-52.9.20181107-1...    37.6 MiB   403K/s 00:06 [############################---]  93     icedove-uxp-52.9.20181107-1...    37.9 MiB   41-----------------------------]      iceweasel-uxp-52.9.20181107...     3.8 MiB   867K/s 00:42 [##-----------------------------]       iceweasel-uxp-52.9.20181107...     3.8 MiB   600K/s 01:01 [##-----------------------------      iceweasel-uxp-52.9.20181107...     4.0 MiB   773K/s 00:47 [###----------------------------]    iceweasel-uxp-52.9.20181107...     4.1 MiB   702K/s 00:51 [###----------------------------]   iceweasel-uxp-52.9.20181107...    39.8 MiB   212K/s 03:12 [###############################] 100%
(5/5) checking keys in keyring                             [###############################] 100%
(5/5) checking package integrity                           [###############################] 100%
(5/5) loading package files                                [###############################] 100%
(5/5) checking for file conflicts                          [###############################] 100%
(5/5) checking available disk space                        [###############################] 100%
:: Processing package changes...
(1/5) upgrading filesystem                                 [###############################] 100%
error: extract: not overwriting dir with file /usr/local/share/man
error: problem occurred while upgrading filesystem
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded.
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

StableReplace RequestVery LowLow [avideo] Replace with youtube-dl Closed
100%
Task Description

What do you think ? Avideo is not updated anymore, can’t we use regular youtube-dl instead as RMS himself say :

“youtube-dl is okay to be in the Directory because it does not actually execute nonfree JS as we first suspected.”

Source : https://directory.fsf.org/wiki/Youtube-dl Also : https://github.com/fent/node-ytdl-core/issues/222

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.

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.

AnyFreedom IssueVery LowLow flatpak doesn't work/Docker doesn't work Closed
100%
Task Description

without, flathub. But flathub requires qt5, version 5.9

And the part of docker that works, is also gone. This may be easier to fix.

I need one of those two to work. That’s all.

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/

AnyPrivacy IssueVery LowLow [purple-plugin-pack] Provides Napster support which is  ...Closed
100%
Task Description

purple-plugin-pack provides access to Napster which is only useful with a single company and sever (as far as I could tell).

AnyImplementation RequestVery LowLow addon request Closed
100%
Task Description

sslsleuth

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

AnyFeature RequestVery LowLow [newsboat] Package Request Closed
100%
Task Description

Description: Newsboat is an ncursers RSS/Atom feedreader. RSS and Atom are a number of widely-used XML formats to transmit, publish and syndicate articles, for example news or blog articles. Newsboat is designed to be used on text terminals on Unix or Unix-like systems such as GNU/Linux, FreeBSD or macOS.

Newsboat is a fork of Newsbeuter. The only difference is that Newsboat is actively maintained while Newsbeuter isn’t.

Additional info: Official Website: https://newsboat.org/

License(s): custom: MIT

Version: newsboat 2.13-1
https://www.archlinux.org/packages/community/x86_64/newsboat/

Reason of Request Less bloat than Liferea and easy to maintenance. Sites news are more ethical and decentralized than read the “news” on centralized Social Networks (Bubbles).
https://en.wikipedia.org/wiki/Social_media_bubble

AnyBug ReportVery LowHigh tp_smapi not working with most recent libre kerne; Closed
100%
Task Description

Description:

Additional info:
* package version(s)
* config and/or log files etc.

Steps to reproduce:

AnyImplementation RequestVery LowLow [vidcutter] add package Closed
100%
Task Description

Could it be possible to add :

vidcutter

“A modern, simple to use, constantly evolving and hella fast MEDIA CUTTER + JOINER w/ frame-accurate SmartCut technology + Qt5, libmpv, FFmpeg and MediaInfo powering the backend.”

License : GPL3

https://aur.archlinux.org/packages/vidcutter/

https://vidcutter.ozmartians.com/

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%
Task Description

greasemonkey-3.31.4 version desired. I would love to see it implemented for Iceape

AnyImplementation RequestVery LowMedium Privacy Settings for Iceape Closed
100%
Task Description

This addon works for any firefox based browser but not seamonkey based or this.

I wondered if you could implement the iceweasel one for Iceape.

AnyFreedom IssueVery LowLow Ssleuth for Iceape Closed
100%
Task Description

5.4 version desired, it would be nice to still see the ciphers in Iceape.

AnyBackport RequestVery LowLow Self Destructing Cookies for Iceape Closed
100%
Task Description

I would like this to be available for Iceape as well V4.13

AnyBackport RequestVery LowMedium No Resource Url Leak for Iceape Closed
100%
Task Description

1.2.4 version would be nice for Iceape.

AnyFreedom IssueVery LowLow Enigmail for Iceape Closed
100%
Task Description

this would be appreciated greatly, although I am in no hurry.

AnyFreedom IssueVery LowMedium [mongodb] needs OpenRC init script Closed
100%
Task Description

Description:
needs OpenRC init script

Additional info:
* mongodb-3.4.3-1

StableBug ReportVery LowHigh problems with kdenetwork-kopete and kaccounts-intergrat ...Closed
100%
Task Description

Description:

1) kaccounts-integration: Option to add NextCloud/OwnCloud accounts in ‘Online Accounts’ section of System Settings not appearing.

3) kdenetwork-kopete: Clicking to add an Jabber Account opens a dialog with no fields to enter information.

Additional info:
* package version(s)
kaccounts-integration 17.04.0-1
kdenetwork-kopete 17.04.0-3.hyperbola1

* config and/or log files etc.
N/A

Steps to reproduce:

Happens all the time. Both re-installing and re-booting/re-starting did not fix the problem.

AnyBug ReportLowHigh [kaccounts-integration] option to add NextCloud/OwnClou ...Closed
100%
Task Description

Description:

  • Option to add NextCloud/OwnCloud accounts in ‘Online Accounts’ section of System Settings not appearing.

Additional info:
* package version(s)

  • 17.04.0-1

* config and/or log files etc.

  • N/A

Steps to reproduce:

  • Run application
  • Go to ‘Online Accounts’ section of System Settings
AnyBug ReportLowHigh [kdenetwork-kopete] clicking to add an Jabber Account o ...Closed
100%
StableBug ReportVery LowLow GNOME cannot lock screen while using LightDM 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%
AnyImplementation RequestVery LowMedium [midori] please re-add new releases Closed
100%
AnyBug ReportVery LowLow marble-qt: doesn't look like a valid Marble plugin: "/ ...Closed
100%
AnyFeature RequestVery LowLow ready PKGBUILDs modified for Hyperbola + openRC init sc ...Closed
100%
AnyImplementation RequestVery LowLow [qarte] add package Closed
100%
AnyFeature RequestVery LowLow add package powerkit Closed
100%
AnyImplementation RequestVery LowMedium Request for automating Debian package creation Closed
100%
AnyBug ReportVery LowHigh mach package command crashes and fails to build the pac ...Closed
100%
AnyBug ReportVery LowLow [openssl-1.0] Newer version required for plowshare MEGA ...Closed
100%
AnyBug ReportVery LowMedium [ rtkit ] contains systemd unit files Closed
100%
StableFreedom IssueVery LowHigh GNU Privacy Assistant (GPA) Closed
100%
AnyFeature RequestVery LowMedium [minidlna] remove systemd file and add openrc support Closed
100%
AnyImplementation RequestVery LowLow add yacy support for iceweasel-XP Closed
100%
AnyBug ReportVery LowHigh groff: package not built with URW fonts properly or suc ...Closed
100%
AnyImplementation RequestVery LowMedium [nnn] package request Closed
100%
StableBug ReportVery LowMedium [arm-unknown-linux-gnueabi-gcc] not working; needs prop ...Closed
100%
AnyFreedom IssueVery LowLow [arm-unknown-linux-gnueabi-gcc] not working; needs prop ...Closed
100%
AnyImplementation RequestVery LowMedium Support of MPTCP (Multipath TCP) on Hyperbola Closed
100%
TestingReplace RequestVery LowMedium  replace request: NetworkManager with wpa_cute Closed
100%
AnyImplementation RequestVery LowHigh Add MPTCP (MultiPath TCP) to Hyperbola Closed
100%
AnyBug ReportVery LowCritical [msmtp] needs libressl Closed
100%
TestingBug ReportVery LowCritical [msmtp] needs libressl Closed
100%
Showing tasks 1401 - 1450 of 1517 Page 29 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing