• GNOME NetworkManager Applet in KDE in openSUSE 11.4


    The KDE NetworkManager plasmoid used in openSUSE 11.4 has some issues and rough edges. Some of those will be

    fixed in an online update expected to be out soon. If you want to help make the NetworkManager plasmoid better you

    can read about filing good bug reports against it here.

    If the plasmoid is not working for your needs you can easily and safely use the GNOME NetwokManager applet (nm-applet)

    in KDE instead. Just follow the steps below (# means run as root, $ means run as normal user):

    1) Upgrade oxygen-gtk – otherwise nm-applet will fail to start:

    # zypper addrepo -f http://download.opensuse.org/repositories/KDE:/UpdatedApps/openSUSE_11.4 kua
    # zypper install 'oxygen-gtk>=1.0.3'

    2) Install nm-applet:

    # zypper install NetworkManager-gnome

    3) Remove the KDE applet:

    # zypper remove NetworkManager-kde4-libs

    4) Make nm-applet autostart on login:

    $ ln -s /usr/bin/nm-applet ~/.kde4/Autostart/nm-applet-link

    5) Reboot

    Thanks to oxygen-gtk nm-applet will even integrate quite well in the look and feel of KDE.v

    EDIT: An updated version of the KDE NetworkManager plasmoid is now available in the KDE:UpdatedApps

    repository. You may want to try this before moving to the GNOME applet. Install it as follows:

    Add the repository:

    zypper addrepo -f http://download.opensuse.org/repositories/KDE:/UpdatedApps/openSUSE_11.4/ kua

    Upgrade the packages:

    zypper in 'plasmoid-networkmanagement>=0.9.1git20110503' 'NetworkManager-kde4-libs>=0.9.1git20110503'

    You will be asked to allow vendor change for some packages. And you might be asked to remove NetworkManager-kde4. Allow both.v

    引自:http://mschlander.wordpress.com/2011/03/17/gnome-networkmanager-applet-in-kde-in-opensuse-11-4/

    懒得翻译。英语看不懂的可以给我留言。

  • 相关阅读:
    随机发牌 代码
    网络传输 buf 封装 示例代码
    简易数据库实现 UNIX环境高级编程(APUE)第二十章 A Database Library
    状态机学习(六)解析JSON2
    又一篇四则运算代码
    c++ stl源码剖析学习笔记(三)容器 vector
    c++ stl源码剖析学习笔记(二)iterator
    Linux系统编程(16)——正则表达式入门
    Linux系统编程(15)——shell脚本语法
    Linux系统编程(14)——shell常用命令
  • 原文地址:https://www.cnblogs.com/51linux/p/2169726.html
Copyright © 2020-2023  润新知