Repositories
hildon-desktop
Hildon desktop, the window manager, application launcher and switcher program.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-desktop.git hildon-desktop cd hildon-desktop
Add this repository as a remote to an existing local repository:
git remote add hildon-desktop git://gitorious.org/fremantle-hildon-desktop/hildon-desktop.git git fetch hildon-desktop git checkout -b my-local-tracking-branch hildon-desktop/master_or_other_branch
libhildondesktop
libhildondesktop utilities library, common to hildon-desktop, hildon-home, hildon-status-menu
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/libhildondesktop.git libhildondesktop cd libhildondesktop
Add this repository as a remote to an existing local repository:
git remote add libhildondesktop git://gitorious.org/fremantle-hildon-desktop/libhildondesktop.git git fetch libhildondesktop git checkout -b my-local-tracking-branch libhildondesktop/master_or_other_branch
hildon-home
hildon-home application loads Home applets, hildon-desktop backgrounds, implements Notification D-Bus service etc.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-home.git hildon-home cd hildon-home
Add this repository as a remote to an existing local repository:
git remote add hildon-home git://gitorious.org/fremantle-hildon-desktop/hildon-home.git git fetch hildon-home git checkout -b my-local-tracking-branch hildon-home/master_or_other_branch
hildon-status-menu
hildon-status-menu is plugin loader for Status Area and Status Menu plugins.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-status-menu.git hildon-status-menu cd hildon-status-menu
Add this repository as a remote to an existing local repository:
git remote add hildon-status-menu git://gitorious.org/fremantle-hildon-desktop/hildon-status-menu.git git fetch hildon-status-menu git checkout -b my-local-tracking-branch hildon-status-menu/master_or_other_branch
clutter_0_8
Clutter version used in Fremantle.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/clutter_0_8.git clutter_0_8 cd clutter_0_8
Add this repository as a remote to an existing local repository:
git remote add clutter_0_8 git://gitorious.org/fremantle-hildon-desktop/clutter_0_8.git git fetch clutter_0_8 git checkout -b my-local-tracking-branch clutter_0_8/master_or_other_branch
libosso
libosso contains some dbus interface wrappers for applications.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/libosso.git libosso cd libosso
Add this repository as a remote to an existing local repository:
git remote add libosso git://gitorious.org/fremantle-hildon-desktop/libosso.git git fetch libosso git checkout -b my-local-tracking-branch libosso/master_or_other_branch
hildon-control-panel
hildon-control-panel implements the “Settings” application.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-control-panel.git hildon-control-panel cd hildon-control-panel
Add this repository as a remote to an existing local repository:
git remote add hildon-control-panel git://gitorious.org/fremantle-hildon-desktop/hildon-control-panel.git git fetch hildon-control-panel git checkout -b my-local-tracking-branch hildon-control-panel/master_or_other_branch
libmatchbox2
libmatchbox2 contains most of the window manager code and is usually statically linked to hildon-desktop.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/libmatchbox2.git libmatchbox2 cd libmatchbox2
Add this repository as a remote to an existing local repository:
git remote add libmatchbox2 git://gitorious.org/fremantle-hildon-desktop/libmatchbox2.git git fetch libmatchbox2 git checkout -b my-local-tracking-branch libmatchbox2/master_or_other_branch
matchbox-window-manager
This matchbox 1 is only used during startup sequence for basic window management. It’s not running when hildon-desktop is running.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/matchbox-window-manager.git matchbox-window-manager cd matchbox-window-manager
Add this repository as a remote to an existing local repository:
git remote add matchbox-window-manager git://gitorious.org/fremantle-hildon-desktop/matchbox-window-manager.git git fetch matchbox-window-manager git checkout -b my-local-tracking-branch matchbox-window-manager/master_or_other_branch
libmatchbox1
libmatchbox1 is only used by matchbox-window-manager 1.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/libmatchbox1.git libmatchbox1 cd libmatchbox1
Add this repository as a remote to an existing local repository:
git remote add libmatchbox1 git://gitorious.org/fremantle-hildon-desktop/libmatchbox1.git git fetch libmatchbox1 git checkout -b my-local-tracking-branch libmatchbox1/master_or_other_branch
libhildondesktop-mer
-
Cloning this repository:
git clone git://gitorious.org/+mer/fremantle-hildon-desktop/libhildondesktop-mer.git libhildondesktop-mer cd libhildondesktop-mer
Add this repository as a remote to an existing local repository:
git remote add libhildondesktop-mer git://gitorious.org/+mer/fremantle-hildon-desktop/libhildondesktop-mer.git git fetch libhildondesktop-mer git checkout -b my-local-tracking-branch libhildondesktop-mer/master_or_other_branch
hildon-home-mer
-
Cloning this repository:
git clone git://gitorious.org/+mer/fremantle-hildon-desktop/hildon-home-mer.git hildon-home-mer cd hildon-home-mer
Add this repository as a remote to an existing local repository:
git remote add hildon-home-mer git://gitorious.org/+mer/fremantle-hildon-desktop/hildon-home-mer.git git fetch hildon-home-mer git checkout -b my-local-tracking-branch hildon-home-mer/master_or_other_branch
hildon-status-menu-mer
-
Cloning this repository:
git clone git://gitorious.org/+mer/fremantle-hildon-desktop/hildon-status-menu-mer.git hildon-status-menu-mer cd hildon-status-menu-mer
Add this repository as a remote to an existing local repository:
git remote add hildon-status-menu-mer git://gitorious.org/+mer/fremantle-hildon-desktop/hildon-status-menu-mer.git git fetch hildon-status-menu-mer git checkout -b my-local-tracking-branch hildon-status-menu-mer/master_or_other_branch
clutter_0_8-mer
-
Cloning this repository:
git clone git://gitorious.org/+mer/fremantle-hildon-desktop/clutter_0_8-mer.git clutter_0_8-mer cd clutter_0_8-mer
Add this repository as a remote to an existing local repository:
git remote add clutter_0_8-mer git://gitorious.org/+mer/fremantle-hildon-desktop/clutter_0_8-mer.git git fetch clutter_0_8-mer git checkout -b my-local-tracking-branch clutter_0_8-mer/master_or_other_branch
libosso-mer
-
Cloning this repository:
git clone git://gitorious.org/+mer/fremantle-hildon-desktop/libosso-mer.git libosso-mer cd libosso-mer
Add this repository as a remote to an existing local repository:
git remote add libosso-mer git://gitorious.org/+mer/fremantle-hildon-desktop/libosso-mer.git git fetch libosso-mer git checkout -b my-local-tracking-branch libosso-mer/master_or_other_branch
hildon-control-panel-mer
-
Cloning this repository:
git clone git://gitorious.org/+mer/fremantle-hildon-desktop/hildon-control-panel-mer.git hildon-control-panel-mer cd hildon-control-panel-mer
Add this repository as a remote to an existing local repository:
git remote add hildon-control-panel-mer git://gitorious.org/+mer/fremantle-hildon-desktop/hildon-control-panel-mer.git git fetch hildon-control-panel-mer git checkout -b my-local-tracking-branch hildon-control-panel-mer/master_or_other_branch
libmatchbox2-mer
-
Cloning this repository:
git clone git://gitorious.org/+mer/fremantle-hildon-desktop/libmatchbox2-mer.git libmatchbox2-mer cd libmatchbox2-mer
Add this repository as a remote to an existing local repository:
git remote add libmatchbox2-mer git://gitorious.org/+mer/fremantle-hildon-desktop/libmatchbox2-mer.git git fetch libmatchbox2-mer git checkout -b my-local-tracking-branch libmatchbox2-mer/master_or_other_branch
matchbox-window-manager-mer
-
Cloning this repository:
git clone git://gitorious.org/+mer/fremantle-hildon-desktop/matchbox-window-manager-mer.git matchbox-window-manager-mer cd matchbox-window-manager-mer
Add this repository as a remote to an existing local repository:
git remote add matchbox-window-manager-mer git://gitorious.org/+mer/fremantle-hildon-desktop/matchbox-window-manager-mer.git git fetch matchbox-window-manager-mer git checkout -b my-local-tracking-branch matchbox-window-manager-mer/master_or_other_branch
libmatchbox1-mer
-
Cloning this repository:
git clone git://gitorious.org/+mer/fremantle-hildon-desktop/libmatchbox1-mer.git libmatchbox1-mer cd libmatchbox1-mer
Add this repository as a remote to an existing local repository:
git remote add libmatchbox1-mer git://gitorious.org/+mer/fremantle-hildon-desktop/libmatchbox1-mer.git git fetch libmatchbox1-mer git checkout -b my-local-tracking-branch libmatchbox1-mer/master_or_other_branch
osso-applet-screencalibration
Screen calibration applet for Hildon Control Panel (Settings in N900).
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/osso-applet-screencalibration.git osso-applet-screencalibration cd osso-applet-screencalibration
Add this repository as a remote to an existing local repository:
git remote add osso-applet-screencalibration git://gitorious.org/fremantle-hildon-desktop/osso-applet-screencalibration.git git fetch osso-applet-screencalibration git checkout -b my-local-tracking-branch osso-applet-screencalibration/master_or_other_branch
stskeepss-hildon-desktop
-
Cloning this repository:
git clone git://gitorious.org/~stskeeps/fremantle-hildon-desktop/stskeepss-hildon-desktop.git stskeepss-hildon-desktop cd stskeepss-hildon-desktop
Add this repository as a remote to an existing local repository:
git remote add stskeepss-hildon-desktop git://gitorious.org/~stskeeps/fremantle-hildon-desktop/stskeepss-hildon-desktop.git git fetch stskeepss-hildon-desktop git checkout -b my-local-tracking-branch stskeepss-hildon-desktop/master_or_other_branch
hildon-desktop-mer
-
Cloning this repository:
git clone git://gitorious.org/+mer/fremantle-hildon-desktop/hildon-desktop-mer.git hildon-desktop-mer cd hildon-desktop-mer
Add this repository as a remote to an existing local repository:
git remote add hildon-desktop-mer git://gitorious.org/+mer/fremantle-hildon-desktop/hildon-desktop-mer.git git fetch hildon-desktop-mer git checkout -b my-local-tracking-branch hildon-desktop-mer/master_or_other_branch
ibinde-hildon-desktop
-
Cloning this repository:
git clone git://gitorious.org/~moimart/fremantle-hildon-desktop/ibinde-hildon-desktop.git ibinde-hildon-desktop cd ibinde-hildon-desktop
Add this repository as a remote to an existing local repository:
git remote add ibinde-hildon-desktop git://gitorious.org/~moimart/fremantle-hildon-desktop/ibinde-hildon-desktop.git git fetch ibinde-hildon-desktop git checkout -b my-local-tracking-branch ibinde-hildon-desktop/master_or_other_branch
ibinde-libhildondesktop
-
Cloning this repository:
git clone git://gitorious.org/~moimart/fremantle-hildon-desktop/ibinde-libhildondesktop.git ibinde-libhildondesktop cd ibinde-libhildondesktop
Add this repository as a remote to an existing local repository:
git remote add ibinde-libhildondesktop git://gitorious.org/~moimart/fremantle-hildon-desktop/ibinde-libhildondesktop.git git fetch ibinde-libhildondesktop git checkout -b my-local-tracking-branch ibinde-libhildondesktop/master_or_other_branch
ibinde-hildon-home
-
Cloning this repository:
git clone git://gitorious.org/~moimart/fremantle-hildon-desktop/ibinde-hildon-home.git ibinde-hildon-home cd ibinde-hildon-home
Add this repository as a remote to an existing local repository:
git remote add ibinde-hildon-home git://gitorious.org/~moimart/fremantle-hildon-desktop/ibinde-hildon-home.git git fetch ibinde-hildon-home git checkout -b my-local-tracking-branch ibinde-hildon-home/master_or_other_branch
ibinde-hildon-menu
-
Cloning this repository:
git clone git://gitorious.org/~moimart/fremantle-hildon-desktop/ibinde-hildon-menu.git ibinde-hildon-menu cd ibinde-hildon-menu
Add this repository as a remote to an existing local repository:
git remote add ibinde-hildon-menu git://gitorious.org/~moimart/fremantle-hildon-desktop/ibinde-hildon-menu.git git fetch ibinde-hildon-menu git checkout -b my-local-tracking-branch ibinde-hildon-menu/master_or_other_branch
ibinde-libmatchbox2
-
Cloning this repository:
git clone git://gitorious.org/~moimart/fremantle-hildon-desktop/ibinde-libmatchbox2.git ibinde-libmatchbox2 cd ibinde-libmatchbox2
Add this repository as a remote to an existing local repository:
git remote add ibinde-libmatchbox2 git://gitorious.org/~moimart/fremantle-hildon-desktop/ibinde-libmatchbox2.git git fetch ibinde-libmatchbox2 git checkout -b my-local-tracking-branch ibinde-libmatchbox2/master_or_other_branch
hildon-theme-layout-5
This package contains tools that can help you create a theme for the maemo platform version 5. All you need to do is create a big template image and these tools will create a theme package from it.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-theme-layout-5.git hildon-theme-layout-5 cd hildon-theme-layout-5
Add this repository as a remote to an existing local repository:
git remote add hildon-theme-layout-5 git://gitorious.org/fremantle-hildon-desktop/hildon-theme-layout-5.git git fetch hildon-theme-layout-5 git checkout -b my-local-tracking-branch hildon-theme-layout-5/master_or_other_branch
hildon-theme-tools
Tools for developing hildon themes.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-theme-tools.git hildon-theme-tools cd hildon-theme-tools
Add this repository as a remote to an existing local repository:
git remote add hildon-theme-tools git://gitorious.org/fremantle-hildon-desktop/hildon-theme-tools.git git fetch hildon-theme-tools git checkout -b my-local-tracking-branch hildon-theme-tools/master_or_other_branch
hildon-theme-layout-5-mer
-
Cloning this repository:
git clone git://gitorious.org/+mer/fremantle-hildon-desktop/hildon-theme-layout-5-mer.git hildon-theme-layout-5-mer cd hildon-theme-layout-5-mer
Add this repository as a remote to an existing local repository:
git remote add hildon-theme-layout-5-mer git://gitorious.org/+mer/fremantle-hildon-desktop/hildon-theme-layout-5-mer.git git fetch hildon-theme-layout-5-mer git checkout -b my-local-tracking-branch hildon-theme-layout-5-mer/master_or_other_branch

