zoukankan      html  css  js  c++  java
  • gnome3 no launcher

    http://askubuntu.com/questions/43246/how-to-configure-gnome-3-to-show-icons-on-desktop

    http://superuser.com/questions/360059/create-custom-launchers-in-gnome-3

    The easiest way to enable desktop icons is to use Gnome Tweak Tool. Run sudo apt-get install gnome-tweak-tool, then launch Gnome Tweak Tool from the Gnome Shell menu. It will be called Advanced Settings.

    enter image description here

    Then, click on the Desktop button. Enable the option that says "Have file manager handle the desktop. Now, any files placed in the Desktop folder inside your home folder should appear on ther desktop.

    You can enable desktop icons in general, although it is a headache. To do it I had to download a program called "A tool to customize advanced GNOME 3 options", or "gnome-tweak-tool" if you're searching for it in your favorite package manager.

    • In Advanced Settings > Desktop, turning on "Have file manager handle the desktop" gives you a real desktop to right-click on. The rest of the options allow you to add the My Computer, etc icons.
    • In Advanced Settings > Shell > Arrangement of buttons on the task bar, you can add the minimize and maximize buttons again.
    • To add an icon to your newly acquired desktop, you must (or almost always must) do the following:

      1. press Alt+F2 for the Run dialog box
      2. enter

        gnome-desktop-item-edit /home/YOURUSERNAME/Desktop/xx.desktop --create-new

    • I created an icon to add icons (because that alone was tedious). Use the process above to initialize icon creation, then add it as the command.

    Ta-daa, an almost functional desktop.

  • 相关阅读:
    Ubuntu 10.04安装google拼音输入法
    Ubuntu 10.04 编译Android 2.1源码
    Android make sdk 错误解决方案
    关于android内核从linux内核分支上除名
    odex打包为可用的apk程序
    取得当前屏幕的截图
    android设备作为视频监控客户端的思路
    政府网站群系统选型
    浅谈网站群的一代与二代技术
    我的2013
  • 原文地址:https://www.cnblogs.com/jvava/p/4236581.html
Copyright © 2011-2022 走看看