similar to: External vfat devices show uppercase filenames, how to change defaults for GNOME desktop?

Displaying 20 results from an estimated 1000 matches similar to: "External vfat devices show uppercase filenames, how to change defaults for GNOME desktop?"

2006 Mar 08
1
Components calling components...
Hi, I''m relatively new to ruby and rails. I would like to have a sidebar component call one of several other constituent components. I''ve run into some problems, and so I''ve pruned things back to a relatively simple case. I have a sidebar component. Renders great. In it''s layout, I call render_component for another component I would like in the sidebar.
2011 Dec 17
0
hal, gnome.. custom mount options for vfat storage devices
Hello there, w/ my CentOS6 (up-to-date), running GNOME, I'm struggling with HAL and mount options for my USB storage devices. According to what I'm reading from: http://www.linuxfromscratch.org/blfs/view/svn/general/hal.html My old policies in /etc/hal/fdi/policy/ are ignored (and this is true!). Apparently I should edit my custom mount options through gconf-editor (in
2006 May 01
12
pagination in acts_as_ferret
I''m just wondering where I would put the pagination for search results when using "acts_as_ferret". At the moment my search code is.. def search @query = params[:query] || '''' unless @query.blank? @results = Tutorial.find_by_contents @query end end Cheers SchmakO -- Posted via http://www.ruby-forum.com/.
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
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
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
2006 Oct 05
3
metacity support
I have installed compiz with metacity support, my metacity libs are 2.16.3 and I used this command to on theme support gconftool-2 -s /apps/gwd/use_metacity_theme -t bool true but I can`t change border of windows in gnome-theme-manager I can change theme only. Is metacity support functionall yet ? Or I maked something wrong.
2006 Oct 11
1
compiz starts but not window decoration
I just did another compiz checkout and installed but now compiz won't work I'm starting compiz like this: gtk-window-decorator --replace & export __GL_YIELD="NOTHING"; compiz --replace --indirect-rendering --strict-binding --use-cow gconf move resize minimize place decoration cube rotate scale switcher zoom fade screenshot dbus This was working earlier but not anymore. Now
2015 Nov 10
2
Telling virt-manager to re-read ~/.gconf in RHEL 6
Hi all, I've written a tool that configured Virtual Machine Manager, but I've got a condition that I am now sure how to handle... If the user isn't logged in and I configure their ~/.gconf/apps/virt-manager/*, and then they log in, everything works great. However, if they've already logged in and there was no prior virt-manager configuration, the custom config is overwritten
2016 Jun 08
3
setting up auto logout in CentOS 6
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 and set the default value of max_idle_action to ?forced-logout?: <schema> <key>/schemas/desktop/gnome/session/max_idle_action</key>
2007 Feb 04
10
[AAF] remote indexing via DRb with acts_as_ferret
Hi! Aaf trunk has undergone several major refactorings the last days, with the result that you can now transparently switch your app from local to remote indexing and back :-) If you plan to scale your app to more than one physical machine, or if you have problems with corrupted indexes and the like under high load, you really should give this a try. I wrote some documentation to get you
2007 Oct 03
3
Pagination problem with acts_as_ferret
Hi, am using this wonderful plugin acts_as_ferret and according to the tutorial at http://railsenvy.com/2007/2/19/acts-as- ? rial#basic I worked it out except the pagination feature. If I have 12 records and I give limit to 10, its correctly displaying 10 records in the first page and is giving the link to the second page too. But when I go to the next page I find the same 10 records instead of
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
2015 Oct 09
3
vino-server on Centos 6.7
I uncheck only Allow other users ?view? and leave without change ?control? your desktop, and the screen (active session) remain freeze, close the connection and now i can not do a new connection, i remain out. i must wait the next Monday when i back to office or i can do something through ssh? M. > On Oct 9, 2015, at 01:42, Gordon Messmer <gordon.messmer at gmail.com> wrote: >
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
2009 Mar 15
5
Setting DEFAULT_FIELD_OPTIONS in Rails 2.3
Hi, I''m having some trouble overriding/defining the default_field_options constant without raising a warning. I''ve tried adding the code to do it in an initializer but that produces a warning (because the constant is already frozen), after some googling I found a recommendation to put it in the environment.rb file but that then that throws uninitialized constant ActionView
2011 Jul 21
10
centos6 not using /etc/gdm/custom.conf
In CentOS5 you were able to create a server section in /etc/gdm/custom.conf such as [server-Standard] name=Standard server command=/usr/bin/Xorg -br -audit 4 -s 15 chooser=false handled=true flexible=true priority=0 After this change, Xorg would run with the -br -audit 4 -s 15 options. Unfortunately in CentOS6 this is not the case. It completely ignores anything put into custom.conf as far
2006 Nov 20
22
Index only partially built
I have an application which I''m running using Mongrel and Apache as described here http://www.napcs.com/howto/rails/deploy/. I have a model Person which I am attempting to use acts_as_ferret with. When I first try to do a search the index begins to get built but it its fails halfway through with the following error in the browser: === Proxy Error The proxy server received an invalid
2007 Sep 05
1
AAF and DRb with highlighting
How would I change this method in order to get highlighting working with DRb? I''ve given up on searching on Google, I''m getting no results that are actually helpful. def self.find_storage_by_contents(query, options = {}) # Get the index that acts_as_ferret created for us index = self.aaf_index.ferret_index results = [] default_options = {:limit => 10,
2007 May 02
4
Wrong total_hits when using conditions in find_by_contents
In my model Topic: acts_as_ferret({ :fields => {:username => {:store => :yes, :boost => 30}, :subject => {:store => :yes, :boost => 20}, :body => {:store => :yes, :boost => 10}}, :remote => true }, { :analyzer => Ferret::Analysis::RegExpAnalyzer.new(/./, false) }) def self.full_text_search(q, options = {}, find_options = {}) return nil if q.nil? or