Age | Commit message (Collapse) | Author |
|
|
|
|
|
upstream release
|
|
upstream release
|
|
upstream release
|
|
upstream release
|
|
|
|
|
|
|
|
|
|
The ScreenCast portal was misspelled as Screencast, which causes
xdg-desktop-portal to fall back to using the deprecated UseIn key from
the portal definitions, leading to a different portal being used if
multiple portals providing ScreenCast are installed.
Fixes #1
(cherry picked from commit e6a592c9d59ecbec5b5f89be989b8cc6e1072822)
|
|
|
|
|
|
|
|
As of version 1.17, xdg-desktop-portal requires desktops to declare
which portals should be used. For Sway, this requires a file
/usr/share/xdg-desktop-portal/sway-portals.conf (or a local user
config).
A reasonable default is to use GTK for the file picker (as wlr doesn't
have file picker support) and wlr for screencast/screenshot support.
Fedora does this similarly. [1]
Upstream is not interested in shipping a configuration file [2] so we
need to do it downstream.
Fixes #72297
Fixes #79883
[1] https://src.fedoraproject.org/rpms/sway/blob/rawhide/f/sway-portals.conf
[2] https://github.com/swaywm/sway/issues/7773
|
|
|
|
The new CAP_SYS_NICE capability granted to sway interferes with user xkb
configs. A patch has been introduced/merged [1] but has yet to see release.
[1] https://github.com/swaywm/sway/commit/2f2cdd60def006f6d3cbe318f9edd7d68fcb239a
|
|
This is a left-over relic
|
|
Support for sway to set SCHED_RR was added to improve desktop
responsiveness/stuttering [1]. Upstream advises setting the capability on the
binary [2].
Fixes FS#77225
[1] https://github.com/swaywm/sway/pull/6994
[2] https://github.com/swaywm/sway/pull/6992#pullrequestreview-972760643
|
|
devtools 20230105-1 enables the debug option by default.
A follow-up commit will remove debug from alongside other options.
|
|
|
|
|
|
|
|
|
|
https://github.com/swaywm/sway/pull/7168
|
|
https://gitlab.archlinux.org/archlinux/devtools/-/merge_requests/109#note_74475
|
|
Fixes #74778
|
|
These might have been intended for some custom downstream use but were never
actually packaged. Seeing as upstream does not approve of these and instead
wishes users to implement their own setup using their Wiki, I think it best to
have the user do just that without downstream fragmentation.
|
|
|
|
|
|
|
|
|
|
|
|
Since seatd has become a requirement for sway's logind support, we can leverage
this package to also obtain elevated system privileges instead of polkit.
Note that using seatd instead of polkit means that a user must be a part of the
"seat" group: Otherwise, the user will not be able to achieve the appropriate
privileged actions.
Also remove a few unnecessary extra packages from the optdepends to give polkit
a bit more visibility.
|
|
|
|
|
|
|
|
|
|
Fixes FS#72297
|
|
|
|
|
|
See https://github.com/swaywm/sway/issues/6038
|
|
|
|
|
|
N.B. /etc/sway/security.d has been removed - upstream says this inclusion was an oversight and that the code/references to the code have been removed.
See:
* https://github.com/swaywm/sway/issues/5335
* https://github.com/swaywm/sway/pull/5339
|
|
|
|
Without polkit Sway fails to obtain CAP_SYS_ADMIN to become a DRM master. This ensures that a base Arch installation + pacman -S sway gives a working session.
|
|
|
|
|
|
|