コミットを比較

...

3 コミット

作成者 SHA1 メッセージ 日付
wackyideas 452444340e Update INSTALL.md 2024-01-20 15:52:59 +00:00
wackyideas 6ab5e39477 Update INSTALL.md 2024-01-20 14:26:27 +00:00
wackyideas fa141af8d2 Update CHANGELOG.md 2024-01-20 14:23:16 +00:00
2個のファイルの変更21行の追加9行の削除

ファイルの表示

@ -4,7 +4,7 @@
This update focuses on bugfixes and polish, working out some small details to improve the accuracy of the theme. The most notable changes are removing the need to edit system components (for the most part) and the addition of an accurate lock screen and login screen created by [dominichayesferen](https://github.com/dominichayesferen) and me. Bugfixes are mostly related to the task manager and start menu.
This will be the last update before the release of KDE Plasma 6, and work will (hopefully) be done this month to ensure the theme is ported entirely by February. The next update will simply focus on making AeroThemePlasma work on KDE 6, and updates after that will focus on the following:
This will be the last update before the release of KDE Plasma 6, and work will (hopefully, no promises though!) be done this month to ensure the theme is ported entirely by February. The next update will simply focus on making AeroThemePlasma work on KDE 6, and updates after that will focus on the following:
- Refactoring the KWin decoration theme to remove the dependency on Smaragd, make it more configurable and make it work better for higher DPI scales.
- Improving the icon theme.

ファイルの表示

@ -27,6 +27,8 @@ The following software is required for this project:
- KWinFT/KWin with compositing support for blur and other effects
- Kvantum
- Qt5 GraphicalEffects package (```qt5-graphicaleffects``` on Arch)
- cmake
- extra-cmake-modules
- [Scale Minimize Animation](https://store.kde.org/p/1267839) (Can be installed through System Settings)
Optional programs:
@ -40,16 +42,29 @@ On Debian and Debian-based distributions (Ubuntu, Mint, etc.), the following apt
$ sudo apt install cmake extra-cmake-modules build-essential qtbase5-dev libkdecorations2-dev libkf5configwidgets-dev libkf5config-dev libkf5coreaddons-dev libkf5windowsystem-dev libkf5wayland-dev kwin-dev
```
On OpenSUSE Tumbleweed, install the following packages (required for the Reflection effect):
```
$ sudo zypper install kwindowsystem-devel kwin5-devel libkdecoration2-devel libQt5Gui-devel
```
### Install Script <a name="script"></a>
AeroThemePlasma features an early experimental install script which currently serves to ease parts of the installation. It's a work in progress and marked as experimental, so things may or may not work properly. **The install script is provided as-is, and there's a nonzero chance that it might unintentionally break your system, delete your files, and/or cause a housefire. You have been warned.**
Currently, the install script just copies all the files to their intended directories, deleting any previous version of those files that might have been on the system beforehand. It also compiles the Reflection effect and installs it properly. Automatic configuration is not yet implemented, but is planned. The user still has to set up their desktop layout and other settings, as described in this document.
Currently, the install script just copies all the files to their intended directories, deleting any previous version of those files that might have been on the system beforehand. It also compiles the Reflection effect and installs it properly. The user still has to set up their desktop layout and other settings, as described in this document.
Features that should be implemented into the script:
- Automatically setting up the layout and settings for the user.
- Support for Debian-based distributions.
- Font installation that migrates fonts from an existing Windows installation.
- The script should probably install the dependencies for you(?)
Important notes:
- The install script does NOT download or install fonts to the system. There are plans to implement font migration from an existing Windows installation.
- Currently, only Arch-based distributions are supported. Debian-based support is planned.
- The install script does NOT download or install fonts to the system.
- Currently, only Arch-based distributions are supported.
- The install script assumes that the user has installed all the dependencies before running the script.
To run the script, do the following in the terminal:
@ -267,12 +282,9 @@ To see the changes after compiling and setting Smaragd in the System Settings, s
### Reflection Effect <a name="reflection"></a>
To install the reflection effect, it's recommended to build it from source, as dumping the precompiled files doesn't seem to work on its own. The required dependencies are:
To install the reflection effect, it's recommended to build it from source, as dumping the precompiled files doesn't seem to work on its own.
- cmake
- extra-cmake-modules
Then, go to the folder:
Go to the folder:
```
cd ./KWin/kwin_reflect/