~ubuntu-branches/ubuntu/precise/mythbuntu-control-centre/precise

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-11-27 17:28:59 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20091127172859-wse1esbamxjtv7oj
Tags: 0.59-0ubuntu1
Introduce a "single" plugin mode.  This allows a plugin to be launched
without allowing switching to other plugins in the UI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
along with the others on the system.  This adds a new set of variables,
179
179
particularly if you have any name clashes.  Be sure to test like this
180
180
before issuing your plugin to make sure there are no blatant problems.
 
181
 
 
182
 
 
183
--Single Plugin Mode--
 
184
Sometimes plugins can be so complex that they make more sense being
 
185
put out on their own, but fit very well into the features that MCC provides.
 
186
 
 
187
In these instances, you can run the application in "single plugin mode".
 
188
If the plugin should still be shown in the UI in all instances, then
 
189
install it to the standard location and run the plugin like this:
 
190
 
 
191
#mythbuntu-control-centre -S "Log Grabber"
 
192
 
 
193
where "Log Grabber" is the name of one of the plugins.
 
194
 
 
195
If the plugin should only be shown in single plugin mode, install it elsewhere
 
196
on the system, and just set the plugin-root-path:
 
197
 
 
198
#mythbuntu-control-centre --plugin-root-path=/usr/share/mythbuntu/examples/plugins/ -s "Skeletor"
 
199
 
 
200
You can place whatever you decide into a .desktop file to install into the menus.