-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update, has this been abadoned? #189
Comments
looks like it is abandonned, but lastest version still works in either game handled by wine. (I'm currently using it on DCS with Archlinux) |
Problem is, in current ubuntu derivatives it will not compile or install due to missing/out dated dependencies. That is why I was asking about it.
*Simple Tech Solutions*
IT Security and Data Management
Linux OS, Apple OS, Microsoft OS
Phone: (518)832-9892
Cell: (205)504-0377
Apr 5, 2022 6:39:27 AM sigzegv ***@***.***>:
… looks like it is abandonned, but lastest version still works in either game handled by wine. (I'm currently using it on DCS with Archlinux)
—
Reply to this email directly, view it on GitHub[#189 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AXT2PIIQG2WB3K3BQOVVGVTVDQJ5PANCNFSM5SN23FJA].
You are receiving this because you authored the thread.[Tracking image][https://github.com/notifications/beacon/AXT2PIMKLTIREIRDZ2R7LCDVDQJ5PA5CNFSM5SN23FJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOIDQ5R5Q.gif]
|
You don't need to recompile it, just use the precompiled universal package https://github.com/uglyDwarf/linuxtrack/wiki/Downloads. In some cases you won't be able to use the gui (because it's old QT4) but you can install the wine dependencies by directly installing |
Hello guys, Michal |
thanks for the news ^^ for the current universal package, I confirm it no longer work on manjaro: installing only wine elf binary is not enough and ltr_pipe refuse to launch and ask to use ltr_gui which we can't because of the QT4 situation. I managed to make it work by using an old ubuntu 18.04 docker which have QT4 but it's far from perfect because it means mounting sensitive system directory inside the docker which is completely outdated... |
Great to see you're still around, Michal! Regarding the problem of @Freejack01 : after several day of try and error (I'm more or less a Linux Noob) I managed to get a (mostly) working build of Linuxtrack on the current Ubuntu 22.04. I did the following on a fresh install in a VM and used the fork by exuvo which already contains the pull requests #166 #167 and #182.
After a reboot I could connect my TrackIR 5, run Linuxtrack and it seems to work like a charm. |
@uglyDwarf maybe you could consider adding @exuvo as a contributor to this repository? I'd really like to see the project continuing instead of being forked to be useful. According to previous comments the new PR's work fine. |
Damn nice work thx! |
I can't provide a complete guide, but I can try to explain the tricky part of my procedure to get Linuxtrack working with Elite Dangerous and Steam/Proton. |
For my specific case the command looks like: `env STEAM_COMPAT_CLIENT_INSTALL_PATH=$HOME/.steam STEAM_COMPAT_DATA_PATH=$HOME/.steam/steam/steamapps/compatdata/359320 WINEPREFIX=$HOME/.steam/steam/steamapps/compatdata/359320/pfx LD_LIBRARY_PATH=$HOME/.steam/steam/steamapps/common/Proton\ 7.0/dist/lib64:$HOME/.steam/steam/steamapps/common/Proton\ 7.0/dist/lib WINEDLLPATH=$HOME/.steam/steam/steamapps/common/Proton\ 7.0/dist/lib64/wine:$HOME/.steam/steam/steamapps/common/Proton\ 7.0/dist/lib/wine PATH=${PATH}:$HOME/.steam/steam/steamapps/common/Proton\ 7.0/dist/bin $HOME/.steam/steam/steamapps/common/Proton\ 7.0/proton Thanx for help.. STEAM_COMPAT_CLIENT_INSTALL_PATH=/home/jaspi/.steam |
You need to put everything on the same line or use 'export' ex 'export ENV_VAR_NAME=testValue', otherwise the earlier environment values are only set for that very same line and never reach proton in the last command. |
Maybe it would be a good idea to drop the Wiimote support? |
I don't think the approach to run it this way works with newer Proton versions. What I did is use steamtinkerlaunch. Regarding the install, imo it's the easiest to just fire up protontricks --gui for the game to get the proper winetricks and in winetricks select "Select the default wineprefix" and then "Run explorer". Navigate to the linux track wine plugin and install it. Personally, I'm not a big fan of steamtinkerlaunch, I think the UI is a huge effin mess. But in this case, it was the only solution I got working with newer proton versions. |
btw, it shouldn't be too much work to do some similar app ltr_pause to call suspend and wakeup, right? |
This really needs to be updated for most Linux versions. There is a huge group of gamers that would love this for Star Citizen, Falcon BMS, Elite Dangerous and I know there are other games out there players would love to have this for.
The text was updated successfully, but these errors were encountered: