Создать ярлык linux centos

How to make a desktop icon on centos 7?

On the left hand side you will see a panel. Or click on the activities tab on top left corner of the screen. Go to settings -> Keyboard -> shortcuts. There you can select the shortcut key for minimizing all windows.

You may not be interested in the program eclipse, but this video has been my source of knowledge. Note that you can also create desktop icons inside your Desktop folder in your home directory.

4 Answers 4

Using a preexisting shortcut

  1. Click on Home directory on desktop. The nautilus (file browser) window will open.
  2. Click the Computer tab in the left navigation panel, go to /usr/share/applications . All the applications icons will appear in the right browser window.
  3. Right click desired icon (Firefox, Contacts etc)
  4. After right clicking the icon, select Copy To in the context menu. A Select Destination will open up, pick Desktop folder in the left navigation panel (via left-click)
  5. Left-click the Select button on the bottom right of the window.

This is an alternate technique that works as long as you know the path to the executable.

Simply create a symlink on the desktop pointing to the executable. For example:

$ ln -sv /full/path/to/executable ~/Desktop/ ‘/home/someuser/Desktop/executable’ -> ‘/full/path/to/executable’ $ ll ~/Desktop/ total 0 lrwxrwxrwx. 1 someuser someuser 57 Oct 1 19:31 executable -> /full/path/to/executable 

The above step can actually also be done graphically using the Files application. To do it this way, browse to the executable, right-click, and select Make Link . Drag and drop the newly created link to the Desktop.

Next, graphically customize the shortcut’s icon. It is not clear where this customization is stored since the shortcut is still just a symlink.

What if I need to run a program with an additional argument? e.g., /usr/local/MATLAB/bin/matlab -desktop . Do i just have to create a small script that calls the program with the argument, and link to the script instead?

Answered my own question: Go to /usr/share/applications and create a .desktop file there. You can copy one of the existing files and just replace the relevant information the program, including the command with arguments. Then you can make a copy of that to your desktop. This is the proper way, I believe.

Читайте также:  Using linux from usb

Try this for creating shortcut/launcher on GNOME 3 Desktop

Note: I’m using CentOS 7 running GNOME 3 Desktop.

  1. Open a terminal
  2. Go to Desktop directory ( /home/$yourname/Desktop/ )
  3. Create a desktop file ( touch appName.desktop )
  4. Open the file and add the following content to the file ( vi appName.desktop )
[Desktop Entry] Version=1.0 Type=Application Terminal=true Exec=/home/$YOURNAME/apps/scilab-6.0.0/bin/scilab Name=scilab Comment= Icon=/home/$YOURNAME/apps/scilab-6.0.0/share/icons/hicolor/32x3/apps/scilab.png Comment[en_US.utf8]= Name[en_US]=Scilab 6.0 
Terminal= Exec=path to your application executable Icon=path to your app icon file (.png or .svg) Name[en_US]=The name that will display on your desktop under the icon 

In this document Click means click twice

  1. Click on Home directory on desktop. The file browser window will open.
  2. Click the Computer tab in the left navigation panel, go to /usr/share/applications. All the applications icons will appear in the right browser window.
  3. Right click desired icon (Firefox, Contacts, Terminal etc)
  4. After right clicking the icon, select Copy To in the menu.
  5. Select Copy Destination will open up, pick Home folder in the left navigation panel (via left-click)
  6. Pick Desktop from the right hand panel — double click
  7. Left-click the Select button on the top right of the window.

Shortcuts to panel do not work in CentOS 7.

As a work round I have been able to get something working but not ideal. Gnome 3 seems to be a backward step from user customability point of view.

Install gnome-shell-frippery which modies ~/.local and you can configure using Utilities -> Tweak Took from «Applications Menu».
Also you can copy /usr/share/applications .desktop file and copy to ~/Desktop for shortcut & ~/.local/share/applications to make it appear in «Applications Menu» for that user only /usr/share/applications for system wide in «Applications Menu» ~/.local/share/applications for local to that user only.
You can also modify *.desktop files in /usr/share/applications and put in users ~/.Desktop folder as a desktop shortcut.

You must log in to answer this question.

Hot Network Questions

Subscribe to RSS

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

Site design / logo © 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA . rev 2023.7.13.43531

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

Источник

Как сделать иконку рабочего стола на centos 7?

Я новичок в Linux, и это может звучать очень глупо, но мне нужно сделать иконку рабочего стола на centos 7, но я не знаю, как это сделать. Я попробовал поискать в Google, но я даже не могу найти Launcher. Нужна помощь

Читайте также:  Symlink folders in linux

4 ответа 4

Использование существующего ярлыка

  1. Нажмите на Home каталог на рабочем столе. Откроется окно nautilus (файловый браузер).
  2. Перейдите на вкладку « Computer » в левой навигационной панели, перейдите в /usr/share/applications . Все значки приложений появятся в правом окне браузера.
  3. Щелкните правой кнопкой мыши нужный значок (Firefox, Контакты и т.д.)
  4. После щелчка правой кнопкой мыши на значке выберите « Copy To в» в контекстном меню. Откроется окно «Выбрать место назначения», выберите папку «Рабочий стол» на левой навигационной панели (левой кнопкой мыши).
  5. Щелкните левой кнопкой мыши кнопку « Select в правом нижнем углу окна.

Использование символической ссылки

Это альтернативный метод, который работает до тех пор, пока вы знаете путь к исполняемому файлу.

Просто создайте символическую ссылку на рабочем столе, указывающую на исполняемый файл. Например:

