3

I'm using POP OS 21.04 with default gnome desktop enviroment (Gnome with Wayland) I noticed that when I use the alt-tab shortcut a strange process appears called "gjs" (this only happens on Wayland)

When i use the command: ps aux | grep gjs I get the following output:

kiriaevi    3023  0.0  0.4 2744968 29028 ?       Sl   20:56   0:00 /usr/bin/gjs /usr/share/gnome-shell/org.gnome.Shell.Notifications
kiriaevi    6165  0.0  1.0 2799156 71668 ?       Sl   21:24   0:00 gjs /usr/share/gnome-shell/extensions/[email protected]/ding.js -E -P /usr/share/gnome-shell/extensions/[email protected] -M 0 -D 0:0:1920:1080:1
kiriaevi    6674  0.0  0.0  18924   912 pts/0    S+   21:34   0:00 grep --color=auto gjs

I don't think it's a process that should be deleted, can I at least hide this process from the alt+tab menu?

Thanks in advance for all the answers!

1
  • ` ps aux | grep gjs | grep -v grep` would omit the ps command from the listing. Commented Aug 2, 2021 at 20:46

1 Answer 1

5

This is because you're using Wayland.

To get rid of it, go the the "Extensions" application that comes installed with POP_OS, then disable "Desktop Icons NG (DING)". You won't see gjs in the Alt-Tab shortcut anymore.

1
  • Thank you, this works! Was ruining my alt-tab workflow. Commented Nov 13, 2021 at 18:00

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.