zoukankan      html  css  js  c++  java
  • Fedora 8中完全开启compizfusion特效

    Fedora 8中完全开启compiz-fusion特效

    之前发的举措必需手动运转emerald --replace本事互换主题,因而我做了纠正和更新
    1.下载ccsm软件包,并安装好
    2.封闭桌面结果
    3.sudo gedit /usr/bin/compiz-manager
    正文丢掉血色部分
    代码:

    # start the gtk-window-decorator if present
    if [ -x ${COMPIZ_BIN_PATH}emerald ] && [ "$USE_EMERALD" = "yes" ]; then
    verbose "Starting emerald\n"
    ${COMPIZ_BIN_PATH}emerald --replace &
    #elif [ -x ${COMPIZ_BIN_PATH}gtk-window-decorator ] && [ -n "$GNOME_DESKTOP_SESSION_ID" ]; then
    # verbose "Starting gtk-window-decorator\n"
    # ${COMPIZ_BIN_PATH}gtk-window-decorator --replace &
    #elif [ -x ${COMPIZ_BIN_PATH}kde-window-decorator ] && [ -n "$KDE_FULL_SESSION" ]; then
    # verbose "Starting kde-window-decorator\n"
    # ${COMPIZ_BIN_PATH}kde-window-decorator --replace &
    # FALLBACKWM="${KWIN}"
    elif [ -x ${COMPIZ_BIN_PATH}emerald ]; then
    verbose "Starting emerald\n"
    ${COMPIZ_BIN_PATH}emerald --replace &

    生计到场。
    4.然后,系统->首选项->整体->会话
    添加compiz-manager,其他如名字和备注可自定义
    5.挂号后重新登录
    6.翻开emerald主题设置和compiz-config setting manager举行设置

    打完收功!

    之前发的举措必需手动运转emerald --replace本事互换主题,因而我做了更新,这个举措较量暴力,强行指定了emerald作为主题解决器,若是只是想compiz-fusion特效不想应用emerald改主题,则不用举行第3步.

    另外,hers的举措我照样不太领略,能否给略微评释一下,我在网上找到了一些质料跟你说的差不久不多,不过也是一笔带过了:
    "Compiz is installed by default but not enabled. To actually enable Compiz requires a simple click within the Desktop Effects application. Once activated, Compiz works well, but offers a limited amount of features. The only settings you get with Desktop Effects is Desktop Cubes and Wobbly Windows. There’s also a more advanced Gnome Compiz Manager available via Pirut, but even that gives only a limited amount of choices when compared with Compiz Fusion. With that said, Fedora has Compiz Fusion available in their repositories and, as of today, just added ccsm (compizconfig settings manager) in their updates -testing repository. Because ccsm is still being tested, you can expect some bugs in the program until it is moved into the regular updates repo. In order to get ccsm working I did have to do my own workaround. Fedora’s gnome-wm script would launch compiz with the gconf plugin rather than ccp, which prevented compiz fusion from running normally. A basic edit of gnome-wmf did the trick (gedit /usr/bin/gnome-wm & replace the line that has “gconf” with “ccp”). Once that was done Compiz Fusion was ready to go and made Fedora 8 even better." ——From:http://lunapark6.com/fedora-8-review.html

    打完收功!



    本文为原创,若有错误,迎接指出,感谢!
    迎接转载,转载请保存作者和链接,感谢!
    gcell - http://gcell.blog.163.com/





    版权声明: 原创作品,赞同转载,转载时请务必以超链接情势标明文章 原始情由 、作者信息和本声明。否则将追究司法责任。

  • 相关阅读:
    Centos7安装redis
    Cookie和Session的区别
    JavaWeb中的域对象
    ServletContext使用介绍
    Java Web核心组件之Servlet的使用介绍
    关于反射的杂谈
    leetcode117search-in-rotated-sorted-array
    23longest-consecutive-sequence
    leetcode24:word-ladder-ii
    leetcode25word-ladder
  • 原文地址:https://www.cnblogs.com/zgqjymx/p/1974315.html
Copyright © 2011-2022 走看看