$ ln -sv /full/path/to/executable ~/Desktop/ ‘/home/someuser/Desktop/executable’ -> ‘/full/path/to/executable’ $ ll ~/Desktop/ total 0 lrwxrwxrwx. 1 someuser someuser 57 Oct 1 19:31 executable -> /full/path/to/executable 

Вышеуказанный шаг можно также сделать графически с помощью приложения Files . Для этого перейдите к исполняемому файлу, щелкните правой кнопкой мыши и выберите « Make Link . Перетащите только что созданную ссылку на рабочий стол.

Затем графически настройте значок ярлыка. Неясно, где хранится эта настройка, поскольку ярлык все еще является символической ссылкой.

В этом документе щелчок означает дважды щелчок

  1. Нажмите на домашний каталог на рабочем столе. Откроется окно браузера файлов.
  2. Перейдите на вкладку «Компьютер» в левой навигационной панели, перейдите в /usr /share / Applications. Все значки приложений появятся в правом окне браузера.
  3. Щелкните правой кнопкой мыши нужный значок (Firefox, Контакты, Терминал и т.д.)
  4. После щелчка правой кнопкой мыши на значке выберите «Копировать в» в меню.
  5. Выберите «Копировать место назначения», выберите «Домашняя папка» на левой навигационной панели (левой кнопкой мыши).
  6. Выберите рабочий стол с правой панели — дважды щелкните
  7. Щелкните левой кнопкой мыши кнопку «Выбрать» в правом верхнем углу окна.

Попробуйте это для создания ярлыка / лаунчера на рабочем столе GNOME 3

Примечание: я использую CentOS 7 под управлением Gnome 3 Desktop.

  1. Откройте терминал
  2. Перейти к каталогу рабочего стола (/home/$ yourname/Desktop/)
  3. Создать файл рабочего стола (коснитесь appName.desktop)
  4. Откройте файл и добавьте в него следующее содержимое (vi appName.desktop).

Exec =/ дом / $ ВашеИмя / приложения / Scilab-6.0.0 / bin / Scilab

Icon =/ дом / $ ВашеИмя / приложения / Scilab-6.0.0 / доля / иконки / HiColor / 32×3 / приложения / scilab.png

Terminal = Это значение имеет значение true или false (в зависимости от требований вашего приложения). Если это приложение для терминальных зависимостей, тогда true, иначе false.

Exec = путь к исполняемому файлу вашего приложения

Значок = путь к файлу значка вашего приложения (.png или .svg)

Имя [en_US] = Имя, которое будет отображаться на вашем рабочем столе под значком

Ярлыки на панели не работают в CentOS 7.

Читайте также:  Linux chmod read write

Как рабочий раунд я смог получить что-то работающее, но не идеальное. Gnome 3, кажется, является шагом назад с точки зрения удобства пользователей.

Установите gnome-shell-frippery который модифицирует ~/.local, и вы можете настроить его с помощью Utilities -> Tweak Took из «Меню приложений».
Также вы можете скопировать файл /usr/share/applications .desktop и скопировать в ~/Desktop для ярлыка и ~/.local/share/applications чтобы он появился в «Меню приложений» только для этого пользователя /usr/share/applications для в масштабе всей системы в «Меню приложений» ~/.local/share/applications для локальных пользователей.
Вы также можете изменить файлы * .desktop в /usr/share/applications и поместить в ~/.Desktop в качестве ярлыка на рабочем столе.

Источник

как создать ярлык Google Chrome на рабочем столе для CentOS

Я успешно загрузил и установил Google Chrome из репозитория, и я могу запустить его из терминала. У меня вопрос, как я могу создать ярлык или панель запуска на моем рабочем столе в CentOS?

3 ответа 3

Мой друг Ксерат Как все мы знаем — вся ОС Linux — это SDK, а все — файл. В такой системе — большинству из нас нравится быть профессионалами. Итак, вот более профессиональное объяснение, как разместить ярлык на рабочем столе:

1. Open terminal (xterm, konsole or whichever terminal you use) 2. Change the directory to your Desktop place: 
3. Use your favourite editor (for me it is vim) and type: 
  1. Поместите содержимое следующим образом: [Desktop Entry] Comment[en_US]=This is my best browser Comment=This is my best browser Exec=/usr/bin/google-chrome GenericName[en_US]=Chrome GenericName=Chrome Icon=google-chrome MimeType= Name[en_US]=Google Chrome Name=Google Chrome Path=/tmp/ StartupNotify=true Terminal=false TerminalOptions= Type=Application
  2. Сохранить, дать правильные разрешения и . запустить! Должно работать без проблем.

После этого поста кажется, что вы можете:

 - Open the file browser (the "home" folder shortcut is on the desktop by default) - Click the "Computer" link on the left navigation panel and go to "/usr/shared/applications". This should display all the applications icons/shortcuts in the browser window. - do "Right-click Icon->Context Menu->Copy To". This will bring up another browser window titled "Select Destination". - Select (left-click) the "Desktop" folder in the left navigation panel, and the click the "Select" button in the bottom right. - The Application icon should now be on the desktop 

Гораздо более простым решением будет:

Перейти к файлам:usr: поделиться: приложения: chrome

щелкните правой кнопкой мыши, а затем нажмите копировать в

затем нажмите рабочий стол

он не будет отображаться, пока вы не получите инструмент для настройки

затем введите sudo apt-get install gnome-tweak-tool введите свой пароль, затем, как только он будет загружен, перейдите на рабочий стол и нажмите «Показать приложения» на dektop, тогда Chrome должен быть там!

Источник

Оцените статью
Adblock
detector