|
Any | Bug Report | Medium | Medium | [iceweasel-uxp-l10n] Impossible to remove saved login | Closed | |
Task Description
Previously (with iceweasel), when I was saving a login for a website, I was able to remove it in :
Preferences → Security > Logins > Saved logins
With iceweasel-uxp, when I click on “saved logins”, it opens a box but it is empty, I can’t remove saved login. (They are saved because iceweasel-uxp suggests me to use the saved login for concerned website)
|
|
Any | Bug Report | Medium | Medium | [lxmusic]package needs rebuilding as it fails to run | Closed | |
Task Description
Rebuilt version (using PKGBUILD from Arch) works fine. Same is true for lxmusic-gtk3 (which the PKGBUILD also builds).
https://git.archlinux.org/svntogit/community.git/tree/trunk?h=packages/lxmusic
|
|
Stable | Backport Request | Medium | Medium | [icedove-uxp] Lightning for Icedove-UXP | Closed | |
Task Description
Description: Thanks for the actual release of Icedove in combination with UXP. But for now support for Lightning / Iceowl is missing. Could you please add this package again, either within Icedove-UXP itself or as another addon compatible with UXP?
|
|
Any | Security Issue | Medium | Medium | [openssh] CVE-2018-15919 | Closed | |
Task Description
Remotely observable behavior in auth-gss2.c in OpenSSH through 7.8 could be used by remote attackers to detect existence of users on a target system when GSS2 is in use. NOTE: the discoverer states ‘We understand that the OpenSSH developers do not want to treat such a username enumeration (or “oracle”) as a vulnerability.’ https://security-tracker.debian.org/tracker/CVE-2018-15919
|
|
Stable | Bug Report | Medium | Medium | [udisks2] Impossible to mount ISO or IMG file | Closed | |
Task Description
When I try to mount an ISO file or IMG file (with right-click, “open with disk image mounter” on XFCE4) it fails, the following error message appears :
GDBus.Error.org.freedesktop.UDisks2.Error.Failed: Error opening /dev/loop-control: No such file or directory (udisks-error-quark, 0)
Thanks for your help
|
|
Any | Bug Report | Medium | Medium | [iceweasel-uxp] animated webp files stop playing after ... | Closed | |
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
|
|
Any | Bug Report | Medium | Medium | [iceweasel-uxp] the option to choose languages for disp ... | Closed | |
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)
* config and/or log files etc.
Steps to reproduce:
|
|
Any | Drop Request | Medium | Medium | [gksu] is replaced and has to be deleted from our pacma ... | Closed | |
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/
|
|
Stable | Implementation Request | Medium | Medium | [materia-theme] add package | Closed | |
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.
|
|
Any | Bug Report | Medium | Medium | [hypervideo] remove "please report this issue" when hyp ... | Closed | |
Task Description
Description:
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)
* config and/or log files etc.
Steps to reproduce:
|
|
Any | Bug Report | Medium | Medium | [linux-libre-lts] enable CONFIG_USER_NS | Closed | |
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
|
|
Testing | Implementation Request | Medium | Medium | linux-libre-lts-hypersec: New package with extra securi ... | Closed | |
Task Description
Description: Per a user request and to better secure the kernel, we can embed the cryptsetup and ciphers in the kernel. This would mean rather than exposed modules, they are built-in to the kernel and ready to use even without an intramfs.
To be embedded: ciphers aes, twofish, serpent; sha256, sha512 - and the necessary modules (don’t forget the block modes xts, lvm and cryptsetup …)
Additionally, we could include USB Guard and any other features that meet our social contract and security outlook.
|
|
Any | Replace Request | Medium | Medium | [hypervideo] stop the development of Hypervideo | Closed | |
Task Description
Description:
I used to be under the impression that youtube-dl executes proprietary JavaScript, but I now understand that it only *parses* the JavaScript to find the URL for some videos. It doesn’t actually run the JavaScript, so it’s not a freedom issue.
Youtube-dl only executes regular expressions [0][1][2]
you also remove the files that are just for testing [3][4][5][6][7] and when compiling the program with libretools the test files are not placed[8]
I have consulted with other programmers and we have reached the same conclusion. Youtube-dl does not execute JS non-free, it only extracts the JS to read through python the URL‘s of some videos.[9][10]
The issues that I see with youtube-dl are rather in their form of development because it changes at every moment
Additional info:
- [0]: https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/jsinterp.py#L12
- [1]: https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/jsinterp.py#L132
- [2]: https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/swfinterp.py#L391
- [3]: https://github.com/ytdl-org/youtube-dl/tree/master/test/swftests/
- [4]: https://github.com/ytdl-org/youtube-dl/blob/master/test/test_iqiyi_sdk_interpreter.py
- [5]: https://github.com/ytdl-org/youtube-dl/blob/master/test/test_jsinterp.py
- [6]: https://github.com/ytdl-org/youtube-dl/blob/master/test/test_swfinterp.py
- [7]: https://github.com/ytdl-org/youtube-dl/blob/master/test/test_youtube_signature.py
- [8]:
$ tree -d
.
├── bin
├── lib
│ └── python3.6
│ └── site-packages
│ ├── youtube_dl
│ │ ├── downloader
│ │ │ └── __pycache__
│ │ ├── extractor
│ │ │ └── __pycache__
│ │ ├── postprocessor
│ │ │ └── __pycache__
│ │ └── __pycache__
│ └── youtube_dl-2019.5.11-py3.6.egg-info
└── share
├── bash-completion
│ └── completions
├── doc
│ └── youtube_dl
├── fish
│ └── completions
├── licenses
│ └── youtube-dl
├── man
│ └── man1
└── zsh
└── site-functions
26 directories
- [9]: https://directory.fsf.org/wiki/Youtube-dl - [10]: https://github.com/fent/node-ytdl-core/issues/222
|
|
Any | Bug Report | Medium | Medium | [adwaita-icon-theme] error when installing package | Closed | |
Task Description
Install the base system again in a pc, but when installing some packages there is the error that I describe below. I would ask please correct this problem since you can not install several programs, example: emacs, volumeicon, etc
invalid or corrupted package (PGP signature)). error: adwaita-icon-theme: signature from “scott sradms0@openmailbox.org” is unknown trust :: File /var/cache/pacman/pkg/adwaita-icon-theme-3.24.0-1.hyperbola1-any.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
|
|
Testing | Bug Report | Medium | Medium | [ntop] useradd: the group "ntop" does not exist | Closed | |
Task Description
Description:
During the installation, a group error message is displayed.
Additional info: * package version(s)
$ pacman -Si ntop
Repositorio : community
Nombre : ntop
Versión : 5.0.1-11.hyperbola3
Descripción : A network traffic probe that shows the network usage, with libressl and OpenRC support
Arquitectura : x86_64
URL : https://www.ntop.org/
Licencias : GPL-3
Grupos : Nada
Provee : Nada
Depende de : libevent libpcap gd glibc libxml2 libressl rrdtool pcre geoip lua python2
Dependencias opcionales : Nada
En conflicto con : Nada
Remplaza a : Nada
Tamaño de la descarga : 21,33 MiB
Tamaño de la instalación : 48,51 MiB
Encargado : HyperBuilder
<hyperbuilder@hyperbola.info>
Fecha de creación : mié 27 mar 2019 17:09:11 -05
Validado por : Suma MD5 Suma SHA-256 Firma
* config and/or log files etc.
$ ntop
Thu Jul 18 19:53:19 2019 Initializing gdbm databases
Thu Jul 18 19:53:19 2019 **ERROR** ....open of /var/lib/ntop/prefsCache.db failed: File open error
Thu Jul 18 19:53:19 2019 Possible solution: please use '-P <directory>'
Thu Jul 18 19:53:19 2019 **FATAL_ERROR** GDBM open failed, ntop shutting down...
Thu Jul 18 19:53:19 2019 CLEANUP[t140566150068416]: ntop caught signal 2 [state=2]
Thu Jul 18 19:53:19 2019 ntop is now quitting...
Steps to reproduce:
* Install package in Milky Way v0.3 Testing
|
|
Testing | Bug Report | Medium | Medium | [ardour] require re-build | Closed | |
Task Description
Description:
Ardour require rebuild in v0.3
Additional info:
Repositorio : extra
Nombre : ardour
Versión : 5.8-1
Descripción : Professional-grade digital audio workstation
Arquitectura : x86_64
URL : http://ardour.org/
Licencias : GPL
Grupos : Nada
Provee : Nada
Depende de : liblrdf liblo lilv suil taglib aubio rubberband gtkmm
Dependencias opcionales : xjadeo: video monitoring
harvid: video timeline
En conflicto con : Nada
Remplaza a : Nada
Tamaño de la descarga : 8,31 MiB
Tamaño de la instalación : 38,16 MiB
Encargado : Rashif Rahman (Ray) <schiv@archlinux.org>
Fecha de creación : mié 26 abr 2017 02:45:34 -05
Validado por : Suma MD5 Suma SHA-256 Firma
$ ldd /usr/lib/ardour5/ardour-5.8.0 | grep 'not found'
libardourcp.so => not found
libcanvas.so.0 => not found
libgtkmm2ext.so.0 => not found
libptformat.so.0 => not found
libardour.so.3 => not found
libmidipp.so.4 => not found
libevoral.so.0 => not found
libaudiographer.so.0 => not found
libpbd.so.4 => not found
libtimecode.so => not found
Steps to reproduce:
* Install package in v0.3
|
|
Testing | Bug Report | Medium | Medium | [qtcreator] requires libsystemd.so | Closed | |
Task Description
Description: The currently packaged version of QtCreator is built with SystemD support, and on v0.3 no longer works.
Steps to reproduce:
Cannot load plugin because dependency failed to load: ProjectExplorer(4.2.2) Reason: /usr/lib/qtcreator/plugins/libProjectExplorer.so: Cannot load library /usr/lib/qtcreator/plugins/libProjectExplorer.so: (libsystemd.so.0: cannot open shared object file: No such file or directory)
We need to see if it is possible to build binary without libsystemd.so or remove the package.
|
|
Any | Bug Report | Medium | Medium | [sshfs] Can't mount share from desktop (FUSE2 issue) | Closed | |
Task Description
Since 0.3 release, i’m unable to mount my sshfs share from my desktop.
For reference, my fstab entry :
sshfs#anon@server:/srv/nfs/data /mnt/data fuse noauto,user,_netdev,x-gvfs-show,x-gvfs-name=data 0 0
When I double-click on the desktop icon (xfce), it says : “Impossible to mount data”
But, I’m able to mount the share if I enter the command manually in a terminal as user.
sshfs anon@server:/srv/nfs/data /mnt/data
So, it is not a problem of writing rights on mountpoint /mnt/data I suspect an issue with fuse2 since it is a dependency of sshfs and it is in relation with mounting share from desktop.
|
|
Stable | Bug Report | Medium | Medium | [ipython2] broken | Closed | |
Task Description
ipython2 does not work with Milky Way (it used to work with the previous release):
$ ipython2
Traceback (most recent call last):
File "/usr/bin/ipython2", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3036, in <module>
@_call_aside
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3020, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3049, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 654, in _build_master
ws.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 968, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 854, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pathlib2' distribution was not found and is required by ipython
It is because ipython2 (and also python2-pickleshare) now requires pathlib2 while Milky Way only ships pathlib (python2-pathlib package) which is deprecated upstream over pathlib2 and this package is also orphaned BTW.
python2-pathlib2 is available in Arch: https://www.archlinux.org/packages/community/any/python2-pathlib2/
It builds fine on hyperbola and once installed, ipython2 works fine. As of other packages currently depending on the legacy python2-pathlib, I checked them one by one and:
|
|
Any | Feature Request | Medium | Medium | [aspell-eo] Add new package | Closed | |
Task Description
Description:
Esperanto dictionary for aspell
Additional info: * https://ftp.gnu.org/gnu/aspell/dict/eo/
|
|
Testing | Bug Report | Medium | Medium | [Hyperbola GNU/Linux-libre 0.4] - Package [xscreensaver ... | Closed | |
Task Description
This issue affects on Lumina desktop environment on the current operating system in the testing stage of Milky Way 0.4 on QEMU.
Here’s what happened, I just tried clicking the screen saver on the preferences on the desktop menu–it happens nothing, and then I just tried searching xscreensaver-settings as an executable file on the terminal–unfortunately, it’s nothing there.
Can anyone fix and rebuild it properly?
|
|
Testing | Bug Report | Medium | Medium | [Hyperbola GNU/Linux 0.4] Problems with touch- / trackp ... | Closed | |
Task Description
Description: Not finally tested, only getting the logs from chat within here for better analysis later on. User reported that touchpad is not working for now with Hyperbola GNU/Linux 0.4. dmesg-messagelog:
[anonymous@anonymous ~]$ dmesg | grep pad [ 4.766853] psmouse serio1: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience. [ 4.823723] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xf00123/0×840300/0x2e800/0×0, board id: 3127, fw id: 8526786
|
|
Testing | Bug Report | Medium | Medium | [Hyperbola GNU/Linux 0.4] Problems with ALSA and sndio ... | Closed | |
Task Description
Description: User reporting problems with sndio. A further check with ALSA showed no active device being used. User has HDMI-sound in usage.
|
|
Testing | Bug Report | Medium | Medium | [Hyperbola GNU/Linux-libre 0.4] - Package [android-file ... | Closed | |
Task Description
Application is not starting and needs therefore a rework.
|
|
Any | Bug Report | Medium | Medium | [surf-2.1-1]: Unresolved dependencies | Closed | |
Task Description
Description: Unresolved dependiencies
Additional info: * package version(s)
$ doas pacman -Si surf
Repository : extra
Name : surf
Version : 2.1-1
Description : A simple web browser based on WebKit/GTK+.
Architecture : x86_64
URL : https://surf.suckless.org/
Licenses : Expat
Groups : None
Provides : None
Depends On : webkitgtk gcr xenocara-xprop
Optional Deps : dmenu: URL-bar
ca-certificates: SSL verification
xterm: default download handler
curl: default download handler
Conflicts With : None
Replaces : None
Download Size : 26.06 KiB
Installed Size : 134.00 KiB
Packager : HyperBuilder <hyperbuilder@hyperbola.info>
Build Date : Fri Jul 9 21:49:07 2021
Validated By : MD5 Sum SHA-256 Sum Signature
* config and/or log files etc.
$ doas pacman -S surf
resolving dependencies...
warning: cannot resolve "libfdk-aac", a dependency of "gst-plugins-bad"
warning: cannot resolve "gst-plugins-bad", a dependency of "webkitgtk"
warning: cannot resolve "webkitgtk", a dependency of "surf"
:: The following package cannot be upgraded due to unresolvable dependencies:
surf
:: Do you want to skip the above package for this upgrade? [y/N]
error: failed to prepare transaction (could not satisfy dependencies)
:: gst-plugins-bad: requires libfdk-aac
:: webkitgtk: requires gst-plugins-bad
:: surf: requires webkitgtk
Steps to reproduce:
|
|
Testing | Bug Report | Medium | Medium | [xfontsel] Problem with font handling | Unconfirmed | |
|
|
Any | Freedom Issue | Medium | Medium | [filesystem] Review of permissions | Unconfirmed | |
|
|
Any | Bug Report | Medium | Low | firejail: mpv.profile fails to work | Closed | |
|
|
Any | Feature Request | Medium | Low | [cinnamon] add elogind support | Closed | |
|
|
Any | Implementation Request | Medium | Low | Scid vs. PC – PGN Reader/ChessBase | Closed | |
|
|
Any | Implementation Request | Medium | Low | Stockfish Chess Engine | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [openssl] vague terminology "Open Source" in descriptio ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [aiksaurus] vague terminology "Open Source" in descript ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [assimp] vague terminology "Open Source" in description ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [cmake] vague terminology "Open Source" in description ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [gstreamer] vague terminology "Open Source" in descript ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [java-openjfx] vague terminology "Open Source" in descr ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [java-openjfx-doc] vague terminology "Open Source" in d ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [java-openjfx-src] vague terminology "Open Source" in d ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [java-rhino] vague terminology "Open Source" in descrip ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [kdegames-kigo] vague terminology "Open Source" in desc ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [libgdiplus] vague terminology "Open Source" in descrip ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [libical] vague terminology "Open Source" in descriptio ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [liblouis] vague terminology "Open Source" in descripti ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [libofa] vague terminology "Open Source" in description ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [libomxil-bellagio] vague terminology "Open Source" in ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [libupnp] vague terminology "Open Source" in descriptio ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [mlt] vague terminology "Open Source" in description of ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [mlt-python-bindings] vague terminology "Open Source" i ... | Closed | |
|
|
Any | Freedom Issue | Medium | Low | [opencore-amr] vague terminology "Open Source" in descr ... | Closed | |
|