docs(faq): Add tip for missing .desktop file

Re-implements #3282.

Co-authored-by: HolySuicidalTurkey <63883308+HolySuicidalTurkey@users.noreply.github.com>
This commit is contained in:
Lucas Schwiderski 2021-05-22 15:47:52 +02:00
parent 1b49a20e0d
commit 8c422d4f68
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 13 additions and 0 deletions

View File

@ -53,6 +53,19 @@ provide a theme daemon. For more information about how to manage the
look and feel of applications, refer to the
[Arch Linux Wiki](https://wiki.archlinux.org/index.php/Category:Eye_candy).
### Awesome doesn't show up on my login screen
There have been cases where Awesome wasn't correctly registered with the display manager,
usually due to a missing `.desktop` file.
To fix such issues, copy `awesome.desktop` from the root of [the repository](https://github.com/awesomeWM/awesome/) to `/usr/share/xsessions/`.
```shell
curl https://raw.githubusercontent.com/awesomeWM/awesome/master/awesome.desktop | sudo tee /usr/share/xsessions/awesome.desktop
```
If you installed Awesome through a package manager, you might want to check if the package includes that file and, if not, notify the maintainer to add it as appropriate.
## Configuration
### How to change the default window management layout?