@@ -39,7 +39,9 @@ It will also signal the maintainers that a specific issue touches multiple peopl
- Most programs can be started with a `--verbose` or `--debug` flag (check from `-h`)
- Systemlogs can be found with `dmesg` (kernel/startup/devices) and `journalctl -xe` (everything). These can be quite heavy to read, but they are very useful.
## Cubbli 22 testing
## Cubbli 22
### Testing
Cubbli 22 is currently in development and will soon fully roll out, but it is still a little rough around the edges.
If you are okay with it, and still want to participate in testing it, here is how:
...
...
@@ -50,3 +52,17 @@ If you are okay with it, and still want to participate in testing it, here is ho
There are few problems we know of in Cubbli 22, but since we have rather limited scope of usage for it, we don't know everything.
You can help by reporting any issues you encounter in this repository as an Issue with Cubbli22-tag.
### Firefox
#### Solution
```
sudo snap remove --purge firefox
sudo apt purge firefox
sudo apt install cubbli-firefox
```
This will most likely be fixed, but it is good to know still.
#### Reason
Firefox is officially distributed to Ubuntu only as a snap-installation, which doesn't work on installations where home-folder is in Network File System (NFS), such as Cubblis. Lengthy blog post [here](https://utcc.utoronto.ca/~cks/space/blog/linux/SnapsVersusNFSHomedirs)