Commit Graph

16 Commits

Author SHA1 Message Date
Natsumi
191bf08a12 Update Cef to .NET 10 2025-11-19 01:56:03 +11:00
Natsumi
97ef396ec9 Random fixes 2025-10-21 14:10:31 +11:00
rs189
b6bc2cf202 Linux: fix open folder and select item (#1288)
* fix: open folder and select item on linux

* fix: crash dumps folder button on linux

* Rename AppData

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2025-07-14 15:54:41 +12:00
Natsumi
834e5fc245 Handle parsing malformed user created VRC config.json files 2025-06-03 00:59:19 +10:00
Natsumi
78daeac736 Handle error parsing scuffed config.json 2025-05-27 02:02:55 +10:00
Natsumi
0b741a0305 Fix Linux OpenFolderAndSelectItem 1 2025-05-26 20:25:10 +10:00
Natsumi
83982ecde7 Fix Linux OpenFolderAndSelectItem 2025-05-26 19:16:14 +10:00
HelloHidnf
5812b37c17 Far less jank fix to previous pr (#1246)
* Check if Vrchat path is stale

* Check if Vrchat path is stale

* Fixed `Open Folder` opening file

* Fixed Open Folder opening file

* Fix `Open Folder` opening file
2025-05-26 18:52:10 +10:00
Natsumi
c9687bd493 Linux fixes 2025-05-26 05:21:00 +10:00
HelloHidnf
c6dc11d9d9 Check if Vrchat path is stale (#1240)
* Check if Vrchat path is stale

* Check if Vrchat path is stale
2025-05-24 03:44:51 +10:00
Natsumi
b6c1702a27 Linux steam folder fallback 2025-02-10 07:17:34 +13:00
Natsumi
5214522789 Path.Join() 2025-01-26 06:11:35 +13:00
Donad_VR
dfd695618c Update Folders.cs (#1081)
Fix resolution of SteamLibrary path in libraryfolders.vdf
2025-01-14 04:23:47 +13:00
Natsumi
885ead4edf Fixes, sort group instances 2025-01-14 01:19:12 +13:00
luna
b21a7698e1 use libraryfolders.vdf to resolve vrchat steam path on linux (#1076)
* use libraryfolders.vdf to resolve vrchat steam path

* fix electron screenshot combining paths incorrectly
2025-01-14 00:59:33 +13:00
Natsumi
938fff63d0 Electron support for Linux (#1074)
* init

* SQLite changes

* Move html folder, edit build scripts

* AppApi interface

* Build flags

* AppApi inheritance

* Finishing touches

* Merge upstream changes

* Test CI

* Fix class inits

* Rename AppApi

* Merge upstream changes

* Fix SQLiteLegacy on Linux, Add Linux interop, build tools

* Linux specific localisation strings

* Make it run

* Bring back most of Linux functionality

* Clean up

* Fix TTS voices

* Fix UI var

* Changes

* Electron minimise to tray

* Remove separate toggle for WlxOverlay

* Fixes

* Touchups

* Move csproj

* Window zoom, Desktop Notifications, VR check on Linux

* Fix desktop notifications, VR check spam

* Fix building on Linux

* Clean up

* Fix WebApi headers

* Rewrite VRCX updater

* Clean up

* Linux updater

* Add Linux to build action

* init

* SQLite changes

* Move html folder, edit build scripts

* AppApi interface

* Build flags

* AppApi inheritance

* Finishing touches

* Merge upstream changes

* Test CI

* Fix class inits

* Rename AppApi

* Merge upstream changes

* Fix SQLiteLegacy on Linux, Add Linux interop, build tools

* Linux specific localisation strings

* Make it run

* Bring back most of Linux functionality

* Clean up

* Fix TTS voices

* Changes

* Electron minimise to tray

* Remove separate toggle for WlxOverlay

* Fixes

* Touchups

* Move csproj

* Window zoom, Desktop Notifications, VR check on Linux

* Fix desktop notifications, VR check spam

* Fix building on Linux

* Clean up

* Fix WebApi headers

* Rewrite VRCX updater

* Clean up

* Linux updater

* Add Linux to build action

* Test updater

* Rebase and handle merge conflicts

* Fix Linux updater

* Fix Linux app restart

* Fix friend order

* Handle AppImageInstaller, show an install message on Linux

* Updates to the AppImage installer

* Fix Linux updater, fix set version, check for .NET, copy wine prefix

* Handle random errors

* Rotate tall prints

* try fix Linux restart bug

* Final

---------

Co-authored-by: rs189 <35667100+rs189@users.noreply.github.com>
2025-01-11 13:09:44 +13:00