UpgradeGnomeShell

Differences between revisions 8 and 45 (spanning 37 versions)
Revision 8 as of 2013-11-19 02:29:10
Size: 2403
Editor: 152
Comment: fixed a list numbering problem
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 1: Line 1:
## page was copied from UbuntuGNOME/HowTo
Line 2: Line 3:
<<BR>>
Line 3: Line 5:
= FAQs =
||<tablestyle="float:right; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Table of Contents'''<<BR>> <<TableOfContents>>||
Read this Site in your language:
Line 6: Line 7:
== Why Ubuntu GNOME is not shipped with the latest version of GNOME? == || [[https://wiki.ubuntu.com/UbuntuGNOME/HowTo/UpgradeGnomeShell/Norwegian| Norsk]] || [[https://wiki.ubuntu.com/UbuntuGNOME/HowTo/UpgradeGnomeShell/Korean| 한국어]] ||
 <<BR>>
Line 8: Line 10:
Please keep in mind that we can only ship in the standard installation, packages which are in the main Ubuntu repositories. Due to the closeness of release schedules between Ubuntu and GNOME, the latest versions of GNOME do NOT get fully tested 'before' each release cycle of Ubuntu. As such it appears Ubuntu is a cycle behind. However we also provide the [[https://launchpad.net/~gnome3-team/+archive/gnome3 | Gnome 3 PPA]] which brings most components up to the latest versions for each cycle. More details can be found on the PPA. ||<tablestyle="float:right; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<BR>> <<TableOfContents>>||

||<tablestyle="width: 25%; margin: 5px 0;" style="border: none; border-radius: 10px; background-color: #d5e5ff; font-size: 0.90em;" :> '''Quick Links''' <<BR>> [[https://wiki.ubuntu.com/UbuntuGNOME/FAQ | FAQs]] <<BR>> [[https://wiki.ubuntu.com/UbuntuGNOME/HowTo | Basic HOWTOs]] <<BR>> [[https://wiki.ubuntu.com/UbuntuGNOME/HowTo/AdvancedHowTo | Advanced HOWTOs]] ||

= 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 [[https://help.gnome.org/misc/release-notes/ | 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)
Line 11: Line 69:
= HOWTOs = === Reboot ===
Line 13: Line 71:
 1. [[https://www.youtube.com/watch?v=kG2Vum24iQc | HOWTO Get Involved with Ubuntu GNOME Team]].
 1. [[https://www.youtube.com/watch?v=UG_EjscshFo | HOWTO Get the best out of Ubuntu GNOME Wiki Area]].
 1. [[https://www.youtube.com/watch?v=0Vfgk86MYv0 | HOWTO Create a Wiki Page]].

== Basics ==

=== Changing the wallpaper. ===
 1. Right click on the desktop, and select "Change Background..."
 1. Pick whatever background you would like for your desktop, and lock screen.
=== Changing system settings. ===
 1. Bring up the GNOME Shell, and search for "System Settings"
 1. Change whatever you like.
=== Installing software. ===
Adding software in Ubuntu is really simple, which is one of the advantages the OS has over other distributions. To add software to UbuntuGNOME...

 1. Bring up the GNOME Shell, and search for "Ubuntu Software Center"
 1. Select from hundreds of free or paid softwares.

If you want to install a more obscure package, you will need to do some simple work in the 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.]]

=== Installing Java ===
Installing Java 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. For those people, the [[https://help.ubuntu.com/community/Java | Ubuntu community Java Documentation]] will be a good place to start reading.

OpenJDK can be installed using the Software Center or Terminal.
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)