Jakub Antonín Štigler
Jakub Antonín Štigler
Setting `settings.id = Some("uamp".to_owned());` still doesn't show the icon. When I create a desktop file for the app with `StartupWMClass=uamp` and use it, it also doesn't show the icon.
> > Setting `settings.id = Some("uamp".to_owned());` still doesn't show the icon. When I create a desktop file for the app with `StartupWMClass=uamp` and use it, it also doesn't show the...
Until this is fixed, you can work around this by forcing x11 even on wayland by setting the environment variable `WINIT_UNIX_BACKEND` to `x11`. This can by done in code with...
I'm having similar (or the same) issue. In my case it seems to be because if I edit the file with nvim it also triggers the `Remove` event (maybe it...
I think that vscode has good solution for this problem. When both autosave and remove trailing whitespace is enabled, the trailing whitespaces on the current line are removed only after...