Ondrej Holy
Ondrej Holy
I see in the source codes that e.g. Windows or Mac clients have GUI prompt for authentication. Is there any reason why X11 doesn't have any? It is pretty uncomfortable...
@bmiklautz I like to hear that you would like to have gui for xfreerdp. I did already something with plain Xlib (it is like reinventing the wheel), so I could...
I don't think there are any news about this (at least not from my side), however you might also use some external tools (e.g. Remmina, Vinagre) to manage your connections...
One of the relevant gnome bug reports: https://bugzilla.gnome.org/show_bug.cgi?id=782814 We need definitely a way to distinguish the regular mount points from bind mounts. It would also be nice to have available...
The same problem is with btrfs subvolumes. Yes, we can't detect bind mounts, but we can find fs root e.g. over mnt_fs_get_root. It returns something else than "/" for bind...
Also, handling of multiple mountpoints itself is suboptimal, because you can't choose which mountpoint will be unmounted... and seems that just one of those is going to be unmounted if...
I've been convinced that only the low-level API is supported for NFSv4 as per the following statements: https://github.com/sahlberg/libnfs/blob/master/README#L26 https://github.com/sahlberg/libnfs/blob/master/README#L69 @sahlberg Can you please update the README file to be obvious...
Great, thanks. Don't you plan to add some kind of protocol version negotiation? Similarly to what happens if `nfsvers` is not specified? > If this option is not specified, the...
It would definitely be nice to have D-Bus API and use that in gvfs instead of the socket-based API which is a bit cumbersome to use. However, my python knowledge...
So I did some tests. I can reproduce it against a Windows 10 VM, just I see a slightly different error: ``` [AVHWDeviceContext @ 0x7f4770308a80] Failed to initialise VAAPI connection:...