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