Заглавная страница — различия между версиями
Celt (обсуждение | вклад) |
|||
Строка 84: | Строка 84: | ||
* [[LXLauncher]], простой загрузчик приложений | * [[LXLauncher]], простой загрузчик приложений | ||
* [[LXPanel]], desktop panel, The panel can generate menu for installed applications automatically from *.desktop files. It can be configured from GUI preference dialog, and there is no need to edit config files. The component provides a "Run" dialog with autocompletion. | * [[LXPanel]], desktop panel, The panel can generate menu for installed applications automatically from *.desktop files. It can be configured from GUI preference dialog, and there is no need to edit config files. The component provides a "Run" dialog with autocompletion. | ||
− | * [[LXSession]], | + | * [[LXSession]], менеджер сессий, LXSession менеджер использует to automatically start a set of applications and set up a working desktop environment. Moreover, the session manager is able to remembers the applications in use when a user logs out and to restart them the next time the user logs in. |
− | * [[LXAppearance]], | + | * [[LXAppearance]], переключатель тем. Вы можете легко сменить тему, иконки, и шрифты в приложениях. |
* [[Leafpad]], текстовый редактор | * [[Leafpad]], текстовый редактор | ||
* [[Xarchiver]], архиватор | * [[Xarchiver]], архиватор |
Версия 15:31, 5 февраля 2009
|
Questions · Help |
LXDE | ||
![]() | ||
Developer | The LXDE Team | |
Первый релиз | 2006 | |
Последняя версия | 0.3.2.1 | |
Дата релиза | 2008-04-20 | |
Частое обновление | Да | |
Язык программ-я | C, GTK+ | |
Платформа | Кросс-платформенное (Linux, BSD) | |
Язык | Многоязычный (более чем 35 разных языков) | |
Статус | активный | |
Genre | Desktop environment | |
Лицензия | GNU General Public License, LGPL | |
Вэбсайт | lxde.org | |
Загрузка | download.lxde.org |
LXDE, (от англ. Lightweight X11 Desktop Environment) — это свободная среда рабочего стола для UNIX и других POSIX-совместимых систем, таких как GNU/Linux. Проект LXDE направлен на создание новой быстрой и легковесной среды рабочего стола. LXDE создана не мощной и перегруженной функциями, а простой в использовании, достаточно легкой и не требовательной к ресурсам системы. Создатели не стремились тесно интегрировать различные компоненты, наоборот, каждый из них может использоваться отдельно с несколькими зависимостями. LXDE использует Openbox как оконный менеджер по умолчанию и стремится предложить быстрый и легкий рабочий стол, основанный на взаимно независимых компонентах.
A good starting point is the General Information page, where you find information on system requirements and compatibility. You also find an overview of distributions including LXDE with installation instructions, information on LXDE components and our future plans on the wiki. More about LXDE on the lxde.org website, the LXDE blogs, and in the LXDE forum.
Компоненты LXDE
- PCManFM, быстрый и легковесный файловый менеджер с поддержкой Drag & Drop, tabbed browsing (как в Firefox), встроенная утилита поиска файлов, быстрая загрузка больших директорий, поддерка файловых ассоциаций (приложений по умолчанию), Thumbnail for image files, Bookmarks support, корректное отображение non-UTF-8 имен файлов и прочее
- LXLauncher, простой загрузчик приложений
- LXPanel, desktop panel, The panel can generate menu for installed applications automatically from *.desktop files. It can be configured from GUI preference dialog, and there is no need to edit config files. The component provides a "Run" dialog with autocompletion.
- LXSession, менеджер сессий, LXSession менеджер использует to automatically start a set of applications and set up a working desktop environment. Moreover, the session manager is able to remembers the applications in use when a user logs out and to restart them the next time the user logs in.
- LXAppearance, переключатель тем. Вы можете легко сменить тему, иконки, и шрифты в приложениях.
- Leafpad, текстовый редактор
- Xarchiver, архиватор
- GPicView, image viewer, GPicView features lightening fast startup and intuitive interface.
- LXTerminal, эмулятор терминала
- LXTask, task manager / system monitor
- LXNM, lightweight network connection helper daemon for LXDE supporting wireless connections (Linux-only)
- Openbox, window manager
- LXRandr, screen manager, manages screen resolution and external monitors
How to join the LXDE team
- Subscribe our mailing list.
- Join our irc channel on irc://irc.oftc.net/lxde for online discussion.
- Help debugging/testing
- Writing wiki/docs
- Packaging for various distros, and make lxde included in official repos of them.
- Write some programs for LXDE
LXDE Design Principles / Guidelines
- If only several simple APIs of another big library are needed, try to extract them and add them to your program instead of depending on the whole library whenever possible. (Beware of license)
- Only use libraries from other desktops when they are small or efficient enough and have few dependencies.
- Only create a daemon if there is a really good reason.
- Basic configuration options of applications should be editable via GUI whenever possible.
- Keep the user interface simple and intuitive. Never design some geek-style GUI.
- Consider the conventions of both GNOME and Windows, and try to follow the habit of most users. Do not deliberately make the GUI quite different only because you want to be different from Windows. Usability is always the top one concern. Windows might not be good in some areas, but like it or not, most computer users in the world get used to it. Trying to fight your users is apparently unwise.
- Try to shorten the startup time since this greatly affect user experience.
- Try to keep maximal compatibility with lower gtk+ versions (gtk+ 2.6 is preferred). Try to make features requiring higher gtk+ versions optional with proper conditional compilation and compatibility macros.Gtk+ version can be check in C program like this:
#if GTK_CHECK_VERSION( 2, 10, 0 ) /* write some gtk+ 2.10+ specific stuff here */ #endif
Development
Перед началом разработки, пожалуйста обновите исходные тексты с нашего subversion репозитория на sourceforge
svn co https://lxde.svn.sourceforge.net/svnroot/lxde/trunk/ lxde
Installation guides | ||
LXDE on Linux | ||
ArchLinux | CRUX | | Debian | Fedora | Foresight | Gentoo | Mandriva | Pardus | PCLinuxOS | Slackware | SuSE | Ubuntu | VectorLinux | Xandros | ||
LXDE on BSD | ||
LXDE on other Unix Systems | ||
AIX | HP-UX | IRIX Open Solaris |
Publish free content about LXDE with our friends
![]() |
Commons Upload your freely licensed media - photos, screenshots, audio, videos, interactive content to the commons project and tag it LXDE |
![]() |
Wikinews Grab LXDE Press Releases and write LXDE news for the free-content news resource on the net |
![]() |
Wiktionary Translate and script the name of LXDE into other languages |
![]() |
Wikibooks Write a free LXDE textbook or manual |
![]() |
Wikiversity Publish a free course and other learning materials about LXDE |
![]() |
Wordpress.com Set up a blog with the free and open source blog cms Wordpress and start writing about your experience with LXDE |
![]() |
Wikipedia Write entries about LXDE or help improve pages about LXDE and its components on the biggest encyclopedia of the world |
![]() |
Creative Commons Publish your content about LXDE using a free license of the Creative Commons Project |
![]() |
Jamendo Write a song about LXDE and publish it under the free art license at Jamendo |