Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Lachu:SystemServices
Lachu-PackageKit
0043-Added-header-to-depenedncy-solver.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0043-Added-header-to-depenedncy-solver.patch of Package Lachu-PackageKit
From b713466fd7405664bc1b0d90eaa99fb4a0f4bfb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Lach?= <slawek@lach.art.pl> Date: Sun, 18 Jul 2021 15:13:31 +0200 Subject: [PATCH 43/46] - Added header to depenedncy-solver --- helpers/dependency-solving-helper.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/helpers/dependency-solving-helper.cpp b/helpers/dependency-solving-helper.cpp index 9fa96e3d7..1638ed700 100644 --- a/helpers/dependency-solving-helper.cpp +++ b/helpers/dependency-solving-helper.cpp @@ -121,6 +121,7 @@ static bool show_solutions(int fd, struct reader_info *in_ch_reader) xmlDocPtr a = bonsole_window(nullptr); root = xmlDocGetRootElement(a); + //bonsole_set_context_params(0, app_name); @@ -709,13 +710,14 @@ int main(int argc, char **argv) { - puts(server); - puts(cookie); int argc = 1; char *argv[2] = {(char*)"packagekitd", (char*)NULL}; - //app_name[1] = bonsole_escape_quotes(app_name_real); + app_name[1] = bonsole_escape_quotes((char*) app_name_real);//bonsole_add_entitites( (char*) app_name_real);//bonsole_escape_quotes(app_name_real); + + bonsole_set_context_params(0, app_name); + if (0 != bonsole_client_init(&argc, argv)) exit(1); } -- 2.32.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor