toshiba_chromebook_2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toshiba_chromebook_2 [20.11.2014 06:16] Pascal Sutertoshiba_chromebook_2 [21.11.2014 13:12] Pascal Suter
Line 29: Line 29:
   * run crouton. at best you first look at the available command line options by running <code>sudo sh ~/Downloads/crouton -h</code> so you can find what options suti you best. in my case at the time of writing this was <code>sudo sh ~/Downloads/crouton -r trusty -t gnome,keyboard</code>note the keyboard target. that's needed to get the function keys running.    * run crouton. at best you first look at the available command line options by running <code>sudo sh ~/Downloads/crouton -h</code> so you can find what options suti you best. in my case at the time of writing this was <code>sudo sh ~/Downloads/crouton -r trusty -t gnome,keyboard</code>note the keyboard target. that's needed to get the function keys running. 
   * this will install a ubuntu trusty 14.04 lts version with a basic gnome environment. as the script tells you you can now start your ubuntu by typing <code>sudo startgnome</code>   * this will install a ubuntu trusty 14.04 lts version with a basic gnome environment. as the script tells you you can now start your ubuntu by typing <code>sudo startgnome</code>
-===== customize gnome ===== +===== customize software ===== 
-  * crouton installs a very minimalistic gnome desktop. in order for it to look pretty and to have all the gnome tools you might have gotten used to you need to install additional packages. the easyest way to just get everyting that belongs to it you siply <code>apt-get install gnome</code> but that  takes over 3GB of disk space and includes many games and stuff you probably don't ever need. \\instead you can run <code>apt-cache depends gnome</code> to see what packages get installed and then work your way from there to compile a list of what you really want installed on your system and what not. here's the list i've compiled: <code>sudo apt-get install nano gnome-core desktop-base network-manager-gnome cheese file-roller gedit gnome-color-manager gnome-documents gnome-nettool nautilus-sendto seahorse totem vinagre alacarte avahi-daemon gimp gnome-media gnome-tweak-tool inkscape libreoffice-gnome libreoffice-writer libreoffice-calc libreoffice-impress sound-juicer tomboy shotwell tracker-gui xdg-user-dirs-gtk cups-pk-helper gedit-plugins gnome-applets gnome-shell-extensions gstreamer1.0-libav gstreamer1.0-plugins-ugly totem-plugins libgtk2-perl dia-gnome thunderbird synaptic update-manager-core thunderbird-gnome-support </code>this will use about 1.3GB of yourprecious disk space :) +  * crouton installs a very minimalistic gnome desktop and not much else. in order for it to look pretty and to have all the gnome tools you might have gotten used to you need to install additional packages. the easyest way to just get everyting that belongs to it you siply <code>apt-get install gnome</code> but that  takes over 3GB of disk space and includes many games and stuff you probably don't ever need. \\instead you can run <code>apt-cache depends gnome</code> to see what packages get installed and then work your way from there to compile a list of what you really want installed on your system and what not. here's the list i've compiled: <code>sudo apt-get install nano gnome-core desktop-base network-manager-gnome cheese file-roller gedit gnome-color-manager gnome-documents gnome-nettool nautilus-sendto seahorse totem vinagre alacarte avahi-daemon gimp gnome-media gnome-tweak-tool inkscape libreoffice-gnome libreoffice-writer libreoffice-calc libreoffice-impress sound-juicer tomboy shotwell tracker-gui xdg-user-dirs-gtk cups-pk-helper gedit-plugins gnome-applets gnome-shell-extensions gstreamer1.0-libav gstreamer1.0-plugins-ugly totem-plugins libgtk2-perl dia-gnome thunderbird synaptic update-manager-core thunderbird-gnome-support bash-completion vlc ubuntu-restricted-extras ttf-ubuntu-font-family software-center remmina</code>this will use about 1.6GB of your precious disk space :) but it includes some more productivity stuff and VLC
-  * i also recommend to install update-manager-core for future release updates (do-release-upgrade)+
  
 ===== autostart crouton ===== ===== autostart crouton =====
Line 40: Line 39:
   * touch a file called crouton.init in your downloads directory.    * touch a file called crouton.init in your downloads directory. 
 ===== simulate middle mouse button ===== ===== simulate middle mouse button =====
-on a normal trackpad you would simply click the left and right mouse key at the same time to simulate a center key klick, but the chromebook has only one button. so this leaves us with the mac solution: tap the pad with one finger for a left click, two fingers for a right click and.. you might guess it.. three fingers for the center click... you can enable this by opening a command prompt and running this command <code>synclient TapButton3=2</code> however, this command needs to be executed each time you start gnome.. so here's how to do that automatically: <code>echo synclient TapButton3=2 > ~/touchpad_settings.sh+on a normal trackpad you would simply click the left and right mouse key at the same time to simulate a center key klick, but the chromebook has only one button. so this leaves us with the mac solution: tap the pad with one finger for a left click, two fingers for a right click and.. you might guess it.. three fingers for the center click... you can enable this by opening a command prompt and running this command <code>synclient TapButton3=2</code> however, this command needs to be executed each time you start gnome.. so here's how to do that automatically: <code>echo "synclient TapButton3=2> ~/touchpad_settings.sh
 chmod +x ~/touchpad_settings.sh chmod +x ~/touchpad_settings.sh
 </code>use of course your own user name instead of psuter. now add touchpad_settings.sh to your startup appilcations through te settings gui.  </code>use of course your own user name instead of psuter. now add touchpad_settings.sh to your startup appilcations through te settings gui. 
  • toshiba_chromebook_2.txt
  • Last modified: 14.08.2017 23:50
  • by Pascal Suter