LatteDock/TipsAndTricks/uk: Difference between revisions

From KDE UserBase Wiki
(Created page with "== Як активувати «Внутрішній роздільник завдань»? ==")
(Created page with "# увімкніть [https://github.com/psifidotos/Latte-Dock/wiki/F.A.Q.#q-how-can-i-enable-edit-mode-in-latte режим редагування] # клацніть прав...")
Line 50: Line 50:




# activate [https://github.com/psifidotos/Latte-Dock/wiki/F.A.Q.#q-how-can-i-enable-edit-mode-in-latte Edit Mode]
# увімкніть [https://github.com/psifidotos/Latte-Dock/wiki/F.A.Q.#q-how-can-i-enable-edit-mode-in-latte режим редагування]
# right click on "Tasks Plasmoid" to show its context menu
# клацніть правою кнопкою на пункті «Плазмоїд завдань», щоб відкрити його контекстне меню
# activate the "Internal Separator" through the context menu
# активуйте «Внутрішній роздільник» у контекстному меню


[[File:LatteDockInternalTasksSeparator.png|500px|center]]
[[File:LatteDockInternalTasksSeparator.png|500px|center]]

Revision as of 08:15, 23 March 2019

Other languages:

←Панель Латте

Як зробити так, щоб у Латте працювали індикатори Telegram?

Вам слід встановити пакунок «libunity9», а також слід вказати у розділі команди у файлі desktop Telegram:

env XDG_CURRENT_DESKTOP=unity

Приклад:

env XDG_CURRENT_DESKTOP=unity /home/john/bin/Telegram/Telegram -- %u

Як зробити так, щоб використовувалася панель задач Плазми, а не відповідна панель Латте?

Ви можете виконати такі дії:

  1. Disable from Tweaks page the Automatic applet shrinking when it is needed
  2. Remove the Latte Tasks plasmoid from the Tweaks page
  3. Enable the Justify alignment
  4. Set Zoom On Hover to 0% from the Appearance page "(this is optional, Latte automatically blocks applets that use fillWidth/Height)"
  5. Drag n' drop any plasma taskmanager you want onto Latte dock

Як додати аплет «Журнал» на панель Латте?

  • Створіть теку
  • Перетягніть її на панель Латте як перегляд теки
  • Клацніть правою кнопкою миші на новому аплеті
  • Виберіть пункт Налаштувати перегляд теки
  • Змініть вміст поля Нетипове розташування на recentdocuments://

Панель Латте пересунуто до лівого краю екрана, але коли вказівник потрапляє на лівий край екрана, панель лишається прихованою. Як це виправити?

Це відома вада. Процедуру виправлення викладено тут: #676

Як забезпечити однорідність для активних аплетів (однакову лінію для активних) на усіх панелях у Латте 0.7?

Plasma uses the tabbar.svg file in order to provide how an active applet would look like. This file is located at your theme directory/widgets/tabbar.svg. So if the user wants to use the same line (color and thickness) found at Latte Tasks plasmoid for its applets as well while at the same time not messing with some lines shown at the top and some at the bottom, they can try the following:

  1. Go to <theme directory>/widgets/ and rename tabbar.svg to tabbar.svg.old
  2. execute the command
    kbuildsycoca5 --noincremental
    to update your cache
  3. restart Latte
  4. go to Tweaks -> Active Applet Indicator -> Everywhere

This way, you will be able to have the same active line for all your applets and tasks as well as one that is animated. ;)

Як активувати «Внутрішній роздільник завдань»?

  1. увімкніть режим редагування
  2. клацніть правою кнопкою на пункті «Плазмоїд завдань», щоб відкрити його контекстне меню
  3. активуйте «Внутрішній роздільник» у контекстному меню

Чи можна змінити затримку попереднього перегляду на панелі керування завданнями Латте?

Вам доведеться внести зміни до вашого текстового файла компонування:

  1. Close Latte
  2. Open your layout text file from ~/.config/latte
  3. Try to locate your Latte plasmoid settings. A quick way to do this is to search for isInLatteDock=true
  4. The following line sets preview delay to 150ms. Take note that this is the lowest value that can be set and work correctly.
  5. Open Latte

Приклад:

[Containments][13][Applets][68][Configuration][General]
isInLatteDock=true
previewsDelay=150

Can I disable the "Unified Global Shortcuts" feature introduced with v0.8?

If you want Latte to trigger activation/new instance global shortcuts only for Latte plasmoids, this is possible from v0.8.1 by disabling the parameter unifiedGlobalShortcuts in the file ~/.config/lattedockrc

Приклад:

[UniversalSettings]
...
unifiedGlobalShortcuts=false
...

Can I have different Borderless Maximized windows options between different layouts?

1. Yes, this is possible. First enable this functionality in Latte's Preferences settings:

2. Enable/Disable this functionality per layout on the Latte Layout settings afterwards.