tgfs
tgfs copied to clipboard
telegram attachments in FUSE filesystem
Fedora has changed the name of libjansson-devel package to jansson-devel. so update as: ```bash sudo dnf install fuse-devel jansson-devel readline-devel readline-devel openssl-devel libevent-devel ```
for debian please add `git zlib1g-dev pkg-config`, thank you!
part of strace: ``` connect(3, {sa_family=AF_UNIX, sun_path="/home/finkel/.tgfs/tg_socket"}, 110) = -1 ENOENT (No such file or directory) dup(2) = 4 fcntl(4, F_GETFL) = 0x8402 (flags O_RDWR|O_APPEND|O_LARGEFILE) fstat(4, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...})...
I have quite a big chat in TG. I've mounted Telegram to folder with `tgfs`. And I've started `rsync --verbose -a --progress` and for whole night it was only 14...
I'm trying to install tgfs but it doenst work on Debian 11 or Ubuntu 22. This is the error I get when executing the make command on Ubuntu 22. Any...