Open mastermach50 opened 10 months ago
Try one of
rm -rf ~/.config/*/{Default/GPUCache,GrShaderCache,ShaderCache}
(via https://github.com/NixOS/nixpkgs/issues/244742#issuecomment-1738128820)--disable-gpu-shader-disk-cache
(via https://github.com/NixOS/nixpkgs/issues/244742#issuecomment-1724288981)--use-gl=desktop
(via https://github.com/element-hq/element-desktop/issues/1029#issuecomment-1846833502)--disable-gpu --in-process-gpu
(via https://github.com/element-hq/element-desktop/issues/1029#issuecomment-1612284909)Please respond with results
@pbsds Unfortunately none of these worked
Also I forgot to attach the errors shown in the screenshot so here they are
GStreamer element autoaudiosink not found. Please install it
(WebKitWebProcess:4230): GLib-GObject-CRITICAL **: 11:44:08.071: invalid (NULL) pointer instance
(WebKitWebProcess:4230): GLib-GObject-CRITICAL **: 11:44:08.071: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Cinny 4.1.0 is out (at least on unstable), but it fails to load for me as well with a similar blank screen after showing something about connecting to the server for a bit.
@mastermach50 curious if this is still an issue for you with the newer Cinny.
I don't use cinny-desktop
, but cinny
is a web application that is supposed to be served by a web-server.
I only have cinny-desktop
installed. It was launched from a desktop icon. Cinny used to work, and when it did I didn't have to start a server or anything.
The desktop-version seems to be tauri based now. One other tauri app with a similar issue i remember is https://github.com/SpikeHD/Dorion/issues/125
. Are you running on x11 or wayland?
Wayland.
please try GDK_BACKEND="x11" cinny-desktop
There's no cinny-desktop
, but GDK_BACKEND="x11" cinny
doesn't change anything.
WEBKIT_DISABLE_COMPOSITING_MODE=1
seems to work for me on x11, but my error is AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
, could you try it along with GDK_BACKEND="x11"
?
related:
Same problem with those both.
It seems the package has maintainers: @Qyriad @ryand56
I've had issues when building from source and launching (fixed), but not when installed from nixpkgs, so I'm not sure.
Regarding AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
, you can try running with WEBKIT_DISABLE_DMABUF_RENDERER=1
as well:
No change with that one, either.
I do realize now that Webkit coredumps when I run Cinny.
Am I right that cinny-desktop
is currently marked as insecure and cannot be (easily) installed anyways? Is this a known issue?
Yes it is known: https://github.com/cinnyapp/cinny/issues/1869
Currently there are two packages for cinny,
cinny
andcinny-desktop
.cinny
has 2 listed maintainers - @wahjava and @ashkitten but is does not output any executable. Meanwhilecinny-desktop
has no listed mainters but it is the package that outputs thecinny
executable.Also
cinny-desktop
does not run properly due to the following bugDescribe the bug
cinny-desktop package when run without sudo produces a blank window with a grey background (grey color probably due to dark theme). The package only runs properly if run as root.
Steps To Reproduce
Steps to reproduce the behavior:
cinny-desktop
cinny
from terminal or from any launcherExpected behavior
Cinny runs properly and you will see the option to sign in (if not already signed in)
Screenshots
Additional context
While trying to find a solution for this issue I came across this similar issue https://github.com/NixOS/nixpkgs/issues/212064 but the solution specified there did not work for me. Infact using
WEBKIT_DISABLE_COMPOSITING_MODE=1
produces a blank white screen.Notify maintainers
Maintainers already mentioned.
People who edited these packages most recently (3 months ago as of writing this) @wegank @pbsds
Metadata