Restart Gnome Shell

Restart Gnome Shell when having display issues with Windows and UI.

Systemctl

Systemctl manages linux servers. We are using this to restart the default bluetooth application.

Dmsg

Dmsg is the list of running processes. Here we remove any additional bluetooth processes to avoid conflicts.

Mod

Modprobe and Rmmod adds and removes modules from the kernal. We are simply adding and removing the btusb module.

#!/bin/bash
#!/bin/sh
killall -SIGQUIT gnome-shell
Download

Checksum / Hashes

  • MD5: 0ff5e8e5769065aa0725086f08ade72d
  • SHA1: d6edbae252e08d2a37f02e7899eb004c39627356