Bug#906144: libmypaint-common: drop Conflicts: mypaint-data

2019-06-06 Thread Vladimir K
I've tested the patch for mypaint, built local versions for mypaint and 
libmypaint as described by Jacob Nevins.
Packages installed without problems, both Mypaint and GIMP seem to work fine, 
including working l10n for Mypaint and mypaint brushes in GIMP.



Bug#833532: calendar-google-provider causes crash of icedove

2016-08-09 Thread Vladimir K
I do not have calendar-google-provider installed, but have 
calendar-exchange-provider installed. Same crash happens. 
Setting "javascript.options.baselinejit" to "false" helps.



Bug#743439: patch almost works

2014-04-22 Thread Vladimir K
I've tested the patch, it seems to work

I have two machines: lightdm is used on one, plain startx with tweaked xsession 
on another. On both lxsession-logout does nothing on shutdown, reboot, suspend, 
hibernate.

With the patch shutdown and reboot work.
Suspend sort of works. Machine goes to suspend, but lxsession-logout does not 
exit. After resume it remains on screen with some random jibberish in lower 
part of the window. Screenshot attached.

Bug#735648: Tested patch

2014-04-10 Thread Vladimir K
I've tested the patch. It works.

But I have to note that I had a couple of (suddenly unreproducible now) issues 
when two instances of x11vnc running for two different users in two different X 
sessions, one crashes on connect. The other then works when alone. I had this 
for some time, but I can not reproduce it any longer. It would be great if 
somebody rechecked this scenario, just in case.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#706330: Re: Some applications segfaults after upgrade to 3.8.0-1

2013-07-15 Thread Vladimir K
I've tested the patch, it works.

Tested with nm-connection-editor and seahorse. They still output a LOT of 
errors about the theme, but at least they work.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#707976: It works, but there's still a glitch

2013-05-23 Thread Vladimir K
Libs are in place now, and wine programs work. But there is  at least one file 
with incorrect path left - /usr/share/wine-unstable/wine.inf, which wine tries 
to look in /usr/share/wine/
When starting wine app:
wine: failed to update /home/username/.wine with 
/usr/lib/i386-linux-gnu/wine-unstable/wine/../../../../share/wine/wine.inf: No 
such file or directory

/usr/lib/i386-linux-gnu/wine-unstable/wine/../../../../share/wine/wine.inf 
resolves into /usr/share/wine/wine.inf


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#677836: ld: cannot find libncurses.so.5

2012-06-17 Thread Vladimir K
Package: libncurses5-dev
Version: 5.9-8
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Since upgrade from squeeze to wheezy few days ago, ld reports that 
libncurses.so.5 not found.

$ gcc -o foo foo.c -lncurses
/usr/local/bin/ld: cannot find libncurses.so.5
collect2: error: ld returned 1 exit status


$ cat foo.c
char tgetent ();
int main ()
{
return tgetent ();
  ;
  return 0;
}

# ld --version
GNU ld (GNU Binutils) 2.22



It seems that issue is in /usr/lib/x86_64-linux-gnu/libncurses.so:

# cat /usr/lib/x86_64-linux-gnu/libncurses.so
INPUT(libncurses.so.5 -ltinfo)


Changing this to full path fixes problem:

# cat /usr/lib/x86_64-linux-gnu/libncurses.so
INPUT(/lib/x86_64-linux-gnu/libncurses.so.5 -ltinfo)




-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (800, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4.1-vlad-bdver1-05 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libncurses5-dev depends on:
ii  libc6-dev [libc-dev]  2.13-33
ii  libncurses5   5.9-8
ii  libtinfo-dev  5.9-8
ii  libtinfo5 5.9-8
ii  ncurses-bin   5.9-8

libncurses5-dev recommends no packages.

Versions of packages libncurses5-dev suggests:
pn  ncurses-doc  none

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org