Philip Waritschlager

Results 359 comments of Philip Waritschlager

Did you do a `yarn upgrade` after cloning? This breaks the dev process. It's probably [this bug](https://github.com/rollup/rollup/issues/4195) to be blamed. Can you try if setting dependency `"@rollup/plugin-commonjs"` to `"^22.0.0-13"` works?...

Please note that this project's license strictly disallows to publish a fork on the marketplace. So there's only three options: 1. Keep things as before and wait for the maintainer...

I also rarely get the error message `Failed to fetch` in our logs as the only response from a call to `filesListFolder`. (^5.2.1 on web, Chrome) I dont know what...

I actually just now found the reason in my case: When the site is offline, a call like `x = await filesListFolder(...)` fails with a simple ``` message: "Failed to...

I can confirm this issue: guake -n .; guake --split-vertical when guake is not visible seems to be the core problem, and it can*not* be worked around with a sleep...

> In my XFCE none works. I need to disable the "!Menu is primary action" to be able to open it again from the tray else I can't even bring...

The current dimming is caused by `gtk-widgets.css`: ```css :disabled { -gtk-icon-effect: dim } ``` although I have no idea how to adjust that, looks like GTK magic Also for comparison,...

yeah that looks better So the correct solution would be waiting for XFCE to support GTK-4 in 2045 and moving to `-gtk-icon-filter: opacity(0.375);`

```css menu { border: 1px solid @border_dark; } ``` works great, thanks @qsmodo! I set ```css menu separator { margin-left: -3px; margin-right: -3px; } ``` and now it looks fine...

> This is a good suggestion and I should probably make an 'uninstaller' for anyone using the installer. Once this is done, I would suggest to run that very uninstaller...