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.

  • 相关阅读:
    获取随机图片
    依靠前端解决跨域问题的几种方式
    浅谈什么是前端BFC
    script标签中defer和async的区别
    nodejs学习笔记(一):centos7安装node环境
    深入浅出之js闭包知识点梳理(一)
    js实现防抖函数和节流函数
    前端flex布局学习笔记
    es6 之class介绍
    localstorage实现两个页面通信,购物车原理。
  • 原文地址:https://www.cnblogs.com/jvava/p/4236581.html
Copyright © 2011-2022 走看看