Page 1 of 1

Warpinator and Fossapup - has anyone managed to make them friends?

Posted: Thu Apr 15, 2021 4:47 am
by Grey

Croc from adjacent theme is good but no GUI. Linux Mint featured a tool called Warpinator which could share files across the local network. Has anyone tried running it?
I've tried running Warpinator in Fossapup. Built and installed from here. Installed Python dependencies via pip3 install(cryptography, nacl, netifaces, zeroconf, packaging). He doesn't like root and I ran it through the run-as-spot warpinator command. Does not work.


Re: Warpinator and Fossapup - has anyone managed to make them friends?

Posted: Thu Apr 15, 2021 5:46 pm
by 666philb

hi @Grey

comment out lines 24-27 of /usr/libexec/warpinator/warpinator.py

Code: Select all

 Don't let warp run as root
#if os.getuid() == 0:
#    print("Warpinator should not be run as root. Please run it in user mode.")
#    sys.exit(1)

the tray icon appears then but didn't get any further


Re: Warpinator and Fossapup - has anyone managed to make them friends?

Posted: Thu Apr 15, 2021 6:26 pm
by Grey
666philb wrote: Thu Apr 15, 2021 5:46 pm

comment out lines 24-27 of /usr/libexec/warpinator/warpinator.py
the tray icon appears then but didn't get any further

Hi 666philb. Yes, we can comment out, but the result is the same. When using run-as-spot, the icon also appears, but then nothing further.


Re: Warpinator and Fossapup - has anyone managed to make them friends?

Posted: Fri Apr 16, 2021 5:14 pm
by 666philb

gui fires up when installed using flatpak.

Code: Select all

pkg get flatpak

Code: Select all

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Code: Select all

flatpak install flathub org.x.Warpinator

Code: Select all

flatpak run org.x.Warpinator

still need to comment out lines 24-27 of /var/lib/flatpak/app/org.x.Warpinator././././libexec/warpinator/warpinator.py to run as root.


Re: Warpinator and Fossapup - has anyone managed to make them friends?

Posted: Fri Apr 16, 2021 5:57 pm
by Grey

Oh, I really don't want to mess with flatpak... But so be it, on the weekend I'll try it on a separate machine.