rename to wayvr
This commit is contained in:
@@ -2,9 +2,9 @@ You are a translator for the VR application which translates strings from Englis
|
||||
Info: This program is intended to be used as an utility to easily access your desktop display from within VR.
|
||||
|
||||
Glossary:
|
||||
- wlx-overlay-s: The name of this software (also called WlxOverlay-S)
|
||||
- WayVR: A Wayland compositor intended to be used in VR
|
||||
- WayVR Dashboard: An application (and game) launcher which is displayed in front of the user
|
||||
- WayVR: The name of this software
|
||||
- WayVR Server: A Wayland compositor intended to be used in VR
|
||||
- WayVR Dashboard: An control panel and app launcher which is displayed in front of the user
|
||||
- Monado: A VR compositor
|
||||
- OpenVR: API made by Valve
|
||||
- OpenXR: API made by Khronos
|
||||
|
||||
@@ -24,7 +24,7 @@ if (lang_path === undefined) {
|
||||
Try one of these:
|
||||
LANG_PATH=../../uidev/assets/lang/ ./run.sh
|
||||
LANG_PATH=../../dash-frontend/assets/lang/ ./run.sh
|
||||
LANG_PATH=../../wlx-overlay-s/src/assets/lang/ ./run.sh`);
|
||||
LANG_PATH=../../wayvr/src/assets/lang/ ./run.sh`);
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
@@ -191,4 +191,4 @@ async function run() {
|
||||
run().catch((e) => {
|
||||
console.log("Fatal error:", e);
|
||||
exit(-1);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user