zoukankan      html  css  js  c++  java
  • 如何安装 Whisker Menu菜单

    Whisker Menu 是一款 XFCE 的默认开始菜单,有一个搜索框可搜索程序,另外最后使用10款程序可出现在上面以方便打开。

    最新版本 Whisker 1.4.3,修复了一些 BUG。详细信息参看。

    whiskermenu

    XUbuntu 用户可通过 PPA 安装(Xubuntu 15.04/14.04/12.04),安装命令:

    sudo add-apt-repository ppa:gottcode/gcppa
    sudo apt-get update
    sudo apt-get install xfce4-whiskermenu-plugin

    卸载 Whisker Menu 命令:

    sudo apt-get remove xfce4-whiskermenu-plugin

    Debian Wheezy 上安装 Whisker Menu 1.4.3:

    sudo sh -c 'echo "deb http://download.opensuse.org/repositories/home:gottcode/Debian_7.0/ /" >> /etc/apt/sources.list.d/xfce4-whiskermenu-plugin.list'
    wget http://download.opensuse.org/repositories/home:gottcode/Debian_7.0/Release.key
    sudo apt-key add - < Release.key sudo apt-get update sudo apt-get install xfce4-whiskermenu-plugin

    Fedora 21 安装命令:

    cd /etc/yum.repos.d/
    wget http://download.opensuse.org/repositories/home:gottcode/Fedora_21/home:gottcode.repo
    sudo yum update
    sudo yum install xfce4-whiskermenu-plugin

    Fedora 20 安装命令:

    cd /etc/yum.repos.d/
    wget http://download.opensuse.org/repositories/home:gottcode/Fedora_20/home:gottcode.repo
    sudo yum update
    sudo yum install xfce4-whiskermenu-plugin

    OpenSUSE 13.2 安装命令:

    sudo zypper addrepo http://download.opensuse.org/repositories/home:/gottcode/openSUSE_13.2/home:gottcode.repo
    sudo zypper refresh
    sudo zypper install xfce4-whiskermenu-plugin

    OpenSUSE 13.1 安装命令:

    sudo zypper addrepo http://download.opensuse.org/repositories/home:/gottcode/openSUSE_13.1/home:gottcode.repo
    sudo zypper refresh
    sudo zypper install xfce4-whiskermenu-plugin

    官方主页:https://xfce.org/

  • 相关阅读:
    Unity5和WebGL移植指南的一些总结
    Unite洛杉矶峰会精彩回顾:从图形、平台再到VR
    比代码更重要的是团队管理
    初期游戏编程的9大法则
    关于Unity3D手机网游开发一些小看法
    守住真我
    学习要讲方法
    学习笔记|编程风格
    随便记
    微信方法
  • 原文地址:https://www.cnblogs.com/xlpc/p/12329650.html
Copyright © 2011-2022 走看看