Audacity: error while loading shared libraries: lib-screen-geometry.so: 22 September 2022, 23:30:46 I have Audacity installed from the galaxy repo and I've recently been getting this error when launching. Quote "audacity: error while loading shared libraries: lib-screen-geometry.so: cannot open shared object file: No such file or directory"I checked /usr/lib/audacity and the file exists there so I'm not sure what the issue is.Any ideas? Anyone else experiencing this issue?Thanks
Re: Audacity: error while loading shared libraries: lib-screen-geometry.so: Reply #1 – 23 September 2022, 06:56:56 Hello,I have the same problem.For now, I'm using an Appimage :https://www.audacityteam.org/download/linux/
Re: Audacity: error while loading shared libraries: lib-screen-geometry.so: Reply #2 – 23 September 2022, 13:39:04 Quote from: tintin – on 23 September 2022, 06:56:56Hello,I have the same problem.For now, I'm using an Appimage :https://www.audacityteam.org/download/linux/Thanks. I ended up grabbing the appimage for now as well. Hopefully the issue gets sorted out. There isn't much out there about it yet. Thanks for the suggestion 1 Likes
Re: Audacity: error while loading shared libraries: lib-screen-geometry.so: Reply #3 – 23 September 2022, 19:27:28 Pls check if https://github.com/netblue30/firejail/issues/5281 is relevant for your system and issue.artist 1 Likes
Re: Audacity: error while loading shared libraries: lib-screen-geometry.so: Reply #4 – 23 September 2022, 22:32:49 Quote from: Artist – on 23 September 2022, 19:27:28Pls check if https://github.com/netblue30/firejail/issues/5281 is relevant for your system and issue.artistThanks for this. I had not seen much on it yet and figure it's a developing issue. I will have a look. Much appreciated
Re: Audacity: error while loading shared libraries: lib-screen-geometry.so: Reply #5 – 03 October 2022, 09:33:44 Quote from: sticksix – on 22 September 2022, 23:30:46I have Audacity installed from the galaxy repo and I've recently been getting this error when launching. I checked /usr/lib/audacity and the file exists there so I'm not sure what the issue is.Any ideas? Anyone else experiencing this issue?ThanksI've got audacity running by manually setting the library path:Code: [Select]$ LD_LIBRARY_PATH="/usr/lib/audacity" audacityHope this helps.Regards. 1 Likes
Re: Audacity: error while loading shared libraries: lib-screen-geometry.so: Reply #6 – 04 October 2022, 15:50:34 Quote from: carlosalvatore – on 03 October 2022, 09:33:44I've got audacity running by manually setting the library path:Code: [Select]$ LD_LIBRARY_PATH="/usr/lib/audacity" audacityHope this helps.Regards.I've been using the appimage while waiting for the package to be fixed. I will try this remedy in the meantime then. Thanks!! Much appreciated