tips:ubuntu:gnome3

This is an old revision of the document!


Gnome3

sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt update
sudo apt install ubuntu-gnome-desktop

customize environment with gnome-tweak-tool

sudo apt-add-repository ppa:numix/ppa
sudo apt-get update
sudo apt install numix-gtk-theme numix-icon-theme-circle numix-folders numix-wallpaper-aurora numix-plymouth-theme
sudo apt-get install gtk-theme-switch
gtk-theme-switch2
sudo apt install gpaste gnome-shell-extensions-gpaste

change keyboard shortcut of show history to <ALT>+v

use <SHIFT>+Ins to paste selected element

sudo add-apt-repository ppa:ne0sight/chrome-gnome-shell
sudo apt-get update
sudo apt-get install chrome-gnome-shell

https://extensions.gnome.org/

sudo apt-get install gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 gir1.2-clutter-1.0 

pomodoro (concepts)

curl -L http://download.opensuse.org/repositories/home:kamilprusko/xUbuntu_17.04/Release.key | sudo apt-key add -
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:kamilprusko/xUbuntu_17.04/ /' >> /etc/apt/sources.list.d/gnome-pomodoro.list"
sudo apt-get update
sudo apt install -y gnome-pomodoro
# restart gnome (ALT+F2 -> r)
# use gnome tweak tool to activate pomodoro

disable lock screen on suspend resume

gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
  • tips/ubuntu/gnome3.1501313937.txt.gz
  • Last modified: 2017/07/29 09:38
  • by scipio