mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-04 20:45:58 +01:00
add deprecation warning (#79)
* add deprecation warning * fix retard moment Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
This commit is contained in:
parent
67e7eee5ea
commit
6342a87e6f
3 changed files with 3 additions and 10 deletions
|
@ -95,7 +95,7 @@ Open a terminal where you cloned the repo.
|
|||
```bash
|
||||
git pull
|
||||
sudo make clear
|
||||
sudo make cleaninstall
|
||||
sudo make install
|
||||
```
|
||||
|
||||
If you are using the AUR (hyprland-git) package, you
|
||||
|
|
|
@ -122,13 +122,6 @@ cd Hyprland
|
|||
sudo make install
|
||||
```
|
||||
|
||||
Do note that `sudo make install` will copy the example .desktop file to
|
||||
`/usr/share/wayland-sessions/` directory, promptly overriding the existent
|
||||
.desktop file from previous installations.
|
||||
|
||||
It's probably a good idea to run `sudo make cleaninstall` to update Hyprland later on,
|
||||
as it will not overwrite the desktop file.
|
||||
|
||||
### Meson
|
||||
|
||||
```plain
|
||||
|
|
|
@ -54,8 +54,8 @@ usually not ran through the user account.
|
|||
|
||||
{{< hint type=important >}}
|
||||
It is highly recommended to copy the desktop file to e.g. `wrapped_hl.desktop` instead of editing
|
||||
the provided one, as many package managers (and `sudo make install`) will **overwrite**
|
||||
the desktop file on updates. If you manually build Hyprland, consider using `sudo make cleaninstall` to preserve `hyprland.deskop`
|
||||
the provided one, as many package managers will **overwrite**
|
||||
the desktop file on updates.
|
||||
{{< /hint >}}
|
||||
|
||||
# Immediate
|
||||
|
|
Loading…
Reference in a new issue