技术开发 频道

Moblin项目:应用程序启动器使用指南

  【IT168 技术文档】Moblin应用程序启动器(app-launcher)将为用户启动应用程序提供一个平台。利用freedesktop.org关于程序类别(当前通过Genesis解析)的现有标准,Moblin应用程序启动器能够以预定义的程序类别提供可用程序的预览。

  app-launcher的安装和操作非常简单。但是,首先需要安装Genesis。

  注意:创建和运行app-launcher之前,系统需要以下软件:

    GIT - Fast Version Control System

   Genesis - Moblin Application Lifecycle Manager

   clutter-0.8

   clutter-cairo-0.8

   clutter-box2d-0.8

  系统安装了上述软件之后,获取、创建和运行app-launcher将变得非常简单:

  git clone http://git.moblin.org/repos/users/jketreno/app-launcher.git
  cd app-launcher
  make
  CLUTTER_VBLANK=none ./app-launcher

  如果运行app-launcher图标导致许多空图标,查看app-launcher目录中的INSTALL文件中的相关信息,了解应用程序寻找图标的地点。

如果您的系统上有许多应用程序类别,且类别列表似乎不能滚动,您可能需要添加clutter-box2d源补丁。您可以下载并安装需要的补丁clutter-box2d-null_pointers.patch

  cd clutter-box2d
  wget http://git.moblin.org/repos/users/jketreno/clutter-box2d-null_pointers.p...
  patch -p0 < clutter-box2d-null_pointers.patch
  make
  sudo make install
0
相关文章