Cinnamon linux что это

Обновлено: 06.07.2024

Linux Mint 19 is a long term support release which will be supported until 2023. It comes with updated software and brings refinements and many new features to make your desktop experience more comfortable.

Known issues

Swap with home directory encryption

There is an issue with home directory encryption that causes swap to be misconfigured during installation. To correct this, run the following two commands after logging in to your new Linux Mint 19 installation:

Follow it up with this command:

sudo update-initramfs -u

Touchpad drivers

The default touchpad driver in this edition is "libinput" (provided by the xserver-xorg-input-libinput package).

If you experience problems with it, you can switch to another driver called "synaptics" (provided by the xserver-xorg-input-synaptics package).

To know which driver is used by your input devices, run the following command:

grep -i "Using input driver" /var/log/Xorg.0.log

When both drivers are installed, "synaptics" takes priority.

To switch to the "synaptics" driver, install it with the command:

apt install xserver-xorg-input-synaptics

Then log out and log back in.

To go back to using "libinput", simply remove the "synaptics" driver:

apt remove xserver-xorg-input-synaptics

Then log out and log back in.

Note: You can also try installing the "evdev" driver (provided by the xserver-xorg-input-evdev).

Virtualbox

If the screen is black when launching Linux Mint in Virtualbox, change the VirtualBox graphics controller to "VMSVGA". Do this by opening up the settings for your VM and select Display -> Graphics Controller.

Garbled screen

If the screen is garbled when launching Linux Mint in Virtualbox, switch to console with HOST+F1 (e.g. the RIGHT Ctrl key, no ALT) and back to tty7 with HOST+F7.

Another workaround is to disable "nested paging" (in the System -> Acceleration settings) and to increase the video memory to 128MB (in the Display settings).

Note: This issue only affects the live session. You don't need these workarounds post-installation.

Guest Additions

To add support for shared folders, drag and drop, proper acceleration and display resolution in Virtualbox, click on the "Devices" menu of Virtualbox and choose "Insert Guest Additions CD Image". Choose "download" when asked and follow the instructions.

Home directory encryption

Benchmarks have demonstrated that, in most cases, home directory encryption is slower than full disk encryption.

Guest sessions

You can still enable guest sessions in the "Login Window" utility, but this option is now disabled by default.

Scanner not detected

A regression in libsane affects many scanners (Epson, Brother, Xerox, Samsung..etc).

The bug report contains various workarounds for the different branch of scanners.

Vertical band in scanned documents

Ubuntu 18.04 introduced another libsane regression:

Samba

To work around this issue, edit /etc/samba/smb.conf and add the following lines under "workgroup = WORKGROUP", in the "[global]" section:

name resolve order = bcast host lmhosts wins
client max protocol = NT1

Save the file and reboot.

You should then be able to see the workgroup and the hosts in the network neighbourhood.

To connect to a share, use "Connect to Server. " from the "File" menu.

If you are trying to connect anonymously and it isn't working, type "anonymous" in the username field and type a dummy password.

If you use Samba a lot, until these issues are resolved, we recommend you use Linux Mint 18.3 instead.

Wine 4.0

To install the stable version of WINE from WineHQ, open a terminal and type:

apt install --install-recommends wine-installer

Among other things, this will install wine-desktop-files, which adds menu entries for regedit, your C:\ drive and other items which are missing from upstream WINE.

Upgrading Wine to version 4

If you installed wine-stable 3.0 or wine-development 3.0 before wine 4.0 was added to the repositories, apply the updates to bring it up to version 4.0 and run the following command to install the missing packages:

apt install --install-recommends wine-installer

To clean up, run the following command to list all wine 3.0 packages:

dpkg -l | grep wine | grep "3\."

These packages can be removed.

You can also reinstall PlayOnLinux if it was removed during the update.

Sound and microphone issues

If you're facing issues with your microphone or your sound output, please install "pavucontrol".

This will add "PulseAudio Volume Control" to your menu. This application has more configuration options than the default volume control.

DVD Playback with VLC

If VLC does not find your DVD player, click on Media->Open Disc, and specify '/dev/sr0' as the disc device.

Issues with KDE apps

If you're experiencing issues with KDE apps (Okular, Gwenview, KStars..etc) run the following command:

apt install kdelibs-bin kdelibs5-data kdelibs5-plugins

Force UEFI dialog hanging the installation

