Sway Fails To Install Properly

I am currently running i3wm on eos and wanted to try Sway. I cloned the git repo and did the installation but it seems to get hung up after the post-transaction hooks and I have no idea why

Error messages/ details/ descriptions, explanations might be helpful.

it kinda just stops here… not sure if there are error messages but there’s nothing on dmseg or journalctl -xb. everything just stops after yad-settings.desktop

should i uninstall or delete some i3 files first?

:: Running post-transaction hooks…
( 1/12) Creating system user accounts…
Creating group ā€˜seat’ with GID 957.
Creating group ā€˜greeter’ with GID 956.
Creating user ā€˜greeter’ (greetd greeter user) with UID 956 and GID 956.
( 2/12) Creating temporary files…
( 3/12) Reloading system manager configuration…
( 4/12) Reloading user manager configuration…
( 5/12) Reloading device manager configuration…
( 6/12) Arming ConditionNeedsUpdate…
( 7/12) Updating fontconfig configuration…
( 8/12) Updating fontconfig cache…
( 9/12) Updating 32-bit fontconfig cache…
(10/12) Compiling GSettings XML schema files…
(11/12) Updating icon theme caches…
(12/12) Updating the desktop file MIME type cache…
Deploying user configs…
Adding custom local desktop files…
Updated: avahi-discover.desktop
Updated: bssh.desktop
Updated: bvnc.desktop
Updated: eos-log-tool.desktop
Updated: eos-quickstart.desktop
Updated: eos-update.desktop
Updated: foot-server.desktop
Updated: footclient.desktop
Updated: nm-connection-editor.desktop
Updated: org.gnome.FileRoller.desktop
Updated: qv4l2.desktop
Updated: qvidcap.desktop
Updated: reflector-simple.desktop
Updated: stoken-gui.desktop
Updated: stoken-gui-small.desktop
Updated: thunar-bulk-rename.desktop
Updated: thunar-settings.desktop
Updated: thunar-volman-settings.desktop
Updated: xfce4-about.desktop
Updated: yad-icon-browser.desktop
Updated: yad-settings.desktop

When the post transaction process is stuck at that point, open another terminal and run:

ps aux | grep -E 'pacman|alpm|desktop|mime'

to see if any process is still running.

You could also have a look at (h)top to see if there is any cpu activity related to these processes.

Perhaps check mirrors, this sounds similar to what I get when they not up to date

it looks like it’s processes related to xdg-desktop-portal that are running. there were 3 processes, very very low CPU usage…

Hallo @sigmundfraud ,
How about following these steps:
in i3

cd Downloads/
git clone https://github.com/EndeavourOs-Community-Editions/sway.git

log out and at log-in screen press Ctrl+Alt+F3
log in to terminal


cd Downloads/sway
sudo ./sway-install.sh

relogin to sway
nano ~/.config/sway/config.d/input
if needed

Just too check have you cancelled yourself or did it cancell out?

Sounds normal.

I was more curious to see if anything related to pacman/alpm, update-desktop-database or update-mime-database is still running. Apparently not.

i waited 30-40 minutes and cancelled myself