-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Installing lxqt #4005
Comments
As long as you have Xenial or later, this isn't too hard: If you don't already have a chroot, create one with at least the xiwi or xorg targets. Enter your chroot with
[Note that GitHub messes up triple-click select so you'll have to single-click drag select these commands to copy them. Right clicking (tapping with two fingers) pastes into crosh] Install LXQt with
Now, install startlxqt into your chroot with
Tell crouton you now have LXQt with
Exit your chroot (with Now, you'll need to create a startlxqt script in Chrome OS. Enter
Now, paste in the script:
Hit enter then Ctrl-D to save your changes. Finally, paste this in to make startlxqt executable:
You can now start LXQt like you would any other DE with |
No chroots with target 'lxqt' found in /mnt/stateful_partition/crouton/chroots |
I've got a feeling you pasted in the command to enter your chroot directly, and tried to enter a chroot called CHROOTNAME. Try running the steps up to the exit command again, but make sure you replace CHROOTNAME with the actual name of your chroot in the first command - if you get errors such as 'apt-get: command not found', you haven't entered your chroot correctly. |
thats the error from running sudo startlxqt |
Sorry, my fault - it turns out crouton relies on a hidden file .crouton-targets for checking whether you have a target installed, but I thought it was /etc/crouton/targets and didn't bother checking. Try running this once you've entered your chroot:
You might have problems when updating. If you do, enter your chroot, telling it to skip finishing the update, and run this:
Exit and run the update again. If an update breaks startlxqt again, you'll have to rerun the first command in this post. |
ended up installing arch on an sdcard and dual booting, thanks anyways! |
Just wanted to mention that there is an open PR for this:
However, the original author recently stated:
Hope this helps, |
I was wondering how i would go about installing and usning lxqt?
i love how it looks, and how light weight it is
The text was updated successfully, but these errors were encountered: