Packages

Category Task Type Priority Severity  asc Summary Status Progress
AnyFeature RequestVery LowVery Low Dreamchess package wanted Closed
100%
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.

StableBug ReportVery LowVery Low Gajim "Unable to run gpg - it may not be available"  Closed
100%
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.

AnyBackport RequestVery LowVery Low Icetray for Iceape-uxp Closed
100%
Task Description

This already works for it, but I just thought I would request it to be put in.

TestingBug ReportVery LowVery Low [Hyperbola GNU/Linux-libre 0.4] [wine-stable] doesn't r ...Closed
100%
Task Description

The title says that above if without having required library dependencies for most of them under 32-bit.

StableBug ReportVery LowVery Low[fail2ban] update dovecot failregex to support verbose ...Unconfirmed
0%
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

AnyBug ReportVery LowVery Low [ntfs-3g] ldconfig: File [...] is empty, not checked Closed
100%
Task Description

Error detected in ntfs-3g.

ldconfig: File /usr/lib/libntfs-3g.so is empty, not checked.
ldconfig: File /usr/lib/libntfs-3g.so.88 is empty, not checked.
ldconfig: File /usr/lib/libntfs-3g.so.88.0.0 is empty, not checked.
AnyFeature RequestLowVery Low [openrc] services should be added to runlevels through  ...Closed
100%
Task Description

The OpenRC services should be added to runlevels through installing process instead be forced each time when openrc package is upgraded, because some sysadmins need customize them and are useful for Xen environments.

Example:

rc-update
                  ... |
          agetty.tty1 |      default                                 
         agetty.tty10 |      default                                 
         agetty.tty11 |      default                                 
         agetty.tty12 |      default                                 
          agetty.tty2 |      default                                 
          agetty.tty3 |      default                                 
          agetty.tty4 |      default                                 
          agetty.tty5 |      default                                 
          agetty.tty6 |      default                                 
          agetty.tty7 |      default                                 
          agetty.tty8 |      default                                 
          agetty.tty9 |      default                                 
                  ... |
                 swap | boot                                         
                  ... |
rc-update del swap boot
rc-update del agetty.tty{12,11,10,9,8,7,6,5,4,3,2,1}
rc-update add agetty.tty{1,2,3} system # "system" runlevel runs after "default" runlevel
rc-update
                  ... |
          agetty.tty1 |                                        system
         agetty.tty10 |                                        system
         agetty.tty11 |                                        system
         agetty.tty12 |                                              
          agetty.tty2 |                                              
          agetty.tty3 |                                              
          agetty.tty4 |                                              
          agetty.tty5 |                                              
          agetty.tty6 |                                              
          agetty.tty7 |                                              
          agetty.tty8 |                                              
          agetty.tty9 |                                              
                  ... |
pacman -Sy openrc
rc-update
                  ... |
          agetty.tty1 |      default                           system
         agetty.tty10 |      default                           system
         agetty.tty11 |      default                           system
         agetty.tty12 |      default                                 
          agetty.tty2 |      default                                 
          agetty.tty3 |      default                                 
          agetty.tty4 |      default                                 
          agetty.tty5 |      default                                 
          agetty.tty6 |      default                                 
          agetty.tty7 |      default                                 
          agetty.tty8 |      default                                 
          agetty.tty9 |      default                                 
                  ... |
                 swap | boot                                         
                  ... |
StableBug ReportVery LowVery Low[postfix] has different directory permissions than 'fil...Deferred
0%
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

StableBug ReportVery LowVery Low[spamassassin] has different directory permissions than...Deferred
0%
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

AnyFeature RequestVery LowVery Low [ttf-iosevka] add Iosevka font Closed
100%
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

AnyUpdate RequestVery LowVery Low [youtube-viewer] minor fix: function API name Closed
100%
Task Description

Description:

Fixes[0] a small error in the name API function extract.

Replaced name `indivious` to `invidious`

Attached[1] patch update

- [0]:https://github.com/arankaren/youtube-viewer/commit/a464c878579f22c1cf7e5e54897c5ecaf27e333e

- [1]:https://paste.debian.net/plain/1091395

AnyBackport RequestVery LowLow  elogind package Closed
100%
Task Description

