Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 680593 Details for
Bug 853728
glchess does not use GNUChess
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Make GNOME Chess work with GNU Chess
use-engine-args.patch (text/plain), 1.28 KB, created by
Michael Catanzaro
on 2013-01-17 22:29:39 UTC
(
hide
)
Description:
Make GNOME Chess work with GNU Chess
Filename:
MIME Type:
Creator:
Michael Catanzaro
Created:
2013-01-17 22:29:39 UTC
Size:
1.28 KB
patch
obsolete
>From 8e728c0557aa8a6746a6abd573e560ed1bf83cee Mon Sep 17 00:00:00 2001 >From: Michael Catanzaro <mike.catanzaro@gmail.com> >Date: Wed, 2 Jan 2013 13:17:18 -0600 >Subject: [PATCH] Respect engine args specified in engines.conf > >https://bugzilla.gnome.org/show_bug.cgi?id=691031 >--- > src/chess-engine.vala | 4 +++- > src/gnome-chess.vala | 1 + > 2 files changed, 4 insertions(+), 1 deletion(-) > >diff --git a/src/chess-engine.vala b/src/chess-engine.vala >index 0792f3b..3762889 100644 >--- a/src/chess-engine.vala >+++ b/src/chess-engine.vala >@@ -1,6 +1,8 @@ > public class ChessEngine : Object > { > public string binary; >+ public string args; >+ > private Pid pid; > private int stdin_fd; > private int stderr_fd; >@@ -30,7 +32,7 @@ public class ChessEngine : Object > > public bool start () > { >- string[] argv = { binary, null }; >+ string[] argv = { binary, args }; > int stdout_fd; > try > { >diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala >index 1e6f5ee..5e32e76 100644 >--- a/src/gnome-chess.vala >+++ b/src/gnome-chess.vala >@@ -529,6 +529,7 @@ public class Application : Gtk.Application > return null; > } > engine.binary = profile.binary; >+ engine.args = profile.args; > > return engine; > } >-- >1.7.11.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 853728
: 680593