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
I notice the deb file you ship have the following dependencies listed (aka "Depends": libayatana-appindicator3-1, libwebkit2gtk-4.0-37, libgtk-3-0.
Recently you updated the README the list dependencies more explicitly (which is good), however did you know you can add depends and even optional dependencies to your deb file? Maybe in your case via:
In my case I was actually missing libcanberra-gtk0, not sure what the impact of that could be tho (only some sound thingy?? I don't think you are even using sound).
Thanks again!
The text was updated successfully, but these errors were encountered:
Hey, the list of dependencies come from this issue: #140
I just copy pasted it, as i didn't needed to install any extra package on my testing on a fresh install of ubuntu.
I notice the deb file you ship have the following dependencies listed (aka "Depends":
libayatana-appindicator3-1, libwebkit2gtk-4.0-37, libgtk-3-0
.Recently you updated the README the list dependencies more explicitly (which is good), however did you know you can add depends and even optional dependencies to your deb file? Maybe in your case via:
wireguard-gui/src-tauri/tauri.conf.json
Line 26 in 15e1fd4
In my case I was actually missing libcanberra-gtk0, not sure what the impact of that could be tho (only some sound thingy?? I don't think you are even using sound).
Thanks again!
The text was updated successfully, but these errors were encountered: