Bug#905114: gnome-shell-extension-multi-monitors: global.screen is not available in GNOME Shell 3.29

2018-08-30 Thread Simon McVittie
Control: forwarded -1 https://github.com/spin83/multi-monitors-add-on/issues/70
Control: severity -1 serious
Control: tags -1 - experimental

On Tue, 31 Jul 2018 at 11:40:04 +0100, Simon McVittie wrote:
> According to codesearch.debian.net, this extension uses the MetaScreen
> via global.screen. MetaScreen no longer exists in GNOME 3.29, which is
> starting to become available in experimental.

GNOME 3.30 will be released soon, and we're starting to upload the 3.29.92
release candidate to unstable, so I'm escalating this to serious severity.

smcv



Bug#905114: gnome-shell-extension-multi-monitors: global.screen is not available in GNOME Shell 3.29

2018-07-31 Thread Simon McVittie
Package: gnome-shell-extension-multi-monitors
Version: 0.00~git20171014.1.df5d6e4-1
Severity: important
Tags: upstream experimental
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: shell-3.30

According to codesearch.debian.net, this extension uses the MetaScreen
via global.screen. MetaScreen no longer exists in GNOME 3.29, which is
starting to become available in experimental. This extension will need
code changes to use the MetaDisplay (global.display),
MetaWorkspaceManager (global.workspace_manager), MetaMonitorManager
(Meta.MonitorManager.get()) or MetaX11Display
(global.display.get_x11_display()).

Because GNOME 3.29/3.30 is not a stable release yet and is not in
Debian unstable yet, you'll probably need to condition on the GNOME
Shell version.

smcv