-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
sway: 1.8.1 -> 1.9.0 #287805
sway: 1.8.1 -> 1.9.0 #287805
Conversation
🎉 It's released now. https://github.com/swaywm/sway/releases/tag/1.9 |
904d719
to
25d5555
Compare
Thanks for bumping, just built it and verified with this that I'm running the new release
for my configuration everything appears to be working as expected, screen lock works, xdg-desktop-portal-wlr/screen sharing works as well. |
Result of 2 packages failed to build:
8 packages built:
|
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.
The change looks mostly good, but I believe we should also accordingly update the module to use wmenu
instead of dmenu
@trofi regarding the build failure, it's because swayfx is a fork based off the older sway, and hence only support wlr 0.16.x. Swayfx upstream needs to bump.
swayfx still need wlroots_0_16, it shouldn't inherit sway's buildInput if it cannot be guaranteed to be released synchronously with sway
|
Created raboof#2 to address the swayfx issues |
Any concerns about merging this PR and fixing |
I'm running with sway on this PR for some days and it works fine. The only concern to me is that we are accepting parameter |
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 agree with the point raboof#2 that swayfx should be decoupled from sway eventually. Ff that PR is merged into this PR's branch, I'd say we can merge this for now and deal with swayfx later.
77ff229
to
7d0757d
Compare
I think I found a way - applied - if that seems to work let's merge like that, unless maintainers @primeos or @Synthetica9 have any input |
The file
needs to be changed to diff /nix/store/v1dwgcx2mp0phzh1inymxgapizbi7psc-sway-1.9/etc/sway/config /nix/store/jik0q6a6v7q5l6k04r6f0h7zjig5a7vf-sway-1.8.1/etc/sway/config
21c21
< set $menu dmenu_path | wmenu | xargs swaymsg exec --
---
> set $menu dmenu_path | dmenu | xargs swaymsg exec --
208c208
< status_command while date +'%Y-%m-%d %X'; do sleep 1; done
---
> status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done On that front please also merge #284343 which was released shortly before |
7d0757d
to
5cbad8a
Compare
updated, thanks!
it looks like that was already merged last month? did you mean to refer to another PR? |
@raboof Sorry I just double checked the commit and it should basically be
Ah omg didn't realize this had the merged icon sorry |
Co-authored-by: Phileas Lebada <norpol@users.noreply.github.com> Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
5cbad8a
to
36e51d7
Compare
Updated |
Description of changes
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.