Загальні питання щодо програмного забезпечення KDE

From KDE UserBase Wiki
Revision as of 14:15, 1 October 2010 by Yurchor (talk | contribs) (Created page with 'Спосіб налаштування роботи у KDE 4 і KDE 3 залежить від вашого дистрибутива. Будь ласка, зверніться за...')

Дані цієї сторінки питань та відповідей було зібрано на основі питань, заданих на каналі IRC #kde. Список не є повним, його може бути розширено.

Питання щодо KDE 3

KDE 3 вже ніким не підтримується?

Це не так. Ніякого завершення підтримки KDE 3 не планується. Це середовище продовжуватиме існувати і використовуватися доти, доки у нього існують користувачі. Але ніяких гарантій щодо виправлення вад та супроводу не надаватиметься, окрім передбаченої компанією, у якої ви придбали дистрибутив з KDE 3.5, або підтримки, передбаченої контрактом. Подальшого розвитку середовища не планується.

Оновлення до KDE 4 є обов’язковим?

KDE 3 продовжуватиме існувати і використовуватися і надалі. Потреба у оновленні здебільшого визначається можливостями вашого дистрибутива. Загалом, промислові дистрибутиви (повна стабільність, без нових програм) використовують KDE 3.5. Прикладами таких дистрибутивів є CentOS, White Box і Scientific Linux. Дистрибутиви, призначені для домашнього використання, постачаються з версією 4.4 або навіть 4.5.

Чи можна десь дістати довідкові відомості щодо переходу до KDE 4?

Так, безперечно. UserBase може бути дуже корисною у цьому плані. Ви можете розпочати зі сторінок Пошук вашої програми (опис програм, назва та розташування у меню яких змінилися) і Типові завдання (опис способів виконання простих завдань).

Не забувайте, що ви можете скористатися панеллю Пошук для пошуку інших сторінок, пов’язаних з вашими питаннями. Натискання посилання Категорія|Початок роботи/uk у нижній частині цієї сторінки переведе вас до списку інших корисних сторінок.

Чи зможу я продовжувати користуватися KDE 3 або програмами KDE 3?

Так, ви можете продовжувати користуватися KDE 3 або програмами KDE 3, якщо встановлено необхідні для роботи пакунки. Перехід на програмне забезпечення KDE 4 призведе до поступового витіснення пакунків-залежностей з дистрибутивів. Але, водночас, більшість нових версій програм зможуть працювати з новішими пакунками-залежностями або буде створено нові, подібні до попередніх пакунки.

Спосіб налаштування роботи у KDE 4 і KDE 3 залежить від вашого дистрибутива. Будь ласка, зверніться за додатковою інформацією до документації з вашого дистрибутива. У деяких дистрибутивах у одній системі можна встановити одночасно KDE 3 і KDE 4. Втім, з часу випуску KDE 4.3 знайти такі дистрибутиви все важче.

General Troubleshooting techniques

There are a few basic steps that can help in troubleshooting problems with KDE software. You should try these steps before asking on #kde or the kde general mailing list, since you'll probably be told to try them anyway :-)

  • Try creating a new user and running your KDE software with that user. If the problem doesn't occur with the new user, there's probably a problem with a file in your .kde directory. You should then try:
    • Rename the file causing the problem. To find an appropriate file, look in .kde/share/apps/<application-name> or in .kde/share/config/application-name.rc where application-name is the name of the application you are having problems with.
    • Log out, then log in afresh. New default files will replace your renamed ones.
  • Clean out /tmp and /var/tmp. KDE stores some temporary files which can sometimes cause problems. You will need to be root to do this. You might also like to try removing the following files. Make sure you exit KDE first though! (The easiest safe way is to choose Failsafe at bootup.):
    • ~/.DCOPserver-* (on KDE3 systems there are usually two of these; one is a symlink to the other)
    • ~/.kde/socket-<hostname>
    • ~/.kde/tmp-<hostname> which is normally a symlink to the next file:
    • /tmp/tmp-kde-<USER>
    • ~/.kde/socket-<hostname> which is also normally a symlink to:
    • /tmp/ksocket-<USER>
  • If you're running an old release from KDE, try updating to the latest version - many bugs are fixed with each new version, so your problem might already be fixed.
  • Try searching the Bugzilla at http://bugs.kde.org . Many common problems have been reported and discussed there.
  • If your problem is more general than just one KDE application (eg, "sound stops working when I start my KDE desktop"), try starting X with a different window manager. Even if you haven't installed another WM, 'twm' will be available, as it ships by default with X.
    • If you start X with the 'startx' command, just put the appropriate command in the file .xinitrc in your home directory. (If it doesn't exist, create it)
    • If you start your desktop from kdm, this will not work.


If your problem is with sound in KDE software, you could try looking at Sound_Problems


Some Common Questions

Helping the KDE Community

How can I help in development? Do I need to learn how to code?

There are many ways to help the KDE community, not only through programming. There are other areas of contribution that need talent of other kinds. All that's necessary is the desire to help and some commitment. Of course, if you want learn how to program in order contribute, we will be more than willing to get you started as well.

Some other ways to help include

  • End-user support - if you are experienced, consider joining a mailing list or the Forum to help support newer users.
  • If you are able to help with translation as part of the official team, consult this list to find a contact point. If you would like to help with UserBase translation, use the sidebar link to get a translator account, then read the Tasks and Tools page.
  • English documentation is also needed, and here on Userbase is a good place to start.