CR recorder

New features which should be implemented in Porteus; suggestions are welcome. All questions or problems with testing releases (alpha, beta, or rc) should go in their relevant thread here, rather than the Bug Reports section.
User avatar
ralcocer
Samurai
Samurai
Posts: 187
Joined: 02 Jan 2011, 12:53
Distribution: 3.2rc5 Xfce
Location: Puerto Rico
Contact:

CR recorder

Post#1 by ralcocer » 13 Aug 2020, 12:31

Since Porteus doesn't come with a way to burn an iso I suggest recorder a cdrkit/cdrtools, cdrdao,
mkisofs and growisofs. https://packages.slackonly.com/pub/pac ... lonly.txz

It's simple and 29 kib

Kulle
Warlord
Warlord
Posts: 594
Joined: 28 Jan 2017, 10:39
Distribution: v4.0 64bit Xfce
Location: Berlin

CR recorder

Post#2 by Kulle » 15 Aug 2020, 06:40

Hi ralcocer,
the recorder does not work:

Code: Select all

guest@porteus:/usr/share/applications$ recorder
Traceback (most recent call last):
  File "/usr/bin/recorder", line 10, in <module>
    import gtk
  File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 30, in <module>
    import gobject as _gobject
  File "/usr/lib64/python2.7/site-packages/gobject/__init__.py", line 26, in <module>
    from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \
  File "/usr/lib64/python2.7/site-packages/glib/__init__.py", line 22, in <module>
    from glib._glib import *
ImportError: /usr/lib64/python2.7/site-packages/glib/_glib.so: undefined symbol: PyUnicodeUCS2_DecodeUTF8

Post Reply