Skip to content

gabrielecabrini/gnome-app-hider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNOME App Hider

Ever wished of being able to hide any apps you didn't like in GNOME's app menu? Well wish no more, as this is the extension for you!

Install

You can download it through GNOME's extension website or follow the list below

  1. Download this as a zip file
  2. Extract the zip
  3. Next, you have to move it to ~/.local/share/gnome-shell/extensions/
    1. You can do this by executing the command (or by moving it and renaming it to [email protected] manually):
mv ./gnome-app-hider-master ~/.local/share/gnome-shell/extensions/[email protected]
  1. Press ALT+F2 and type in restart. This will restart GNOME for you.
  2. Open the extensions app and enable it

Usage

To hide an app, simply go to the apps menu and right click on an icon. There should be an option to "hide" it

To unhide an app, go to the extension's options and remove any entries from the list.

Packing the extension

Run the pack.sh script

Translations

Language Contributor
🇹🇷 Turkish qewer33
🇨🇳 Chinese xiaozhangup
Occitan Mejans
🇵🇱 Polish LynithDev
🇪🇸 Spanish arpia49
🇫🇷 French gllmhyt
🇷🇺 Russian Pavelikgr
🇩🇪 German Pracium
🇮🇹 Italian Fail-gh
🇧🇬 Bulgarian iliqiliev

From the root project directory, run the following command to generate a .pot file for translators to use. You can edit this file with POEditor or any other translation software.

find . -iname "*.js" | xargs xgettext --from-code=UTF-8 --output=po/example.pot

License

This project is licensed with GPLv2.

Click here to see the full license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Shell 0.8%