Skip to content

Instantly share code, notes, and snippets.

@cer-0
Last active December 9, 2021 16:11
Show Gist options
  • Select an option

  • Save cer-0/0ed19f7368ecab0d94e706084d166e3c to your computer and use it in GitHub Desktop.

Select an option

Save cer-0/0ed19f7368ecab0d94e706084d166e3c to your computer and use it in GitHub Desktop.

Revisions

  1. cer-0 revised this gist Dec 9, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion hide_unwanted_gnome_apps.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    #!/usr/bin/env bash
    # This script will hide apps like "Hardware Info", Avahi* and QT VL42*.

    for i in {bvnc,bssh,avahi-discover,lstopo,qv4l2,qvidcap}.desktop; do sed -i '3iNoDisplay=true' $i; done
    cd /usr/share/applications/
    for i in {bvnc,bssh,avahi-discover,lstopo,qv4l2,qvidcap}.desktop; do sudo sed -i '3iNoDisplay=true' $i; done
  2. cer-0 created this gist Oct 25, 2020.
    4 changes: 4 additions & 0 deletions hide_unwanted_gnome_apps.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #!/usr/bin/env bash
    # This script will hide apps like "Hardware Info", Avahi* and QT VL42*.

    for i in {bvnc,bssh,avahi-discover,lstopo,qv4l2,qvidcap}.desktop; do sed -i '3iNoDisplay=true' $i; done