You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't directly specify dependencies, that's one build aspect that Electron takes care of. One possible solution is to see if there are newer releases of Electron addressing the issue. Otherwise, we need to verify whether we can customize the list of dependencies or not.
Hi
in DEB package there is missing "-" (hyphen) in
libconf-2-4
there is:
Depends: kde-cli-tools | kde-runtime | trash-cli | libglib2.0-bin | gvfs-bin, libgconf2-4, libgtk2.0-0, libnotify4, libnss3, libxtst6, xdg-utils
should be:
Depends: kde-cli-tools | kde-runtime | trash-cli | libglib2.0-bin | gvfs-bin, libgconf-2-4, libgtk2.0-0, libnotify4, libnss3, libxtst6, xdg-utils
The text was updated successfully, but these errors were encountered: