Интерфейс как в windows в ubuntu

Nowadays, most users who want to switch from Windows always see Linux as the perfect operating system to get started with. Of course, everybody has different reasons for such a move.

Still, they mainly revolve around security, developing applications for Linux systems, penetration testing (Kali or Parrot), or using an OS that wouldn’t bother you now and then about licensing.

However, once you start using Linux systems, you will notice that the Graphical User Interface is less appealing than the Windows UI. The main reason behind this is because of the terminal/command-line. That is the most powerful utility on a Linux system for most people, and you can use it to do anything you might think of practically. That includes Installing applications, deleting files, connecting to remote systems, etc. Many people using Linux prefer using the terminal, instead of relying on a graphical user interface.

However, thanks to various customization options, you could bring the Windows look and feel to your Linux system. In this tutorial we’ll cover two ways of customizing your Linux system to look and feel more like Windows.

  1. Using the Boomerang project themes
  2. Using the UKUI Desktop Environment, which is a desktop environment developed for Ubuntu Kylin, which is an official Ubuntu flavor.
Table of Contents
  1. Method 1. Using the Boomerang Project Themes
    1. Step 1. Download Boomerang Windows 10 theme
    2. Step 2. Install the Theme
    3. Step 3. Apply the Themes to your System
    4. Step 4. Install Windows 10 Icons
  2. Method 2. Using the UKUI Desktop Environment
  3. Conclusion

Method 1. Using the Boomerang Project Themes

Boomerang is a team of developers who develop GTK and shell themes for Linux systems. The most prevalent themes they have developed include Windows 10, Windows XP, and macOS. Of course, there are other themes out there, but we recommend Boomerang because it is compatible with most Linux Desktop Environments (DE).

We will install the Boomerang Windows 10 theme compatible with Desktop Environments like GNOME, Cinnamon, Unity, MATE, XFCE, and Fluxbox. The default DE for Ubuntu is GNOME; however, if you have installed another Desktop Environment that’s compatible with Boomerang Windows 10 theme, you are still good to go.

Follow the steps below to make Ubuntu look and feel like Windows 10 using the Boomerang Windows 10 theme.

Step 1. Download Boomerang Windows 10 theme

Navigate to the official Boomerang page and download the Windows 10 theme. It uses the codename – Redstone. Here, you will see two options.

  • The dark theme
  • The light theme

You can download any of them or all if you want to have a taste of both. We will download both themes to test them for you for this post.

Step 2. Install the Theme

To install the themes on our system, we will use a different approach than we mostly use when installing applications. Launch the Terminal and navigate to the directory where you installed the themes to get started. In our case, it’s the Downloads folder. Use the unzip command to extract the theme files.

cd Downloads
unzip [file-name]

E.g

unzip Windows-10-3.2.zip

We need to move the themes to the .themes folder in our home directory to install the themes. That is a hidden folder. Therefore, you cannot see it on your file manager if you have not enabled the view hidden files option. Luckily, there is even a much easier way to check if you already have this folder. Launch the Terminal and execute the commands below.

cd ~
ls -a

If you don’t have it, create it using the command below.

mkdir ~/.themes

Now, we need to the extracted theme folders to the .themes folder. Use the syntax below.

sudo mv -R [path_to_theme_folder] ~./.themes

E.g.

sudo mv -R /home/ubuntu-user/Downloads/Windows-10-3.2 ~/.themes

You should see the new themes folders when you run the ls command on the .themes directory.

ls ~/.themes

word image 24

Step 3. Apply the Themes to your System

To enable and apply these themes on your system, we need to install a tool called GNOME Tweaks. Launch the Terminal and execute the command below.

sudo apt install gnome-tweak-tool

word image 25

After successful installation, launch the tool from your applications menu by searching Tweaks. You will see a window similar to the image below.

word image 26

On the left-hand side, you will see a panel with the different options that you can use to customize your system. Select Appearance. On the Appearance screen, under Themes, click on the drop-down menu next to the Applications option and select the Windows 10 theme you want to apply to your system.

word image 27

You will see some changes on your open windows and how the text appears. However, we are not yet done, and we still need to work on the icons and the background.

Step 4. Install Windows 10 Icons

You are now a few steps to making your Ubuntu Desktop have an exact look and feel as the Windows 10 Desktop. We have already installed the Windows 10 theme, and we now need to install the Windows 10 icons. To get started, ensure you have Git installed on your system. Use the command below to install it.

sudo apt install git

word image 28

When done, clone the Boomerang Windows 10 GitHub repository using the command below.

git clone https://github.com/B00merang-Artwork/Windows-10.git

word image 29

Now, create a .icons folder on your home directory using the command below.

mkdir ~/.icons

Move the clone Boomerang Windows 10 icons to this folder using the commands below.

sudo mv [path_to_icons] ~/.icons

E.g.

sudo mv Windows-10/ ~/.icons/

word image 30

To enable and use these icons, relaunch the Tweaks tool. Select Appearance -> Icons. Select the Windows 10 icons you just downloaded on the drop-down menu. Immediately, you should see the icons on the Taskbar change the look to that of the Windows Desktop.

word image 31

To finalize everything and get the near-look for Windows 10, we need to change the Desktop wallpaper. Luckily, you can get so many Windows 10 HD wallpapers online. Lastly, we need to position the Ubuntu taskbar at the bottom. To do this, launch the Settings menu -> Appearance. Under the Dock options, set Position on the screen to the bottom.

