Готовые квиклисты для Unity Сравнение версий

Различия

Здесь показаны различия между двумя версиями данной страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
wiki:unity_quicklists [2011/05/14 20:02]
wiki:unity_quicklists [2012/10/03 11:04] (текущий)
Строка 1: Строка 1:
 ====== Готовые квиклисты для Unity ====== ====== Готовые квиклисты для Unity ======
- +Статья перенесена ​[[wiki:панель_unity#Квиклисты|сюда]] 
-Квиклисты (англ. //​Quicklist//​) дают возможность создания собственных пунктов в контекстном меню ярлыков на панели Unity. +{{tag>​Unity}}
- +
-В этой статье представленны уже готовые квиклисты для большинства популярных программ. +
- +
-====== Установка ====== +
- +
-Самый простой способ,​ это создать ​файл с именем ''​имя_программы.desktop''​ в папке ''​~/​.local/​share/​applications''​. Затем скопировать содержимое приведенное ниже в этот файл и перенсти его на панель ​Unity. +
- +
-====== ​Квиклисты: ====== +
- +
-===== Nautilus ===== +
- +
-Так как ярлык этой программы уже существует - мы его просто отредактируем. +
- +
-Редактируемый файл: +
-<​code>​sudo gedit /​usr/​share/​applications/​nautilus-home.desktop</​code>​ +
- +
-Содержимое файла:​ +
-<​file>​[Desktop Entry] +
-Name=Home Folder +
-Comment=Open your personal folder +
-TryExec=nautilus +
-Exec=nautilus --no-desktop +
-Icon=user-home +
-Terminal=false +
-StartupNotify=true +
-Type=Application +
-Categories=GNOME;​GTK;​Core;​ +
-OnlyShowIn=GNOME;​Unity;​ +
-X-GNOME-Bugzilla-Bugzilla=GNOME +
-X-GNOME-Bugzilla-Product=nautilus +
-X-GNOME-Bugzilla-Component=general +
-X-Ubuntu-Gettext-Domain=nautilus +
- +
-X-Ayatana-Desktop-Shortcuts=Videos;​Documents;​Music;​Pictures;​Downloads +
-[Videos Shortcut Group] +
-Name=Видео +
-Exec=nautilus Видео +
-TargetEnvironment=Unity +
- +
-[Documents Shortcut Group] +
-Name=Документы +
-Exec=nautilus Документы +
-TargetEnvironment=Unity +
- +
-[Music Shortcut Group] +
-Name=Музыка +
-Exec=nautilus Музыка +
-TargetEnvironment=Unity +
- +
-[Pictures Shortcut Group] +
-Name=Изображения +
-Exec=nautilus Изображения +
-TargetEnvironment=Unity +
- +
-[Downloads Shortcut Group] +
-Name=Загрузки +
-Exec=nautilus Загрузки +
-TargetEnvironment=Unity</​file>​ +
- +
-Было - стало. +
- +
-{{:​wiki:​unity-nautilus-default.png|}} -----> {{:​wiki:​unity-nautilus-custom.png|}} +
- +
-\\  +
- +
-===== LibreOffice ===== +
- +
-Редактируемый файл: +
-<​file>​sudo gedit /​usr/​share/​applications/​libreoffice-startcenter.desktop</​file>​ +
- +
-Добавляем в конец файла ​следующий текст:​ +
-<​file>​ +
-X-Ayatana-Desktop-Shortcuts=Writer;​Calc;​Base;​Impress +
- +
-[Writer Shortcut Group] +
-Name=Редактор текстов +
-Exec=libreoffice -writer +
-TargetEnvironment=Unity +
- +
-[Calc Shortcut Group] +
-Name=Электр. таблицы +
-Exec=libreoffice -calc +
-TargetEnvironment=Unity +
- +
-[Base Shortcut Group] +
-Name=Базы данных +
-Exec=libreoffice -base +
-TargetEnvironment=Unity +
- +
-[Impress Shortcut Group] +
-Name=Презентации +
-Exec=libreoffice -impress +
-TargetEnvironment=Unity +
-</​file>​ +
- +
-\\  +
- +
-===== Clementine ===== +
- +
-Редактируемый файл: +
-<​file>​sudo gedit /​usr/​share/​applications/​clementine.desktop</​file>​ +
- +
-Добавляем в конец файла следующий текст:​ +
-<​file>​ +
-X-Ayatana-Desktop-Shortcuts=Play;​Pause;​Stop;​Previous;​Next;​Preferences +
- +
-[Play Shortcut Group] +
-Name=Play +
-Name[ru]=Воспроизведение +
-Exec=clementine --play +
-TargetEnvironment=Unity +
- +
-[Pause Shortcut Group] +
-Name=Pausa +
-Name[ru]=Пауза +
-Exec=clementine --pause +
-TargetEnvironment=Unity +
- +
-[Stop Shortcut Group] +
-Name=Stop +
-Name[ru]=Остановить +
-Exec=clementine --stop +
-TargetEnvironment=Unity +
- +
-[Previous Shortcut Group] +
-Name=Previous +
-Name[ru]=Предыдущий трек +
-Exec=clementine --previous +
-TargetEnvironment=Unity +
- +
-[Next Shortcut Group] +
-Name=Next +
-Name[ru]=Следующий трек +
-Exec=clementine --next +
-TargetEnvironment=Unity +
- +
-[Preferences Shortcut Group] +
-Name=Preferenze +
-Name[ru]=Настройки +
-Exec=clementine --show-preferences +
-TargetEnviroment=Unity +
-</​file>​ +
- +
-\\  +
- +
-===== Центр приложений Ubuntu ===== +
- +
-Редактируемый файл: +
-<​file>​sudo gedit /​usr/​share/​applications/​ubuntu-software-center.desktop</​file>​ +
- +
-Добавляем в конец файла следующий текст:​ +
-<​file>​ +
-X-Ayatana-Desktop-Shortcuts=SoftwareProperties;​SoftwareSources;​ +
- +
-[SoftwareProperties Shortcut Group] +
-Name=Менеджер обновлений +
-Exec=update-manager -c %u +
-TargetEnvironment=Unity +
- +
-[SoftwareSources Shortcut Group] +
-Name=Изменить репозитории +
-Exec=gksu software-properties-gtk +
-TargetEnvironment=Unity +
-</​file>​ +
- +
-====== Ссылки ====== +
- +
-[[http://​ubuntu.onego.ru/​articles/​solves/​bolshe-kviklistov-bolshe/​|Больше квиклистов,​ больше!]] +
- +
-{{tag>Tips Natty Unity Оформление}}+