Skip to content

Commit 97a43aa

Browse files
authored
Lux wine v0.77.9.1 (#18)
* v0.77.9.1 * Update lwrap && shrt_loop * Update lwrap * Update lwrap * Update lwrap * Update lwrap * Update lwrap * Add lwexec, update lux-wine and lwrap * Update lwrap * Update lwrap * Update lwrap * Update lwrap * Update lwrap * Update lwrap * Update lwrap * Add explorer.exe to ignore for shortcut creation Update lwrap * Update ico, gif, lwrap * Update * Update
1 parent 95349bc commit 97a43aa

80 files changed

Lines changed: 7240 additions & 7104 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build_and_release:
12-
name: lutris-wine
12+
name: lwrap
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write
@@ -18,37 +18,15 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020

21-
22-
- name: Setup rust toolchain
23-
uses: actions-rs/toolchain@v1
24-
with:
25-
override: true
26-
profile: minimal
27-
toolchain: nightly
28-
target: x86_64-unknown-linux-gnu
29-
30-
- name: Build tray
31-
run: >
32-
sudo apt update -y && sudo apt install dbus libdbus-1-dev -y;
33-
cd lw-tray ;
34-
rustup component add rust-src --toolchain nightly ;
35-
cargo build --release ;
36-
mv -fv target/x86_64-unknown-linux-gnu/release/lw-tray ./ ;
37-
rm -rf target ;
38-
cd ../ ;
39-
4021
- name: Build archlinux packages
4122
uses: countstarlight/arch-makepkg-action@master
4223
with:
43-
scripts: "cd lwrap && makepkg --nodeps && cd ../ && makepkg --nodeps"
24+
scripts: "cd lwrap && makepkg -fsCc --noconfirm --nodeps"
4425

4526
- name: Release
4627
uses: softprops/action-gh-release@v1
4728
if: startsWith(github.ref, 'refs/tags/')
4829
with:
49-
files: |
50-
lutris-wine-git-*.pkg*
51-
lwrap/lwrap-*.pkg*
52-
lw-tray/lw-tray
30+
files: lwrap/lwrap-*.pkg*
5331
env:
5432
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
*.swp
2-
lw-tray/target
3-
lw-tray/dist/*
4-
lw-tray/Cargo.lock
2+
*.pkg.*

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# v0.77.9.1
2+
3+
* Change project name to Lux Wine
4+
* Update [RunImage](https://github.com/VHSgunzo/runimage) container to [v0.39.1](https://github.com/VHSgunzo/runimage/releases/tag/v0.39.1) for [lwrun](https://github.com/VHSgunzo/lwrun)
5+
* Create [wine-prefix](https://github.com/VHSgunzo/wine-prefix) package
6+
* Create [steam-runtime-libs](https://github.com/VHSgunzo/steam-runtime-libs) package
7+
* Create EasyAntiCheat patched [glibc-eac-rc](https://github.com/VHSgunzo/glibc-eac-rc) (2.38-3) for Rogue Company
8+
* Create Reshade Shaders [reshade-shaders-lw](https://github.com/VHSgunzo/reshade-shaders-lw) package
9+
* Replace palemoon with firefox
10+
* Remove mangoapp and lib32-mangoapp
11+
* Replace mangohud-lw-git with mangohud lib32-mangohud
12+
* Update [hosts](https://github.com/StevenBlack/hosts)
13+
* Fix LatencyFlex and cabextract in [GE-Proton](https://github.com/VHSgunzo/ge-proton-lw)
14+
* LW tray moved to a separate [repository](https://github.com/VHSgunzo/lw-tray)
15+
* Create [lw-tray](https://github.com/VHSgunzo/lw-tray) package
16+
* The path to the EXE is now case insensitive
17+
* Replace pluma with mousepad
18+
* Replace icoutils with icoextract
19+
* Add Steam icon
20+
* Change default LW icon
21+
* Change default LW loading gif
22+
* Remove "Add app to Lutris"
23+
* Disable by default DXR/RTX (and now it's one checkbox)
24+
* Disable by default ESYNC
25+
* Revert MangoHud DLSYM mode
26+
* Remove some notify
27+
* Fix zenity icon
28+
* Add timeout to try_shutdown_wine() and kill wine
29+
* Add automatic creation/removal of shortcuts for installed programs and games
30+
* Add automatic creation of shortcuts from game launchers
31+
* Add manual mode of creating shortcuts from *.lnk and *.url files
32+
* Fix removing shortcuts in manual mode
33+
* Fix disabling the wine native theme
34+
* Fix creating shortcuts in manual mode
35+
* Add VKD3D_SHADER_DEBUG="none" for regular launch
36+
* Fix displaying the wine version in MangoHud
37+
* Fix AUTO mode for Vulkan ICD loader
38+
* Remove __GL_THREADED_OPTIMIZATIONS from Settings
39+
* Add automatic assign drive letters for wine when mounting partitions at standard mounting points
40+
* Add H:\ drive for $HOME (together with the upper one, it corrects pseudo-lack of space errors)
41+
* Fix fonts links for wine prefix from protons
42+
* Add steam steam-runtime steam-native links to ~/.local/bin/
43+
* Add lwrap link to ~/.local/bin/
44+
* Fix add ~/.local/bin to PATH
45+
* Add launching all EXEs in one container instance by lwrap wrapper (fixes a lot of problems and speeds up the startup)
46+
* Add assigning mime types to LuxWine.desktop during installation/update
47+
* Add force lwrap update when installing LW
48+
* Add a completely offline installation mode
49+
* Add shutdown request after LW update
50+
* Add [huggingface](https://huggingface.co/spaces/lux-wine) mirror for LW installation
51+
* Remove GDrive mirror for download lwrun
52+
* Revert packages update for lwrun
53+
* Add lwrun packages update from builtin terminal (if the update is not launched from the terminal)
54+
* Add migration from old LW
55+
* Remove [Proton GE](https://github.com/GloriousEggroll/proton-ge-custom)
56+
* Add DB script for Ubisoft Connect
57+
* Add DB script for Dark Sector
58+
* Add DB script for Crossout
59+
* Add DB script for Remnant 2
60+
* Add DB script for Serious Sam 4
61+
* Add DB script for Starfield
62+
* Add DB script for xrEngine (S.T.A.L.K.E.R)
63+
* Add DB script for Crashday
64+
* Add DB script for Crysis
65+
* Update DB script for Zona
66+
* Minor fixes

LutrisWineService.desktop

Lines changed: 0 additions & 205 deletions
This file was deleted.

LutrisWine.menu renamed to LuxWine.menu

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<Menu>
55
<Name>Applications</Name>
66
<Menu>
7-
<Name>LutrisWine</Name>
8-
<Directory>LutrisWine.directory</Directory>
7+
<Name>LuxWine</Name>
8+
<Directory>LuxWine.directory</Directory>
99
<Include>
10-
<Category>Lutris Wine</Category>
10+
<Category>Lux Wine</Category>
1111
</Include>
1212
</Menu>
1313
<Menu>
14-
<Name>LutrisWineApp</Name>
15-
<Directory>LutrisWineApp.directory</Directory>
14+
<Name>LuxWineApps</Name>
15+
<Directory>LuxWineApps.directory</Directory>
1616
<Include>
17-
<Category>Lutris Wine App</Category>
17+
<Category>Lux Wine Apps</Category>
1818
</Include>
1919
</Menu>
2020
</Menu>

0 commit comments

Comments
 (0)