word image 32

If you did everything exactly as described in this post, you should now have a system that looks exactly like Windows 10. See the image below.

word image 33

Wasn’t that fun? Let’s look at another method you can use to bring the Windows 10 look and feel to your Ubuntu system.

Method 2. Using the UKUI Desktop Environment

This is the quickest way if you want to get the Windows look and feel to your Ubuntu system. However, since it does a whole reskin of the Desktop environment, there aren’t many customizations you can do compared to Method 1.

Additionally, it doesn’t give you that exact Windows 10 look. There are some touches of Windows 7 and Windows XP.

UKUI is a desktop environment developed by Ubuntu Kylin, which is an official flavor of Ubuntu.

To get started, add the UKUI PPA to your system using the command below. You will see a prompt to press ‘Enter’ to add the PPA.

sudo add-apt-repository ppa:ubuntukylin-members/ukui

When done, update your system to apply this new configuration.

sudo apt update

Run the command below to install the UKUI Desktop environment on your system.

sudo apt install ukui-desktop-environment

After a successful installation, log out of the current session. On the Ubuntu login screen, select the UKUI desktop environment. You should now see a whole new Desktop Interface, as shown below.

word image 34

As stated above, this method does not give you the entire Windows 10 look and feel as you would expect. Therefore, if you are not in a hurry, we highly recommend the first method because it gives you room for additional customizations.

Execute the commands below to remove the UKUI desktop environment from your system.

sudo apt purge ukui-desktop-environment ubuntukylin-default-settings peony-common

When done, reboot the system to apply the changes.

sudo reboot now

Conclusion

That’s it! Up to this point, I believe your Ubuntu system looks no different from a Windows PC. To get an even much better Windows 10 feel and look, install the Cinnamon Desktop Environment. By default, Ubuntu uses GNOME. The default Cinnamon bottom taskbar will give your system the exact look and feel of Windows 10. If you encounter any issues, please let us know in the comments below.

Теперь превратить Ubuntu в Windows 10 стало еще легче.

У Ubuntu 17.04 есть среда рабочего стола UKUI, которая была специально создана для удобства пользователей Windows. Она доступна в архиве пакетов.

Это рабочий стол, основанный на Mate. Он поставляется в собственной компоновке, со своими стилями иконок, окон, темами. Присутствует файловый менеджер в стиле Windows Explorer («Peony») и меню запуска в стиле Windows.

UKUI разработана китайским сообществом создателей Ubuntu Kylin. Для 17.04 Kylin они в самый последний момент совершили переход с Unity на собственную, основанную на Mate, среду рабочего стола UKUI. Такая поспешность была обусловлена объявлением Canonical об уходе от Unity и переходе на простой GNOME.

Ядро UKUI составлено из из одинарной панели MATE с оригинальным набором апплетов и индикаторов, куда входят апплет время/дата в стиле Windows, простой ползунок, отвечающий за звук и меню Пуск.

У рабочего стола есть свое приложение для настройки, которое является заменой Windows Control Centre.

Благодаря общим усилиям с командой рабочего стола MATE UKUI доступна в репозитории Ubuntu Zesty. Ее можно установить рядом с Unity, GNOME и другими средами рабочего стола, хотя не без последствий (смотреть предостережения).

Это значит, что не придется скачивать и устанавливать темы, в ручную выставлять внешний вид панелей, добавлять персональные архивы пакетов или менять основные приложения системы на какие-то их альтернативы.

Предостережения

Вместе с UKUI придется установить Kylin Greeter (экран блокировки и входа в систему) и настройки рабочего стола Ubuntu Kylin. Последний пакет окажет влияние на базовую структуру рабочего стола Unity — заменит ее базой Ubuntu Kylin (к примеру, средство запуска снизу, китайский язык и т.д.).

Базовая тема UKUI GTK лишена нормальной поддержки GTK3.

Так как рабочий стол базируется на среде рабочего стола MATE, вам придется бороться со всем вытекающим из их параллельной работы. Я устанавливал UKUI после MATE; на последнюю повлияла база Kylin, на первую — MATE.

Все эти изменения можно исправить в ручную, если, конечно, UKUI — это действительно то, что вам надо и вы не будете слишком скучать по Unity или обычной MATE. Может оно того и будет стоить.

Установка UKUI на Ubuntu 17.04

UKUI полностью бесплатное программное обеспечение с открытым кодом. Оно доступно для установки на Ubuntu 17.04 из Ubuntu Software:

Установить UKUI на Ubuntu 17.04

Удаление

Для удаления UKUI — рабочего стола, приложений и смежных настроек — просто запустите данную команду в новом окне терминала:

sudo apt purge ukui-desktop-environment ubuntukylin-default-settings peony-common

Вам также надо будет открыть «ПО и обновления» («Software & Updates») > «иное ПО» («Other Software») и удалить репозиторий Ubuntu Kylin.

�������� ��������������� ������ ������������ Windowsfx 11, ����������� �� ����������� ���������� Windows 11 � ����������� ��� Windows ���������� ��������. ��������� ���������� ��� ������ ������������������ ���� ���������� WxDesktop � �������������� ����������. � �������� ������ ������ ������������ Ubuntu 20.04 � ������� ���� KDE Plasma 5.22.5. ��� �������� ����������� iso-����� �������� 4.3 ��. �������� ����� ����������� ������� ������, ���������� �������������� �����������, ������������ ��������� � Windows, ����� ��� ������������, ��������� ���������, ��������� Active Directory � ������ � ������� OneDrive.

