zeners
zeners
i'm running on gnome 43.2 under X11 and the settings work which setup did you use?
sry, has to be done by @oleid
it works with gnome 42 without any problems, so i added versions 41 and 42 to the shell compatibility list.
the update on extensions.gnome.org is to be done by @oleid you will find a file called metadata.json and add 42 like i did [here](https://github.com/oleid/gnome-shell-teatime/pull/60/commits/06ec24eba90360ec1958a044f4d8794da50ad832)
@JohannesProbst it's not working inside IntelliJ. Building a .war file and run it alone works as expected.
the following `org.jboss.weld.environment.deployment.discovery.BeanArchiveHandler` service helped out: ``` @Priority(Integer.MAX_VALUE) public class IntelliJFileSystemBeanArchivHandler extends FileSystemBeanArchiveHandler { @Override public BeanArchiveBuilder handle(String path) { final Path target; try { target = Path.of(path); } catch...
for successful kernel uninstall, i added 2 parts in main.sh:_remove_efi_hook: after `_strings="${_strings%%/*}"` added: ``` local _version_backup _version_backup="$(echo "$_strings" | cut -d "." -f 1,2)" ``` and after `_final="${_final#(}"` added: ```...