Heather / gentoo-gnome

Unofficial Gnome Overlay (Also contains elementary stuff)
49 stars 40 forks source link

Unofficial GNOME overlay Build Status Average time to resolve an issue Percentage of issues still open Twitter

Versions

Communication

Major differences with the main tree

Information

Pantheon

minimal installation:

full installation:

(Dirli's cooment: below is written by someone else, left it, suddenly someone come in handy)

Here is an example .xinitrc:

#!/bin/sh
if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

#not sure about block below
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
/usr/lib/gnome-settings-daemon/gnome-settings-daemon &
/usr/lib/gnome-user-share/gnome-user-share &
eval $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)
export GNOME_KEYRING_CONTROL GNOME_KEYRING_PID GPG_AGENT_INFO SSH_AUTH_SOCK

#sometimes pantheon-session also will work
gsettings-data-convert &
xdg-user-dirs-gtk-update &
xrdb merge ~/.Xresources &&
wingpanel &
plank &
exec gala

Autostarting Plank in GNOME

add /usr/share/gnome/autostart/plank.desktop

[Desktop Entry]
Type=Application
Name=Plank
Comment=Plank panel
Exec=/usr/bin/plank
OnlyShowIn=GNOME;
X-GNOME-Autostart-Phase=Application

Likewise, conky -d can be added.

Branches