Jyrki Gadinger

Results 129 comments of Jyrki Gadinger

@ScruffyKip many thanks for the output from dyld, that one is way more informative than what the GUI reports :D

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: ![Screenshot_20240830_101724](https://github.com/user-attachments/assets/72d83d09-2831-4e68-872a-8bd9feed6db5) ...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: ![Screenshot_20240830_103123](https://github.com/user-attachments/assets/74ba058c-33f5-4557-9927-aa9c639b2ef5) With only one connection it will be still the same as before: ![Screenshot_20240830_103633](https://github.com/user-attachments/assets/4f016229-3c46-45da-975b-6deae5dbf29a) 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...