regolith-linux / sway-regolith

i3-compatible Wayland compositor
https://swaywm.org
MIT License
6 stars 2 forks source link

fix: isolate files shared with upstream in supplemental package #25

Open kgilmer opened 1 month ago

kgilmer commented 1 month ago

See https://github.com/regolith-linux/sway-regolith/pull/21#issuecomment-2118846157

kgilmer commented 1 month ago

Latest commit produces consistent happy-path behavior on my dev environment (upgrade) and a fresh instance (both running 24.04 amd64). Not sure if the additional meta packages are worth keeping around. PR ready for review @SoumyaRanjanPatnaik

kgilmer commented 1 month ago

nevermind, the following test failed:

  1. install sway
  2. install regolith-session-sway

expected: apt does not install supplemental package actual: apt installs supplemental package

kgilmer commented 1 month ago

Latest experiment does not produce desired results. On vanilla install, apt chooses to install neither sway nor sway-regolith-supplemental. :shrug: