zoukankan      html  css  js  c++  java
  • Eclipse in Ubuntu16.04LTS Final Beta

    #2016.03.30

    在虚拟机Ubuntu16.04LTS上,用Eclipse编写运行Java,就目前而言,实在不是明智之举。卡顿极其厉害,还是在物理机上运行吧。那么继续Ubuntu的探索历程。

    用户对 Ubuntu 这个 Linux 操作系统要求最多的功能,可能就是将 Unity 启动器移动到桌面底部。Ubuntu Unity 开发者Marco Trevisan 近日在他的 Google+ 主页上宣布,Canonical 终于决定采用 Ubuntu 麒麟团队辛苦完成的成果,将 Unity 7 启动器移动到桌面底部。

    不过 Marco Trevisan 表示,用户目前还需要手动输入命令才能将 Unity 7 启动器移动到桌面底部。另外,用户首先需要安装 Ubuntu 16.04 LTS 3月19日更新,然后重启系统,这样输入的命令才能真正将 Unity 7 启动器移动到桌面底部。

    ##< com.canonical.Unity.Launcher launcher-position > launched successfully;

    将 Ubuntu 16.04 LTS 的 Unity 启动器移动到桌面底部命令:

    ###$gsettings set com.canonical.Unity.Launcher launcher-position Bottom

    恢复到原来的左侧命令:

    ###$gsettings set com.canonical.Unity.Launcher launcher-position Left

    Developing Unity 8(https://unity.ubuntu.com/getinvolved/development/unity8/)提供了对于Unity 8 的抢先体验。

    ##< Unity 8 > installed successfully;but cannot start X mission,no desktop showing up.

    ###$sudo apt-get install unity8-desktop-session-mir

    尽管正确安装了Unity 8 ,但是重启选择Unity 8 后,系统确实在运行,却什么也看不到了,没有X Windows,也没有Terminal可供使用。此时可以使用Xshell连接后执行reboot,来重启系统。

    此时,需要删除系统中残留的Unity 8  的文件。

    ----当然,这可能只是在我这里遇到的问题,如果可以,还是应该尝试一下,才有话语权---

    WARNING: No any other purpose,keeping reminded! So sorry to offended,if necessary, contact me and I do change what I had done to protect your privileges!
  • 相关阅读:
    adapter 异步加载
    退出应用
    scrollview 和 edittext 焦点冲突
    判断字符串
    generate portable version cannot addon plugin(buffer var)
    在ubuntu上面安装perl
    TV
    关于xilinx ise10.1与modelsim仿真库编译
    迅雷tips
    Verilog log2 函数
  • 原文地址:https://www.cnblogs.com/MimiSnowing/p/5337908.html
Copyright © 2011-2022 走看看