-
```console
~/Downloads$ ./DevHub-0.102.0.AppImage
(devhub:45918): Gtk-WARNING **: 14:04:58.674: Theme parsing error: gtk.css:1649:16: '-gtk-icon-size' is not a valid property name
(devhub:4591…
-
When reopening or sometimes even when having Vitalium in the background I get a segfault.
I get the same crash inside my own DAW project. Apparently, after the window is closed, (or before it is full…
-
### Feature
Add detection of alacritty for at least commands like `:terminal` or `:new` to work on macOS. An example of my workaround for current support of creating a new alacritty macOS tab and run…
-
@k0kubun
Hi, I just have a quick question about how your Wayland+GNOME extension presents the application class window attribute.
I'm integrating your Xremap GNOME Shell extension as an extern…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
- Download linux build from https://github.com/zed-industries/zed/releases/tag/v0.142.0-pre
- ru…
-
### Description
This proposal addresses [#159](https://github.com/rust-windowing/winit/issues/159), [#343](https://github.com/rust-windowing/winit/issues/403), and [#3506](https://github.com/rust-w…
-
I have a Centos7 VM
- CentOS Linux release 7.4.1708 (Core)
- Kernel 3.10.0-693.2.2.el7.x86_64
- xrdp installed using yum
- and Microsoft's Linux Integration Services installed
installed o…
-
@necrose99
The `moksha-9999`, while it contains very different contents to `moksha-0.1.0`'s ebuild is giving the same build errors. Namely:
``` sh
>>> Source compiled.
* --------------------------…
-
Hi! I want to implement the global hotkeys feature for glfw.
I'm already familiar with WinAPI, but barely hear about X11, so I have some details to talk about.
At first, I briefly introduce the po…
-
This should go somewhere before SDL is initialized:
```
#include "SDL_getenv.h"
putenv("SDL_VIDEO_X11_WMCLASS=Project Zygote");
```
This will set the `WM_CLASS` property of the window.