Tagged Questions
The gconf tag has no wiki summary.
9
votes
3answers
3k views
How can I make a fake “active session” for gconf?
I've automated my Ubuntu installation - I've got Python code that runs automatically (after a clean install, but before the first user login - it's in a temporary /etc/init.d/ script) that sets up ...
4
votes
3answers
757 views
How can I run a Perl script as root yet still affect user gconf settings
THE NEW QUERY: I am trying to make a unified script that initializes a new Ubuntu install to my liking, it must be run under sudo to install packages, but using gconftool-2 to affect gconf setting ...
4
votes
3answers
820 views
User Crontab + Python + Random wallpapers = Not working?
I have a python script that correctly sets the desktop wallpaper via gconf to a random picture in a given folder.
I then have the following entry in my crontab
* * * * * python ...
3
votes
1answer
153 views
Changing wallpapers in python
I'm running a Maverick on my machine, and I'm trying to write a script to change wallpapers in python. Heres my progress so far.
import gconf
client = gconf.client_get_default()
current_bg = ...
1
vote
1answer
76 views
Equivalent to gconf on OSX
Is there something equivalent (and available by default) to gconf on OSX?
1
vote
2answers
72 views
Configuration storage for a desktop application
What are the benefits of choosing either:
a file in the user's home directory, e.g. ~/.myapp/config
using the user's gconf database
I already know a couple of things; storing data in the user's ...
0
votes
1answer
28 views
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 ...
0
votes
3answers
735 views
How to create/delete gconf directory with gconftool-2?
... ughm ... the subject?
I am writing a script that will create gnome-terminal profiles for various machines that I want to connect to. I need a custom command to run on each terminal and profile is ...
0
votes
1answer
176 views
GConf Problem gconftool --spawn doesn't work
Last time I started to having problem with gconftools, I'm using Ubuntu Server Edition 10.04 LTS
When I make command
gconftools-2 --spawn
I've gor an error:
Failed to spawn the ...
0
votes
2answers
102 views
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