stele95 / LinVAM

Linux Voice Activated Macros
GNU General Public License v3.0
11 stars 1 forks source link

getting this error on Garuda Linux #48

Closed HeikoLinux closed 5 months ago

HeikoLinux commented 5 months ago

Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/linvam/commandeditwnd.py", line 107, in slot_new_sound_edit w_sound_edit_wnd = SoundActionEditWnd(self.m_parent.m_parent.m_sound, None, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'MainWnd' object has no attribute 'm_sound' fish: Job 1, 'linvam --debug' terminated by signal SIGABRT (Abbruch)

stele95 commented 5 months ago

Try now with the latest commit (install with linvam-git if you are installing through AUR)

HeikoLinux commented 5 months ago

nice it is working now. This was realy fast Thank you!