-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minigalaxy: 1.2.2 -> 1.3.0 #294275
minigalaxy: 1.2.2 -> 1.3.0 #294275
Conversation
Result of 2 packages built:
|
I cannot get the app to run properly, starting it just shows me a black box with a title bar and another small black box which is probably supposed to be the login window. |
Interesting, I don't really know what to say apart from "it works for me". I am on KDE Plasma 6.0.3 with Wayland (although it worked on when I was on 5 as well). Have version 1.2.2 been working for you? |
version 1.2.2 works and after logging in in version 1.2.2, 1.2.6 works as well, but the login window doesn't work in 1.2.6 and before logging in, the main window is just black (black due to my gtk theming probably). so tldr only login does not work in 1.2.6 |
Are those two environment variables enough for you? When I try to run as such I get the following error: $ env -i WAYLAND_DISPLAY=$WAYLAND_DISPLAY DISPLAY=$DISPLAY LOCALE_ARCHIVE=$LOCALE_ARCHIVE ./result/bin/minigalaxy
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
(.minigalaxy-wrapped:38780): Gtk-ERROR **: 00:30:46.211: Can't create a GtkStyleContext without a display connection |
on Xorg i need XAUTHORITY instead of WAYLAND_DISPLAY but when i tried it just now, the login page doesn't load on either versions |
Co-authored-by: Sandro Jäckel <[email protected]>
7ab5b29
to
7974a4b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've took the freedom to push the 1.3.0 update onto this PR and cleanup the dependencies a bit.
@SuperSandro2000 I was planning to test if minigalaxy is affected by #341219, but I now realize I can't actually get minigalaxy on master branch working on my machine. I am experiencing the same blank login screen issues as reported by @quantenzitrone. A workaround is suggested in the issue tracker of minigalaxy (sharkwouter/minigalaxy#584 (comment)), but it doesn't work for me either. Can you confirm that minigalaxy@master works for you when you remove the files I listed in #294275 (comment)? |
I tested minigalaxy on another machine and it just works as expected but I am on wayland. |
Description of changes
https://github.com/sharkwouter/minigalaxy/blob/1.2.6/CHANGELOG.md
Supersedes #282594, adds the missing runtime dependency.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.