You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to wording/fixes in grammar and spelling (#147)
* Update index.md
Basic grammatical and spelling corrections and some added information
Signed-off-by: Jaxx7594 <101913901+Jaxx7594@users.noreply.github.com>
* Update index.md
Slight change. Just made a sentence read a bit better.
Signed-off-by: Jaxx7594 <101913901+Jaxx7594@users.noreply.github.com>
* Update index.md
Slight touchup to a sentence. Specified that it is the Android release, to avoid misinterpetation by users coming from Windows etc in which it is ALSO called the Roblox Player.
Signed-off-by: Jaxx7594 <101913901+Jaxx7594@users.noreply.github.com>
* Update index.md
Corrected a spelling error I didn't catch
Signed-off-by: Jaxx7594 <101913901+Jaxx7594@users.noreply.github.com>
---------
Signed-off-by: Jaxx7594 <101913901+Jaxx7594@users.noreply.github.com>
Copy file name to clipboardExpand all lines: src/Sober/Home/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
15
15
## Welcome to the community-maintained documentation of Sober
16
16
17
-
- Sober is an experimental software interoperability layer, which lets users run *Roblox Player* on Linux.
17
+
- Sober is an experimental software interoperability layer, which lets users run the **Android release of Roblox** on Linux.
18
18
- The homepage and installation page for Sober can be found [here](https://sober.vinegarhq.org/).
19
19
- The documentation is open source, however the software is closed source for various reasons. The documentation can be accessed [on its GitHub repo](https://github.com/vinegarhq/vinegarhq.github.io).
20
-
> **Note**: Due to the closed source nature of Sober, documentation is limited by the community's public knowledge. As a result, documentation may not be fully accurate.
20
+
> **Note**: Due to the closed source nature of Sober, documentation is limited by the community's public knowledge. As a result, documentation may not be fully accurate.
Copy file name to clipboardExpand all lines: src/Sober/Installation/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Before using Sober, there are some requirements for your setup to be able to run Sober. The requirements are based on [Roblox's official minimum requirements for mobile](https://en.help.roblox.com/hc/en-us/articles/203625474).<br>
6
6
Other requirements include:
7
7
8
-
- Processor: x86-64 CPU **with SEE4.2 support** (see the corresponding [FAQ question](../FAQ/index.md#How-do-I-know-I-meet-the-requirements-to-run-Sober))
8
+
- Processor: x86-64 CPU **with SSE4.2 support** (see the corresponding [FAQ question](../FAQ/index.md#How-do-I-know-I-meet-the-requirements-to-run-Sober))
9
9
- Graphics: Vulkan 1.0* or later. (or OpenGL ES 3.0 or later for OpenGL operation)
10
10
- Flatpak installed on your system.
11
11
@@ -14,7 +14,7 @@ Other requirements include:
14
14
> Sober is not distributed anywhere else but our self-hosted Flatpak repository.<br>
15
15
If you don’t have Flatpak installed on your system, you can install it by going to [Flatpak's setup page](https://flatpak.org/setup/) and following the guide there.
16
16
17
-
> At this time, Sober is not available for ARM64 devices at this time
17
+
> At this time, Sober is not available for ARM64 devices
18
18
19
19
## Instructions
20
20
### To install
@@ -24,25 +24,25 @@ Once you have Flatpak installed on your system, you can either download the Flat
Then in it should appear in your app grid on GNOME or your Application Launcher on KDE/Cinnamon. Open it up and if everything works out, you should see the bootstrapper installation screen.
27
+
After installation, Sober should appear in your app grid on GNOME or your Application Launcher on KDE/Cinnamon. Open it up and if everything works out, you should see the bootstrapper installation screen.
28
28
29
29
There are two installation types: **Automatic** and **Manual**. By default, **Automatic** installation is already checked when you first install Sober. It should be left checked unless you know what you're doing.
30
30
31
31
32
32
#### Manual installation
33
33
To use the manual installation, you need to download an APK. You should take note on which version of the APK Sober is asking.
34
34
35
-
> You can download an APK from a trustworthy APK site or mirror. Make sure the service you're using is trustworthy and hasn't tampered with the APK. In case of doubt, you should use the automatic installation instead.
35
+
> You can download an APK from a trustworthy APK site or mirror. Make sure the service you're using is trustworthy and hasn't tampered with the APK. If an APK that has been tampered with is supplied to Sober, it should refuse it, but do not rely on Sober to keep your computer clear of malware ridden APKs. In case of doubt, you should use the automatic installation instead.
36
36
37
37
Once the APK is downloaded, select the APK from the file picker and Roblox should now be installed onto Sober.
38
38
39
39
> If you downloaded an APK that contains the base and the x86-64 split individually, make sure that **both** of the APKs are selected, otherwise it will not be able to install.
40
40
41
41
## Post-Install
42
42
43
-
Like the official Roblox client, there really isn't anything that you can configure by default outside of the app. But the [tips](../../SUMMARY.md) page is here to help you with some helpful things you might want such as FFlags or bringing the old Oof sound back.
43
+
Like the official Roblox client, there really isn't anything that you can configure by default outside of the app. But the [tips](../../SUMMARY.md) page is here to help you with some things you might want such as FFlags or bringing the old Oof sound back.
44
44
45
-
## Reinstalling Rolbox
45
+
## Reinstalling Roblox
46
46
To reinstall Roblox, run the follwing command on your terminal:
47
47
48
48
```console
@@ -58,4 +58,4 @@ To uninstall Sober, run the following command on your terminal:
58
58
$ flatpak uninstall org.vinegarhq.Sober
59
59
```
60
60
61
-
> By default, this will keep data onto the disk. If you need to delete the data, pass `--delete-data` before the application ID to do so.
61
+
> By default, this will keep data. If you need to delete the data, pass `--delete-data` before the application ID to do so.
Copy file name to clipboardExpand all lines: src/Sober/Troubleshooting/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,6 @@ If all else fails, use OpenGL instead by enabling it through the config file.
179
179
180
180
### I can't use slash (/) to enter chat!
181
181
182
-
Roblox broke the keybind to enter chat on Android builds, specifically on games with legacy chat. There's no way for the Sober devs to readd the keybind. Games that use the modern chat system should work fine.
182
+
Roblox broke the keybind to enter chat on Android builds, specifically on games with legacy chat. Only Roblox themselves can fix this, there is nothing the Sober developers can do. Games that use the modern chat system should work fine.
183
183
184
184
> Roblox plans to remove legacy chat [by April 30, 2025](https://devforum.roblox.com/t/update-on-legacy-chat-deprecation-and-textchatservice-migration/3376880) and force all games to the new chat system.
0 commit comments