I am trying to install LocalSend ( https://localsend.org/download )
However I received the following errror:
---
I downloaded the *.deb fileI am running the following:
Debian GNU/Linux 12 (bookworm)
64bit
xfce version: 4.18
GTK version: 3.24.38
kernel version: 6.1.0-22-amd64
---
I checked what this missing dependency was: gir1.2-appindicator3-0.1
Here: https://packages.debian.org/buster/gir1 ... cator3-0.1
Can I do the following:
And thus install the missing dependency ?
If Yes, how do I know I can do this all the time and not just this time ?
Doesn't this go against the FrankenDebian edicts ?
Thanks.
However I received the following errror:
---
I downloaded the *.deb file
Code:
sudo dpkg -i LocalSend-1.14.0-linux-x86-64.debSelecting previously unselected package localsend.(Reading database ... 115964 files and directories currently installed.)Preparing to unpack LocalSend-1.14.0-linux-x86-64.deb ...Unpacking localsend (1.14.0+45) ...dpkg: dependency problems prevent configuration of localsend:localsend depends on gir1.2-appindicator3-0.1 | gir1.2-ayatanaappindicator3-0.1; however:Package gir1.2-appindicator3-0.1 is not installed.Package gir1.2-ayatanaappindicator3-0.1 is not installed.dpkg: error processing package localsend (--install):dependency problems - leaving unconfiguredProcessing triggers for desktop-file-utils (0.26-1) ...Processing triggers for mailcap (3.70+nmu1) ...Processing triggers for hicolor-icon-theme (0.17-2) ...Errors were encountered while processing:localsendneo@debian:~/Downloads/localsend$popup error says:Failed to execute command "localsend_app"Failed to execute child process "localsend_app" (No such file or directory)
Debian GNU/Linux 12 (bookworm)
64bit
xfce version: 4.18
GTK version: 3.24.38
kernel version: 6.1.0-22-amd64
---
I checked what this missing dependency was: gir1.2-appindicator3-0.1
Here: https://packages.debian.org/buster/gir1 ... cator3-0.1
Package: gir1.2-appindicator3-0.1 (0.4.92-7) Typelib files for libappindicator3-1A library to allow applications to export a menu into the panel. Based on KSNI it also works in KDE and will fallback to generic Systray support if none of those are available.This package can be used by other packages using the GIRepository format to generate dynamic bindings for libappindicator3.Since this is literally my 3rd day using Linux I have no idea what to do at this point.
Can I do the following:
Code:
sudo apt install gir1.2-appindicator3-0.1
If Yes, how do I know I can do this all the time and not just this time ?
Doesn't this go against the FrankenDebian edicts ?
Thanks.
Statistics: Posted by BNeo — 2024-07-08 18:43 — Replies 7 — Views 115