System Settings/Autostart/uk: Difference between revisions

From KDE UserBase Wiki
(Created page with "==Додаткові відомості==")
(Created page with "* [https://docs.kde.org/trunk5/uk/kde-workspace/kcontrol/autostart/index.html Офіційна документація KDE]")
Line 14: Line 14:
==Додаткові відомості==
==Додаткові відомості==


* [https://docs.kde.org/trunk5/en/kde-workspace/kcontrol/autostart/index.html KDE official documentation]
* [https://docs.kde.org/trunk5/uk/kde-workspace/kcontrol/autostart/index.html Офіційна документація KDE]


[[Category:Стільниця/uk]]
[[Category:Стільниця/uk]]
[[Category:Система/uk]]
[[Category:Система/uk]]
[[Category:Налаштування/uk]]
[[Category:Налаштування/uk]]

Revision as of 14:04, 28 January 2019

Other languages:

За допомогою цього модуля ви можете налаштувати, які програми або скрипти має бути виконано після входу до робочого простору Плазми. Тут ви можете додати програми, які ви завжди використовуєте KAlarm або KTorrent.

Вікно параметрів автозапуску
Вікно параметрів автозапуску

Clicking Add Program... opens the usual application picker dialog from which you can select an application. A desktop file for the application will be created in the autostart folder. When you have selected an application a Properties dialog will open. Just click OK and you are done. You can modify the properties of the application later: select the application in the list and click Properties to bring up the dialog again.

You can temporarily suspend automatic start up of an application by deselecting the check box in the Status column. You can also specify that the application should only start when you log in to a KDE session. To do that, select the application, click Advanced and mark the check box.

Clicking the Add Script... you will be asked for the path to a script; write the path in the text box or click the button to get a file picker dialog. If you deselect the Create as symlink option the script file will be copied to the autostart folder; otherwise a link will be created. You can use the Properties and Advanced buttons in the same way as for applications.

With scripts you have one further option: in the Run On column you will find a dropdown list with three options: Startup, Shutdown and Pre-KDE Startup, which determine when the script is run - at startup (after the desktop is started), when you log out, or during start up of the desktop, respectively. Note, that to use either of the last two options, the script must have the .sh extension.

Додаткові відомості