From: Masao Mutoh Date: 2004-08-28T01:39:44+09:00 Subject: Re: package glade files Hi, On Fri, 27 Aug 2004 17:01:44 +0900 Roeland Moors wrote: > I'm creating a project with ruby/gtk. > This program uses glade files for the interface. > What would be the correct place to store these files? > Should I place these files in lib/ ? Usually, I put it on /usr/share/app_dir/glade/ (Fedora). This rule is used by many applications which use Glade. You can get "/usr/share" from Config::CONFIG["datadir"]. ruby -rrbconfig -e "p Config::CONFIG['datadir']" Aoki-san's setup.rb supports data/ directory for data files (pixmaps, icons, locale data ...). rpa-base/gem don't have this feature? I think many GUI applications require this feature. Regards, -- .:% Masao Mutoh