Skip to content

Commit f964282

Browse files
committed
improved /reference/issues
1 parent a53359b commit f964282

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

src/content/docs/reference/issues.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,20 @@ title: Known issues
33
description: A list of known issues in AxOS.
44
---
55

6+
<!-- This needs to be removed later since axos is gaining traction -->
7+
68
(As i don't have a lot of feedback from the community, this page is not complete. If you encounter an issue, please report it to us.)
79

8-
## Invalid or corrupted packages
10+
### Contents
11+
12+
- [Invalid or corrupted packages](#invalid-or-corrupted-packages)
13+
- [Mouse cursor is getting bigger in Plasma](#mouse-cursor-is-getting-bigger-in-plasma)
14+
- [Can't login to Sleex](#cant-login-to-sleex)
15+
- [Can't boot: /dev/disk/by-label' device did not show up after 30 seconds...](#cant-boot-devdiskby-label-device-did-not-show-up-after-30-seconds)
16+
- [Blank cheatsheet issue in sleex](#blank-cheatsheet-issue-in-sleex)
17+
- [Resolution issue in sleex](#resolution-issue-in-sleex)
18+
19+
### Invalid or corrupted packages
920

1021
This can happen sometimes with Pacman if the keys have been corrupted. To fix this, you can run the following commands:
1122

@@ -18,11 +29,11 @@ sudo pacman-key --populate archlinux
1829

1930
Then, you can try to install the package again. If it still doesn't work, you can try to remove the package and then install it again.
2031

21-
## Mouse cursor is getting bigger in Plasma
32+
### Mouse cursor is getting bigger in Plasma
2233

2334
You are shaking your mouse, right? That's why the mouse cursor is getting bigger. This is a easter egg from the developers of Plasma. To fix this, you can disable it by switching accessibility > Shake Cursor > Enable.
2435

25-
## Can't login to Sleex
36+
### Can't login to Sleex
2637

2738
We are talking here about when the login screen logins and then goes back to the login screen.
2839

@@ -45,13 +56,13 @@ sudo ln -sf /usr/lib/libhyprutils.so.X /usr/lib/libhyprutils.so.Y # Where Y is a
4556

4657
This is a temporary fix, like putting a band-aid on a wound, but it will do the job until the packagers fix the issue.
4758

48-
## Can't boot: /dev/disk/by-label' device did not show up after 30 seconds...
59+
### Can't boot: /dev/disk/by-label' device did not show up after 30 seconds...
4960

5061
This happens when the UEFI is disabled.
5162

5263
Enable it in your BIOS (Or in your VM settings if you are using a VM) to fix this issue.
5364

54-
## Blank cheatsheet issue in sleex
65+
### Blank cheatsheet issue in sleex
5566

5667
The issue occours because the cheatsheet uses the `keybinds.conf` configuration file. When sleex starts for the first time, it also chooses the good configuration file to apply. The widget is generated before the configuration file which causes this issue.
5768

@@ -61,12 +72,12 @@ To fix this issue, you just have to do any of the three things listed below.
6172
- Reboot.
6273
- Log out and log back in.
6374

64-
## Resolution issue in sleex
75+
### Resolution issue in sleex
6576

6677
Is your sleex widgets overflowing? It's a known issue in sleex.
6778

6879
Currently there is no fix for this but the maintainers of sleex are working on fixing this issue.
6980

70-
## Report an issue
81+
### Report an issue
7182

7283
If your issue is not listed here, please open an issue on the [GitHub repository](https://github.com/AxOS-project/axos), or contact us on [Discord](https://discord.gg/sG3NBMYg77) or via email at [[email protected]](mailto:[email protected]).

0 commit comments

Comments
 (0)