Bug#845450: Found the cause

2016-12-29 Thread LRN
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

Bug#845450: kodi-bin: kodi is stuck in left_right stereoscopic mode

2016-11-23 Thread LRN
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

Bug#730437: network-manager: fails to start

2013-11-28 Thread LRN
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

Bug#688190: ssvnc: vncviewer fails to nudge gnome screensaver in fullscreen mode

2012-09-20 Thread LRN
-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

Bug#637989: indent: apply -pls to function prototype declarations

2011-08-16 Thread LRN
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