Jyrki Gadinger
Jyrki Gadinger
@ScruffyKip many thanks for the output from dyld, that one is way more informative than what the GUI reports :D
[Bug]: nautilus context menu "copy public/private link" not working while Sharing Options is working
We use the KSystemClipboard class to copy text to the clipboard: https://github.com/nextcloud/desktop/blob/d3a6d2e8f9c6e5967f41f9306b6b1ae4b9216974/src/gui/socketapi/socketapi.cpp#L195-L199 From what I've seen so far it looks like KSystemClipboard fails to initialise on Gnome+Wayland and falls back...
This attribute is required for Explorer to display the Nextcloud icon, without it the `desktop.ini` file which defines the folder icon to be used use will not be read by...
@Medius7 hmm... what flags does Dropbox set on its sync folders? can you paste the output of `attrib c:/path/to/Dropbox` and `icacls c:/path/to/Dropbox` here?
@gbakeman thanks for sharing since the "R" attribute has the same effect it might be possible to change to that attribute as well
Hey @jancborchardt, thanks for the feedback :D Getting rid of the `Nextcloud: ` application name prefix would be as easy as modifying/removing the overridden method in `systray.cpp`. https://github.com/nextcloud/desktop/blob/99aa2557fc7cba6ffac397e4f0cf3fd74d33b03c/src/gui/systray.cpp#L569-L572 I think...
rebased and updated. Now it looks more clean:  ...whereas on Windows it segfaults on with more than one connection. Will fix that shortly.
this is what the tooltip will look like on Windows with multiple sync connections now:  With only one connection it will be still the same as before:  I'll...
Sadly there is no utility function to convert the time in milliseconds to a short time like `3:15` yet, but I think for the tooltip it's more than enough to...
@mgallien thanks for the review :) re. the app name prefix on Windows I'm waiting on Jan's opinion first -- if neither of us have a strong opinion about that...