Date: Tue, 10 May 2016 10:38:59 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209418] emulators/playonbsd: created with PlayOnBSD win application shortcut doesn't work Message-ID: <bug-209418-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209418 Bug ID: 209418 Summary: emulators/playonbsd: created with PlayOnBSD win application shortcut doesn't work Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: se@FreeBSD.org Reporter: iluxa@ex.ua Assignee: se@FreeBSD.org Flags: maintainer-feedback?(se@FreeBSD.org) When you installed a windows application with emulators/playonbsd you'll se= e a dialog to create shortcut to this app, but after creation, most of times th= is shortcut won't work with an "error" warning. To fix it, you need to edit your win app shortcut (*.desktop): - Exec=3D/usr/local/lib/playonbsd/playonlinux --run "Hitman Blood Money" %F + Exec=3D/usr/local/lib/playonbsd/playonfreebsd --run "Hitman Blood Money" = %F Then you'll need to edit 114 line in /usr/local/lib/playonbsd/playonfreebsd: - exec bash playonlinux-bash "$HOME/.PlayOnLinux/shortcuts/$NAME" "$@" + exec bash playonlinux-bash "$HOME/.PlayOnBSD/shortcuts/$NAME" "$@" Then make playonfreebsd executable sudo chmod +x /usr/local/lib/playonbsd/playonfreebsd After *.desktop shortcut will work fine. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209418-13>