Fremantle Hildon Desktop
Hildon desktop and (loosely) related components for Maemo Fremantle release.
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
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
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
osso-af-startup
Fremantle Application framework startup scripts.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/osso-af-startup.git osso-af-startup cd osso-af-startup
Add this repository as a remote to an existing local repository:
git remote add osso-af-startup git://gitorious.org/fremantle-hildon-desktop/osso-af-startup.git git fetch osso-af-startup git checkout -b my-local-tracking-branch osso-af-startup/master_or_other_branch
hildon-initscripts
Shell scripts to launch Maemo environment in Scratchbox.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-initscripts.git hildon-initscripts cd hildon-initscripts
Add this repository as a remote to an existing local repository:
git remote add hildon-initscripts git://gitorious.org/fremantle-hildon-desktop/hildon-initscripts.git git fetch hildon-initscripts git checkout -b my-local-tracking-branch hildon-initscripts/master_or_other_branch
osso-af-utils
Assortment of small programs for the application framework. Including waitdbus, waitx, fb-progress, xset770, temp-reaper.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/osso-af-utils.git osso-af-utils cd osso-af-utils
Add this repository as a remote to an existing local repository:
git remote add osso-af-utils git://gitorious.org/fremantle-hildon-desktop/osso-af-utils.git git fetch osso-af-utils git checkout -b my-local-tracking-branch osso-af-utils/master_or_other_branch
gnome-menus
The package contains an implementation of the draft “Desktop Menu Specification” from freedesktop.org.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/gnome-menus.git gnome-menus cd gnome-menus
Add this repository as a remote to an existing local repository:
git remote add gnome-menus git://gitorious.org/fremantle-hildon-desktop/gnome-menus.git git fetch gnome-menus git checkout -b my-local-tracking-branch gnome-menus/master_or_other_branch
hildon-theme-variant-template
Example of a theme variant.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-theme-variant-template.git hildon-theme-variant-template cd hildon-theme-variant-template
Add this repository as a remote to an existing local repository:
git remote add hildon-theme-variant-template git://gitorious.org/fremantle-hildon-desktop/hildon-theme-variant-template.git git fetch hildon-theme-variant-template git checkout -b my-local-tracking-branch hildon-theme-variant-template/master_or_other_branch
clipboard-manager
The clipboard manager is responsible for saving clipboard
data when clients want to.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/clipboard-manager.git clipboard-manager cd clipboard-manager
Add this repository as a remote to an existing local repository:
git remote add clipboard-manager git://gitorious.org/fremantle-hildon-desktop/clipboard-manager.git git fetch clipboard-manager git checkout -b my-local-tracking-branch clipboard-manager/master_or_other_branch
osso-app-killer
Scripts to implement the ‘cleansing effect’ of Restore Original Settings and Clear User Data. Also included is a script to run before the restore operation.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/osso-app-killer.git osso-app-killer cd osso-app-killer
Add this repository as a remote to an existing local repository:
git remote add osso-app-killer git://gitorious.org/fremantle-hildon-desktop/osso-app-killer.git git fetch osso-app-killer git checkout -b my-local-tracking-branch osso-app-killer/master_or_other_branch
hildon-welcome
This package contains the program which shows the welcome animation.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-welcome.git hildon-welcome cd hildon-welcome
Add this repository as a remote to an existing local repository:
git remote add hildon-welcome git://gitorious.org/fremantle-hildon-desktop/hildon-welcome.git git fetch hildon-welcome git checkout -b my-local-tracking-branch hildon-welcome/master_or_other_branch
desktop-file-utils
Some utilities to make dealing with .desktop files easier. Also default applications list for some file types.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/desktop-file-utils.git desktop-file-utils cd desktop-file-utils
Add this repository as a remote to an existing local repository:
git remote add desktop-file-utils git://gitorious.org/fremantle-hildon-desktop/desktop-file-utils.git git fetch desktop-file-utils git checkout -b my-local-tracking-branch desktop-file-utils/master_or_other_branch
libhildonmime
Library for activating an application to handle a certain MIME type.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/libhildonmime.git libhildonmime cd libhildonmime
Add this repository as a remote to an existing local repository:
git remote add libhildonmime git://gitorious.org/fremantle-hildon-desktop/libhildonmime.git git fetch libhildonmime git checkout -b my-local-tracking-branch libhildonmime/master_or_other_branch
shared-mime-info
This is the shared MIME-info database from the X Desktop Group. It is required by any program complying to the Shared MIME-Info Database spec, which is also included in this package.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/shared-mime-info.git shared-mime-info cd shared-mime-info
Add this repository as a remote to an existing local repository:
git remote add shared-mime-info git://gitorious.org/fremantle-hildon-desktop/shared-mime-info.git git fetch shared-mime-info git checkout -b my-local-tracking-branch shared-mime-info/master_or_other_branch
libnotify
A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/libnotify.git libnotify cd libnotify
Add this repository as a remote to an existing local repository:
git remote add libnotify git://gitorious.org/fremantle-hildon-desktop/libnotify.git git fetch libnotify git checkout -b my-local-tracking-branch libnotify/master_or_other_branch
hildon-notify
libnotify wrapper which adds support for D-Bus callbacks in notification actions
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-notify.git hildon-notify cd hildon-notify
Add this repository as a remote to an existing local repository:
git remote add hildon-notify git://gitorious.org/fremantle-hildon-desktop/hildon-notify.git git fetch hildon-notify git checkout -b my-local-tracking-branch hildon-notify/master_or_other_branch
hildon-theme-cacher
Tool to generate gtkrc cache files on fly
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-theme-cacher.git hildon-theme-cacher cd hildon-theme-cacher
Add this repository as a remote to an existing local repository:
git remote add hildon-theme-cacher git://gitorious.org/fremantle-hildon-desktop/hildon-theme-cacher.git git fetch hildon-theme-cacher git checkout -b my-local-tracking-branch hildon-theme-cacher/master_or_other_branch
hildon-input-method-framework
This package contains the communication protocol, HildonIMContext, the GTK input method module.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-input-method-framework.git hildon-input-method-framework cd hildon-input-method-framework
Add this repository as a remote to an existing local repository:
git remote add hildon-input-method-framework git://gitorious.org/fremantle-hildon-desktop/hildon-input-method-framework.git git fetch hildon-input-method-framework git checkout -b my-local-tracking-branch hildon-input-method-framework/master_or_other_branch
hildon-input-method
Hildon Input method for Fremantle.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-input-method.git hildon-input-method cd hildon-input-method
Add this repository as a remote to an existing local repository:
git remote add hildon-input-method git://gitorious.org/fremantle-hildon-desktop/hildon-input-method.git git fetch hildon-input-method git checkout -b my-local-tracking-branch hildon-input-method/master_or_other_branch
hildon-input-method-plugins-example
This packages provides the example plugins of Hildon Input Method.
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/hildon-input-method-plugins-example.git hildon-input-method-plugins-example cd hildon-input-method-plugins-example
Add this repository as a remote to an existing local repository:
git remote add hildon-input-method-plugins-example git://gitorious.org/fremantle-hildon-desktop/hildon-input-method-plugins-example.git git fetch hildon-input-method-plugins-example git checkout -b my-local-tracking-branch hildon-input-method-plugins-example/master_or_other_branch
freetype
FreeType font engine
-
Cloning this repository:
git clone git://gitorious.org/fremantle-hildon-desktop/freetype.git freetype cd freetype
Add this repository as a remote to an existing local repository:
git remote add freetype git://gitorious.org/fremantle-hildon-desktop/freetype.git git fetch freetype git checkout -b my-local-tracking-branch freetype/master_or_other_branch
Activities 
-
Monday June 06 2011
-
Project
22:16
-
-
Tuesday March 08 2011
-
Favorite
16:29
amar started watching fremantle-hildon-desktop/libhildondesktop
-
-
Saturday March 05 2011
-
Favorite
18:32
Dmitry Zelenkovsky started watching ~moimart/fremantle-hildon-desktop/ibinde-hildon-home
-
-
Thursday January 20 2011
-
Favorite
15:23
verssetti started watching fremantle-hildon-desktop/osso-applet-screencalibration
-
-
Saturday January 08 2011
-
Favorite
22:59
Tomasz Sterna started watching ~moimart/fremantle-hildon-desktop/ibinde-hildon-desktop
-
-
Sunday January 02 2011
-
Favorite
11:15
Tomasz Sterna started watching fremantle-hildon-desktop/hildon-notify
-
Favorite
11:15
Tomasz Sterna started watching fremantle-hildon-desktop/shared-mime-info
-
Favorite
11:15
Tomasz Sterna started watching fremantle-hildon-desktop/libhildonmime
-
Favorite
11:15
Tomasz Sterna started watching fremantle-hildon-desktop/desktop-file-utils
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/clipboard-manager
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/hildon-theme-variant-template
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/gnome-menus
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/osso-af-utils
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/osso-af-startup
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/hildon-theme-tools
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/hildon-theme-layout-5
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/osso-applet-screencalibration
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/libmatchbox2
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/hildon-control-panel
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/libosso
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/hildon-status-menu
-
Favorite
11:14
Tomasz Sterna started watching fremantle-hildon-desktop/hildon-home
-
Favorite
11:13
Tomasz Sterna started watching fremantle-hildon-desktop/libhildondesktop
-
Favorite
11:13
Tomasz Sterna started watching fremantle-hildon-desktop/hildon-desktop
-
-
Sunday December 19 2010
-
Repository
23:02
Mohammad Abu-Garbeyyeh cloned fremantle-hildon-desktop/hildon-desktop
New repository is in mohammad7410s-hildon-desktop
-
-
Thursday December 02 2010
-
Favorite
11:03
Marko Kaznovac started watching fremantle-hildon-desktop/hildon-desktop
-
-
Thursday September 30 2010
-
Favorite
12:10
jmmlem started watching fremantle-hildon-desktop/hildon-desktop
-
-
Tuesday August 31 2010
-
Commit
16:21
Adam Endrodi created branch for_2.2.141 on fremantle-hildon-desktop/hildon-desktop
-
Push
16:02
Adam Endrodi pushed 77feb7ae to fremantle-hildon-desktop/hildon-desktop:master
madam on August 31, 2010 16:01
-
-
Wednesday August 25 2010
-
Push
15:07
Adam Endrodi pushed dd7abd32 to fremantle-hildon-desktop/hildon-desktop:master
madam on August 25, 2010 15:07
-

