Gnome: Difference between revisions

From miki
Jump to navigation Jump to search
Line 18: Line 18:
** One can also create a script to wait a certain amount of time before launching the program (script command <tt>sleep</tt>).
** One can also create a script to wait a certain amount of time before launching the program (script command <tt>sleep</tt>).


== Gnome DO ==
== Applications ==

=== Gnome DO ===


* My Gnome+launcher bookmarks on [http://delicious.com/m1p/gnome+launcher Delicious].
* My Gnome+launcher bookmarks on [http://delicious.com/m1p/gnome+launcher Delicious].
Line 27: Line 29:
* To add kde3 applications to catalog:
* To add kde3 applications to catalog:
sudo ln -s /opt/kde3/share/applications/kde /usr/share/applications/kde
sudo ln -s /opt/kde3/share/applications/kde /usr/share/applications/kde

=== Gnome Terminal ===

* Changing '''default window size''' (system-wide)
sudo gedit /usr/share/vte/termcap/xterm
: A few lines from the top, edit <tt>:co</tt> to change the default width, and <tt>:li</tt> to change the default height.
:co#80:it#8:li#24:\
* Changing '''default window size''' (Panel launcher)
** Right-click on launcher, ''Properties'', change ''command'' to <tt>gnome-terminal --geometry=132x40</tt>.
* Changing '''default window size''' (Application Menu)
** Same as above, but need to edit Application Menu (use ''Main Menu - System View'').
* Changing '''default window size''' (Terminal preferred application)
** Open ''GNOME Configuration Editor''. Go to ''desktop/gnome/applications/terminal'', edit value ''exec-args''=<tt>-x --geometry=132x40</tt>.
** This is same as changing the settings in ''System &rarr; ''Preferred Applications &rarr; Terminal''.

Revision as of 11:54, 27 August 2008

Introduction

This page stores useful information related to the Gnome desktop environment for Linux.

Configuration

  • Check the nice utility GNOME Configuration Editor (eg. gconf-editor /apps/gnome-terminal )
  • Editing a file Open With list in Nautilus: right click on file → properties → go to Open With panel. Add new applications and/or select default application.

Desktop Theme

Apple OS X Tiger-like theme

Startup programs

  • To edit startup programs in Gnome, go to menu SystemSystemSessions &rarr Startup programs.
    • One can also create a script to wait a certain amount of time before launching the program (script command sleep).

Applications

Gnome DO

 sudo ln -s /opt/kde3/share/applications/kde /usr/share/applications/kde

Gnome Terminal

  • Changing default window size (system-wide)
 sudo gedit /usr/share/vte/termcap/xterm
A few lines from the top, edit :co to change the default width, and :li to change the default height.
:co#80:it#8:li#24:\
  • Changing default window size (Panel launcher)
    • Right-click on launcher, Properties, change command to gnome-terminal --geometry=132x40.
  • Changing default window size (Application Menu)
    • Same as above, but need to edit Application Menu (use Main Menu - System View).
  • Changing default window size (Terminal preferred application)
    • Open GNOME Configuration Editor. Go to desktop/gnome/applications/terminal, edit value exec-args=-x --geometry=132x40.
    • This is same as changing the settings in System → Preferred Applications → Terminal.