UpgradeGnomeShell

Differences between revisions 31 and 45 (spanning 14 versions)
Revision 31 as of 2015-09-19 11:47:25
Size: 9583
Editor: inoki
Comment: Preparing a guide for users willing to get the latest Gnome
Revision 45 as of 2016-03-20 13:49:54
Size: 3532
Editor: localhost
Comment: I added link to go to korean
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
|| [[https://wiki.ubuntu.com/UbuntuGNOME/HowTo/Greek| Ελληνικά]] ||
<<BR>>
|| [[https://wiki.ubuntu.com/UbuntuGNOME/HowTo/UpgradeGnomeShell/Norwegian| Norsk]] || [[https://wiki.ubuntu.com/UbuntuGNOME/HowTo/UpgradeGnomeShell/Korean| 한국어]] ||
 <<BR>>
Line 14: Line 14:
= Ubuntu GNOME Basic HOWTO =
== Wiki Specific ==
 1. [[https://www.youtube.com/watch?v=kG2Vum24iQc | Howto Get Involved with the Ubuntu GNOME Team]].
 1. [[https://www.youtube.com/watch?v=UG_EjscshFo | Howto Get the Best out of the Ubuntu GNOME Wiki Area]].
 1. [[https://www.youtube.com/watch?v=0Vfgk86MYv0 | Howto Create a Wiki Page]].
= How to upgrade your shell =
Line 20: Line 16:
== Desktop Management == === Important note ===
It is not advised to proceed. Packages in the '''Gnome3-staging PPA''' are mainly for testing purposes. It is always recommended to stick to the version provided with the current release of Ubuntu. The packages in the '''Gnome3 PPA''' are considered stable and safe when used alone.
Line 22: Line 19:
=== Bring up the GNOME Shell ===
It is intuitive, but this is the most important task for the novice users. Click on '''Activities''' in the top left corner of the screen or press the '''Super''' key (previously known as '''Windows''' key) to bring up the '''GNOME Shell'''. This is the place where you can see your open windows, change workspaces and, of course, search for and run your favourite applications.
=== Change your desktop background (wallpaper) ===
 1. Right-click on the desktop and select '''Change Background...'''. You can also bring up the '''GNOME Shell''' and search for '''Background''' to open the '''Background''' system settings' window.
 1. Choose a wallpaper included in '''Ubuntu GNOME''', select your own wallpaper from the `Pictures` folder or pick a solid color for your background or lock screen.
=== Change the theme and fonts to customize the look of Ubuntu GNOME ===
A lot of the appeal of '''Ubuntu''' in general is its flexibility. One of the most obvious ways to customize a operating system is through its look. You can do this by changing the theme and fonts.
==== Theme ====
To change the theme, it is best to use '''GNOME Tweak Tool''' – an application which is included by default in the '''Ubuntu GNOME''' installation. If not, you can install it from the '''Software Center''' or throughout the command-line (by running `sudo apt-get install gnome-tweak-tool` in '''Terminal''').
'''Packages from these archives should be removed using ppa-purge prior to an upgrade to a greater version of the OS, such as moving from 14.04 to 14.10 and so on!'''
Line 32: Line 21:
Once you have '''GNOME Tweak Tool''' installed, bring up the '''GNOME Shell''' and search for '''Tweak Tool'''. Then run the application and select the '''Theme''' tab. All the theme settings can be changed here (desktop theme, cursor theme, icon theme, etc.). Many more themes than the ones on the list are available for download. [[http://www.gnome-look.org|GNOME-Look.org]] is a great place to look for more themes.
==== Fonts ====
All font settings are available in the '''Fonts''' tab – here you can not only change system fonts, but hinting and antialiasing, too.
=== Change your system settings ===
 1. Bring up the '''GNOME Shell''' and search for '''System Settings'''.
 1. Here you can change your personal, hardware or system settings. Click on an item to open its settings.
=== Check your version ===
Line 39: Line 23:
== User Account Management ==  * Open up a terminal window
 * type in {{{gnome-shell --version}}}
Line 41: Line 26:
If you are planning on having multiple users to use the operating system, it's a good idea to have several accounts. This can be accomplished by using the GUI or '''Terminal''' with equal effectiveness. For more information on what is included in the latest GNOME release visit The GNOME Foundation's [[https://help.gnome.org/misc/release-notes/ | release notes]] page.
Line 43: Line 28:
=== Create or remove a user account via the GUI ===
'''To add''' a user accout:
 * Open '''System Settings''' from the shell, and click '''User Accounts'''.
 * Then, click '''Unlock''' in the upper right-hand corner, and enter your `root` password.
 * User accounts can be added using the '''+''' button in the lower left-hand corner.
'''To remove''' a user account:
 * Select the user account you want to remove and click on the '''-''' (minus) button in the lower left-hand corner.
=== Create or remove a user account via Terminal ===
'''To add''' a user account, run the following commands with appropriate information:
 * {{{sudo adduser -d /home/newuser/ -m newuser}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man8/adduser.8.html | adduser man-pages]]
 * {{{sudo passwd newuser}}}
  * Enter the password you want the user to have.
  * Enter the same password again.
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man1/passwd.1ssl.html | passwd man-pages]]
=== Add the PPAs and update ===
Line 59: Line 30:
This would create a new account with the name `newuser`, and a home directory at `/home/newuser`.  * before adding the PPAs, please make sure your system is '''fully''' up-to-date by running {{{sudo apt update && sudo apt upgrade -f}}} in a Terminal window
 * then, in the same Terminal window run:
{{{
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt-get update
sudo apt-get dist-upgrade
}}}
Line 61: Line 39:
You can also create a user account by running the following command: (you can copy these commands one by one and paste them in order in a Terminal window with CTRL+Shift+V)
Line 63: Line 41:
 * {{{sudo useradd -c "newuser" -m -s "/bin/bash" newuser}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man8/useradd.8.html | useradd man-pages]]
=== Reboot and enjoy ===
Line 66: Line 43:
'''To remove''' a user account, run the following command:
 * {{{sudo userdel newuser}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man8/userdel.8.html | userdel man-pages]]
After everything's done you have to reboot your computer in order for the changes to take effect.
Line 70: Line 45:
This will remove the user account `newuser` from your operating system, but will not delete its `home` directory. If you want to keep the files of `newuser`, that’s good, but if you want to delete both the user account and the `home` directory, run the following command:
 * {{{sudo userdel -r newuser}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man8/userdel.8.html | userdel man-pages]]
=== Just to be perfectly safe ===
Line 74: Line 47:
== Software Management == Note, that the '''software updater only disables PPAs and doesn't remove actual packages''', what can cause issues with upgrades if you are using gnome3-staging, so make sure you run ppa-purge '''before''' an upgrade to a greater version of Ubuntu.
Line 76: Line 49:
=== Install software ===
Adding software in '''Ubuntu''' is really simple, easy and fast, which is one of the advantages the operating system has over other distributions. To add software in '''Ubuntu GNOME''':
= How to revert back =
Line 79: Line 51:
 1. Bring up the '''GNOME Shell''' and search for '''Ubuntu Software Center'''.
 1. Select from hundreds of free or paid applications.
 1. Click '''Install''' to install an application on your hard disk drive.
As mentioned above, packages in the Gnome3 and Staging PPAs are intended for experienced users only. Should you run into critical bugs and other issues with these packages, you can always remove them and restore the original packages. This process is called purging.
Line 83: Line 53:
If you want to install a more obscure package, you will need to do some simple work in '''Terminal'''. A good place to start learning about this is on the [[https://help.ubuntu.com/community/AptGet/Howto?action=show&redirect=AptGetHowto | AptGet Howto page.]] === Restore Gnome Shell ===
Line 85: Line 55:
=== Install software from a .deb file ===
Installing software from a `.deb` file is not normally necessary, but it can make life easier at times. For example, a newer version of your favourite application is available on the developer's official site in a .deb package, but not in the repositories of '''Ubuntu'''. Installing from a `.deb` file can be accomplished several ways in '''Ubuntu GNOME'''.
 * if you haven't already, you need to install a package called '''ppa-purge''' by running {{{sudo apt install ppa-purge}}} in a Terminal window
 * then, in the same Terminal window run:
Line 88: Line 58:
==== Via GUI ====
 * Double click on the `.deb` file. '''Ubuntu Software Center''' will handle the installation for you.
{{{
sudo ppa-purge ppa:gnome3-team/gnome3-staging
sudo ppa-purge ppa:gnome3-team/gnome3
sudo apt-get install ubuntu-gnome-desktop^
}}}
Line 91: Line 64:
==== Via Terminal ====
To install a single `.deb` package, run the following command:
The latter {{{ubuntu-gnome-desktop}}} package is important to add to ensure all packages are re-installed correctly.
Line 94: Line 66:
 * {{{sudo dpkg -i package-name-here.deb}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man1/dpkg.1.html | dpkg man-pages]]
OR

 * {{{sudo dpkg --install package-name-here.deb}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man1/dpkg.1.html | dpkg man-pages]]
----
To install several `.deb` packages from the same directory run the following command:

 * {{{sudo dpkg -i -R /path/to/dir/name/with/lots/of/dot-deb-files/}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man1/dpkg.1.html | dpkg man-pages]]

OR

 * {{{sudo dpkg -i --recursive /path/to/dir/name/with/lots/of/dot-deb-files/}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man1/dpkg.1.html | dpkg man-pages]]

=== Install Java ===
Installing Java (JRE and JDK) is one of the first things that many developers will want to do. While OpenJDK works 99% of the time, some may want true Oracle Java.
==== Install Oracle Java ====
The easiest way to install the latest version of Oracle Java on your machine is by using the '''Web Upd8''' personal package archive (PPA).

Open '''Terminal''' and run the following commands:

 * {{{sudo add-apt-repository ppa:webupd8team/java}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man1/add-apt-repository.1.html | add-apt-repository man-pages]]

 * {{{sudo apt-get update}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man8/apt-get.8.html | apt-get man-pages]]

 * {{{sudo apt-get install oracle-java7-installer}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man8/apt-get.8.html | apt-get man-pages]]

==== Install OpenJRE and OpenJDK ====
'''OpenJRE''' or '''OpenJDK''' can be installed via '''Ubuntu Software Center''' or '''Terminal'''.

Open '''Terminal''' and run the following command to install OpenJRE:

 * {{{sudo apt-get install openjdk-7-jre}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man8/apt-get.8.html | apt-get man-pages]]
(you can copy these commands one by one and paste them in order in a Terminal window with CTRL+Shift+V)
Line 136: Line 69:
Open '''Terminal''' and run the following command to install OpenJDK: === Reboot ===
Line 138: Line 71:
 * {{{sudo apt-get install openjdk-7-jdk}}}
  * [[http://manpages.ubuntu.com/manpages/saucy/en/man8/apt-get.8.html | apt-get man-pages]]

= Ubuntu GNOME Advanced HOWTO =
||<tablestyle="width: 95%; margin: 5px 0;" style="border: none; border-radius: 10px; background-color: #b9defa; font-size: 0.90em;" :> <<BR>> For more Ubuntu GNOME Advanced HOWTOs, please check '''[[https://wiki.ubuntu.com/UbuntuGNOME/HowTo/AdvancedHowTo | Advanced HOWTO]]''' Page. ||
<<BR>>

= Feedback =
If you couldn't find what you were looking for on this section and/or you would like to help our team and/or add your own HOWTO, please '''[[https://wiki.ubuntu.com/UbuntuGNOME/ContactUs | Contact Us]]''' and we will be very glad to listen to/read your feedback :)
After everything's done you have to reboot your computer in order for the changes to take effect.


Read this Site in your language:


How to upgrade your shell

Important note

It is not advised to proceed. Packages in the Gnome3-staging PPA are mainly for testing purposes. It is always recommended to stick to the version provided with the current release of Ubuntu. The packages in the Gnome3 PPA are considered stable and safe when used alone.

Packages from these archives should be removed using ppa-purge prior to an upgrade to a greater version of the OS, such as moving from 14.04 to 14.10 and so on!

Check your version

  • Open up a terminal window
  • type in gnome-shell --version

For more information on what is included in the latest GNOME release visit The GNOME Foundation's release notes page.

Add the PPAs and update

  • before adding the PPAs, please make sure your system is fully up-to-date by running sudo apt update && sudo apt upgrade -f in a Terminal window

  • then, in the same Terminal window run:

sudo add-apt-repository ppa:gnome3-team/gnome3
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt-get update
sudo apt-get dist-upgrade

(you can copy these commands one by one and paste them in order in a Terminal window with CTRL+Shift+V)

Reboot and enjoy

After everything's done you have to reboot your computer in order for the changes to take effect.

Just to be perfectly safe

Note, that the software updater only disables PPAs and doesn't remove actual packages, what can cause issues with upgrades if you are using gnome3-staging, so make sure you run ppa-purge before an upgrade to a greater version of Ubuntu.

How to revert back

As mentioned above, packages in the Gnome3 and Staging PPAs are intended for experienced users only. Should you run into critical bugs and other issues with these packages, you can always remove them and restore the original packages. This process is called purging.

Restore Gnome Shell

  • if you haven't already, you need to install a package called ppa-purge by running sudo apt install ppa-purge in a Terminal window

  • then, in the same Terminal window run:

sudo ppa-purge ppa:gnome3-team/gnome3-staging
sudo ppa-purge ppa:gnome3-team/gnome3
sudo apt-get install ubuntu-gnome-desktop^

The latter ubuntu-gnome-desktop package is important to add to ensure all packages are re-installed correctly.

(you can copy these commands one by one and paste them in order in a Terminal window with CTRL+Shift+V)

Reboot

After everything's done you have to reboot your computer in order for the changes to take effect.

UbuntuGNOME/HowTo/UpgradeGnomeShell (last edited 2016-03-20 13:49:54 by localhost)