Lukas Holecek

Results 636 comments of Lukas Holecek

Restoring window geometry in X11 is very hard, maybe even impossible in some cases. :( I can add option to disable the geometry restoring on application side and leave it...

> If it's not crazy amount of effort, might make sense to make it a togglable option. The problem is that it may work even worse when it's disabled. BTW,...

Hmm, let me try to review the source code. There is probably some inconsistency in the option names when geometry is stored and restored.

I found out that, at least on Wayland, restoring window geometry on a screen with a higher DPI did not work properly (https://github.com/hluk/CopyQ/commit/a7d1609dc266720a6520117f0edf88d74566cb86). Not sure if it's a Qt/Wayland bug....

> I would prefer an option to not change window placement at all also (i.e. neither restore it to the old position nor put it on the current screen). Sure....

I'm trying to improve the window-geometry-restore behavior in fc307126c9cfd165222f0d598abae53332162e81.

Possibly multiple tabs are loaded? You can try opening Preferences and clicking OK - this should cause the tabs to unload from memory (except the current tab). BTW, there is...

I don't see any large or suspicious objects in GammaRay. It could be just a way the memory is allocated for a process (GUI, fonts, icons, dialogs). Also, what does...

> my Harddisk is heavy working as shown in Process Manager, not space using. The app should only write data to disk after a longer interval (e.g. ~5 minutes after...

Is this just on macOS? The code for that platform is written in Objective C and uses lots of OS-specific functions. Unfortunately, I'm not familiar with this and don't have...