Merge lp:~nherriot/maximus/vodafone into lp:maximus

Proposed by Nicholas
Status: Needs review
Proposed branch: lp:~nherriot/maximus/vodafone
Merge into: lp:maximus
Diff against target: 12 lines (+1/-1)
1 file modified
data/maximus.schemas (+1/-1)
To merge this branch: bzr merge lp:~nherriot/maximus/vodafone
Reviewer Review Type Date Requested Status
UNR Developers Pending
Review via email: mp+27505@code.launchpad.net

Commit message

To allow the open source Vodafone connection manager for netbooks to work as default in a non maximized-mode.

Description of the change

To add the betavine connection manager into the exclude class for maximus.

Within the file /data/maximus.schemas an additional schema is used to allow bcm (betavine connection manager) to start up as non-maximized. The app should not take control of the whole screen but rather run in a smaller window or in task bar.

We propose the addition of the schema:

<schema>
  <key>/schemas/apps/maximus/exclude_class</key>
  <applyto>/apps/maximus/exclude_class</applyto>
  <owner>maximus</owner>
  <type>list</type>
  <list_type>string</list_type>
  <default>[Totem,Bcm]</default>
  <locale name="C">
    <short>A list of exclusion strings which apply to the window class.</short>
    <long>A list of exclusion strings which apply to the window class</long>
  </locale>
</schema>

Kind regards, Nicholas Herriot

To post a comment you must log in.
lp:~nherriot/maximus/vodafone updated
58. By Nicholas <nherriot@agamenmon>

this modifies the maximus schema so that the vodafone connection manager does not start maximised by default.

Unmerged revisions

58. By Nicholas <nherriot@agamenmon>

this modifies the maximus schema so that the vodafone connection manager does not start maximised by default.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/maximus.schemas'
2--- data/maximus.schemas 2009-03-17 16:00:37 +0000
3+++ data/maximus.schemas 2010-06-14 16:34:25 +0000
4@@ -6,7 +6,7 @@
5 <owner>maximus</owner>
6 <type>list</type>
7 <list_type>string</list_type>
8- <default>[Totem]</default>
9+ <default>[Totem,Bcm]</default>
10 <locale name="C">
11 <short>A list of exclusion strings which apply to the window class.</short>
12 <long>A list of exclusion strings which apply to the window class</long>

Subscribers

People subscribed via source and target branches