|
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 | 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
|
|
Software Development | Iceweasel-UXP | Backport Request | Very Low | Very Low | Request browser add-on: FireGestures | Unconfirmed | |
Task Description
Name: FireGestures Version: 1.11.1 (compatible Firefox version 52) Source code: Github Description: A customizable mouse gestures extension which enables to execute various commands and user scripts with six types of gestures.
https://github.com/gomita/firegestures/
https://addons.mozilla.org/en-US/firefox/addon/firegestures/
|
|
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 | 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 | 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 | Any | Bug Report | Very Low | Low | marble-qt: doesn't look like a valid Marble plugin: "/... | Unconfirmed | |
Task Description
Description:
$ marble-qt –latlone=0.5,6.5 Ignoring to load the following file since it doesn’t look like a valid Marble plugin: “/usr/lib/marble/plugins/libWlocatePositionProviderPlugin.so” Reason: “Cannot load library /usr/lib/marble/plugins/libWlocatePositionProviderPlugin.so: (libwlocate.so: cannot open shared object file: No such file or directory)”
When package libwlocate is installed, it is not showing this error.
Shall that package be dependency?
|
|
Packages | Any | Bug Report | Very Low | Low | lightdm/lxdm bug | Unconfirmed | |
Task Description
It appears when I plug in my libreboot laptop x200 in, it appears to dim the screen and when its unplugged, the screen is bright again. Something peculiar is at work, I wondered if this could be fixed.
My assumption is it is related to lxdm or lightdm. Any thoughts?
I am currently using 0.4, so I don’t expect this to be a fast process, just when you get a chance okay?
|
|
Services | PunBB Issue | Bug Report | Very Low | Low | hyperbola forum smtp error and profile update | Unconfirmed | |
Task Description
here i will report 2 issues and one change to make issues: 1- there is a failed smtp error with post and reply 2- in the forum profile one cant add website with .xyz domain name
the change: 1- with pgp key one would add a short key link just like what was mentioned in here: https://forums.hyperbola.info/viewtopic.php?pid=2639#p2639
|
|
Services | General | Feature Request | Very Low | Low | hyperbola branding - add guidelines to packages | Unconfirmed | |
Task Description
I could not find any regarding using arch or other branded themes. Parabola apparently rebrands some stuff in their libre repository, eg. they have their own parabola-themes-slim package for slim based themes.
https://issues.hyperbola.info/index.php?do=details&task_id=1213&opened=24&status[0]=
|
|
Packages | Any | Feature Request | Very Low | Low | add package powerkit | Unconfirmed | |
Task Description
https://github.com/rodlie/powerkit/releases
Version 1.0 requested
When you add Lumina desktop, add this package for sure. Although it is compatible with other desktops too. So it would be good to add it regardless.
|
|
Packages | Any | Freedom Issue | Medium | Low | [zynaddsubfx] vague terminology "Open Source" in descri... | Deferred | |
Task Description
This package contains vague terminology “Open Source”:
community/zynaddsubfx 3.0.1-1
Opensource software synthesizer capable of making a countless number of instruments.
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
Free software synthesizer capable of making a countless number of instruments.
|
|
Packages | Any | Bug Report | Very Low | Low | [zathura-pdf-poppler] unable to process apostrophes di... | Researching | |
Task Description
Description: Something is wrong with the latest version packaged in Hyperbola. zathura-pdf-poppler is unable to process apostrophes displayed in pdf bookmarks.
Steps to reproduce: Open any pdf file which has a summary included, then hit `Tab` to display the summary. Instead of apostrophes, zathura-pdf-poppler displays html entities while the output of zathura-pdf-mupdf is correct.
|
|
Packages | Any | Freedom Issue | Very Low | Low | [xwax]: using kernel name when referring to operating s... | Unconfirmed | |
Task Description
Description:
community/xwax 1.6-1
Open-source vinyl emulation software for Linux.
See: https://www.gnu.org/philosophy/words-to-avoid.html#Linux
|
|
Packages | Any | Freedom Issue | Medium | Low | [xwax] vague terminology "Open Source" and "Linux" in d... | Deferred | |
Task Description
This package contains vague terminology “Open Source” and “Linux”:
community/xwax 1.6-1
Open-source vinyl emulation software for Linux.
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source” and “Linux” as operating system, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
https://www.gnu.org/philosophy/words-to-avoid.html#Linux
It would be good example to set to have proper description of packages without using “Open Source” and “Linux” as operating system.
eg.
Free-software vinyl emulation software for GNU/Linux.
|
|
Packages | Any | Freedom Issue | Medium | Low | [xvidcore] vague terminology "Open Source" in descripti... | Deferred | |
Task Description
This package contains vague terminology “Open Source”:
extra/xvidcore 1.3.4-1 [installed]
XviD is an open source MPEG-4 video codec
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
XviD is a free software MPEG-4 video codec
|
|
Packages | Any | Freedom Issue | Medium | Low | [xsd] vague terminology "Open Source" in description of... | Deferred | |
Task Description
This package contains vague terminology “Open Source”:
extra/xsd 4.0.0-2
An open-source, cross-platform W3C XML Schema to C++ data binding compiler
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
A free-software, cross-platform W3C XML Schema to C++ data binding compiler
|
|
Packages | Any | Freedom Issue | Very Low | Low | [xorg-xev]: mentioning "content" in descriptions | Unconfirmed | |
Task Description
Description:
extra/xorg-xev 1.2.2-1 (xorg-apps xorg)
Print contents of X events
Description is vague because of the word “content”. Why not say “X events information”. At least description shall be changed which is very public. For man page I am not sure.
See: https://www.gnu.org/philosophy/words-to-avoid.html#Content
|
|
Packages | Stable | Implementation Request | Very Low | Low | [xfe] Add Opus audio file type support | Unconfirmed | |
Task Description
A format is not known or recognized in the original code base. To add a string into at the audio section in xferc.in:
opus = "<audioplayer>,<audioplayer>,audacity;Opus Audio;mp3_32x32.png;mp3_16x16.png;;"
|
|
Packages | Any | Implementation Request | Very Low | Low | [xfce4-alsa-plugin] add package | Unconfirmed | |
Task Description
Please add xfce4-alsa-plugin (to get rid of pulseaudio plugin on xfce)
License: GPL3
https://aur.archlinux.org/packages/xfce4-alsa-plugin/ https://github.com/equeim/xfce4-alsa-plugin
|
|
Packages | Any | Freedom Issue | Medium | Low | [xapian-core] vague terminology "Open Source" in descri... | Deferred | |
Task Description
This package contains vague terminology “Open Source”:
extra/xapian-core 1:1.4.2-1
Open source search engine library.
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
Free software search engine library.
|
|
Packages | Any | Freedom Issue | Medium | Low | [x265] vague terminology "Open Source" in description o... | Deferred | |
Task Description
This package contains vague terminology “Open Source”:
extra/x265 2.4-1
Open Source H265/HEVC video encoder
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
Free Software H265/HEVC video encoder
|
|
Packages | Any | Freedom Issue | Very Low | Low | [wxcam]: using kernel name when referring to operating ... | Unconfirmed | |
Task Description
Description:
community/wxcam 1.1-9
Webcam application for linux
See: https://www.gnu.org/philosophy/words-to-avoid.html#Linux
|
|
Packages | Any | Freedom Issue | Very Low | Low | [wireshark-qt]: using kernel name when referring to ope... | Unconfirmed | |
Task Description
Description:
community/wireshark-qt 2.2.6-1
a free network protocol analyzer for Unix/Linux and Windows - Qt frontend
See: https://www.gnu.org/philosophy/words-to-avoid.html#Linux
|
|
Packages | Any | Freedom Issue | Very Low | Low | [wireshark-gtk]: using kernel name when referring to op... | Unconfirmed | |
Task Description
Description:
community/wireshark-gtk 2.2.6-1
a free network protocol analyzer for Unix/Linux and Windows - GTK frontend
See: https://www.gnu.org/philosophy/words-to-avoid.html#Linux
Please remove references to proprietary software.
|
|
Packages | Any | Freedom Issue | Very Low | Low | [wireshark-cli]: using kernel name when referring to op... | Unconfirmed | |
Task Description
Description:
community/wireshark-cli 2.2.6-1
a free network protocol analyzer for Unix/Linux and Windows - CLI version
See: https://www.gnu.org/philosophy/words-to-avoid.html#Linux
I would remove Unix and Windows from description as those words steer users towards non-free proprietary software.
|
|
Packages | Any | Freedom Issue | Very Low | Low | [wireshark*] mentions non-free OSes in pacman descripti... | Unconfirmed | |
Task Description
community/wireshark-cli 2.2.6-1
a free network protocol analyzer for Unix/Linux and Windows - CLI version
community/wireshark-common 2.2.6-1
Common files used by wireshark-gtk and wireshark-qt
community/wireshark-gtk 2.2.6-1
a free network protocol analyzer for Unix/Linux and Windows - GTK frontend
community/wireshark-qt 2.2.6-1
a free network protocol analyzer for Unix/Linux and Windows - Qt frontend
It’s better to change to a more neutral description such as “a cross-platform network protocol analyzer - CLI/GTK/Qt version”.
|
|
Packages | Any | Freedom Issue | Medium | Low | [wiredtiger] vague terminology "Open Source" in descrip... | Deferred | |
Task Description
This package contains vague terminology “Open Source”:
community/wiredtiger 2.9.1-1
High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
High performance, scalable, production quality, NoSQL, Free Software extensible platform for data management
|
|
Packages | Any | Freedom Issue | Medium | Low | [wildmidi] vague terminology "Open Source" in descripti... | Deferred | |
Task Description
This package contains vague terminology “Open Source”:
extra/wildmidi 0.4.0-1
Open Source MIDI Synthesizer
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
Free Software MIDI Synthesizer
|
|
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 | [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 | Freedom Issue | Very Low | Low | [webkitgtk]: using "content" in description | Unconfirmed | |
Task Description
Description:
extra/webkitgtk 2.4.11-6.hyperbola1
Legacy Web content engine for GTK+ 3, without geoclue2 support
The description is vague. There is not even need to use “content” here. Web engine should be very clear. “Content” alone does not make sense.
See: https://www.gnu.org/philosophy/words-to-avoid.html#Content
|
|
Packages | Any | Freedom Issue | Very Low | Low | [webkit2gtk]: using "content" in description | Unconfirmed | |
Task Description
Description:
extra/webkit2gtk 2.16.1-3.hyperbola1 [installed]
GTK+ Web content engine library, without geoclue2 support
The description is vague as it is using “content” in description. Why not say “elements” or something more descriptive.
See: https://www.gnu.org/philosophy/words-to-avoid.html#Content
|
|
Packages | Any | Freedom Issue | Medium | Low | [webfs]: vague terminology "Content" in description of ... | Deferred | |
Task Description
Description:
community/webfs 1.21-13
Simple and instant http server for mostly static content.
Description is vague because of the word “content”. Why not simply say “files” instead and be more specific.
Even empty files without data inside can be served.
See: https://www.gnu.org/philosophy/words-to-avoid.html#Content
|
|
Packages | Any | Freedom Issue | Very Low | Low | [warsow-data]: referring to assets in description | Unconfirmed | |
Task Description
Description:
The description of the package need to be changed to accommodate: https://www.gnu.org/philosophy/words-to-avoid.html
To refer to published works as “assets”, or “digital assets”, is even worse than calling them “content” — it presumes they have no value to society except commercial value.
community/warsow-data 2.1.2-1.hyperbola2
Free online multiplayer competitive FPS based on the Qfusion engine (data files), without nonfree assets
|
|
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 | Feature Request | Very Low | Low | [vobsub2srt] please add package | Unconfirmed | |
Task Description
here is the description from the website
https://github.com/ruediger/VobSub2SRT
VobSub2SRT is a simple command line program to convert .idx / .sub subtitles into .srt text subtitles by using OCR. It is based on code from the MPlayer project - a really really great movie player. Some minor parts are copied from ffmpeg/avutil headers. Tesseract is used as OCR software.
vobsub2srt is released under the GPL3+ license. The MPlayer code included is GPL2+ licensed.
The quality of the OCR depends on the text in the subtitles. Currently the code does not use any preprocessing. But I’m currently looking into adding filters and scaling options to improve the OCR. You can correct mistakes in the .srt files with a text editor or a special subtitle editor.
Attached is a working PKGBUILD for the latest stable version.
|
|
Packages | Any | Implementation Request | Very Low | Low | [vidcutter] add package | Unconfirmed | |
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/
|
|
Packages | Any | Freedom Issue | Very Low | Low | [ussp-push]: using kernel name instead of operating sys... | Unconfirmed | |
Task Description
Description:
community/ussp-push 0.11-6
OBEX object pusher for Linux
See: https://www.gnu.org/philosophy/words-to-avoid.html#Linux
|
|
Packages | Any | Bug Report | Low | Low | [usbutils] lsusb does not list device names | In Progress | |
Task Description
Description:
lsusb does not resolve device names from /var/lib/usbutils/usb.ids
The same thing as described here: https://unix.stackexchange.com/questions/220759/lsusb-doesnt-list-device-names
|
|
Packages | Any | Freedom Issue | Very Low | Low | [usb_modeswitch]: using kernel name instead of operatin... | Unconfirmed | |
Task Description
Description:
community/usb_modeswitch 2.5.0-1
Activating switchable USB devices on Linux.
See: https://www.gnu.org/philosophy/words-to-avoid.html#Linux
|
|
Packages | Any | Freedom Issue | Medium | Low | [unrealircd] vague terminology "Open Source" in descrip... | Deferred | |
Task Description
This package contains vague terminology “Open Source”:
community/unrealircd 4.0.11-2
Open Source IRC Server
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
Free Software IRC Server
|
|
Packages | Any | Freedom Issue | Medium | Low | [unixodbc] vague terminology "Open Source" in descripti... | Deferred | |
Task Description
This package contains vague terminology “Open Source”:
extra/unixodbc 2.3.4-2
ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
ODBC is a free specification for providing application developers with a predictable API with which to access Data Sources
|
|
Packages | Any | Freedom Issue | Very Low | Low | [tuxcards]: references to Donationware -- shall be eith... | Unconfirmed | |
Task Description
Description:
Tuxcards is seemingly published under some GPL license, on the splash screen I did not see which one.
The splash screen claims it is Donationware, which is bringing confusion.
Picture: https://gnu.support/images/issues/2018-06-17-21:35:41.png
Reference: https://en.wikipedia.org/wiki/Donationware
So either the splash screen shall be removed, as it is donationware, or author contacted, or package removed as it is unclear if it is free software or donationware. Free software can be sold, and if it is sold, then such software shall not ask for donations again in my opinion.
|
|
Packages | Any | Freedom Issue | Medium | Low | [ttf-overpass] vague terminology "Open Source" in descr... | Deferred | |
Task Description
This package contains vague terminology “Open Source”:
community/ttf-overpass 2.1-2
An open source font family inspired by Highway Gothic esp. suited for signs, lettering and web sites
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
A free software font family inspired by Highway Gothic esp. suited for signs, lettering and web sites
|
|
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 | Freedom Issue | Medium | Low | [topbeat] vague terminology "Open Source" in descriptio... | Deferred | |
Task Description
This package contains vague terminology “Open Source”:
community/topbeat 1.3.1-1
Open source server monitoring agent that stores metrics in Elasticsearch
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
Free software server monitoring agent that stores metrics in Elasticsearch
|
|
Packages | Any | Freedom Issue | Medium | Low | [tomcat8] vague terminology "Open Source" in descriptio... | Deferred | |
Task Description
This package contains vague terminology “Open Source”:
extra/tomcat8 8.0.42-1
Open source implementation of the Java Servlet 3.1 and JavaServer Pages 2.3 technologies
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
Free software implementation of the Java Servlet 3.1 and JavaServer Pages 2.3 technologies
|