������ ���������� ����� �� ����������� ��������� � Windows, ��������, ������������ ������������ ������� ������ OnlyOffice � MS Office Online, ������� Edge, ��������� ���������� ������ MS Teams, ���������� Skype, �������� ��������� ������ PowerShell � �������� ���� VS Code. ��� ��������� ��������� ������ ������������ Helloa Assistant �� ���� Google Assistant. ��� ������ Wine �������������� ������
�������� .exe � .msi ����� ������� ���� �� ������� �����.

  1. ������� ������ � ������� (https://www.windowsfx.org/inde…)
  2. OpenNews: ������ Zorin OS 15, ������������ ��� �������������, ��������� � Windows
  3. OpenNews: ������ WLinux ��������� Linux-�����������, ���������� �� ������������� � Windows
  4. OpenNews: ������ ��� ���������� GNOME ��� ���������� Unity, Windows � macOS
  5. OpenNews: ����������� �� �������� ��� KDE Plasma 5 ������ � ����� Windows 8
  6. OpenNews: Microsoft ����� ������������ ��������� ������� GUI-���������� Linux � Windows
��������: CC BY 3.0 ������� �� ������� ������� Artem S. Tashkinov ���: ��������� �������� ������: https://opennet.ru/55822-windowsfx �������� �����: windowsfx, wxdesktop
 
  • 2.90, �� �������� (?), 02:54, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +19 +/
    ��� �� ��� ��������, ������� ��� �����, �� ������� �� ���������.
     

     
  • 2.13, Stax (ok), 20:32, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +3 +/
    � ��� ��������? � ����� ��������� ��� ������ ���������, ��� �� ��� ���� ����� ������ ����������. ���������� ����� ���������..
     
     
  • 3.67, D (?), 22:41, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +2 +/
    � ���������, ���, ������ ���������? )))
     
  • 3.169, ryoken (ok), 08:52, 20/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    �����. ��� �� ���� ����� � ���� ���� ������ � ������� ����.
     
  • 2.74, ������ (74), 23:25, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +8 +/
    ������ ��� �� ��� ����� ������� ��� ����� ������ DE.
     

     
  • 2.6, ������ (6), 19:56, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    � �����, ����� ��� ����� ��������������?
     
  • 1.10, ������ (10), 20:06, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • +18 +/
    ����� ����� ��� ������ �� ����������� ������-�������, ��� ������-�������, ������� �� �����, ������� ����� ������.
     
     
  • 2.46, ������ (37), 21:31, 18/09/2021 [^] [^^] [^^^] [��������]  
  • –3 +/
    � ��� ��� ������ �� ������, ������� ������ �� ������.
     
     
  • 3.117, ���� (??), 10:15, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –1 +/
    ��� �� ������? ������ ����� ��� �� ���������� ��������, �� ������ ������ ���������.
     
     
  • 4.118, ���� (?), 10:23, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +1 +/
    ��������� ��� ������� ����������� ��������� ������� Xerox. ��������� ���������� ���� ������ ��������� ��������������� ��������� �������� ����� �����.

    ��� ��������� ������� ���������� �� ����� �����, �������� ��� ��� «�� ����� ��� ���», � �������� ����������� ����� �� ����� ����������� ������� ������� �������� ���������.
     
     
     
  • 6.131, ������ (37), 12:16, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –3 +/
    Xerox �������� ��� ������ ��� ������� �� ����� �� �������. Xena — �������� ������ ������������ ��� ���� � �� �����. ��� Xen �� Half-Life �������� ��� ��� � �� ����.
     
     
  • 7.133, n00by (ok), 12:27, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    > Xerox �������� ��� ������ ��� �������

    �� ��. � ���� ���� � ��������: /ˈzɪərɒks/

     
     
  • 8.135, ������ (37), 12:33, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/

    � �� ����������, � ������ �������� � �ݣ ��� �ݣ �� ����� ���� ���������, �����… ����� �ף����, ��������

     
  • 7.144, Nihilist (ok), 13:42, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –3 +/
    ��� ��� ���� Xena, �������� ��� ����. �� ��-�� ������� ������ ����� � ������� �����, ������������ �������� ��� �� �� ����. � ��� ���� ����������� ���� �������� ������.
     
     
  • 8.147, ������ (37), 14:20, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +3 +/

    �� �������� � ����������� �������� ���������� ����� ������� ���� �� ������� ��… ����� �ף����, ��������

     
  • 5.134, ������ (37), 12:32, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/

    ��� ���������� � ���, ��� � ����������� ������� �������� ������������ ����������… ������� ����� �ף����, ��������

     
     
  • 6.152, ���� (?), 18:33, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –2 +/

    � ��� �� � ���� ���, ������ �����, ������� ����� �� �����, ����� ������������… ������� ����� �ף����, ��������

     
  • 5.136, ������ (37), 12:36, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    >��� ��������� ������� ���������� �� ����� �����, �������� ��� ��� «�� ����� ��� ���», � �������� ����������� ����� �� ����� ����������� ������� ������� �������� ���������.

    � ��� �������������� ��, ������� ��� ��� ���������� ���, ��� �������� ������������ �����������?

     
  • 5.159, heone (?), 20:25, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +1 +/
    ��������� ������ — ��������. ������� ������-��������…
     
  • 2.166, Alex (??), 03:14, 20/09/2021 [^] [^^] [^^^] [��������]  
  • +/

    ��, ��� ��� ������, ��� ������ ��������� �����, � �������� ���� ��������� ����������! � ���� ������� ������ ������ � ���, ��� �������� ��������� ���� � ����������� ���� ����� (�� ���� �� ����� ��� ���, � �� — ���). � ��� ��� ��� ��� ����������! ���� ������ ������������ � ������������! ����������! ��� ����� � ����� ��������� ��� ���� �� ���� ������!

     

  • 1.11, Kumo (?), 20:09, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –8 +/
    ���� �������� ���� Linux � �������.

    ������������ Linux ������ ����� � ����� Linux.

    �� �����, ��� ������� ���� ����������. ��� ��� � ��������� ���� �������������.
     
     
     
     
  • 4.72, ������ (37), 23:23, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +5 +/
    >���� �������� ���� Linux � �������.

    >�������� �� �������� ����

    ����� ����� ������������ ���������.

     
  • 4.126, �� ���� � � ������� ��� (?), 11:26, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    � ����� ��� ���� ������, ���������� �� ����. �� ������� �������� � ������ �� �� ����? ��� ���, ����� �� ������� ���� ����� ���� ���� �� �������� ���� ������! ��� ���� � Nike � Adidas � ��������� ���� ����������. ��� ��� � �������� �����, ��ӣ�?
     
     
  • 5.137, ������ (37), 12:39, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    ����� ���� �� ����� ������� ��� FreeBSD? ��� ����� �����, ��� BSD ������������ � ���� Mac. ���� ��� ������� Darwin.
     
  • 2.170, ryoken (ok), 08:56, 20/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    >> ���� �������� ���� Linux � �������.

    ����… �������� ������� ������ �������.

     

  • 1.15, ������ (15), 20:32, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –2 +/
    > ��� ������ Wine �������������� ������ �������� .exe � .msi ����� ������� ���� �� ������� �����.

    �������, ��� ���� ������� «�������� ���� ����� virustotal.com», ����� ��� ����� �������� �������.

    // b.

     
     
  • 2.27, ������ (15), 20:57, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +3 +/
    � �� ��� ������? Malware ��������� �������� ��� Wine � ����� ����� ����������� ���� �����, � ����� ��������� ������ �����.

    // b.

     
     
  • 3.123, iPony129412 (?), 10:57, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    ������� �� ����� �����.

    ���-�� � ������ ������ ������/������� �� ���������� � �������� – ��� �� �����.

    � �����������, ��� �� ���� ����� ������ ������ ������ �� ���������� ������������ � �������� – ������.
     

  • 1.16, ������ (16), 20:33, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –1 +/
    � ���������� � ������ ����������� ���� ���� �� M$ ������������?  

    � �y��� ���������� �� ������ � y�opo��e �������?

    ���� ���, ����� ��������.
     
     
  • 2.30, ������ (30), 21:01, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    � ����� ������ ���� ������������ ���������� ����������. �������� ����, �������� �� ��������� � �ӣ �����.
     
  • 2.52, ������ (), 21:46, 18/09/2021 [^] [^^] [^^^] [��������]  
  • –1 +/
    >� �y��� ���������� �� ������

    � ����� ������ ���������� �����?

     
     
  • 3.68, ������ (68), 22:43, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    >>� �y��� ���������� �� ������

    > � ����� ������ ���������� �����?

    ��, ���� ����������� � ����������, ��� �� � ����� ��� ���������� � ������ � Windows 11, ���� ��������� ��������� «������».

    � ����� ������� � ���� � ��������� �������� �� �����, ���� ���������, ��� �������� ����������� ���������� � Win11 � ��������� �� ������������.

    ���� ��� ��� � ����� ����� �ӣ ��, ��, ��� �����, � ���� �� � ��� ����� ������.

     
     
  • 4.70, ������ (70), 23:01, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +3 +/
    �� �� ���������� ������ � ������� �� �����. ������.
     
     
  • 5.81, ������ (81), 23:49, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    > �� �� ���������� ������ � ������� �� �����. ������.

    �� ����� �� ����������� ������� � �������, ��� �� ������ ������� � ���, ��� ��� ��������.

    ����� �� ��������� ������, �������� ��� ������, ���ͣ��� �� �����, ��� �� ������������ �������� � ��� ����� �� �����������������!

     
     
  • 6.93, ������ (70), 04:00, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +2 +/
    ������� ������� ����� — ������ �� ������ ��� ��������, � �� �. ��� ������ ������. ��� ����������� ������� ������� ���������, ��� ���������� ������.
     
     
  • 7.156, ������ (156), 19:12, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –2 +/

    ��, ������, ���-�� �������� ��� ������ ���� ���� ��������, � ���� ������� �����… ������� ����� �ף����, ��������

     
     
  • 8.160, ������ (160), 21:10, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/

    ���, �������� ��������� ����������� ���� ������� ������� ����� — �� ������ ��� … ����� �ף����, ��������

     
  • 6.120, ������ (120), 10:47, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +1 +/
    ����� �������������� ����� �� ������������.
     
     
  • 7.127, �� ���� � � ������� ��� (?), 11:32, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –2 +/
    ��� ����� ��������? ��� ��������� ���� �� �������� ��������� ��������� ���������� � ���11? ��� ���������� �� �����, ��� ������� ��������� ������������� ������� ��� ����������.
     
     
  • 8.128, ������ (70), 11:55, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +2 +/

    �� ���� ������ ��� ���������� ����� ��� �� � ������ �������� � ���� ����� ��… ����� �ף����, ��������

     
     
  • 9.155, ������ (154), 18:59, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –2 +/

    �� ��� �� �������� � � ��� ������ �� ������, ���� ��ۣ��� ������� �������� �� ��… ����� �ף����, ��������

     
  • 8.140, ������ (37), 12:44, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +1 +/

    �� ���� �� �������� ��� ���11 �� ����� ����������� �� ����-�� ������, ���� �� ��… ����� �ף����, ��������

     
     
  • 9.157, ������ (157), 19:28, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/

    ��� ����� ����, ������������, ��������� ��������� � ������� ����, ��� ������ ��… ������� ����� �ף����, ��������

     
  • 1.19, ��� (?), 20:39, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –4 +/
    �������� kde �� ��� ��������� � ������� � �� ����� ���������� ����
     
     
  • 2.76, ������ (74), 23:26, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +1 +/
    ������ �������, ��, ������ ������ ���� ������ ������
     
  • 2.82, aname (?), 00:38, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –2 +/
    ���������� ���������.

    �������� ���� ����������� ����� ����� ������� �/��� ����������.
     
  • 2.92, _kp (ok), 03:32, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    � ������ ������������� KDE ������� � ������ �������� ���������. � ��� �� ��� ������������  �������� ����� �� Manjaro, �… ������� � �����(!) ������ ��������� KDE. ;)

    � ����� �����, ��� �� ����������� ������ �������, �� ������ ����� ���� ��� �� ����������� � ���������� � ������ ������������� � �������.

    � ������, ��� �������� � ������, ��� KDE ��� ����� �������� ��������� � �� ����������� �������.
     
     
  • 3.94, ������ (94), 04:33, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +2 +/
    �������� OpenSUSE, ��� KDE ��������� � ����������, �������� ��� ���� ����� ���.
     
     
  • 3.178, _kp (ok), 23:06, 20/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    > �������� Trinity TDE.

    TDE ��� ����� ��� ���������, ����� lxde � �������� ����, � ����������� kde/gnome � ���������� ������ �����������.

     

  • 1.20, ������ (20), 20:41, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –2 +/
    �ӣ ��� ������ ������-�� «��������������� �������� �����������» — ��� ���� ���� �������� ������ ��� ������. ������ ���� ������, � ������ ���� ������ � ������ ����������.. ���� �� ������ � ������� ���� � ����� ������.
     
  • 1.22, hefenud (ok), 20:42, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • +1 +/
    �� ������ ���-�� ���� ����, ��� ��������, �������. ������� �� � ����� ������ � ������ ������� �������������, ������ �������. � ����� ���� «�����������» ��������???
     
  • 1.29, zower (ok), 21:00, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • +/
    ��������, � ���� ���8.1 � ���� ��������, � ��� 11 ���� ���� ��� ���� �� ���� ���������, ��� �� ��� � ����������� ����������… (������ �������� ������� ���� ������������ ������ �������� �� ��������, ��� ���������� ������ � 11 �����)
     
     
  • 2.183, ������ (183), 01:33, 22/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    ��� ��������� ������ �� 2023 � ������ 10 � 11
     
  • 2.184, ������ (183), 01:35, 22/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    � ������ ��������� ���������� ����� ��� ���������� � ��������
     

     
     
  • 3.83, flexagoon (ok), 00:40, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    �������� Winux ������ ��� ������ ���� WineHQ �������� ���� �����������
     

  • 1.36, ���� (??), 21:19, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –1 +/
    �� ��� � �������, ���� ������� ��������� ���������� ������, �� ������ �������� ������� � ���� �������
     
     
  • 2.180, daydve (?), 03:59, 21/09/2021 [^] [^^] [^^^] [��������]  
  • +1 +/
    ��� �����-�� ����� ��� win xp.

    Linux XP ��������.

    ���� ������� ���.

    ����� � ����.

    � ���, ������, ������� �������� ������.

     

  • 1.41, denkin (ok), 21:26, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –1 +/
    �������� ������, ������.

    ��� ��� ������� ����� ���� ����� — ��������� ���11������ � ���������.

    �� ����� � ����� �� ������ ���������� ��������� ����� ����� �������.
     
  • 1.43, ������ (37), 21:27, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –1 +/
    �������� �������� ��� ����� �������:

    � ����� ���������:

    classic shell

    7+ Taskbar Tweaker

    explorer++

    �� win11
     
     
  • 2.51, ������ (51), 21:45, 18/09/2021 [^] [^^] [^^^] [��������]  
  • –1 +/
    ��� � OpenShell ���� ���������� ����� — ������� 7�� ��� �������� ����. ���� 7+ Taskbar Tweaker �� ������������ ��������. ��� ��� ����� ������ ������� 10�� ����� ������������. ���������� ������ � ������. �� ������� ����� ������ �������� �������� � ����� 7��, �� ��� �� ����������� �������. �� � ���� ��� ������ ����� �������� �� ����������. ��� ����� ��� ��� ���� � ����� ��� �������.
     
     
  • 3.54, ������ (37), 21:50, 18/09/2021 [^] [^^] [^^^] [��������]  
  • –1 +/
    ��� ������� ���� ����� ����� ��������� ���� (*bmp) ��� ������, ������ �����. � ��������� ��� 10-�� ����� ���� ���� ����, ������� ���������� ������������ ����, �� � ���� ��� ������������ �������� �������, ������� �������� �� �����.
     
     
  • 4.109, ������ (51), 09:09, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    �� Open Shell (�� ������ ������, � ����� ��� ���� ������ ��������� ���� Classic Shell) � ����� ������ ������ �� �������. �.�. � ������������ ���� ����� �������� �������� 2-3 ������ �����, � � ���������� �������� ��� �������� ��� �����, � ������ ��� ����� ����� ������� � ������ ��������� ����� ���� ������. �������� � 8�� ���� ��� ��� ������� ������, ������ ����, ��� ��� � ���� ��� �����-���� �����. � �� ����, ����� � ��� ������� ������������ �����. �������� ��� ������ ����� �������� ����� �� ������������, ����� �� ������� ����� ����� ���� �� ���� ���������� �����-�� ������ ������.

    � � ���� ��� ����������� �������� ��� ������ �� bmp. �� ���, ���� ����, ������������� �������, � �������.

     
  • 4.111, ������ (51), 09:12, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –1 +/
    �, � ����� ������� ��� ������� �������� ��� ����. ���� �������. �� ��� ����� ��� ���� M$ ��� �� ���������, ����� ��� ������ ���� �������. � � ���� ���� ������� ����� ����� ��������. ��� ��� �����������.
     

  • 1.49, ����������� (?), 21:39, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –1 +/
    ����� �� ��� ��� Linux �����������.

    �������� �� ��� ��������������� ����� �������� ����������.
     
     
  • 2.55, ������ (37), 21:51, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +1 +/
    >����� �� ��� ��� Linux �����������.

    � ��� ���? ��� CLI?

    ��� ������� ������ ������������� ����, ������� ����. ������������� ������?

     

  • 1.50, ������ (51), 21:43, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –1 +/
    � ����� �� �����, ������ ����� ��� 7�� ���������, ����? ���� ����� ����� ���������� «���������» ���������. ��� ��� �� �� ��� Win3.1. ��� � WinXP ������� �� «�����», �� �������� ������ ���. ����� ������� �����, ���� � ��� ����� �� ������ ������� � ����� (������) ���������, ��� � �����? ��� ������� �� � ������ ��� 7������ ��������� — ����� �� ���� �����.
     
     
  • 2.56, ������ (37), 21:55, 18/09/2021 [^] [^^] [^^^] [��������]  
  • –1 +/
    ��� �������������� ���� �� ���7, �������� ��� ���98

    classic shell — ���� ���� ���������.

    7+ Taskbar Tweaker — ������ �����, ����� ������ ������� ���� — ������, ��������, ���������.

    explorer++ — �������� �������� ��� � ������ �������, ���� �������.

    ������� ������ ����������� �����(���������) ������� ����� ���� �� ������������ � �������� ��� � ���98, �� ��� ��� ����������� �����, � �� ���� ������ �� ���������. ��� ���.
     
     
  • 3.110, ������ (51), 09:11, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –1 +/
    � �� ����� ������� 7�� ��� Win9x. � �� ��������� ���������. � ����� ����� ������� �� ������ 7��, � �� ���� ������� ������� ��� ��������� 10/11.
     

  • 1.58, ������ (24), 22:02, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –1 +/
    ����� �� ��������� ���� ��� �����, ��� ����� ������� ����������� ����� ��������� �������, ��� � 10 �����. ��� ����� ���� ���������� ��������� DE � ����� �������. ���� ��� � Deepin.
     
     
     
  • 3.108, ������ (24), 08:37, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –1 +/
    ��� �ݣ ���� 😆

    �� ��������� � ���� ������ � ����, � ����������� ������� ������. ����� ������ ���� ����� �� ������.
     

     
  • 2.78, ������ (74), 23:28, 18/09/2021 [^] [^^] [^^^] [��������]  
  • +1 +/
    �� ��� ��, ����� ����� ������ ���� ��������� � ������. � ������ ����� ������� ����� ����� �������.
     
  • 2.80, kotpilot (ok), 23:42, 18/09/2021 [^] [^^] [^^^] [��������]  
  • –2 +/
    ����� ����� ������� �������� � ������� ����� � ������������� ������ ������, ��� ������� � ����������� ���� «� ��� � ���� ������� ������������� ���� � � ���� �»

    ������ ��� ����� ��� ��� ���������, ��������� ����� ������ ������ ��������, ������� � ��� �����
     

  • 1.62, Sluggard (ok), 22:28, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • +2 +/
    ��ң���� �����-�� �����. � ������ ����� �������, ��� ���������� ���������.

    ��� ����� ��� ����������� ����?
     
  • 1.71, ��� (?), 23:06, 18/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –3 +/
    ������ ������, ��� XP � 7 ���� �������� ���������, � Microsoft ����� �� ������ � ������� � �������� ������� ��������, � ��� Windows 8, ��� ��� ��� �������� � �����������. ��� �� ����� �������� ��������� �������, �� �����, ��� �����.
     
     
  • 2.79, th3m3 (ok), 23:35, 18/09/2021 [^] [^^] [^^^] [��������]  
  • –2 +/
    �� ��, �����. ��� ����������� � �����������? ��� �� ������������� ����.
     
     
  • 3.86, ��� (?), 01:27, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –1 +/
    ��� ������ ����������� Nokia, � ��� ���� Windows Mobile, �� ��� ����� � �������� �ӣ ��-�� �������� ��������, ������� ������, ������ �ң� �������� �������.
     
  • 2.113, ������ (51), 09:19, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –1 +/

    M � ����� ���������� ��� ��������� � ���������� 7�� ���� ��������� ����� �����… ������� ����� �ף����, ��������

     

  • 1.95, ������ (94), 04:38, 19/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • +2 +/
    ��������� ������������ ������ ������. ������� ��� ��������� ��������� ����� «��� Windows» ���� ������������� � ������
     

     
  • 2.105, kusb (?), 08:26, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +1 +/
    ������ ��� �����������, � ����� ������� ������� �� ��������… ����� �������, ��.
     

  • 1.104, kusb (?), 08:25, 19/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • +1 +/
    ��� ��������. ����� ���������� ����� ������ Windows — ���������� ������ Linux � ������� ��� �ţ… ���?
     
     
  • 2.125, ������ (120), 11:02, 19/09/2021 [^] [^^] [^^^] [��������]  
  • –2 +/
    ���������� � ������ ������ KDE � Gnome  ���������� Win � ������ ����-���� CDE. ����� Gnome ������ ��������� Mac, � KDE �������� Win. ������ ������.
     

  • 1.106, ������ (106), 08:27, 19/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –1 +/
    > ����������� ���������� Windows 11

    ��� ����� ���-�� �������. ����� �� ��� � Windows 2000 �������.

     

  • 1.122, ������ (120), 10:56, 19/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –2 +/
    � ����� ������� ��� �������, ���� ������ ����� �������� �� ������. � ������ ������� ����� ���������, ��� ��������� ������ KDE ����� ��������� ��� ���11
     
     
  • 2.129, ������ (70), 12:00, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +/
    ����� ������������� ������������  ������ ��������� ��� 20 � �������� ����� ���. � ������ ��� LinuxXP, � ����� ���� ������� � ��. �� �������� ���������, �������� ���� �������� ������, �� � ������������ ����� �� ������.
     

  • 1.143, ������ (143), 13:27, 19/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • –1 +/
    �����? �� ���� ���� � ��� ������� ����� � ����� �� ���� ������������� ���������� ����� ��� ������������� ��� ���� �����
     
     
  • 2.153, ������ (153), 18:44, 19/09/2021 [^] [^^] [^^^] [��������]  
  • +1 +/
    ������� ����� — �� � ������ ��� � �������? �� ��� � ���� �� ������.
     

  • 1.151, luis2 (?), 15:28, 19/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • +/
    Gnom � GTK ��� �ӣ �ݣ ������, �������� �� ������ ��������� ����������� ��� ������.
     
  • 1.179, ������ (179), 23:57, 20/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • +/
    >  ��������� ���������� ��� ������ ������������������ ���� ���������� WxDesktop � �������������� ����������. � �������� ������ ������ ������������ Ubuntu 20.04 � ������� ���� KDE Plasma 5.22.5.

    �.�. WxDesktop �����������, Qt �� �������, � ��� �� ����� ����?

     
  • 1.182, ������ (183), 01:29, 22/09/2021 [��������] [﹢﹢﹢] [ · · · ]  
  • +/
    Windowsfx XP Windowsfx 7 Windowsfx 8 Windowsfx 8.1 Windowsfx 10 Windowsfx 11 �������� ��� ���������
     

    The upcoming Windows 11 has leaked online a few days ago. Here’s how to implement the new look and feel in Ubuntu 20.04, and/or Ubuntu 21.04.

    Gnome has a large collection of extensions to get additional and optional functionality. You can use dash to panel to combine the top-bar and the left dock into single. And Arc Menu extension is available to replace the default system app launcher.

    So your Ubuntu Desktop can be customized to look like the picture shows:

    Install Dash To Panel to get single system panel:

    1.) Install Dash to Panel extension:

    For Ubuntu 21.04, simply press Ctrl+Alt+T on keyboard to open terminal and run command to install the extension:

    sudo apt install gnome-shell-extension-dash-to-panel

    For Ubuntu 20.04, though the previous command works I recommend to do following steps instead to get the newer version:

    a. First run command to install required tools for installing & managing Gnome extensions:

    sudo apt install chrome-gnome-shell gnome-shell-extension-prefs

    b. Next go to Dash-to-Panel web page and turn on the slider icon to install it:

    If you don’t see the toggle icon, install browser extension via “Click here to install browser extension” link and refresh the web page.

    Enable & Configure Dash to Panel:

    Once installed the extensions, restart Gnome Shell by pressing Alt+F2, type r in popup ‘Run a Command’ box, and hit Enter.

    Or just log-out and back in if you’re running on Wayland session.

    Next enable the extension via either Gnome Extension app or Gnome Tweaks tool.

    Finally right-click on blank area of the new panel, and go to ‘Dash to Panel Settings’. There do:

    • Toggle off ‘Show Applications’ button.
    • Change the position of ‘Left box’, ‘Taskbar’, and ‘Center box’. Use ‘Centered’ or ‘Monitor Center’ depends on your display.
    • Change panel background opacity, icon size, etc in next tabs.

    Install Arc Menu as Start Menu:

    Though the Arc Menu is available to install via apt command, I recommend to install it from your web browser. That’s because the one in apt repository is the un-maintained versions though it still works in current releases.

    1.) First run command to install the required tools, if you didn’t do it in previous step:

    sudo apt install chrome-gnome-shell gnome-shell-extension-prefs

    Next go to Arc Menu web page and turn on the slider icon to install it:

    If you don’t see the toggle icon, install browser extension via “Click here to install browser extension” link and refresh the web page.

    You may need to press Alt+F2, type r, and hit Enter to restart Gnome Shell, or log out and back in to enable the extension. If you don’t see the new start menu, enable Arc Menu via either Gnome Extension app or Gnome Tweaks tool.

    Finally right-click on new start menu and open settings. Under ‘Menu Layout’, choose the Modern Menu Layouts and select “Eleven”.

    That’s it.

    How to Restore:

    Simple turn off or remove the two extensions via Gnome Extension App will restore your desktop appearance. If not, restart Gnome Shell via Alt+F2 run command box or log out and back in.

    Ubuntu является одной из наиболее стилизованных систем, которая имеет очень мощный набор визуальных эффектов, по своим свойствам превосходящим визуальные эффекты Windows 7 и Vista вместе взятым. Но если вам нравиться Windows 7 Aero или вы только приступили к изучению Linux и привыкли к меню Windows, то это не проблема. В этой статье будет рассмотрено способ как превратить интерфейс Ubuntu в интерфейс Windows 7.

    Конечно-же линуксовый интерфейс Windows 7 не будет на 100% совпадать с его оригиналом в Windows, но зато он максимально к нему приближен.

    Установка темы Win7.

    Для установки всех необходимых компонентов вам понадобиться доступ к сети интернет. Поэтому запустите терминал (если вы не знаете, где найти терминал в Ubuntu, то читайте предыдущие статьи об этой ОС) и введите в нем следующие четыре команды:

    cd ~/

    sudo wget http://web.lib.sun.ac.za/ubuntu/files/help/theme/gnome/win7-setup.sh

    sudo chmod 0755 ~/win7-setup.sh

    ~/win7-setup.sh

    Пояснение этих команд: с помощью первой команды переходим в свой пользовательский каталог, вторая команда – скачиваем по этой ссылке скрипт установки, третья – присваиваем этому скрипту права на выполнение и четвертая команда – запуск скрипта.

    После того как вы введете последнюю команду, то увидите сообщение о том, что начата установка темы Windows 7, поэтому нажмите ОК.

    Далее всплывет следующее окно, где вас будут спрашивать о том, хотите ли вы продолжать. Ответьте Yes. После этого терминал начнет загружать и устанавливать компоненты темы. Это может занять некоторое время, в зависимости от вашего интернет соединения. Затем вы увидите следующее окно:

    Нажмите здесь ОК, затем вернитесь в терминал и введите следующую команду:

    setup-win7-theme

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

    Теперь ваша Ubuntu выглядит как Windows. Правой кнопкой мышки сможете настроить свойства меню Пуск.

    Для большей схожести вы можете установить на ваш Firefox тему Internet Explorer и изменить фон рабочего стола.

    Удаление темы Win7.

    В процессе установки темы Win7 скрипт выполнил бэкап всех предыдущих настроек среды Gnome и сохранил их в вашем домашнем каталоге. Поэтому вы без проблем сможете восстановить прежний вид вашей Ubuntu. Единственным минусом этого процесса является то, что отсутствует автоматическая деинсталляция.

    Но процесс деинсталляции совсем не сложный. Для этого откройте свою домашнюю папку, там должен находиться файл «win7-uninstall.tar.gz». Откройте этот файл менеджером архивов и увидите внутри вашу домашнюю папку. Откройте ее двойным щелчком и так далее, пока не увидите файл под именем «.gconf». Этот скрытый файл необходимо извлечь из архива и скопировать в вашу домашнюю папку в каталоге /home/ваша_домашняя_папка.

    После того как вы все это выполните, перелогинтесь в вашу учетную запись и все вернется обратно. Родной интерфейс Linux затронут не будет.

    Принудительное удаление темы Win7.

    Если после извлечения из архива и замены содержимого скрытого каталога «.gconf» тема удалилась не полностью: остались иконки, звуки или меню в стиле  Windows 7, то необходимо будет удалить вручную некоторые файлы. Это безопасно для системы. Наберите в терминале следующую команду:

    rm -rf .gnome .gnome2 .gconf .gconfd .metacity

    Эта процедура восстановит все настройки Gnome по-умолчанию при следующем входе в систему.

    Источник: http://osmaster.org.ua/?p=1485

  • Интерфейс ввода windows 11 что это
  • Информация для установки windows 7
  • Интерфейс в windows как mac
  • Интерфейс windows vista для windows 7
  • Информация в оснастке диспетчера дисков устарела windows 10