-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Linux .desktop shortcut not working and showing syntax error #493
Comments
Can you send the Does the command in the |
The exec command works and launches R2 (with some visual artifacts but thats expected on linux ig) The desktop file is as follows: [Desktop Entry] |
That technically should be valid. Strange. Alternatively, maybe it doesn't like the files due to line endings on your specific implementation of the |
Inner quotes in Exec need to be escaped with double backslash, for example:
|
gtk-launch gives the same error as before, bash: syntax error near unexpected token `(' As for the resaving with line endings, how should i go about that? I've never really dealt with linux formatting and the machine doesent have a lot of options for applications. Is there a specific method you'd reccomend? |
Maybe the file wasn't set to executable by the Reloaded installer, due to permission issues or otherwise. i.e. 'Make this application executable', or similar. I'm not really sure myself at this point. |
I'm sure it's set to executable (has been ootb, also checked it before starting the issue). I'd send a screenshot but its difficult getting a screenshot over from a gaming handheld to any device with GitHub on it, sorry. |
You could also try running with |
It's fine, i got it working through the exec command in the .desktop file and then using the injector tool in the modloader to launch together with P3P, so i'm good. This is probably just some weird edge case 🤷♀️ |
Tysm for the help though, i didn't even think of running the exec command for some reason lol |
No worries. It is still important to know why it happens, at the very least, in a future build I can make it pass |
Ofc, if there's any command i can run to help you find the reason just hmu and i'll do it once i wake up tomorrow. Rn im going to bed since i got it sorted enough. Tysm again for the help |
Have a good nap 👏 |
Did you install the Prerequisites?
Installed everything following the linux guide on the website, so presumably yes
Describe the Issue
Running ChimeraOS on ROG Ally (should be very similar to SteamOS)
After running the Setup-linux.exe through protontricks (installed onto P3P) the program installs normally and i get a success message. However when i run the .desktop file created by the installer (after right clicking and clicking run as program and double checking run as executable is checked) i get this error:
/home/gamer/Desktop/Reloaded-II - P3P.desktop: line 1: [Desktop: command not found
/home/gamer/Desktop/Reloaded-II - P3P.desktop: line 2: syntax error near unexpected token ' ('
/home/gamer/Desktop/Reloaded-II - P3P.desktop: line 2: `Name=Reloaded-II (P3P)
Changing the name to omit the parentheses does nothing but add more errors and also still prints the first error.
The text was updated successfully, but these errors were encountered: