I sent a text file and a shell script, both in plain text.
But I attached them compressed in tar.lzma format to avoid text-parsing
with other e-mail content.

A lot of operating systems with Gnome environment allow you to unpack
TAR/LZMA files in GUI, and/or to install compress/uncompress tools from
included package manager.

>From command line yoiu can extract package content with this:
lzma -cd gnome3-extensions.tar.lzma | tar -x


El 12/07/15 a les 18:40, Justin Garrison ha escrit:
> Do you have a plain text script I can see? We don't use Ubuntu and I'm
> not about to run arbitrary .bin files on my machines with no view of the
> source.
> 
> 
> --
> Justin Garrison
> 1n73r.net <http://1n73r.net/>
> 
> On Sat, Jul 11, 2015 at 5:00 AM, <gnome-shell-list-requ...@gnome.org
> <mailto:gnome-shell-list-requ...@gnome.org>> wrote:
> 
>     Send gnome-shell-list mailing list submissions to
>             gnome-shell-list@gnome.org <mailto:gnome-shell-list@gnome.org>
> 
>     To subscribe or unsubscribe via the World Wide Web, visit
>             https://mail.gnome.org/mailman/listinfo/gnome-shell-list
>     or, via email, send a message with subject or body 'help' to
>             gnome-shell-list-requ...@gnome.org
>     <mailto:gnome-shell-list-requ...@gnome.org>
> 
>     You can reach the person managing the list at
>             gnome-shell-list-ow...@gnome.org
>     <mailto:gnome-shell-list-ow...@gnome.org>
> 
>     When replying, please edit your Subject line so it is more specific
>     than "Re: Contents of gnome-shell-list digest..."
> 
> 
>     Today's Topics:
> 
>        1. Default extensions for ldap users (Justin Garrison)
>        2. Re: Default extensions for ldap users (Narcis Garcia)
> 
> 
>     ----------------------------------------------------------------------
> 
>     Message: 1
>     Date: Fri, 10 Jul 2015 15:29:48 -0700
>     From: Justin Garrison <justinleegarri...@gmail.com
>     <mailto:justinleegarri...@gmail.com>>
>     To: gnome-shell-list@gnome.org <mailto:gnome-shell-list@gnome.org>
>     Subject: Default extensions for ldap users
>     Message-ID:
>            
>     <CANS=CAdRa6dnV0aQu=odot7obckifb-x8pagphzdek--dpb...@mail.gmail.com
>     <mailto:odot7obckifb-x8pagphzdek--dpb...@mail.gmail.com>>
>     Content-Type: text/plain; charset="utf-8"
> 
>     I am trying to follow the gnome sysadmin guide to apply default
>     configurations for ldap users. I'm using gnome 3.8 on rhel 7.1 but
>     am not
>     able to get the configuration/extensions installed.
> 
>     I copied all the extensions I want to use in
>     /usr/share/gnome-shell/extensions and set permissions to root:root
>     755 so
>     all users should have access to use them.
> 
>     I then added a file in /etc/dconf/db/local.d/ with the following content
> 
>     [org/gnome/shell]
>     enabled-extensions=['
>     alternative-...@gnome-shell-extensions.gcampax.github.com
>     <mailto:alternative-...@gnome-shell-extensions.gcampax.github.com>','
>     systemmoni...@gnome-shell-extensions.gcampax.github.com
>     <mailto:systemmoni...@gnome-shell-extensions.gcampax.github.com>','
>     apps-m...@gnome-shell-extensions.gcampax.github.com
>     <mailto:apps-m...@gnome-shell-extensions.gcampax.github.com>','
>     places-m...@gnome-shell-extensions.gcampax.github.com
>     <mailto:places-m...@gnome-shell-extensions.gcampax.github.com>','
>     panel_favori...@rmy.pobox.com <mailto:panel_favori...@rmy.pobox.com>']
> 
>     favorite-apps=['google-chrome.desktop', 'firefox.desktop',
>     'nautilus.desktop', 'gnome-terminal.desktop',
>     'gnome-control-center.desktop', 'empathy.desktop']
> 
>     finally I modified /etc/dconf/profile/user with this (because user
>     home is
>     on nfs)
>     service-db:keyfile/user
>     user-db:user
>     system-db:local
>     system-db:site
>     system-db:distro
> 
>     and ran dconf update
> 
>     However when I log into the system as a new users (no existing
>     ~/.local/)
>     the settings are not applied and the extensions do not appear to be
>     available in tweak-tool. If I read back the value of
>     enabled-extensions I
>     get an error that the ~/.cache/dconf-service/keyfile/user does not exist
>     and the default value is read instead which appears to be the distro
>     default value and not the default I created.
> 
>     Can someone point me to the correct documentation to get this working?
> 
>     Thank you
> 
>     --
>     Justin Garrison
>     -------------- next part --------------
>     An HTML attachment was scrubbed...
>     URL:
>     
> <https://mail.gnome.org/archives/gnome-shell-list/attachments/20150710/c9112242/attachment.html>
> 
>     ------------------------------
> 
>     Message: 2
>     Date: Sat, 11 Jul 2015 10:26:06 +0200
>     From: Narcis Garcia <informat...@actiu.net
>     <mailto:informat...@actiu.net>>
>     To: gnome-shell-list@gnome.org <mailto:gnome-shell-list@gnome.org>
>     Subject: Re: Default extensions for ldap users
>     Message-ID: <20150711083508.2a30476...@restaurant.gnome.org
>     <mailto:20150711083508.2a30476...@restaurant.gnome.org>>
>     Content-Type: text/plain; charset="windows-1252"
> 
>     Last year I was collecting information about Gnome3 extensions installed
>     (and near no documentation was available).
> 
>     I attach you my script I use for massive Debian/Ubuntu installations.
>     There you'll see all the actions for local (but system wide) extensions.
> 
> 
>     El 11/07/15 a les 00:29, Justin Garrison ha escrit:
>     > I am trying to follow the gnome sysadmin guide to apply default
>     > configurations for ldap users. I'm using gnome 3.8 on rhel 7.1 but am
>     > not able to get the configuration/extensions installed.
>     >
>     > I copied all the extensions I want to use in
>     > /usr/share/gnome-shell/extensions and set permissions to root:root 755
>     > so all users should have access to use them.
>     >
>     > I then added a file in /etc/dconf/db/local.d/ with the following
>     content
>     >
>     > [org/gnome/shell]
>     >
>     
> enabled-extensions=['alternative-...@gnome-shell-extensions.gcampax.github.com
>     <mailto:alternative-...@gnome-shell-extensions.gcampax.github.com>
>     > <mailto:alternative-...@gnome-shell-extensions.gcampax.github.com
>     
> <mailto:alternative-...@gnome-shell-extensions.gcampax.github.com>>','systemmoni...@gnome-shell-extensions.gcampax.github.com
>     <mailto:systemmoni...@gnome-shell-extensions.gcampax.github.com>
>     > <mailto:systemmoni...@gnome-shell-extensions.gcampax.github.com
>     
> <mailto:systemmoni...@gnome-shell-extensions.gcampax.github.com>>','apps-m...@gnome-shell-extensions.gcampax.github.com
>     <mailto:apps-m...@gnome-shell-extensions.gcampax.github.com>
>     > <mailto:apps-m...@gnome-shell-extensions.gcampax.github.com
>     
> <mailto:apps-m...@gnome-shell-extensions.gcampax.github.com>>','places-m...@gnome-shell-extensions.gcampax.github.com
>     <mailto:places-m...@gnome-shell-extensions.gcampax.github.com>
>     > <mailto:places-m...@gnome-shell-extensions.gcampax.github.com
>     
> <mailto:places-m...@gnome-shell-extensions.gcampax.github.com>>','panel_favori...@rmy.pobox.com
>     <mailto:panel_favori...@rmy.pobox.com>
>     > <mailto:panel_favori...@rmy.pobox.com
>     <mailto:panel_favori...@rmy.pobox.com>>']
>     >
>     > favorite-apps=['google-chrome.desktop', 'firefox.desktop',
>     > 'nautilus.desktop', 'gnome-terminal.desktop',
>     > 'gnome-control-center.desktop', 'empathy.desktop']
>     >
>     > finally I modified /etc/dconf/profile/user with this (because user
>     home
>     > is on nfs)
>     > service-db:keyfile/user
>     > user-db:user
>     > system-db:local
>     > system-db:site
>     > system-db:distro
>     >
>     > and ran dconf update
>     >
>     > However when I log into the system as a new users (no existing
>     > ~/.local/) the settings are not applied and the extensions do not
>     appear
>     > to be available in tweak-tool. If I read back the value of
>     > enabled-extensions I get an error that the
>     > ~/.cache/dconf-service/keyfile/user does not exist and the default
>     value
>     > is read instead which appears to be the distro default value and
>     not the
>     > default I created.
>     >
>     > Can someone point me to the correct documentation to get this working?
>     >
>     > Thank you
>     >
>     > --
>     > Justin Garrison
>     >
>     >
>     > _______________________________________________
>     > gnome-shell-list mailing list
>     > gnome-shell-list@gnome.org <mailto:gnome-shell-list@gnome.org>
>     > https://mail.gnome.org/mailman/listinfo/gnome-shell-list
>     >
>     -------------- next part --------------
>     A non-text attachment was scrubbed...
>     Name: gnome3-extensions.tar.lzma
>     Type: application/x-lzma
>     Size: 2813 bytes
>     Desc: not available
>     URL:
>     
> <https://mail.gnome.org/archives/gnome-shell-list/attachments/20150711/71447af1/attachment.bin>
> 
>     ------------------------------
> 
>     Subject: Digest Footer
> 
>     _______________________________________________
>     gnome-shell-list mailing list
>     gnome-shell-list@gnome.org <mailto:gnome-shell-list@gnome.org>
>     https://mail.gnome.org/mailman/listinfo/gnome-shell-list
> 
> 
>     ------------------------------
> 
>     End of gnome-shell-list Digest, Vol 81, Issue 4
>     ***********************************************
> 
> 
> 
> 
> _______________________________________________
> gnome-shell-list mailing list
> gnome-shell-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-shell-list
> 
_______________________________________________
gnome-shell-list mailing list
gnome-shell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-shell-list

Reply via email to