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.

  • 相关阅读:
    转 无障碍阅读 role aria-*
    (转)edm注意事项
    Spring IOC机制之使用注解配置bean
    Spring IOC机制使用SpEL
    使用Spring IOC容器引用外部属性文件
    如何将属性文件中的值保存到类中
    基于XML的类的属性的装配
    Java——事务
    Eclipse中使用Spring IOC容器的具体方法
    Java之批处理的实现
  • 原文地址:https://www.cnblogs.com/jvava/p/4236581.html
Copyright © 2011-2022 走看看