Skip to content
jsuchome edited this page Aug 14, 2012 · 11 revisions

Gloves

Formerly known as YaST++

Overview

Main Reasons for Gloves

  • Using well-known language: ruby ** wide community, good testing framework
  • Role based access management ** Possible to define actions user are allowed to ** Front-end is run by regular user, in back-end is executed d-bus service with root access to the system
  • Better modularity ** By splitting the business logic part (Glove) from UI (Qt, WWW), modules that borrow functionality from other ones do not need to import(install) their UI. ** Should end with smaller space requirements.

Bugs

  • ruby-bindings bugs: bnc#705417, bnc#705420, bnc#705422

Requirements

  • For running the example code, install rubygem-ruby-augeas from devel:/languages:/ruby:/extensions project

Documentation

Clone this wiki locally