The issue occurs in EFI mode, when the HDD (or SSD) is new (without a partition table) and the installer is connected to the Internet.

To work around this problem, disable your Internet connection before launching the installer, or let the installer partition your drive automatically first (during a first install) and then install a second time with manual partitioning.

Other issues

Linux Mint 19.3 is based on Ubuntu 18.04. Make sure to read the Ubuntu release notes.

Username and password in the live session

In the live session, the username is "mint" and the password is empty (i.e. just press Enter if asked for a password).

Moving windows which don't fit in the screen

If your screen resolution is too low, some windows might not fit in the screen.

While pressing the ALT key, you can grab any part of a window with the mouse and move it across the screen.

Installing multimedia codecs offline

To download the multimedia codecs into an installable archive:

  • Boot from the Linux Mint ISO on a computer which is connected to the Internet
  • Open a terminal and type "apt download mint-meta-codecs" (without the quotes)
  • This creates a "mint-meta-codecs.tgz" archive

On computers which do not have an Internet access, you can decompress this archive and run ./install.sh (or alternatively "sudo dpkg -i *.deb") to install the multimedia codecs.

Booting with non-PAE CPUs

To boot Linux Mint on CPUs which do not officially support PAE (Pentium M processors for instance), please use the "Start Linux Mint with PAE forced" option from the boot menu.

Solving freezes during the boot sequence

Some graphics cards don't work well with the open-source driver present in Linux Mint.

If Linux Mint freezes during boot time, use the "nomodeset" boot option as illustrated in the video below:

Your browser does not support the video tag.

If you're booting in EFI mode, the procedure is similar but the menu looks slightly different:

Your browser does not support the video tag.

Thanks to "nomodeset" you should be able to boot Linux Mint and install it on your computer.

After the installation, reboot the computer and hold SHIFT to force the boot menu to appear.

Add the "nomodeset" option as illustrated below:

Your browser does not support the video tag.

If your graphics card is from NVIDIA, once in Linux Mint, perform the following steps to install the NVIDIA drivers:

  • Run the Driver Manager
  • Choose the NVIDIA drivers and wait for them to be installed
  • Reboot the computer

With these drivers the system should now be stable and you no longer need to use "nomodeset".

Note: If you're using an Optimus card, you've nothing more to do. Upon reboot, a system tray icon should show up indicating which GPU is currently active. Click on it to switch GPUs.

Note: If you still cannot boot try one of the following solutions:

  • Try with "nouveau.noaccel=1" instead of "nomodeset".
  • Try with "noapic noacpi nosplash irqpoll" instead of "quiet splash".
  • Use the "Compatibility mode" to boot and install Linux Mint.
  • After the installation, use "Advanced Options" -> "Recovery mode" from the boot menu and choose "resume".

Choosing the right version of Linux Mint

Each new version comes with a new kernel and a newer set of drivers. Most of the time, this means newer versions are compatible with a larger variety of hardware components, but sometimes it might also introduce regressions. If you are facing hardware issues with the latest version of Linux Mint and you are unable to solve them, you can always try an earlier release. If that one works better for you, you can stick to it, or you can use it to install Linux Mint and then upgrade to the newer release.



Thanks to your donations and advertising Linux Mint is completely free of charge. We hope you'll enjoy using it as much as we enjoy working on it.

Cinnamon, это окружение по умолчанию в дистрибутиве Linux Mint. Разработка Cinnamon началась с выходом Gnome 3. Его целью было сохранить более привычный интерфейс старой версии Gnome 2.0. Но в отличие от MATE, Cinnamon основан и использует новые технологии Gnome 3. За сравнительно короткий период окружение Cinnamon развилось в полностью функциональное окружение рабочего стола.

Разработчикам удалось не только сохранить внешний вид Gnome 2 но и сделать своё окружение более привычным для пользователей Windows. Панель находится внизу экрана и на ней есть кнопка главного меню, которая открывает почти такое же меню, как в Windows. В этой статье мы рассмотрим как установить Cinnamon в Ubuntu 20.04.

Особенности Cinnamon

