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!

Kiriaevi
  • 31
  • 2

1 Answers1

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.

AdminBee
  • 21,637
  • 21
  • 47
  • 71
JaredNPro
  • 51
  • 1
  • 2