fulalas
fulalas
Yep, the issue with edited messages jumping to the most recent position in the history is fixed now. Great! :) But the issue I mentioned in the first post can...
> If this is required then I believe one of two things should be done. > > A) this should be a required dependency by cosmic-launcher (assuming you can't just...
The problem is related to `resources/app.asar` (inside the AppImage). Using the old one from v0.17.4 fixes the issue.
This issue no longer exists. COSMIC network applet works fine, with or without a previously saved wifi password. Also, contrary to what has been said, `network-manager-applet` is no longer a...
Other DEs, like Xfce, show both system and user services in the same screen. And in Xfce you can edit the current user entries, but not the system ones. Here's...
In this case they're just .desktop files with any `Exec=`. I think it makes sense to put them all together in the same screen.
Sure: ``` ``` VirtualBox Version 7.1.12 r169651
> Check this one: > > ``` > #!/bin/bash > > CACHE_FILE="$HOME/.cache/.tsd" > > if wlrctl window find state:unminimized; then > wlrctl window list state:unminimized > $CACHE_FILE > wlrctl window...
Investigating this a bit further, I noticed that when using multilanguage, Zola creates the language folder in the beginning of the path (e.g. for Spanish `http://127.0.0.1:1111/es/docs/introduction/`), which breaks the possibility...
I confirm this change fixes https://github.com/uutils/coreutils/issues/9010 Nice job! :)