https://github.com/endlessm/eos-theme
Gtk, window, and icon themes for eos-shell
https://github.com/endlessm/eos-theme
Last synced: 6 months ago
JSON representation
Gtk, window, and icon themes for eos-shell
- Host: GitHub
- URL: https://github.com/endlessm/eos-theme
- Owner: endlessm
- License: lgpl-2.1
- Created: 2013-04-12T10:47:15.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T19:34:17.000Z (over 1 year ago)
- Last Synced: 2025-01-20T22:16:55.694Z (over 1 year ago)
- Language: Makefile
- Size: 24.1 MB
- Stars: 8
- Watchers: 28
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
# eos-theme
Gtk, window, and icon themes for eos-shell
To build/install from this repo:
```
sudo apt-get install gnome-common librsvg2-dev libgtk-3-dev
cd ~/checkout/eos-theme
./autogen.sh --prefix=/usr --sysconfdir=/etc
make
sudo make install
```
Or, if running eos-shell via JHBuild:
```
jhbuild shell
./autogen.sh --prefix=$HOME/gnome/install (for 32-bit systems)
./autogen.sh --prefix=$HOME/gnome/install --libdir=$HOME/gnome/install/lib64 (for 64-bit systems)
make
make install
```
Note that for jhbuild to show the full theme, you need to create a new
xsessions file (ex: /usr/share/xsessions/eos-session.desktop) with the
following
content:
```
[Desktop Entry]
Name=EOS
Comment=This session logs you into GNOME
Exec=jhbuild run gnome-session --session=eos-shell
Icon=
Type=Application
X-Ubuntu-Gettext-Domain=gnome-session-3.0
```
Note also that any per-user settings configured with "gsettings set"
will override the system settings in the schema file that is installed.
Use "gsettings reset" for each field to restore the default
and enable use of the settings schema.