Package Details: gtk-recordmydesktop 0.3.8.r602-1

Git Clone URL: https://aur.archlinux.org/gtk-recordmydesktop.git (read-only, click to copy)
Package Base: gtk-recordmydesktop
Description: GTK2 frontend for recordMyDesktop
Upstream URL: http://recordmydesktop.sourceforge.net
Keywords: desktop frontend gtk gtk2 gui my record recordMyDesktop
Licenses: GPL3, LGPL3
Submitter: jelly
Maintainer: tallero
Last Packager: dpeukert
Votes: 5
Popularity: 0.000000
First Submitted: 2019-12-23 13:30 (UTC)
Last Updated: 2020-08-12 18:17 (UTC)

Latest Comments

Sylvain_07 commented on 2022-10-14 19:06 (UTC)

New dépendance : libffi7 to solve "ImportError: libffi.so.7: cannot open shared object file: No such file or directory"

dpeukert commented on 2022-08-25 22:35 (UTC) (edited on 2022-08-25 22:36 (UTC) by dpeukert)

Since one of the pygtk dependencies is no longer available, I tried to fix up the in progress version of the GTK3 frontend available on https://github.com/enselic/recordmydesktop, but without success. I recommend you just use OBS these days, disowning.

Eothred commented on 2022-03-16 07:28 (UTC) (edited on 2022-03-16 07:29 (UTC) by Eothred)

I got this issue below after a late update. Figured out it can be solved by a rebuild of python2-gobject2 which I do not see in the dependency list but maybe is an indirect dependency? Anyway just thought I'd inform anyone else who encounters the same issue.

% gtk-recordMyDesktop 
Traceback (most recent call last):
  File "/bin/gtk-recordMyDesktop", line 37, in <module>
    from recordMyDesktop import rmdSimple
  File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSimple.py", line 30, in <module>
    import gtk
  File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 30, in <module>
    import gobject as _gobject
  File "/usr/lib/python2.7/site-packages/gobject/__init__.py", line 47, in <module>
    from gobject.constants import *
  File "/usr/lib/python2.7/site-packages/gobject/constants.py", line 24, in <module>
    import gobject._gobject
ImportError: libffi.so.7: cannot open shared object file: No such file or directory