leon3s / wireguard-gui

A wireguard client GUI for Linux made with nextauri
Apache License 2.0
104 stars 7 forks source link

Extends deb file depedencies #147

Open melroy89 opened 3 months ago

melroy89 commented 3 months ago

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: https://github.com/leon3s/wireguard-gui/blob/15e1fd4826a4d70c3849aa39e063244c5ec058a0/src-tauri/tauri.conf.json#L26

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!

melroy89 commented 3 months ago

So are you actually sure you need canberra? I also don't see it listed here: https://tauri.app/v1/guides/building/linux/#debian

leon3s commented 3 months ago

Hey, the list of dependencies come from this issue: https://github.com/leon3s/wireguard-gui/issues/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.