zoukankan      html  css  js  c++  java
  • Linux Mint SmoothTask2的安装方法

    首先,先下载smooth task:点击这里下载

    下载之后解压缩,里面有个install文件,点击打开:

    QQ截图20140418085424

    To install plasmoid unpack archive, go to the directory
    where this INSTALL file is and execute commands:

    mkdir build
    cd build
    cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release
    make -j 2
    sudo make install
    kquitapp plasma-desktop && sleep 2 && plasma-desktop

    Replace the "2" with the number of cores your computer has
    to speed up the compile process (the runtime speed of the
    compiled applet is unaffected by this).

    On some installations the last line has to be this instead:
    kquitapp plasma && sleep 2 && plasma

    After that plasmoid should show up in add widgets dialog.

     

    啊(为什么又说啊,英文刚才写的文章不见了,要重新写~_~|||)!全是英文,看不懂啊,不过没事,命令我们还是看得懂的,所以先执行命令:

    mkdir build

    然后,再执行命令:

    cd build

    接着,再执行:

    cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release

    问题来了:说什么文件不能编译?啊啊啊~_~|||,我该怎么办,在Ubuntu Wiki上搜索了问题的来源,点击这里查看

    QQ截图20140418085814

    原来是g++编译器没有安装(不知道是不是叫g++编译器,反正是有个编译器没有安装好。),然后就执行命令:

    sudo apt-get install cmake kdebase-workspace-dev g++

    执行的过程中提示问题:cmake 没有安装!真是烦人,为什么Linux Mint那么多包没有安装好啊。

    然后执行命令安装好cmake,安装好后,再次执行命令:

    sudo apt-get install cmake kdebase-workspace-dev g++

    然后就是漫长等待安装的时间了,花了70M空间和一小时的下载时间(有哪个大牛能告诉我如何提高apt-get下载的速度啊!),可是,可是,下载过程中有几个安装包没有正确下载,于是,我等在网速好的情况下,再次运行这个命令:

    sudo apt-get install cmake kdebase-workspace-dev g++

    这次终于成功了^_^不容易啊,下载后,然后就自动解压缩来安装,最后终于安装好了。

    然后再执行命令:

    cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release

    总算可以执行这条命令了,于是smooth task 也安装好了,但是怎么添加呢(为什么有这么多的问题,如果不是特别爱Linux的用户,我强烈建议不要玩Linux)?

    上图已经给出答案了,就是在KDE环境下“添加部件”,这个在KDE上很容易找到的,然后我就删除KDE自带的任务栏,把smooth task面板添加移动到上面,而且smooth task有自己的设置,如果不喜欢可以自己尝试着去设置自己喜欢的偏好。

    最后截图一张以示欣慰^_^

    zw

    大家觉得怎么样,有windows 7的意思啊,如果你也这么觉得寻就对了,以前我们用Gnome使劲的模仿Mac,现在用KDE使劲模仿windows,我们真是欠扁的一代。

  • 相关阅读:
    css文档流
    gitolite搭建
    Packets out of order. Expected 1 received 27...
    前端常见跨域解决方案
    跨时代的分布式数据库 – 阿里云DRDS详解
    Redis持久化机制
    redis实现消息队列
    队列
    ide-helper
    Bitmap 位操作相关
  • 原文地址:https://www.cnblogs.com/zhangwei595806165/p/3672492.html
Copyright © 2011-2022 走看看