Victor Engmark
Victor Engmark
Thanks for looking into this! I only have a single monitor: ```console $ xrandr --listactivemonitors Monitors: 1 0: +*XWAYLAND27 3840/940x2160/530+0+0 XWAYLAND27 ``` It looks like monitor numbering must've changed recently,...
Sorry, `AVALONIA_SCREEN_SCALE_FACTORS="XWAYLAND27=2" Scarab` doesn't scale the windows, and `xrandr --listactivemonitors` while Scarab is running still reports XWAYLAND27 as the only active display.
Sorry, `AVALONIA_SCREEN_SCALE_FACTORS="XWAYLAND27=2" Scarab` doesn't scale the windows, and `xrandr --listactivemonitors` while Scarab is running still reports XWAYLAND27 as the only active display. I'm running [Scarab 1.19.0.0](https://github.com/NixOS/nixpkgs/pull/184413) though, so I should...
Main console output: ```console $ MUTTER_DEBUG_DUMMY_MONITOR_SCALES=2 MUTTER_DEBUG_DUMMY_MODE_SPECS=1920x1080 mutter --wayland --nested -- gnome-terminal libmutter-Message: 20:12:44.424: Running Mutter (using mutter 43.2) as a Wayland display server amdgpu: amdgpu_cs_ctx_create2 failed. (-13) amdgpu: amdgpu_cs_ctx_create2...
Some more specific use cases I've actually perpetrated: - [★★★★★ ratings](https://pinboard.in/u:l0b0/t:%25E2%2598%2585%25E2%2598%2585%25E2%2598%2585%25E2%2598%2585%25E2%2598%2585) - Various programming syntax. This is particularly useful, since it's impossible to web search for strings like [`$'`](https://pinboard.in/u:l0b0/t:%2524%2527) or...
I'm afraid I'm no longer maintaining this repository.
@ergose Thank you for the instructions! That wasn't quite enough to get IDEA to pick up the Python dependencies, I also had to add *pip* to the `mkShell` `buildInputs`, otherwise...
FYI Enter Nix Shell is not just abandoned, none of the links (source, issues, documentation) work anymore. Does anyone have a copy of the source code, so we could revive...
> @jonringer - for the work-around win. :) Big thanks. I've been wracking my brain all afternoon trying to get it working. I'm now running NixOS on several machines and...
@starquake One problem with that approach is that [IDEA gets very confused about which packages are installed](https://youtrack.jetbrains.com/issue/PY-58367/SDK-packages-out-of-sync-with-the-rest-of-the-IDE). This also happens when using nix-direnv + Better Direnv. We need a solution...