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.
Warpinator and Fossapup - has anyone managed to make them friends?
Moderator: Forum moderators
- Grey
- Posts: 2054
- Joined: Wed Jul 22, 2020 12:33 am
- Location: Russia
- Has thanked: 77 times
- Been thanked: 388 times
Warpinator and Fossapup - has anyone managed to make them friends?
Different devices. Different approach.
- 666philb
- Posts: 429
- Joined: Thu Jul 09, 2020 3:18 pm
- Location: wales uk
- Has thanked: 111 times
- Been thanked: 150 times
Re: Warpinator and Fossapup - has anyone managed to make them friends?
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
fossapup64 viewtopic.php?f=40&t=88
- Grey
- Posts: 2054
- Joined: Wed Jul 22, 2020 12:33 am
- Location: Russia
- Has thanked: 77 times
- Been thanked: 388 times
Re: Warpinator and Fossapup - has anyone managed to make them friends?
666philb wrote: Thu Apr 15, 2021 5:46 pmcomment 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.
Different devices. Different approach.
- 666philb
- Posts: 429
- Joined: Thu Jul 09, 2020 3:18 pm
- Location: wales uk
- Has thanked: 111 times
- Been thanked: 150 times
Re: Warpinator and Fossapup - has anyone managed to make them friends?
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.
fossapup64 viewtopic.php?f=40&t=88
- Grey
- Posts: 2054
- Joined: Wed Jul 22, 2020 12:33 am
- Location: Russia
- Has thanked: 77 times
- Been thanked: 388 times
Re: Warpinator and Fossapup - has anyone managed to make them friends?
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.
Different devices. Different approach.