Основные возможности Cinnamon:

  • Панель с главным меню, списком окон и системным треем похожая на аналогичную панель в Windows. И расположена она тоже внизу.
  • Поддержка апплетов на панели и десклетов для рабочего стола. Десклеты очень похожи на гаджеты Windows, они позволяют отслеживать нагрузку на процессор, погоду и другие полезности.
  • Cinnamon более гибкий в настройке чем Gnome, вы можете настраивать различные параметры работы окружения.
  • В качестве файлового менеджера используется Nemo. Это ещё один форк Nautilus с улучшенной интеграцией в эту оболочку.

Системные требования Cinnamon очень похожи на системные требования Linux Mint:

Установка Cinnamon в Ubuntu 20.04

Установка Cinnamon в Ubuntu выполняется очень просто потому что пакет есть в официальных репозиториях. Перед установкой оболочки обновите все пакеты в системе:

sudo apt update

sudo apt full-upgrade

Чтобы установить Cinnamon в Ubuntu выполните:

sudo apt install cinnamon-desktop-environment


После завершения установки перезагрузите компьютер или завершите текущий сеанс. В окне входа вы сможете выбрать сессию Cinnamon нажав на специальную шестеренку:


Вот снимок экрана установленной системы:


Настройка Cinnamon

Теперь установка Cinnamon в Ubuntu 20.04 завершена и мы можем немного его настроить. Стандартные темы Ubuntu могут иметь кое-какие проблемы с Cinnamon. Но наборы тем от Numix работают отлично, их можно установить из официальных репозиториев:

sudo apt install numix-gtk-theme

Вы также можете использовать официальные темы Linux Mint, включая Mint Y. Эти пакеты нужно скачать и устанавливать из deb пакетов вручную:

Для mint-themes будет необходимо также установить пакет libreoffice-style-mint. Чтобы установить загруженные deb файлы выполните:

Как удалить Cinnamon в Ubuntu 16.04

Если вам не понравилось окружение Cinnamon и вы хотите его удалить просто выполните следующие команды:

sudo apt purge purge cinnamon*

sudo apt autoremove

Эти команды удалят все пакеты, установленные вместе с основным пакетом оболочки Cinnamon, после этого ваша система будет чистой.

Cinnamon — самостоятельная среда рабочего стола, являющаяся ответвлением от Gnome 3, но имеющая дизайн в стиле классического Gnome.

История возникновения Cinnamon

История Cinnamon связана с дистрибутивом Linux Mint и Gnome. Linux Mint использовал в качестве среды рабочего стола Gnome 2 (его еще называют классическим Gnome). В апреле 2011 г. вышел Gnome 3 (Gnome Shell).

Новый Gnome получил абсолютно новый интерфейс, который изменил логику взаимодействия с системой. От классического Gnome не осталось и следа.

Разработчики Linux Mint решили вернуть привычный интерфейс Gnome и написали для Gnome 3 несколько расширений, получивших название Mint GNOME Shell Extensions (MGSE). Очередная версия Linux Mint 12 вышла в ноябре 2011 в двух версиях: Gnome-with-MGSE и Gnome 2.

Не смотря на изменения в MGSE, среда по прежнему не удовлетворяла всех потребностей «старых» пользователей и не была до конца похожа на привычный классический Gnome. К тому же разработчики MGSE столкнулись с тем, что не все функции можно реализовать в виде расширений.

В январе 2012 г. проект Gnome создал отдельную ветку «Project Cinnamon» для разработчиков Linux Mint, чтобы дать им больше возможностей для развития своей среды.

Постепенно приложения и оконный менеджер в Cinnamon были полностью адаптированы разработчиками Linux Mint под собственные нужды. Начиная с октября 2013 г. Cinnamon окончательно отделился от Gnome и стал отдельной средой рабочего стола. Cinnamon использует GTK+ и некоторые другие возможности Gnome, но он не требует установки самого Gnome.

Интерфейс Cinnamon

Интерфейс Cinnamon является привычным для многих пользователей персональных компьютеров.

В нижней части экрана находится панель. Слева на панели размещена кнопка Меню (Menu) для вызова Главного меню. На панель можно добавлять иконки для быстрого запуска приложений.

Справа на панели расположена область индикаторов и уведомлений, а также часы. Кнопки для переключения между открытыми окнами, размещаются в основной части панели.

Современная панель Cinnamon 4.0

С версии Cinnamon 4.0 панель по умолчанию группирует открытые окна одно приложения и отображает для каждой группы свою иконку без подписей. Такой режим получил название — современный (modern). В классическом же режиме каждое окно отображается отдельной пиктограммой и подписью с названием окна. В настройках можно переключаться между современным (modern) и классическим (традиционным — traditional) режимами.

