Package Details: proton-caller 3.1.2-1

Git Clone URL: https://aur.archlinux.org/proton-caller.git (read-only, click to copy)
Package Base: proton-caller
Description: Run any Windows program through Proton
Upstream URL: https://github.com/caverym/Proton-Caller/
Licenses: MIT
Conflicts: proton-caller-git
Submitter: caverym
Maintainer: caverym
Last Packager: caverym
Votes: 8
Popularity: 0.000002
First Submitted: 2020-10-14 17:03 (UTC)
Last Updated: 2023-03-05 20:29 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

andy5995 commented on 2024-04-06 22:05 (UTC)

@step21 There are some forks but I can't confirm they were forked from the original updstream URL listed in this PKGBUILD. https://github.com/happymintyo/Proton-Caller/forks

step21 commented on 2024-01-26 00:18 (UTC)

Does anybody still have the source for this? The github repo has been removed.

jernu commented on 2021-08-13 12:36 (UTC) (edited on 2021-08-13 12:55 (UTC) by jernu)

First of all, its a nice little helper to run Windows Applications using Proton from Steam. I have just found a typo in your PKGBUILD script, which prevent the installation of your example.conf in /usr/share/proton-caller:

--- PKGBUILD.orig   2021-07-20 19:43:13.000000000 +0200
+++ PKGBUILD    2021-08-13 13:59:07.869349099 +0200
@@ -29,5 +29,5 @@
   cd "$srcdir/$pkgname-$pkgver"
   install -Dm755 target/release/proton-call "$pkgdir"/usr/bin/proton-call
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm755 proton.conf "pkgdir"/usr/share/proton-caller/example.conf
+  install -Dm644 proton.conf "$pkgdir"/usr/share/proton-caller/example.conf
 }

It would be nice when you extend the functionality with the other verbs which proton supports, like waitforexitandrun or runinprefix.