Re: Customizing Gnome shell extensions during the installation





On Wed, Jun 27, 2012 at 8:00 PM, Jasper St. Pierre <jstpierre mecheye net> wrote:
On Wed, Jun 27, 2012 at 10:28 AM, Danishka Navin <danishka gmail com> wrote:
>
>
> On Wed, Jun 27, 2012 at 7:53 PM, Jasper St. Pierre <jstpierre mecheye net>
> wrote:
>>
>> On Wed, Jun 27, 2012 at 10:19 AM, Danishka Navin <danishka gmail com>
>> wrote:
>> > Hi Jasper,
>> >
>> > Thanks for your reply.
>> >
>> > On Wed, Jun 27, 2012 at 7:25 PM, Jasper St. Pierre
>> > <jstpierre mecheye net>
>> > wrote:
>> >>
>> >> On Wed, Jun 27, 2012 at 3:09 AM, Danishka Navin <danishka gmail com>
>> >> wrote:
>> >> > Hi,
>> >> >
>> >> > I want to enable selected gnome-shell-extensions and customize them
>> >> > for
>> >> > a
>> >> > Fedora 17 based remix.
>> >> >
>> >> > I want to do following actions when my fedora remix is install.
>> >> >
>> >> > 01. To Enable all these extensions without touching Gnome-Tweak Tool
>> >> > or
>> >> > any
>> >> > other GUI tool.
>> >> > simply, user should not click here and there to set his/her Gnome
>> >> > Desktop.
>> >> >
>> >> > gnome-shell-extension-alternate-tab
>> >> > gnome-shell-extension-apps-menu
>> >> > gnome-shell-extension-places-menu
>> >> > gnome-shell-extension-workspacesmenu
>> >> > gnome-shell-extension-user-theme
>> >> > gnome-shell-extension-theme-selector
>> >> > gnome-shell-extension-icon-manager
>> >> > gnome-shell-extension-native-window-placement
>> >> > gnome-shell-extension-pidgin
>> >> > gnome-shell-extension-pomodoro
>> >> > gnome-shell-extension-righthotcorner
>> >> > gnome-shell-extension-drive-menu
>> >> > gnome-shell-extension-mediaplayers
>> >>
>> >> This is controlled by a gsettings key:
>> >> org.gnome.shell.enabled-extensions.
>> >
>> >
>> > gsettings set org.gnome.shell.enabled-extensions  alternate-tab
>> >
>> > Is this correct?
>>
>> Not quite. The value is a list, so it would be:
>>
>> gsettings set org.gnome.shell.enabled-extensions
>> '["alternate-tab gnome-shell-extensions gcampax github com"]'
>>
>> The value you put in the list is the name of the directory in
>> /usr/share/gnome-shell/extensions
>
>
>
> Then what about following?
>
>
> gsettings set org.gnome.shell.enabled-extensions
> alternate-tab gnome-shell-extensions gnome org/
>
>
>>
>> >>
>> >>
>> >> > 02. how to set all (minimize, maximize and close) buttons to appear
>> >> > in
>> >> > each
>> >> > window.
>> >>
>> >> This is controlled by a gsettings key as well:
>> >> org.gnome.shell.overrides.button-layout.
>> >>
>> >
>> > gsettings org.gnome.shell.overrides.button-layout
>> > 'menu:minimize,maximize,close'
>> >
>> > is this correct?
>>
>> Yes.
>
>
>
> what is the difference between gsettings
> org.gnome.shell.overrides.button-layout 'menu:minimize,maximize,close' and
> the following?
>
>
> gconftool-2 --direct \
>     --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
>     --type string \
>     --set /desktop/gnome/shell/windows/button_layout
> ":minimize,maximize,close"
>

One uses GConf and the other uses GSettings. If you have GNOME 3.4 or
later, you will need to use GSettings and not GConf.

at last, can you check the following ?

gsettings set org.gnome.desktop.background picture-uri /<path>/<imagename>.jpg > /dev/null
 
thanks Jasper
 

>
>>
>>
>> >>
>> >> > 03. how to get Amarok in to gnome-shell-extension-mediaplayers
>> >>
>> >> Talk to the creator of the extension.
>> >
>> >
>> > Thanks again
>> >
>> >>
>> >>
>> >> > --
>> >> > Danishka Navin
>> >> > http://danishkanavin.blogspot.com
>> >> > http://twitter.com/danishkanavin
>> >> > http://www.flickr.com/photos/danishkanavin/
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > _______________________________________________
>> >> > gnome-shell-list mailing list
>> >> > gnome-shell-list gnome org
>> >> > https://mail.gnome.org/mailman/listinfo/gnome-shell-list
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >>   Jasper
>> >
>> >
>> >
>> >
>> > --
>> > Danishka Navin
>> > http://danishkanavin.blogspot.com
>> > http://twitter.com/danishkanavin
>> > http://www.flickr.com/photos/danishkanavin/
>> >
>> >
>> >
>> >
>>
>>
>>
>> --
>>   Jasper
>
>
>
>
> --
> Danishka Navin
> http://danishkanavin.blogspot.com
> http://twitter.com/danishkanavin
> http://www.flickr.com/photos/danishkanavin/
>
>
>
>



--
  Jasper



--
Danishka Navin
http://danishkanavin.blogspot.com
http://twitter.com/danishkanavin
http://www.flickr.com/photos/danishkanavin/






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]