Giter Site home page Giter Site logo

mate-globalmenu's Introduction

mate-globalmenu

Fork of gnome2-globalmenu, for MATE desktop

Screenshots: http://jas.gemnetworks.com/

Notes

vala has been disabled in configure script, because regardless of what I tried, valac always failed at some point in the build. I concluded it is not worth the effort trying to get vala to work with MATE (v1.4 at the time of writing).

This is ok when working with a (upstream) release tarball, but not when building code checked out from svn (in which case vala is a must) 1

Basing off upstream v0.7.10, the last release in the 0.7.x series (Nov 2010), which is the latest as of date of writing (Oct 2012).

The new 0.9.x branch is based on GNOME 3.

debian (amd64 binary and source) packages:

  1. Get the key:

     wget http://jas.gemnetworks.com/jasmineaura.gpg.key -O- | sudo apt-key add -
     
  2. Add to your apt sources (ex. /etc/apt/sources.list.d/mate.list)

     deb http://jas.gemnetworks.com/debian debian main
     deb-src http://jas.gemnetworks.com/debian debian main
     
  3. Install

     sudo apt-get install mate-globalmenu
     

or get the source, build deb, and install:

  apt-get source mate-globalmenu
  cd mate-globalmenu
  debuild
  dpkg -i ../mate-globalmenu*.deb
  
  1. Enable globalmenu on your mate-panel:

     mateconftool-2 --set /apps/mate_settings_daemon/gtk-modules/globalmenu-mate-panel --type bool true
     
  • This is provided you don't disable the plugin (default enabled):

      mateconftool-2 --get /apps/mate_settings_daemon/gtk-modules/globalmenu-plugin
      

    (should output "true")

  • And as the parent project notes: 1

    "loading and unloading the module on the fly is yet experimental. Random crashes do occur: Save your work before toggling Global Menu! So please immediately restart your gnome sessionafter changing this key"

mate-globalmenu's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.