Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on Ubuntu 19.04 #166

Closed
Suor opened this issue May 26, 2019 · 6 comments
Closed

Doesn't work on Ubuntu 19.04 #166

Suor opened this issue May 26, 2019 · 6 comments

Comments

@Suor
Copy link

Suor commented May 26, 2019

$ lsb_release -a
LSB Version:	core-10.2019031300ubuntu1-noarch:security-10.2019031300ubuntu1-noarch
Distributor ID:	Ubuntu
Description:	Ubuntu 19.04
Release:	19.04
Codename:	disco
$ ./LosslessCut 
./LosslessCut: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
@sharipovmarat
Copy link

sharipovmarat commented May 31, 2019

  • same problem on clean Ubuntu 18.04

UPDATE:
Solved with sudo apt install libgconf-2-4.

electron/electron#1518 (comment)

@mifi
Copy link
Owner

mifi commented Jun 13, 2019

Thanks for researching. Hopefully this will be fixed in electron or ubuntu in the future

@mifi
Copy link
Owner

mifi commented Aug 13, 2019

I heard some reports it may be working now, so we can close this?

@cesar-santos
Copy link

Great tool, @mifi !!! It is really simple to perform what you need to, good job (y)
Regarding this dependency, would it be possible to suggest a fix to user? I've though of some different ways:

  • on "npm install", execute a script to look for libgconf-2-4 on user's system. If not there, install it;
  • on Release versions, I've thought on two possibilities:
    -- alert the user this lib is missing, and ask him/her to install it;
    -- look for the library, and if missing, install it;
    -- include this library on the final package.

Pardon me not providing solutions, but I'm not Electron-savvy... but in case you have ideas on how to implement it, any suggestions you can give of sources to study it or where to look at it, I'll be glad to send a Pull Request.

Thanks,
Cesar.

@mifi
Copy link
Owner

mifi commented Nov 4, 2019

Is it the same problem with 2.5.0?

@mifi
Copy link
Owner

mifi commented Feb 16, 2020

reopen if still an issue

@mifi mifi closed this as completed Feb 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants