Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
/ gentoo-gnome Public archive
forked from Heather/gentoo-gnome

Unofficial Gnome Overlay (Also contains elementary stuff)

Notifications You must be signed in to change notification settings

ei-zascha/gentoo-gnome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial GNOME overlay Build Status Twitter

Versions

  • GNOME 3.30.x
  • Pantheon live ebuilds (They are slightly outdated possibly)

Communication

Major differences with the main tree

  • To use the latest versions of vala, mask the old vala version to see the limitations. Currently, the only way to use the new vala is to port everything to this overlay.

Information

  • list.py lists packages inside the overlay and their versions.
  • The official gnome overlay.
  • Contributions are welcome.
  • For bugs, use GitHub issues.
  • Use pull --rebase to resolve conflicts or set branch.autosetuprebase = always.
  • This script removes features implemented upstream from this overlay.

Pantheon

  • This fix was used for the Super_L key.
  • Entries from /usr/share/gnome/autoload are loaded.

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

  • stable branch was targeting Sabayon 14.01
  • 3.16 branch is saved old master
  • master branch is for newer stuff based on portage

About

Unofficial Gnome Overlay (Also contains elementary stuff)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.0%
  • Other 1.0%