1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00
awesome-copycats/ISSUE_TEMPLATE.md

56 lines
1.8 KiB
Markdown
Raw Normal View History

2017-09-25 11:17:44 +00:00
# Please, read me!
So that I can help you quickly and without having to redirect you here.
2017-01-23 17:16:12 +00:00
# If you have a question
Take the following steps:
2017-09-25 11:17:44 +00:00
1. Use a web search engine
2. Search in [Awesome doc](https://awesomewm.org/doc)
3. Ask the [community](https://awesomewm.org/community)
2017-01-23 17:16:12 +00:00
2017-01-23 17:28:40 +00:00
and, if you still don't have an answer, you can ask here.
2017-01-23 17:16:12 +00:00
2017-03-28 11:05:16 +00:00
**Please be warned:** if your question is unrelated to this repository, a reply is only an act of kindness.
2017-01-23 17:16:12 +00:00
2017-09-25 11:17:44 +00:00
# If you have an issue <a name="issuesec"/>
2017-01-22 13:49:34 +00:00
2017-03-28 11:05:16 +00:00
First do
2017-01-22 13:49:34 +00:00
2017-10-07 11:10:43 +00:00
1. search the [issues section](https://github.com/lcpz/awesome-copycats/issues) and
2. search [lain issues section](https://github.com/lcpz/lain/issues) and
3. search [lain wiki](https://github.com/lcpz/lain/wiki) and
2017-09-25 11:17:44 +00:00
4. try with default Awesome configuration, usually located in `/etc/xdg/awesome/rc.lua` or `/usr/local/etc/xdg/awesome/rc.lua`.
2017-03-28 11:05:16 +00:00
If you can't find a solution and your issue doesn't happen with default configuration, then go ahead and provide:
2017-01-22 13:49:34 +00:00
2017-01-22 13:55:36 +00:00
* output of `awesome -v` and `lua -v`
* expected behavior and actual behavior
* steps to reproduce the problem
2017-09-25 11:17:44 +00:00
* X error log (if needed)
# If Awesome fails to start
Then something went wrong during its initialisation. You have to provide X error
log. There are two ways:
2018-01-31 10:13:04 +00:00
1. Restart X like this:
2017-09-25 11:17:44 +00:00
```shell
startx -- -keeptty -nolisten tcp > $HOME/.xorg.log 2>&1
```
the error log will be output into `$HOME/.xorg.log`.
2018-01-31 10:13:04 +00:00
2. Use [Xephyr](https://wikipedia.org/wiki/Xephyr):
2017-09-25 11:17:44 +00:00
```shell
# set screen size as you like
Xephyr :1 -screen 1280x800 2> stdout.txt & DISPLAY=:1 awesome
```
2018-02-19 11:01:34 +00:00
the error log will be output into the file `stdout.txt`.
2017-09-25 11:17:44 +00:00
Before reporting, read the log and see if you can solve it yourself. If you can't, then follow the [previous section](#issuesec).
2017-01-22 13:49:34 +00:00
2017-01-22 13:55:36 +00:00
# If you have a new feature or theme request
2017-01-22 13:49:34 +00:00
2017-01-22 13:55:36 +00:00
Write a detailed description of the desired design, preferably with screenshots or mockups.