similar to: gcontool-2 to set volume and mute paramters

Displaying 20 results from an estimated 10000 matches similar to: "gcontool-2 to set volume and mute paramters"

2009 Mar 06
1
topbanel and bottompanel on gnome
I am doing the following commands to "hide" the top and bottom panels on gnome. gconftool-2 -t int --list-type int --set /apps/panel/toplevels/top_panel/auto_hide_size 0 gconftool-2 -t bool --list-type bool --set /apps/panel/toplevels/top_panel/auto_hide true gconftool-2 -t int --list-type int --set /apps/panel/toplevels/bottom_panel/auto_hide_size 0
2007 Apr 20
1
using command line to setup auto login
I am trying to find a way to set auto login for a machine under X using the command line. I presume I want to use gconftool-2 to do that. Under the old X centos 4 I edited /etc/X11/gdm/gdm.conf This file no longer exists under X 7 for centos 5. I cant find a way to "show all" under gconftool-2 so that I can see what the key/value pair should be. When I do "gconftool-2 -a "
2014 Sep 30
2
CentOS 7 turn off power saving by command line
In CentOS 6 gconftool-2 (command line) is used to enable/disable items. In CentOS 7 I found "settings->power-> blank screen" as something I wish to configure by the command line? How is that accomplished? I brought up gconf-editor and searched for power and blank and found nothing. How can I control this setting from the command line? Thanks Jerry
2009 Jun 30
1
change gnome back to default settings
Some how I have changed something such that the command line: gconftool-2 -t string --set /desktop/gnome/background/picture_filename /usr/share/backgrounds/images/other.jpg does not change my background any longer. Has someone come across this before? How can I change gnome back to ALL default settings? Jerry
2011 Jul 29
0
centos 6 gvfs-gphoto2-volume-monitor
Hi all, I am looking at processes in centos 6. How do I stop gvfs-gphoto2-volume-monitor from starting. I tried searching in gconf-edit for it but did not find anything. I have ran these commands and rebooted. (I verified they are unchecked now also) gconftool-2 -t bool --list-type bool --set /apps/nautilus/preferences/media_automount false gconftool-2 -t bool
2016 Dec 13
3
Bottom panel on new C7.3
Hi All, I run these commands for previous 7.2 to hide the bottom panel. gconftool-2 -t int --list-type int --set /apps/panel/toplevels/bottom_panel/auto_hide_size 0 gconftool-2 -t bool --list-type bool --set /apps/panel/toplevels/bottom_panel/auto_hide true It does not seem to be working any more... I am seeing the panel. Thoughts? Jerry
2014 Sep 30
1
gconftool-2 for 7
on 6 the command: gconftool-2 -t bool --list-type bool --set /apps/gnome_settings_daemon/screensaver/start_screensaver false would stop the screen saver. What is it on 7. The above seems to do nothing. Also The gnome-panel process was running in 6 - it does not seem to be run in 7. How do I hide/remove the top and bottom panel? The "hide" in gconftool-2 for top and bottom done seem
2008 Apr 29
2
Help on extract paramters from fitted models
Hi, I have a question about how to extract paramters from a fitted model. I can extract coefficients and std, but from some other statistics, I dont know how to extract. Can anyone help? Here it is an example: > coxout<-coxph(Surv(t,t.censor)~x) > coxout Call: coxph(formula = Surv(t, t.censor) ~ x) coef exp(coef) se(coef) z p x 0.349 1.42 0.257 1.36 0.17 Likelihood
2006 Oct 10
1
metacity theme opacity
I pushed out some changes to gwd that makes it possible to properly set an overall opacity value for any metacity theme. Making the complete decorations translucent can look bad with some themes. However, I've made it possible to have the opacity fade from opaque to the selected opacity value in a similar way to how the built-in decorations look. This usually looks a lot better. I'll add
2006 Apr 15
3
Multiple Paramters and observe_field :with
Hi All: I have searched high and low with no success. Does anyone know of a way to pass the values of more than one form field through the :with parameter of observe_field? Basically I have two fields on the form with number values. When the user changes the value of one I would like to send the values of both fields to the controller for calculations and return the result to the user on
2009 Apr 17
1
args and test of passed paramters
Hi, I would like to call a R script sometimes with: R --slave --vanilla --args Debug=1 N=25 < test.R and sometimes with R --slave --vanilla Debug=1 < test.R or similar. Inside the R script I get the arguments with: args=(commandArgs(TRUE)) if(length(args)==0){ print("=== No arguments supplied. =============") }else{ for(i in 1:length(args)){
2005 Dec 12
3
gconftool
I am using gconftool to set a number of parameters up automatically... However, the one parameter I cannot find is under root you should be able to set the "automatic login" on first boot up. This found under "Applications", "System settings", "Login screen", then automatic login. Can someone point me to that setting? THanks, Jerry
1999 Jan 25
2
graphical paramters to boxplot
Dear all, is this a bug or do a miss something (this concerns version 0.63.1 on Linux)? > boxplot (c (1, 2, 3, 4, 5), ylim= c (-5, 5)) Warning: parameter "ylim" couldn't be set in high-level plot() function > boxplot (c (1, 2, 3, 4, 5), pars= list (ylim= c (-5, 5))) Warning: parameter "ylim" couldn't be set in high-level plot() function > and actually in
2009 Jul 07
1
Workaround: stuttering legs in WoW 3.1.x
Hi there, I recently found a workaround for the "stuttering legs" bug in WoW, which is currently described in AppDB. It should work for everyone using gnome - so, since this is widespread, I thought it would be a good idea to share the workaround with you. I noticed that the running animation is all okay when activating auto-run - and that holding down the "run forward" key
2012 Mar 27
0
Script for enabling screen savers in GNOME and KDE on Centos 5.x
Hi Friends, I am trying to configure screensavers settings on Gnome and KDE running Centos 5.x 32-bit environment. I need to prepare a script which will be push by Puppet and this script should be able to change settings like idle_delay, set customized password-protected screen saver, enabling lock etc.. I have tried below commands for Gnome and somehow the settings are not taking place. The
2011 Aug 10
1
setting the screen background with gconftool-2
I centos 5 I can run this command: su myuser -c "/usr/bin/gconftool-2 -t string --set /desktop/gnome/background/picture_filename /usr/share/backgrounds/images/mypic.png" and this works fine. under centos 6 it does not appear to be working... I can run the similiar --get command and it tells me its set to what I asked for. However the screen is not showing mypic.png I can use
2009 Jan 13
2
time command with options
I am trying to get timing paramters from a CGI program. date is just a command for example used here. when I do: time { date; } everything is good. when I do: time -o file { date; } I get time -o file { date; } bash: syntax error near unexpected token `}' How do I correctly issue the command with an option for -o file to output the data to a file. Thanks, Jerry
2005 Dec 12
0
gconftool-2 not setting exec_ats
I am using gconftool-2 to setup exec_ats and it is not taking it? Specifially I am doing: gconftool-2 -t list --list-type string --set /desktop/gnome/accessibility/startup/exec_ats "[/home/user/myprogram]" then when I look at it in the gconf-editor nothing is there... What is it I am missing... I have many other bool type settings that work fine. Thanks in advance. Jerry
2014 Apr 24
0
lock down gnome-screensaver
Hello All, I'm trying to set defaults for gnome-screensaver on some Centos6.5 laptops and lock it down with these commands: # gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type boolean --set /apps/gnome-screensaver/lock_enabled true # gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type boolean --set
2016 Jun 09
0
setting up auto logout in CentOS 6
On Jun 8, 2016, at 4:42 PM, Vanhorn, Mike <michael.vanhorn at wright.edu> wrote: > I would like to have my lab workstations logout a session after the person has been idle for a certain period of time. After some searching on the web, I got into > > /etc/gconf/schemas/gnome-session.schemas So, I?ve found that if you want to enforce gconf policies for workstations, you need to put