Package Details: green-recorder 3.2.10-1

Git Clone URL: https://aur.archlinux.org/green-recorder.git (read-only, click to copy)
Package Base: green-recorder
Description: Simple screen recorder for Linux desktop, supports Wayland & Xorg
Upstream URL: https://github.com/dvershinin/green-recorder
Keywords: gnome
Licenses: GPL3
Submitter: aljazari
Maintainer: aljazari (FabioLolix)
Last Packager: FabioLolix
Votes: 13
Popularity: 0.69
First Submitted: 2017-02-11 15:38 (UTC)
Last Updated: 2021-07-11 20:22 (UTC)

Latest Comments

1 2 Next › Last »

Popolon commented on 2025-12-20 00:19 (UTC) (edited on 2025-12-20 00:21 (UTC) by Popolon)

This is not the good link, author abandoned the project 6 years ago. Instead the fork https://github.com/dvershinin/green-recorder/blob/master/recorder/recorder.py#L134 is used. This still fail 3 years later.

The current path of the file is /usr/share/green-recorder/ui.glade Not sure about the python syntax, the else is not at the same indentation than the if, but instead at the for level, not sure it is correct. I tried to put it at the same level. this error is not more here, but there is a bunch of errors about non-existing function.

You are recording on: wayland
Traceback (most recent call last):
  File "/usr/bin/green-recorder", line 33, in <module>
    sys.exit(load_entry_point('green-recorder==3.2.10', 'gui_scripts', 'green-recorder')())
             ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/green-recorder", line 25, in importlib_load_entry_point
    return next(matches).load()
           ~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1023, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/usr/lib/python3.13/site-packages/recorder/__init__.py", line 1, in <module>
    from .recorder import main
  File "/usr/lib/python3.13/site-packages/recorder/recorder.py", line 477, in <module>
    window.set_title(_("Green Recorder"))
    ^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'set_title'

Nexus1138 commented on 2022-11-09 20:19 (UTC)

Same error as https://aur.archlinux.org/packages/green-recorder#comment-878940 here

cdine commented on 2022-08-24 00:11 (UTC) (edited on 2022-08-24 00:11 (UTC) by cdine)

On an X11 install (perhaps Wayland too) this currently fails with: "Did not find ui.glade. Tried" (no lines follow)

This error is from https://github.com/mhsabbagh/green-recorder/blob/master/green-recorder#L343

The files the source claims to try and load are present on my system - I've not investigated further to see why this is failing in this way.

FabioLolix commented on 2021-11-04 21:06 (UTC)

@manja2 try green-recorder-git if have this problem too, then fill a bug upstream

manja2 commented on 2021-11-04 19:36 (UTC)

Just tried this. It has an issue that it continues to record forever, despite me pressing the stop button. Happened with all file formats.

xyproto commented on 2021-09-27 08:52 (UTC)

The fork used for this package is active, and the package builds and installs.

It does not seem to work for Sway/Wayland, though. I assume it will only work under GNOME. I get:

GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Shell.Screencast exited with status 1 (25)

Tio commented on 2019-10-28 00:23 (UTC)

The maintainer does not officially support this anymore. Maybe use an active fork https://github.com/mhsabbagh/green-recorder ?

ayng commented on 2019-04-07 03:41 (UTC)

No, python2-pydbus is not the same as python2-dbus. python2-pydbus was just removed from the official repositories.

pablo.doramas commented on 2019-03-27 11:33 (UTC)

I think python2-pydbus has been renamed to python2-dbus.

Viterzgir commented on 2019-03-06 15:26 (UTC)

found python2-pydbus in archive https://archive.archlinux.org/packages/p/python2-pydbus/