juhaku / loginized

Gnome GDM Login Theme Manager. Easy and Fast Login Theme Manipulation
GNU General Public License v3.0
194 stars 8 forks source link

App won't start without libffmpeg.so #15

Open zasifras opened 5 years ago

zasifras commented 5 years ago

Installed required packages on Arch, but will not start without libffmpeg.so shared library. If it has a dependency on this it should be among the required packages

juhaku commented 5 years ago

Thanks for notice.. it might be because of the electron that it is used to compile with. I haven't noticed that before as it might be already installed on my machine. Need to update the required packages a bit then.

yochananmarqos commented 5 years ago

@zasifras Are you sure that's the right file? I ran pacman -Fs libffmpeg.so and I have none of those packages installed. Electron packages like this contain it: /opt/Loginized/libffmpeg.so.

@juhaku electron depends on ffmpeg, perhaps that's why. I also have them both installed. FYI, namcap reports:

Depends as namcap sees them: depends=(gtk3 nss libxss)

Both glib2 and xdg-utils are already covered.

juhaku commented 5 years ago

@yochananmarqos nice.. good notice.. seems like everything is covered then