Packaging Request #3183
[lyrebird] Adding to repository
Status:
open
Priority:
bug
Assignee:
-
% Done:
0%
Description
Simple and powerful voice changer for Linux, written in GTK 3
License: MIT
Source code: https://github.com/lyrebird-voice-changer/lyrebird
History
Updated by bill-auger over 1 year ago
there is a PKGBUILD for this software on the AUR
https://aur.archlinux.org/cgit/aur.git/tree/?h=lyrebird
Updated by anonymous 10 months ago
I tested PKGBUILD from AUR. Lyrebird output the following error
$ lyrebird Traceback (most recent call last): File "/usr/share/lyrebird/app.py", line 13, in <module> win = mainwindow.MainWindow() File "/usr/share/lyrebird/app/mainwindow.py", line 27, in __init__ Gtk.Window.__init__(self, title='Lyrebird') File "/usr/lib/python3.10/site-packages/gi/overrides/Gtk.py", line 519, in __init__ raise RuntimeError( RuntimeError: Gtk couldn't be initialized. Use Gtk.init_check() if you want to handle this case.