На рабочем столе можно размещать иконки и файлы.

Главное меню отображает распределенные по категориям приложения.

Стоит отметить некоторую схожесть интерфейса Cinnamon с классическим интерфейсом Windows.

Программы

Среда рабочего стола Cinnamon включает несколько основных программ. Эти программы объединены в так называемый проект X-Apps.

Проект X-Apps был запущен, начиная с версии Linux Mint 18. Это набор приложений, изначально основанных на приложениях Gnome (GTK), но имеющих традиционный графический интерфейс. Одна из идей проекта X-Apps — создание одинакового набора основных приложений для сред рабочего стола Cinnamon, XFCE и MATE. Чтобы изменения в каком-либо приложении не влияли на работоспособность приложения в определенной среде рабочего стола.

Список основных приложений X-Apps:

  • Xed — текстовый редактор (основан на GEdit / Pluma).
  • Xviewer — просмотрщик графических файлов (основан на Eye of GNOME).
  • Xreader — просмотрщик документов (основан на Evince).
  • Xplayer — мультимедиа плеер для видео и аудио файлов (основан на Gnome Videos / Totem).
  • Pix — менеджер фотографий/изображений (основан на gThumb).

Оконный менеджер

В качестве оконного менеджера в Cinnamon используется Muffin — это форк оконного менеджера Mutter из GNOME 3.


Дистрибутив: ArchLinux
Оболочка: Cinnamon
Ноутбук Lenovo B580, HD графика Intel
Используется дома, для базовых нужд, вроде интернет-сёрфинга, игр.

Воистину считаю Корицу лучшей и сбалансированной оболочкой. Здесь нет ничего того, что мне не нравится. Всё аккуратно, и даже когда ставишь оболочку на Арч, требуется лишь несколько кликов, чтобы довести внешний вид до идеала.

Готов сравнить Корицу с каждой DE, и показать её преимущества, которые я выделил для себя.

KDE. Кеды для меня безусловный фаворит, как сообществом, как комплектом программ, так и самой оболочкой. Но есть в кедах такая проблема, которую, думаю, многие поймут — это перегруженность всякими настройками. Один неверный шаг, и вся аккуратность оболочки катится к чертям. Да и вид по умолчанию меня отталкивает: неудачный выбор размера шрифта у часов на панели, тема иконок breeze меня совершенно не устраивает. А так как нужно учитывать сочетаемость иконок и общей темы — изменением одной лишь темы иконок не отделаешься, увы.

GNOME. Гном, в противовес KDE очень аккуратная оболочка уже из коробки. Но, как вы понимаете сами, допиливать тут уже приходится функционал, и не напильником, а целой пилой. А так как из версии в версию расширения гнома постоянно отваливаются, на арче пользоваться им просто невозможно (особенно после выхода GNOME 40, который у меня даже не запускается)

XFCE, MATE, LXDE (LXQt). Эти три DE похожи друг на друга одной вещью — модульностью. В целом, они идут по старому пути, созданы для тех, кто предпочитает стабильность и простоту. Однако, в отличии от корицы, в них слишком мало удобств: нет совмещённого с панелью задач лаунчера приложений, нет удобных горячих углов, нет привычных мелочей (например анимаций), из-за которых для меня эти DE ассоциируются с какими-то поделками на основе оконных менеджеров. Безусловно, всё это допиливается напильником, но… всё это добро уже давно на уровне оболочки Windows XP. Стабильно, со вкусом, однако устарело (не кидайтесь помидорками, я тут всё таки с корицей сравниваю)

Циннамон — это баланс между KDE и GNOME, который прекрасно подходит для повседневной работы, хоть и имеются мелкие баги. Кроме того, он не предлагает лишних приложений, только файловый менеджер, тем самым не затирает собой типы MIME, которые у меня остались ещё с awesome.

В качестве просмотрщика изображений я использую лёгкий Viewniour, плеер — VLC, скриншотилка — Flameshot, остальное, по мелочи: qbittorent (торрент-клиент), qpdfview (чтение пдфок), gnome-terminal (терминал), file-roller (архиватор), emacs (текстовый редактор).

Минтовские темы и иконки для арча спокойно ставятся из аура:
mint-themes, mint-x-icons, mint-y-icons.

Читайте также: