After once again trying to make it work i finally found out why this is
happening (i kind of knew *what* was happening, but not why).
Turns out, Kodi does indeed have separate stereoscopic modes - input mode (i.e.
what kind of content the file has) and output mode (i.e. how Kodi UI, and
subtitles,
Package: kodi-bin
Version: 2:17.0~beta5+dfsg1-4
Severity: normal
Dear Maintainer,
When playing stereoscopic over/under (top-bottom) videos in Kodi i've noticed
that for the last few months Kodi does not display the video contents correctly
when instructed to switch to over/under stereoscopic mode
The problem is in nm_manager_new().
It calls:
singleton = (NMManager *) g_object_new (NM_TYPE_MANAGER, NULL);
to create the nmm object, which results in a call to nm_manager_init()
down the chain, which eventually leads to a nm_manager_update_state()
call, which calls:
nm_connectivity_set_online (
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Package: ssvnc
Version: 1.0.29-2
Severity: normal
Dear Maintainer,
I use ssvnc to access my desktop, and often work in fullscreen mode for
extended periods of time (more than 10 minutes).
After pressing F9 to disable fullscreen mode (to access my la
Package: indent
Version: 2.2.11
Severity: normal
Tags: upstream patch
At the moment indent -pls formats a code like this:
int foo ();
int foo () { bar; }
to be roughly like this:
int foo ();
int
foo ()
{
bar;
}
That is, function prototypes are NOT affected by -pls.
I think i have a hack that
5 matches
Mail list logo