Hello, I'm running Ubuntu 18.04.2 LTS and have dcpomatic installed properly as far as i can tell.
apt list --installed | grep dcpomatic
dcpomatic/now 2.12.20-1 amd64 [installed,local]
When i attempt to run it via 'dcpomatic2' I get the following error:
dcpomatic2: error while loading shared libraries: libpulse-simple.so.0: cannot open shared object file: No such file or directory
'ldconfig -p | grep libpulse-simple' shows that I don't have the library but I also don't see that it's available for ubuntu.
Any help appreciated. thanks...Bill
libpulse-simple issue on Ubuntu 18.04
-
- Site Admin
- Posts: 2550
- Joined: Thu Nov 14, 2013 2:53 pm
Re: libpulse-simple issue on Ubuntu 18.04
Can you try
sudo apt install libpulse0
sudo apt install libpulse0
-
- Posts: 3
- Joined: Thu Feb 28, 2019 3:20 am
Re: libpulse-simple issue on Ubuntu 18.04
Thanks for the quick reply, that seemed to work. I probably should have asked first, can this be run on a remote server via cli ?
I'm getting the error 'Unable to initialize GTZ+, is display set properly' assuming I have to figure out how to export the display?
Sorry for all the questions.
I'm getting the error 'Unable to initialize GTZ+, is display set properly' assuming I have to figure out how to export the display?
Sorry for all the questions.
-
- Site Admin
- Posts: 2550
- Joined: Thu Nov 14, 2013 2:53 pm
Re: libpulse-simple issue on Ubuntu 18.04
If you want to run the GUI from a client you could do
assuming your sshd is set up appropriately. Is that what you're after?
Code: Select all
ssh -X myserver dcpomatic2
assuming your sshd is set up appropriately. Is that what you're after?
-
- Posts: 3
- Joined: Thu Feb 28, 2019 3:20 am
Re: libpulse-simple issue on Ubuntu 18.04
I was able to get the DCP window to pop up but none of the menu options reacted to a mouse click. I'll mess around with it a bit. I had to follow the instructions at this site to get X11 forwarding it to work via PUTTY:
X11 forwarding - https://aruljohn.com/info/x11forwarding/
Thanks for all your help!
X11 forwarding - https://aruljohn.com/info/x11forwarding/
Thanks for all your help!
-
- Site Admin
- Posts: 2550
- Joined: Thu Nov 14, 2013 2:53 pm
Re: libpulse-simple issue on Ubuntu 18.04
OK, I've never tried X forwarding from Windows.
You may be better off running a VNC server on your Ubuntu machine and connecting to that from Windows...
You may be better off running a VNC server on your Ubuntu machine and connecting to that from Windows...
-
- Site Admin
- Posts: 2550
- Joined: Thu Nov 14, 2013 2:53 pm
Re: libpulse-simple issue on Ubuntu 18.04
Alternatively, you can run DCP-o-matic on Windows, set up the projects, then copy them over to your Linux machine and use the CLI to do the transcode.