[Bug 1610929] Re: Implement Screen::GetShellMode()

2017-11-03 Thread Michał Sawicz
Syncing task from Mir.

** Changed in: mir (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610929

Title:
  Implement Screen::GetShellMode()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1610929] Re: Implement Screen::GetShellMode()

2017-01-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~oxide-developers/oxide/packaging.zesty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610929

Title:
  Implement Screen::GetShellMode()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1610929] Re: Implement Screen::GetShellMode()

2017-01-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~oxide-developers/oxide/packaging.xenial

** Branch linked: lp:~oxide-developers/oxide/packaging.yakkety

** Branch linked: lp:~oxide-developers/oxide/packaging.xenial.overlay

** Branch linked: lp:~oxide-developers/oxide/packaging.vivid.overlay

** Branch linked: lp:~oxide-developers/oxide/packaging.trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610929

Title:
  Implement Screen::GetShellMode()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1610929] Re: Implement Screen::GetShellMode()

2016-10-30 Thread Daniel van Vugt
Mir has no knowledge of stages. That is a concept which exists at the
higher level in Unity8. However Mir's form factor enumeration would
probably need a new entry still. And an API for Unity8 to set it.

Before we go wedging something called "staged" into Mir though, please
try to consider a generalised approach that is a superset of the Unity8
design. Since Mir should support other shells. What we call "staged"
might be called "tiled" in Mir for example.

So we need a design, but before that we need to be more confident that
any change in Mir is really required at all.

** Changed in: mir
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610929

Title:
  Implement Screen::GetShellMode()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1610929] Re: Implement Screen::GetShellMode()

2016-10-28 Thread Chris Coulson
** Changed in: oxide
   Status: Triaged => Fix Released

** Changed in: oxide
Milestone: None => branch-1.20

** Changed in: oxide
 Assignee: (unassigned) => Santosh (santoshbit2007)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610929

Title:
  Implement Screen::GetShellMode()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1610929] Re: Implement Screen::GetShellMode()

2016-09-21 Thread Santosh
** Merge proposal linked:
   https://code.launchpad.net/~santoshbit2007/oxide/+git/oxide/+merge/306388

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610929

Title:
  Implement Screen::GetShellMode()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1610929] Re: Implement Screen::GetShellMode()

2016-09-09 Thread Chris Coulson
And confined applications can't access that anyway.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610929

Title:
  Implement Screen::GetShellMode()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1610929] Re: Implement Screen::GetShellMode()

2016-09-09 Thread Lukáš Tinkl
GSettings doesn't track it itself but unity8 writes the correct value on
mode change.

Confinement is a problem, yeah :/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610929

Title:
  Implement Screen::GetShellMode()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1610929] Re: Implement Screen::GetShellMode()

2016-09-09 Thread Santosh
I have a small doubt, Does Gettings automatically dynamically track
connection of mouse and keyboard to tell about window mode OR its just
the track the static(and user changable) setting menu in unity8.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610929

Title:
  Implement Screen::GetShellMode()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1610929] Re: Implement Screen::GetShellMode()

2016-09-06 Thread Lukáš Tinkl
You can already do this by querying Unity 8 GSettings (qml snippet
below):

import GSettings 1.0

GSettings {
   id: settings
   schema.id: "com.canonical.Unity8"
}

...

if (unity8Settings.usageMode === "Windowed") {
   // running in windowed mode
} else { // == "Staged"
   // running in staged mode
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610929

Title:
  Implement Screen::GetShellMode()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1610929] Re: Implement Screen::GetShellMode()

2016-09-06 Thread David Barth
Can mir and / or unity8 give us that information?

** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: mir
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610929

Title:
  Implement Screen::GetShellMode()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs