Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on start when not having a dedicated /home partition #11

Open
sanklamm opened this issue Jun 26, 2019 · 1 comment
Open

Error on start when not having a dedicated /home partition #11

sanklamm opened this issue Jun 26, 2019 · 1 comment

Comments

@sanklamm
Copy link

Just a FYI if someone else stumbles upon this issue I've had.

When I start Awesome WM with your theme, I've got an error
rc.lua:218: attempt to call a nil value (field 'connect')

The issue was that fs.lua of the lain widgets tries to check the size of the /home partition. As I don't have a dedicated /home partition it threw an error.

All you have to do is to check for "/" instead of "/home" in theme.lua in the fs widget section.

Perhaps you could make that change and put a note in your readme that this can be changed to /home. This way your theme would be a little more robust for everyone.

Thanks for the well made theme.

@negativeExponent
Copy link

wow! that was a big help. thanks.

@4ban 4ban pinned this issue Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants