wf-install
wf-install copied to clipboard
A repository with installation scripts for wayfire
Hello, As I had a lot of trouble finding the resources for an installation under alpine, I share my installation procedure. I await your comments. Have a good day, #Juste...
[Full Log](https://pastebin.com/AJnyt3jP) The forward slash at line 159, character 54, in the install script, is causing the issue. I tried putting a backslash to escape it, but that didn't seem...
Without this, the script tries to use sudo for paths owned by user.
See #24 for details; this method does not use eval and shouldn't have problems with other special characters than `~` (it doesn't support `~username` or a lone `~`, adding those...
https://github.com/WayfireWM/wayfire/issues/1113#issuecomment-799052907 > startwayfire should source .profile. That is the correct way to set up a session environment. This'll pull in the distro's config, /etc/profile.d (if appropriate for your distro), and...
Putting everything in `/opt` is a great idea, but as per issue #6, it might be a good idea to add certain files / links to other areas of the...
This would allow different log files for multiple wayfire sessions on different tty's.
Until such time as the hardware cursors work, disable them in startwayfire script. This to avoid issues being opened for missing cursor. To check for nouveau, test if /sys/module/nouveau exists....
Some users may not use or even have sudo available to them, and because of this, the install script breaks trying to remove `startwayfire` or add it, I'm not too...
The startwayfire script did not have the ability to start with `dbus-run-session`, so I have added this functionality. Furthermore, the script had unneeded code added to it (like assigning variables...