Skip to content

acidburn0zzz/gtk-shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consort Shell

This is a fork of Tiago Vignatti's gtk-shell (https://github.com/tiagovignatti)

The aim here is to simplify the construction of a basic desktop system that ties in with Weston's desktop shell. ConsortShell is actually a client and not a plugin. We provide a very basic system that is merely enough to allow non-C plugins to be created quickly and easily.

All non-static consort_shell functions are exported via GObject Introspection. Plugins may be implemented in any language supported by libpeas. You may also offer GTK configuration dialogs through the native procedures available.

Building

cmake -DCMAKE_INSTALL_PREFIX=/usr
make
make install

Running

export GDK_BACKEND=wayland
weston

About

SolusOS Fork of gtk-shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 63.6%
  • C 24.0%
  • Vala 12.4%