Skip to content

Instantly share code, notes, and snippets.

@poloey
Last active January 2, 2019 09:12
Show Gist options
  • Save poloey/db88515845e13c8203cc07bd9e75d78e to your computer and use it in GitHub Desktop.
Save poloey/db88515845e13c8203cc07bd9e75d78e to your computer and use it in GitHub Desktop.
some gnome and ubuntu essential stuff

to install gnome shell extensions

sudo apt install gnome-shell-extensions
sudo apt install gnome-tweak-tool
sudo apt install chrome-gnome-shell

esential extension

  • Dash to Dock ( it will helping to minimize app when running from favorites - option Behaviour when clicking on running application )
  • switch workspace ( in alt I can see all application )

gnome command prompt

Alt + f2

to remove ppa from repo

sudo add-apt-repository --remove ppa:mutate/ppa

to edit desktop entry

to list all desktop entry

## ls /usr/share/applications/*.desktop

cp a desktop to .locals

cp /usr/share/applications/firefox.desktop ~/.local/share/applications

release terminal when apps open from terminal

just put & at the end of command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment