Hi,
Are there any Yandex users here who have a viable solution on how to make a sync client work? The rpm on their site lists unmet dependencies (glibcc) and won’t install. If there’s a solution, I’m all ears.
Hi,
Are there any Yandex users here who have a viable solution on how to make a sync client work? The rpm on their site lists unmet dependencies (glibcc) and won’t install. If there’s a solution, I’m all ears.
Hi
I’m not a user, but just downloaded yandex-disk-latest.x86_64.rpm and extracted the rpm in it’s own directory and ran ldd against the binary in the bin directory, it finds everything by the looks so should work…
ldd yandex-disk
linux-vdso.so.1 (0x00007ffffebc4000)
libz.so.1 => /lib64/libz.so.1 (0x00007f24d9ae9000)
librt.so.1 => /lib64/librt.so.1 (0x00007f24d98e1000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f24d96dd000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f24d94bf000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f24d9137000)
libm.so.6 => /lib64/libm.so.6 (0x00007f24d8dec000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f24d8bd5000)
libc.so.6 => /lib64/libc.so.6 (0x00007f24d881b000)
/lib64/ld-linux-x86-64.so.2 (0x00007f24d9d00000)
If you ignore the libgcc requirement does it work as expected?
Thank you malcolm, will try it in an hour when I get home, didn’t dare try it because of the warning.
If I get it working, there’s also an indicator applet that’s packaged for ubuntu and available on github. To whom can I send a proposal to see if they can package it on obs?
Thanks!
Hi
A bit of work involved in making a proper setup.py or Makefile and install via rpm…
If it works, can look at it, there is a build on OBS, could try that one (it’s an old version) using scripts and manual stuff to install could cause issues…
Hi
Package for you;
Sources;
zypper in https://download.opensuse.org/repositories/home:/malcolmlewis:/TESTING/openSUSE_Tumbleweed/noarch/yandex-disk-indicator-1.9.12-3.1.noarch.rpm
Thanks a lot for your time and help malcolm.
I tried installing the rpm first, ignoring dependencies, but the result is it doesn’t work. When i install the indicator on top of it it also does nothing.
My guess is I have to get the rpm from yandex to work (the cli one that causes problems, not your gui - many thanks for packaging), but their support is of no help, they simply ignore my request and send a link to docs which aren’t helpful.
Edit: Anyways, had to send my computer for a display repair, so I’ll be trying it on an old laptop one of these days and check out how it works there.
Thanks.
Update and solution:
First of all malcolm, thank you for packaging the disk indicator.
As for the rest - it works. Install yandex disk cli client with breaking dependencies, but then set it up in cli. After you set it up in cli, the daemon will start running and you will get the indicator working also.
Kind regards,
Work for me :: sudo rpm -ivh --nodeps --force yandex-disk-latest.x86_64.rpm
Did you note the date of this thread?