Linux Wiki
Advertisement
This articles has been tagged as having a possibly Non-neutral point of view (NNPOV)
float
It may contain inaccuracies, overstatements, or read like an advertisement. Please help edit the article to correct this. This article was tagged on {{{1}}}

What is Manokwari?

Blankon-big

Manokwari Desktop

Manokwari is a desktop environment developed by BlankOn developer with HTML5 and CSS3 technology. With a web-based desktop like Manokwari, if you are accustomed to designing for the web or understand programming languages like HTML5 and CSS3, ManoKwari can be easily modified according to your taste. Manokwari is also often referred to as a desktop application.

Desktop environment is a GUI (Graphical User Interface) on the desktop operating system. Consists of icon, file manager, toolbars, folders, wallpapers, and desktop widgets.[1]

Installation

With BlankOn

Manokwari is used by BlankOn.

From Source

Download the source code of Manokwari with git

 git clone https://github.com/BlankOn/manokwari.git

Or directly from master tarball

Tarball

Install some packages dependencies for compilation on BlankOn/Debian or Ubuntu (not tested on Ubuntu)

 sudo apt-get install gnome-common libcairo2-dev libgee-dev libglib2.0-dev libgnome-menu-dev libgtk-3-dev libtool libunique-3.0-dev libvala-0.12-dev valac

Build and install source

 cd manokwari
 sh autogen.sh
 make
 sudo make install

External Links

Design

https://github.com/BlankOn/manokwari/blob/master/DESIGN.md

Hacking

https://github.com/BlankOn/manokwari/blob/master/HACKING.md


IRC : #blankon at irc.freenode.net
Mailing List: BlankOn-dev@googlegroups.com
Bug tracker: Github Issues[2]


Refferences

Advertisement