Untitled

From random_gangsta, 1 Week ago, written in Plain Text, viewed 2 times.
URL https://pastebin.h0me.dk/view/b0baa4d7 Embed
Download Paste or View Raw
  1. Two issues found:
  2.  
  3. ArcMenu — State is ERROR and no schema loaded. It's installed but crashing. Version 68.0 might not be compatible with GNOME Shell 48. The gext install probably grabbed a version that doesn't support GNOME 48 yet.
  4.  
  5. Ghostty — it's at /usr/bin/ghostty but wasn't registered with update-alternatives. The status is auto but Ghostty isn't listed. Can you run this to confirm:
  6.  
  7.  
  8. update-alternatives --display x-terminal-emulator
  9. For the Ghostty fix right now, just run:
  10.  
  11.  
  12. sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/ghostty 50
  13. sudo update-alternatives --set x-terminal-emulator /usr/bin/ghostty
  14. For ArcMenu on GNOME 48 — that's a compatibility issue. Let me check if there's a newer version that supports it, but it may just not work on GNOME 48 yet. Can you also run:
  15.  
  16.  
  17. journalctl --user -b | grep -i arcmenu | tail -5
  18. That'll show what error ArcMenu is throwing.

Reply to "Untitled"

Here you can reply to the paste above

captcha