Tag Archives: GNOME

Maliit packages for Fedora

I used the Open Build Service (OBS) to build Maliit (Meego Input Method) packages for Fedora 15. To install the packages: Download the .repo file and save it as /etc/yum.repos.d/maliit.repo. Install the packages meego-inputmethodkeyboard and meego-inputmethodbridges with the Add/Remove Software application … Continue reading

Posted in Default | Tagged , , , , | 3 Comments

Maliit running in GNOME 3

Jon Nordby shows the Maliit (Meego Input Methods) virtual keyboard on a WeTab tablet running Fedora 15:

Posted in Default | Tagged , , , , | 1 Comment

Application Indicators

At Openismus I am currently supporting Canonical to implement Application Indicators for Ubuntu Lucid. Application indicators are simple menus so it is easier and more consistent to interact with them than with the current notification area icons, where each icon … Continue reading

Posted in Default | Tagged , , , | 11 Comments

Hello Planet

I have been added to Planet GNOME, so a short introduction: My name is Jan Arne Petersen, I am a 27 years old software developer living near Cologne, Germany and working at Openismus. I am involved in the GNOME project … Continue reading

Posted in Default | Tagged , | Leave a comment

Openismus, Clutter Tutorial and Tool Palette

As announced by Murray I have started working at Openismus. Two of the tasks I did in the first week: Clutter Tutorial I updated the source code examples of the Clutter tutorial written by Murray to make them run with … Continue reading

Posted in Default | Tagged , , , , | 1 Comment

A Default GtkWindow with Menu and Toolbars

I don’t like such applications on my N810: The application could be ported to use a HildonWindow if compiled for the maemo platform. But it would be much easier if there were an abstract GTK+ widget which would allow it … Continue reading

Posted in GNOME | Tagged , | 1 Comment

Another Pseudo Interface in GTK+

Beside the hidden scrollable interface there is another interface hidden in GtkWidgetClass::activate_signal. See Bug 532795 for an implementation of an explicit Activatable interface to replace this class variable.

Posted in GNOME | Tagged , | Leave a comment

Arrange icons in the notification-area

I don’t like to search my rhythmbox icon in the notification area. There is a patch attached to bug 531282 which provides a solution (GConf-Key: /apps/panel/applets/{$notification-area-applet}/prefs/order).

Posted in GNOME | Tagged | Leave a comment

Scrollable widgets in GTK+

In GTK+ 2 there are scrollable widgets like GtkTreeView, GtkTextView or GtkViewport but no GtkScrollable interface. Instead a scrollable widget is defined by a “set_scroll_adjustments” signal, which id is written to the GtkWidgetClass::set_scroll_adjustments_signal class variable. If a scrollable widget is … Continue reading

Posted in GNOME | Tagged , | 1 Comment