歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> 關於Linux >> Moblin項目:應用程序啟動器使用指南

Moblin項目:應用程序啟動器使用指南

日期:2017/2/25 12:03:30   编辑:關於Linux

  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
Copyright © Linux教程網 All Rights Reserved