Questions tagged [gconf]

23 questions
1
vote
0 answers

Qt, C++: GConf-WARNING **: Client failed to connect to the D-BUS daemon

I'm trying to make a form application under Arch Linux with Qt and C++, but when I try to run my application which is below: firstWindow.h #include #include #include #include #include class…
Sinan Ulker
  • 445
  • 8
  • 20
1
vote
1 answer

What's the proper way to change a gconf schema during a .deb package upgrade?

I made some modifications to an open source package (Guake), and I had to change the type of some of the keys in the gconf schema. The problem is that when I install the new .deb that I built, the keys set in gconf remain the old type, until…
cberner
  • 3,000
  • 3
  • 22
  • 34
0
votes
1 answer

GTK configuration source

I am developing cross platform(Windows, Linux) desktop application using Mono and Gtk#. Application will have some configuration. And I have a question about storing configuration data. Where is the best place for it? I was going to use sqlite db…
Sergey Litvinov
  • 7,408
  • 5
  • 46
  • 67
0
votes
1 answer

Installing GConf on MSYS2

I try to build some project with MSYS2/MinGW64. configure fails with: checking for gconftool-2... no configure: error: gconftool-2 executable not found in your path - should be installed with GConf I have found no prebuild distributive at the home…
KonstantinL
  • 667
  • 1
  • 8
  • 20
0
votes
2 answers

Check gconf-client with C

i use gconf/gconf-client.h in ,y C application, but i don't know, is gconf on users machine. How can i check gconf/gconf-client.h and gconf there or not? Thank you
0xAX
  • 20,957
  • 26
  • 117
  • 206
0
votes
1 answer

Running JAXB/XJC in Dockerfile yields in GConf Error

I'm using docker in combination with a Java project that is compiled during the build process. Now I'm trying to generate Java code based on Collada XML schema version 1.5 by calling following shell script inside the Dockerfile: BASEDIR=$(dirname…
daniel
  • 111
  • 1
  • 7
0
votes
1 answer

GNOME configuration database type-inference

My desktop is GNOME and I am programmatically changing its settings via Python. The database has simple value types, e.g. strings, ints, lists of strings, list of ints, ... A simple CLI tool to manipulate the data is gconftool-2, which returns…
Robottinosino
  • 10,384
  • 17
  • 59
  • 97
-1
votes
1 answer

Nautilus 2.16 - trash confirmation difference between filesystems

Apologies if this question seems rather trivial, but it's causing me some frustration. I have a Redhat 5.3 installation, using nautilus-2.16.2-7.el5 that has two filesystems mounted. Under user1, when sending to the trash (pressing Del) on…
xdogheadx
  • 1
  • 1
1
2