Description:
Was wondering if there is any issue in terms of freedom andor privacy for the inclusion of elogind? Feedback will be apreciated Cheers.

this was recently implemented in gentoo.

source:
https://libregit.org/i3_relativism/elogind

references:
https://blogs.gentoo.org/leio/2019/03/26/gnome-3-30/#comment-9555 https://forums.gentoo.org/viewtopic-t-1094796.html

contact gentoo developer for help in implementation:
https://wiki.gentoo.org/wiki/User:Leio/TODO

AnyFreedom IssueVery LowLow Add Lumina Desktop Closed
100%
Task Description

A Desktop Enivronment mostly focused on BSD, but also one that is very lightweight and easily customized. Would love to see this desktop on Hyperbola and later whenever Emulatorman makes it, Hyperbola/GNU/HyperBK

https://github.com/lumina-desktop/lumina/releases

Version is the latest one in above link of stable.

StableImplementation RequestVery LowLow BitWarden, a free & open source password manager Closed
100%
Task Description

Description:
The Bitwarden native desktop application. It seems with Iceweasel-UXP doesn’t have the Add-on available.

Additional info:
* package version(s)
v1.7.0

https://github.com/bitwarden/desktop/releases

AnyFreedom IssueVery LowLow Can 123.hp.com/setup help me to fix HP Printer error co ...Closed
100%
Task Description

You will see this code on the control panel of the printer while you are trying to scan. It might show up when you try to scan some heavy book or documents. There is no need to worry as you can fix it easily by following these simple steps from 123.hp.com/setup:

  • Turn on the printer and wait till it is in an idle state
  • Remove the printer from the power supply and wait for a minute or so
  • Plug the cables back and reconnect the power cord utility to the back part of the printer and switch it on
  • Let it pass through the warm up stage and wait till the light on the printer blinks. This will fix the issue and try putting one sheet at a time in the scanner

If you still face any issue then just visit 123.hp.com/setup and get help instantly from the experts.

AnyFreedom IssueVery LowLow Can You Get cash app Dispute? If the transfer can't be  ...Closed
100%
Task Description

If you have contacted the merchant and are unable to complete the transaction, you may file a dispute. To file a cash app dispute for a credit card transaction, you must select a transaction in the Cash Request. Therefore, select Essential Help and Application Support for Cash. Dispute resolves this transaction. You can visit our website for technical support related to the money app.

https://www.cashapp-customerservice.com/blog/can-i-dispute-a-cash-app-payment/

StableBug ReportVery LowLow Chemical uknown media types Closed
100%
Task Description

I do not know how to solve this. Some of packages is causing this problem. I do not know which one.

Description:

(4/4) Updating the MIME type database...
Unknown media type in type ‘chemical/x-alchemy’ Unknown media type in type ‘chemical/x-cache’ Unknown media type in type ‘chemical/x-cactvs-ascii’ Unknown media type in type ‘chemical/x-cactvs-binary’ Unknown media type in type ‘chemical/x-cactvs-table’ Unknown media type in type ‘chemical/x-cdx’ Unknown media type in type ‘chemical/x-cdxml’ Unknown media type in type ‘chemical/x-chem3d’ Unknown media type in type ‘chemical/x-cif’ Unknown media type in type ‘chemical/x-cml’ Unknown media type in type ‘chemical/x-daylight-smiles’ Unknown media type in type ‘chemical/x-dmol’ Unknown media type in type ‘chemical/x-gamess-input’ Unknown media type in type ‘chemical/x-gamess-output’ Unknown media type in type ‘chemical/x-gaussian-input’ Unknown media type in type ‘chemical/x-gaussian-log’ Unknown media type in type ‘chemical/x-genbank’ Unknown media type in type ‘chemical/x-gulp’ Unknown media type in type ‘chemical/x-hin’ Unknown media type in type ‘chemical/x-inchi’ Unknown media type in type ‘chemical/x-inchi-xml’ Unknown media type in type ‘chemical/x-jcamp-dx’ Unknown media type in type ‘chemical/x-macromodel-input’ Unknown media type in type ‘chemical/x-mdl-molfile’ Unknown media type in type ‘chemical/x-mdl-rdfile’ Unknown media type in type ‘chemical/x-mdl-rxnfile’ Unknown media type in type ‘chemical/x-mdl-sdfile’ Unknown media type in type ‘chemical/x-mdl-tgf’ Unknown media type in type ‘chemical/x-mmcif’ Unknown media type in type ‘chemical/x-mol2’ Unknown media type in type ‘chemical/x-mopac-graph’ Unknown media type in type ‘chemical/x-mopac-input’ Unknown media type in type ‘chemical/x-mopac-out’ Unknown media type in type ‘chemical/x-msi-car’ Unknown media type in type ‘chemical/x-msi-hessian’ Unknown media type in type ‘chemical/x-msi-mdf’ Unknown media type in type ‘chemical/x-msi-msi’ Unknown media type in type ‘chemical/x-ncbi-asn1’ Unknown media type in type ‘chemical/x-ncbi-asn1-binary’ Unknown media type in type ‘chemical/x-ncbi-asn1-xml’ Unknown media type in type ‘chemical/x-pdb’ Unknown media type in type ‘chemical/x-shelx’ Unknown media type in type ‘chemical/x-vmd’ Unknown media type in type ‘chemical/x-xyz’ Unknown media type in type ‘all/all’ Unknown media type in type ‘all/allfiles’

AnyFreedom IssueVery LowLow Dial helpline number to find solutions of cash app card ...Closed
100%
Task Description

Seeing the cash app card balance is easy and quick. Are you getting an issue in knowing the balance? But, you need to ask your technical queries to the team of professionals for immediate technical guidance. Get a quick fix of every problem with the cash app by connecting with us.

https://www.cashapp-customerservice.com/blog/check-balance-on-cash-app-card/

AnyFreedom IssueVery LowLow Enigmail for Iceape Closed
100%
Task Description

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

AnyFreedom IssueVery LowLow Fix QuickBooks Error 6147 in 5 Tricky Ways Closed
100%
Task Description

I am into a critical accounting situation because I am encountering QuickBooks error 6147. This error code is taking place, while I am attempting to restore a company file backup. I am experiencing this accounting mistake, so I am unable to work on my accounting software. Really, I don’t have actual reasons for it, so I am trying to know about all the causes. I don’t have a clear explanation about this error code. I have taken expert’s help, but all solutions are not useful. Can anyone suggest me the permanent fixes for resolving QuickBooks error 6147?QuickBooks Error 6147

AnyFreedom IssueVery LowLow Fix Your Epson Printer Offline Troubleshooting Closed
100%
Task Description

Epson printer offline is the most common issue users might face. This error basically occurs due to low network, USB cable not connected properly, etc. I am a technician and have received this complaint from various customers. However, I have been tackling such issues from the past many years. This [https://www.epsonprintersupportnumber.com/blog/how-to-bring-an-offline-epson-printer-online/ Epson printer offline problem]] can easily be solved with a few steps. In case, you are also facing this error then you can get in touch with me. Your issue can be resolved instantly. I have high experience in the technical field and have been sorting out the issues of printer customers on a daily basis. If you want the instant fixing solution you can anytime connect with me and convey your printer issue. There is no restricted time and you can contact me anytime, 24*7. All you need to do is share the correct details of your printer model. You will instantly receive the fixing solution.

AnyFreedom IssueVery LowLow Fix Your Epson Printer Offline Troubleshooting Closed
100%
Task Description

Epson printer offline is the most common issue users might face. This error basically occurs due to low network, USB cable not connected properly, etc. I am a technician and have received this complaint from various customers. However, I have been tackling such issues from the past many years. This [https://www.epsonprintersupportnumber.com/blog/how-to-bring-an-offline-epson-printer-online | Epson printer offline problem]] can easily be solved with a few steps. In case, you are also facing this error then you can get in touch with me. Your issue can be resolved instantly. I have high experience in the technical field and have been sorting out the issues of printer customers on a daily basis. If you want the instant fixing solution you can anytime connect with me and convey your printer issue. There is no restricted time and you can contact me anytime, 24*7. All you need to do is share the correct details of your printer model. You will instantly receive the fixing solution.

AnyFreedom IssueVery LowLow Fix interface issue while using elective send cash from ...Closed
100%
Task Description

The association issue can be awkward as the applications are related with the bank. Thusly, if you can’t send cash from Paypal to Cash App in light of the association issue then you can notice a couple of chronicles to find the screw up and sort it out. You have another decision to contact uphold for help.
https://www.cashapp-customerservice.com/blog/send-money-from-paypal-to-cash-app/

StableBug ReportVery LowLow GNOME cannot lock screen while using LightDM Closed
100%
Task Description

Description:
Screen locking does not work in GNOME, either with keyboard shortcuts or from the menu, while using LightDM.

Additional info:
* According to this thread[1] this bug has been patched in Ubuntu. Please consider applying this patch.[2]

Steps to reproduce:
# pacman -S gnome lightdm lightdm-gtk-greeter
# rc-update add lightdm default
Reboot, log in to a GNOME session and attempt to lock screen.

[1] https://www.reddit.com/r/gnome/comments/9klvej/is_there_a_way_to_get_the_screen_to_lock_with/ [2] https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gnome-shell/tree/debian/patches/ubuntu/lightdm-user-switching.patch

AnyFreedom IssueVery LowLow Get Cash app customer service number to resuscitate the ...Closed
100%
Task Description

If there is sincere to make a portion, in any case, you get that your record is closed. Exactly when you see it, it is very abnormal for you. Since it stops your all work. Along these lines, you need to endeavor to restore your record by putting all information. In case you regardless of everything get the same, contact the Cash app customer service number.

https://www.numbers-for-support.com/Cash-app

AnyFreedom IssueVery LowLow How do I Choose The Best SEO Services Provider For My B ...Closed
100%
AnyFreedom IssueVery LowLow How do I resolve outlook cannot connect to server probl ...Closed
100%
AnyFreedom IssueVery LowLow How do I set up Bellsouth email on Outlook? Closed
100%
AnyFreedom IssueVery LowLow How do you unlock Yahoo account without phone number an ...Closed
100%
AnyFreedom IssueVery LowLow How to Connect With coursework help online in USA Exper ...Closed
100%
AnyFreedom IssueVery LowLow How to Connect With coursework help online in USA Exper ...Closed
100%
AnyFreedom IssueVery LowLow How to resolve QuickBooks Error 15241 Closed
100%
AnyFreedom IssueVery LowLow Instead of shortcut for solution go to assignment help  ...Closed
100%
AnyFreedom IssueVery LowLow Juniper Networks Certified Expert Security Closed
100%
StableBug ReportVery LowLow Mupen64plus acts buggy Closed
100%
AnyImplementation RequestMediumLow Scid vs. PC – PGN Reader/ChessBase Closed
100%
AnyBackport RequestVery LowLow Self Destructing Cookies for Iceape Closed
100%
AnyFreedom IssueVery LowLow Ssleuth for Iceape Closed
100%
AnyImplementation RequestMediumLow Stockfish Chess Engine Closed
100%
AnyBackport RequestVery LowLow Ublock Origin for Iceape Closed
100%
AnyFreedom IssueVery LowLow Ublock origin continous support Closed
100%
AnyFreedom IssueVery LowLow Vague terminology "open source" in description of packa ...Closed
100%
AnyFreedom IssueVery LowLow What Can A Pain Clinic Offer? Closed
100%
AnyFreedom IssueVery LowLow What are the easy tips to setup yahoo mail in outlook? Closed
100%
AnyFreedom IssueVery LowLow Where To Go If Cash App Refund Problems Take Place? Closed
100%
AnyBug ReportVery LowLow Xenocara xbacklight bug Closed
100%
AnyImplementation RequestVery LowLow [3proxy] add package since it's useful for tor on ftp p ...Closed
100%
AnyFeature RequestMediumLow [Hyperbola GNU/Linux 0.4] Reactivate ALSA for all UXP-a ...Closed
100%
AnyFreedom IssueVery LowLow [Hyperbola GNU/Linux-libre 0.4] No login after installa ...Closed
100%
AnyBug ReportVery LowLow [Hyperbola GNU/Linux-libre 0.4] Testing Lumina - lumina ...Closed
100%
Showing tasks 1 - 50 of 1517 Page 1 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing