Remove notices about bus address, Flatpaks and desktop portals because they're no longer relevant

This commit is contained in:
cyber-sushi 2024-05-23 06:00:46 +02:00
parent 25e102ad81
commit a7d2a96c0d

View file

@ -53,7 +53,7 @@ _Note: the `-E` argument is necessary because it allows Makima to inherit your u
- **Run Makima as a Systemd service.**\ - **Run Makima as a Systemd service.**\
Move the executable into `/usr/bin`.\ Move the executable into `/usr/bin`.\
Grab `makima.service` from this repo, edit the `User=` line with your username and make sure that the `DBUS_SESSION_BUS_ADDRESS` variable is the same as your user's.\ Grab `makima.service` from this repo and edit the `User=` line with your username.\
Move the file into `/etc/systemd/system`, then run `systemctl daemon-reload`.\ Move the file into `/etc/systemd/system`, then run `systemctl daemon-reload`.\
After this, you can start and stop Makima with `systemctl start/stop makima` or you can enable/disable it on startup with `systemctl enable/disable makima`. If you change the config files and you want the changes to take place, restart makima with `systemctl restart makima`. After this, you can start and stop Makima with `systemctl start/stop makima` or you can enable/disable it on startup with `systemctl enable/disable makima`. If you change the config files and you want the changes to take place, restart makima with `systemctl restart makima`.
@ -211,9 +211,6 @@ To add other controllers, please open an issue.
**Q**: Makima gives me a "Permission Denied" error when launching, what do I do?\ **Q**: Makima gives me a "Permission Denied" error when launching, what do I do?\
**A**: Make sure that the `uinput` kernel module is loaded. You can load it with `sudo modprobe uinput`. To make it permanent, create `/etc/modules-load.d/uinput.conf` and write `uinput` inside. **A**: Make sure that the `uinput` kernel module is loaded. You can load it with `sudo modprobe uinput`. To make it permanent, create `/etc/modules-load.d/uinput.conf` and write `uinput` inside.
**Q**: Flatpak applications don't start when launched through Makima.\
**A**: When running as a Systemd service, Makima doesn't communicate with desktop portals so it's unable to launch Flatpaks. Currently looking for a solution.
**Q**: SELinux prevents Makima's system service from running, what do I do?\ **Q**: SELinux prevents Makima's system service from running, what do I do?\
**A**: Put `makima.service` inside `/usr/lib/systemd/system` instead of `/etc/systemd/system`, then run the following commands: **A**: Put `makima.service` inside `/usr/lib/systemd/system` instead of `/etc/systemd/system`, then run the following commands:
- `sudo semanage fcontext -a -t bin_t "/usr/lib/systemd/system/makima.service"` - `sudo semanage fcontext -a -t bin_t "/usr/lib/systemd/system/makima.service"`