Bug#1060837: update-auctex-elisp --daemon creates INITFILE in /

2024-04-09 Thread Jindřich Makovička
On Mon, 15 Jan 2024 12:49:12 +0100 Kurt Hornik wrote: > Package: auctex > Version: 13.2-1 > > Invoking > > /usr/sbin/update-auctex-elisp --daemon > > creates and leaves behind INITFILE in /, from > > if [ -n "${DAEMON_MODE}" -a "${DAEMON_MODE}" = 'true' ]; then > export

Bug#973951: ipp-usb: Fails to restart

2020-11-20 Thread Jindřich Makovička
Without arguments, ipp-usb runs in the foreground, so the service type should be set to simple instead of oneshot. [Service] Type=simple ExecStart=/sbin/ipp-usb udev -- Jindřich Makovička

Bug#892360: core: do not free stack-allocated strings

2018-03-08 Thread Jindřich Makovička
There is a fix in upstream master. https://github.com/systemd/systemd/pull/8391 -- Jindřich Makovička

Bug#870025: Broken display updating with SDL2

2017-10-15 Thread Jindřich Makovička
Hi, attaching a few more fixes for the most annoying regressions I encountered with the SDL2 UI. On Sat, Oct 14, 2017 at 11:34 AM Jindřich Makovička <makov...@gmail.com> wrote: > Hi, > > I had to apply the attached patch to make the SDL2 UI of any use - the > vanilla versio

Bug#870025: Broken display updating with SDL2

2017-10-14 Thread Jindřich Makovička
d3f3a0f453ea590be529079ae214c200bb5ecc1a Author: Max Reitz <mre...@redhat.com> Date: Fri Dec 12 10:52:52 2014 +0100 sdl2: Work around SDL2 SDL_ShowWindow() bug Regards, -- Jindřich Makovička From cefe274a1877565efcca9ccaa943d43a93e3bbef Mon Sep 17 00:00:00 2001 From: Jindrich Makovicka <makov...@

Bug#839695: qemu: GTK3 configure options not used in build

2016-12-29 Thread Jindřich Makovička
Hi, I was trying to build a patched QEMU package, and for some reason, GTK3 options were not passed to configure - I had to put them on separate lines: # gtk display (see also sdl display) # --enable-gtk # --with-gtkabi=3.0 # --enable-vte libgtk-3-dev, libvte-2.91-dev, -- Jindřich Makovička

Bug#845785: CFLAGS ignored in build

2016-11-27 Thread Jindřich Makovička
The newly enabled GN-based build ignores CFLAGS and all other environment variables, see https://bugs.chromium.org/p/chromium/issues/detail?id=595653 . This means the delete-null-pointer-checks crash is back. -- Jindřich Makovička

Bug#842898: mc: bold colors are displayed incorrectly for TERM=xterm

2016-11-02 Thread Jindřich Makovička
Actually, this seems to be caused by COLORTERM=truecolor + TERM=xterm set by mate-terminal If COLORTERM is unset, the colors are also fine. -- Jindřich Makovička

Bug#842898: mc: bold colors are displayed incorrectly for TERM=xterm

2016-11-02 Thread Jindřich Makovička
console. Regards -- Jindřich Makovička

Bug#841533: Workaround

2016-10-22 Thread Jindřich Makovička
Hi, a possible workaround is make KCPPFLAGS=-fno-pic -- Jindřich Makovička

Bug#841437: [pkg-gnupg-maint] Bug#841437: gnupg-agent: --supervised segfaults immediately

2016-10-22 Thread Jindřich Makovička
ckage" works ok. Regards, On Fri, Oct 21, 2016 at 8:13 PM Daniel Kahn Gillmor <d...@fifthhorseman.net> wrote: > On Thu 2016-10-20 12:46:10 -0400, Jindřich Makovička wrote: > > > gnupg-agent --supervised in Debian Sid now crashes immediately on > > startup,

Bug#841533: gcc-6: versions 6.2.0-[7-9] break construction of linux kernel with -fstack-protector-xxxx

2016-10-21 Thread Jindřich Makovička
-fstack-protector -c -x c /dev/null -o .18640.tmp -- Jindřich Makovička

Bug#841437: gnupg-agent: --supervised segfaults immediately

2016-10-20 Thread Jindřich Makovička
We need to watch the directory for the file becuase there 2824 * won't be an IN_DELETE_SELF for a socket file. */ 2825 char *slash = strrchr (socket_name, '/'); 2826 log_assert (slash && slash[1]); 2827 *slash = 0; 2828 if (inotify_add_watch (my_inotify_fd, soc

Bug#820725: duplicity: pydrive fails with latest python-oauth2client

2016-04-11 Thread Jindřich Makovička
Package: duplicity Version: 0.7.06-2 Severity: normal Hi, as the python-oauth2client package has been upgraded in Sid, Duplicity's PyDrive backend needs to be adjusted to the new oauth2client API. The following patch and an upgrade of python-googleapi to 1.5.0 is sufficient to make the PyDrive

Bug#787988: duplicity: Pydrive backend gives: Error: [('asn1 encoding routines', ...

2015-07-10 Thread Jindřich Makovička
interface. On the other hand, you can create as many of these as you want and they don't take space from your regular Google Drive. If you delete the credentials, content of its Drive is lost. Regards, -- Jindřich Makovička -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#787988: duplicity: Pydrive backend gives: Error: [('asn1 encoding routines', ...

2015-06-12 Thread Jindřich Makovička
Hi, GOOGLE_DRIVE_ACCOUNT_KEY needs to contain the _contents_ of the .pem file, not the path. HTH, -- Jindřich Makovička -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#776978: [PATCH] freezing terminal when switching desktops

2015-02-20 Thread Jindřich Makovička
: Control: tags -1 + patch Hello Jindřich Makovička! Thanks for your bug report and patch! Could you please open a report in the upstream bugzilla to get your patch reviewed there? http://bugzilla.gnome.org Regards, Andreas Henriksson -- Jindřich Makovička -- To UNSUBSCRIBE, email

Bug#776978: [PATCH] freezing terminal when switching desktops

2015-02-03 Thread Jindřich Makovička
, and then either by switching the desktop back and forth, or just by covering of the terminal with another window. Fix attached. -- Jindřich Makovička From 045331329d5f1aa8570f3d9a8200dc62f5bfe24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20Makovi=C4=8Dka?= makov...@gmail.com Date: Tue, 3

Bug#754907: tracker-extract: Spams system logs

2014-09-03 Thread Jindřich Makovička
to Ralph Leighton Preface\nThe stories in this book were collected intermittently and informally during seven years of very enjoyable drumming with Richard Feynman. [ Uncut version of Surely, you're joking, Mr. Feynman follows. ] -- Jindřich Makovička -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#730742: Font rendering fuzzy (straight lines smeared across subpixels) since upgrade to 2.5.1

2013-12-10 Thread Jindřich Makovička
FYI, I tried dpkg-reconfigure fontconfig-config and switching to Autohinter, which made the letters look a bit thinner, but the look improved overall (YMMV). -- Jindřich Makovička -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Bug#731569: console spam from package kit daemon

2013-12-06 Thread Jindřich Makovička
with failed after 588ms -- Jindřich Makovička -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#710667: Wrong location of binfmt format file

2013-06-01 Thread Jindřich Makovička
executable handler. # /usr/sbin/update-binfmts --import wine update-binfmts: warning: couldn't find information about 'wine' to import update-binfmts: exiting due to previous errors After moving the file to the proper location, import works ok. -- Jindřich Makovička -- To UNSUBSCRIBE, email to debian

Bug#457650: Transition to .drv - defs files missing in the package

2012-04-28 Thread Jindřich Makovička
Hi, I don't think the printer setup will work without without all the *.defs files included by *.drv. -- Jindřich Makovička -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#667927: invalid libjbig library symlink

2012-04-07 Thread Jindřich Makovička
line: + ln -s libjbig.so.0.0 $(DESTDIR)/usr/lib/$(DEB_HOST_MULTIARCH)/libjbig.so Regards, -- Jindřich Makovička -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#653578: xdg-email always opens mutt, regardless of user desktop settings

2011-12-29 Thread Jindřich Makovička
; then +MAILER=x-terminal-emulator -e mutt fi if [ x$MAILER != x ]; then -- Jindřich Makovička -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#649363: fixed in gnome-shell

2011-11-21 Thread Jindřich Makovička
Actually, this bug is now a duplicate of #649459 , and has just been fixed - thanks a lot! -- Jindrich Makovicka -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#649363: Desktop freezes when trying to display certain dialog windows

2011-11-20 Thread Jindřich Makovička
Package: mutter Version: 3.2.1-2 When trying to invoke certain dialog windows (observed eg. with Empathy Help-About or Seahorse Help-About), the desktop freezes almost completely - the mouse can move, but no reaction on key presses or mouse clicks. One has to switch to the console and restart the

Bug#649363: Desktop freezes when trying to display certain dialog windows

2011-11-20 Thread Jindřich Makovička
It seems that any modal dialog window triggers this bug. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#649247: Mod4 stops working after using Mod4+LeftMouseButton

2011-11-19 Thread Jindřich Makovička
Package: mutter Version: 3.2.1-2 After moving a window using Mod4 (windows key) + Left mouse button, the keyboard-only shortcuts involving Mod4 stop working. It's not even possible to enter the Activities pressing Mod4. However, Mod4 can still be used to exit the Activities. -- Jindrich

Bug#647996: unable to display any page

2011-11-08 Thread Jindřich Makovička
Package: chromium Version: 15.0.874.106~r107270-1 Severity: grave Since update to Chromium 15, I am getting only the error page (Aw, Snap) when attempting to display anything, including the the thumbnail page or configuration pages. This renders Chromium completely unusable. -- Jindrich

Bug#641992: Patches for the most grave bugs of Qt4 port

2011-09-18 Thread Jindřich Makovička
Hi, there are known bugs in Qt4 port, which make it unusable, and for which I submitted patches to the upstream about a year ago. They were never applied to SVN, but hopefully they can be included in the Debian package. Regards, -- Jindrich Makovicka Fixes broken Qt4 UI (no response to mouse

Bug#572483: fixed in samba 2:3.5.9~dfsg-1

2011-08-03 Thread Jindřich Makovička
Hi, as Kevin Baradon noted, the patch that was finally applied is useless (at least regarding this bug) - the message is produced by /usr/bin/invoke-rc.d and still appears. If you do not want to leak PIDs to dhcp hooks, I'd recommend using the same runlevel check as in invoke-rc.d (see patch).

Bug#626050: sweethome3d: does not start: java.lang.NoClassDefFoundError: javax/jnlp/UnavailableServiceException

2011-07-23 Thread Jindřich Makovička
Hi, adding the line find_jars /usr/share/icedtea-web/netx.jar to the startup script (/usr/share/sweethome3d/sweethome3d.sh) allows sweethome3d to run with openjdk icedtea . Regards, -- Jindrich Makovicka -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#630557: Please use DejaVu instead of Bitstream Vera font

2011-06-15 Thread Jindřich Makovička
Package: libprojectm2 Version: 2.0.1+dfsg-9 Severity: wishlist DejaVu is a superset of Bitstream Vera and is usually installed by default. The following configuration in config.inp seems to work: Title Font = /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf Menu Font =

Bug#628235: [PATCH] some more bugfixes

2011-05-28 Thread Jindřich Makovička
Package: milkytracker Version: 0.90.85+dfsg-2 Hi, I posted some additional bugfixes on the MilkyTracker forum, one fixing a segfault on a defective input, other two for minor bugs spotted by Valgrind. The forum post is at http://forums.modarchive.org/index.php?topic=3063.0 Regards, --

Bug#626467: amd64: removed /lib64 link renders system unusable

2011-05-12 Thread Jindřich Makovička
Package: libc6 Version: 2.13-3 Severity: critical Because all non-static binaries use /lib64/ld-linux-x86-64.so.2 , system ends up completely unusable after update to 2.13-3 . The setup of libc6 cannot even finish. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to

Bug#620491: [PATCH] setupcon always fails on boot - readonly /tmp

2011-04-03 Thread Jindřich Makovička
2011/4/2 Jindřich Makovička makov...@gmail.com: 2011/4/2 Anton Zinoviev an...@lml.bas.bg: This is related to init.d/keyboard-setup, and the Setting preliminary keymap ... failed message is displayed on every boot. Yes.  The script /etc/init.d/console-setup will compile a keyboard layout

Bug#620491: [PATCH] setupcon always fails on boot - readonly /tmp

2011-04-02 Thread Jindřich Makovička
Package: console-setup Version: 1.72 Currently, setupcon always fails during early booting, because it tries to create a temporary file in /tmp, which is still read-only. The attached patch modifies it so it tries both /tmp and /lib/init/rw as a temporary directory. -- Jindrich Makovicka ---

Bug#620491: [PATCH] setupcon always fails on boot - readonly /tmp

2011-04-02 Thread Jindřich Makovička
2011/4/2 Anton Zinoviev an...@lml.bas.bg: On Sat, Apr 02, 2011 at 11:57:06AM +0200, Jindřich Makovička wrote: Currently, setupcon always fails during early booting, because it tries to create a temporary file in /tmp, which is still read-only. The attached patch modifies it so it tries both

Bug#620491: [PATCH] setupcon always fails on boot - readonly /tmp

2011-04-02 Thread Jindřich Makovička
2011/4/2 Anton Zinoviev an...@lml.bas.bg: This is related to init.d/keyboard-setup, and the Setting preliminary keymap ... failed message is displayed on every boot. Yes.  The script /etc/init.d/console-setup will compile a keyboard layout in /etc/console-setup/cached-*.kmap.gz.  The next

Bug#615161: uninstallable on sid due to libxmlrpc-c3 - libxmlrpc-core-c3 transition

2011-02-25 Thread Jindřich Makovička
Package: rtorrent Version: 0.8.6-1 Hi, library packages for xmlrpc-c have been renamed. Could you please rebuild rtorrent against libxmlrpc-core-c3 to make it installable? -- Jindrich Makovicka -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#598808: [PATCH] amidi-plugin: fix 100% CPU load on pause

2010-10-02 Thread Jindřich Makovička
Package: audacious-plugins Version: 2.3-2 When the payback is paused, the playback loop spins uninterrupted, and eats 100% CPU. This patch adds a call to g_usleep() during pause to lower the CPU load. -- Jindrich Makovicka --- a/src/amidi-plug/amidi-plug.c 2010-04-06 22:03:09.0 +0200

Bug#597436: [PATCH] fix uninitialized memory access

2010-09-19 Thread Jindřich Makovička
Package: zlib1g Version: 1:1.2.3.4.dfsg-3 Hi, this patch (backported from 1.2.5) prevents an uninitialized memory access during inflateInit() call, when state-window is NULL, but state-wbits is still not initialized. The patch only swaps two comparisons without side effects. This is frequently

Bug#593294: looks invalid to me

2010-08-18 Thread Jindřich Makovička
Just tried the page in Chrome/Linux, Iceweasel/Linux, Epiphany/Linux and IE8/Windows-XP. It looks always the same, the title cut in half, invisible form. So the page itself is plainly broken. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#495620: cairo 1.8.10-5 being a CPU hog

2010-08-17 Thread Jindřich Makovička
Hi, this change made CPU usage with nVidia 256.44 skyrocket. Audacious player consumes about 25% CPU on Core-i5 750 (2.6 GHz). gnome-terminal is barely usable. export MOZ_CAIRO_NO_BUGGY_REPEAT=1 in .gnomerc fixes the issue. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to

Bug#586156: sysklogd: strange error messages during boot

2010-08-16 Thread Jindřich Makovička
It works on x86-32 probably because glibc is compiled without SSE support for i386, see eg. http://lists.mandriva.com/bugs/2010-07/msg01335.php -- Jindrich Makovicka -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#533468: Patch, always output little-endian QPDL

2010-08-07 Thread Jindřich Makovička
The __compare() change looks bogus to me, because the occurs[] is just an array of machine endian values. It will break for values higher than 255. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#587984: Outdated API - please update to 0.62

2010-07-03 Thread Jindřich Makovička
Package: audacious-dumb Version: 0.57-1 Hi, audacious-dumb 0.57 in current unstable has API incompatible with audacious 2.3. audacious-dumb 0.62 builds fine using uupdate, and works ok. could you please upload an updated package? Regards, -- Jindrich Makovicka -- To UNSUBSCRIBE, email to

Bug#584426: update-grub generates insmod msdos, but there is no msdos module

2010-06-03 Thread Jindřich Makovička
Package: grub-pc Version: 1.98+20100527-2 With msdos-type partition, grub-probe --target=partmap prints out msdos, which results in the insmod msdos line in grub.cfg. However, there is no module names msdos, so grub just prints file not found on booting. I guess the proper module is part_msdos,

Bug#583490: Fwd: 90-ttf-malayalam-fonts.conf increases size of all sens-serif fonts

2010-05-27 Thread Jindřich Makovička
Package: ttf-malayalam-fonts Version: 1:0.5.9 Hi, because Meera font is already in the global sans-serif fontset (see 65-nonlatin.conf), the matching rule in conf.avail/90-ttf-malayalam-fonts.conf matches _any_ sans-serif font, messing up display on any installation other than native Indian.

Bug#577659: [Pkg-octave-devel] Bug#577659: octave3.2: error while loading shared libraries: liblapack.so.3gf

2010-04-14 Thread Jindřich Makovička
Same here. I need to specify path to lapack and blas, otherwise octave does not run. LD_LIBRARY_PATH=/usr/lib/lapack:/usr/lib/libblas octave -- Jindrich Makovicka -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#577659: vanished links

2010-04-14 Thread Jindřich Makovička
It seems that /usr/lib symlinks to alternatives disappeared during some updates. holly:/etc/alternatives# update-alternatives --auto liblapack.so.3gf update-alternatives: warning: forcing reinstallation of alternative /usr/lib/atlas-base/atlas/liblapack.so.3gf because link group liblapack.so.3gf

Bug#560056: net.ipv6.bindv6only=1 breaks java networking

2010-03-03 Thread Jindřich Makovička
Eclipse (upstream Eclipse Classic) still fails to update or install additional sw: $ strace -f -econnect /opt/eclipse/eclipse [pid 12075] connect(118, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr(127.0.0.1)}, 16) = 0 [pid 12075] connect(118, {sa_family=AF_INET6,

Bug#281936: crafty annotation gifs missing

2010-02-26 Thread Jindřich Makovička
Just a note that the images are available at ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/crafty/ . In my previous attempt to package Crafty, I converted the bitmaps to XPMs so they can be included in the source diff, and converted back to GIFs during the build, see

Bug#570642: [PATCH] fix shutdown with extmidi timidity

2010-02-20 Thread Jindřich Makovička
Package: openttd Version: 1.0.0~rc1-1 Hi, due to some conflict within ALSA library caused by process forking after ALSA initialization, current version of openttd in unstable leaves a stale timidity process after the game is shut down. This stale process blocks all audio output until it's

Bug#570642: forgotten patch

2010-02-20 Thread Jindřich Makovička
oops, here is the patch -- Jindrich Makovicka diff -ur openttd-1.0.0-RC1.orig/src/driver.h openttd-1.0.0~rc1/src/driver.h --- openttd-1.0.0-RC1.orig/src/driver.h 2010-01-15 17:41:15.0 +0100 +++ openttd-1.0.0~rc1/src/driver.h 2010-02-20 09:44:59.344586485 +0100 @@ -30,8 +30,8 @@ enum

Bug#414036: closed by Petr Čech c...@debian.org (Bug#414036: fixed in ispell-czech 20040229-5)

2010-01-16 Thread Jindřich Makovička
On 16/01/2010, Debian Bug Tracking System ow...@bugs.debian.org wrote: This is an automatic notification regarding your Bug report which was filed against the myspell-cs-cz package: #414036: [PATCH] fix typos in Czech affixes It has been closed by Petr Čech c...@debian.org. Sorry, I didn't

Bug#560326: gzipped Packages/Release are now --rsyncable

2009-12-10 Thread Jindřich Makovička
Package: debmirror Version: 1:2.3.1 Hi, currently, debmirror always wastes bandwidth downloading the full .gz files from the upstream due to checksum mismatch, even when using package diffs. The reason is the upstream files are now packed with --rsyncable flag. Changing all gzip invocations to

Bug#540238: wrong path to wrapper scripts

2009-08-06 Thread Jindřich Makovička
Package: mc Version: 2:4.7.0-pre1-2 Hi, the alias-setting scripts intended to be included in bashrc or cshrc (i.e. /usr/share/mc/bin/mc.c?sh) contain /usr/lib/mc/mc in the path. As the wrappers are also installed into /usr/share/mc/bin, these files should be patched with the correct path. --

Bug#538394: specifics please

2009-07-29 Thread Jindřich Makovička
On Wed, Jul 29, 2009 at 04:19, Barak A. Pearlmutterba...@cs.nuim.ie wrote: How bizarre!  The problem is only on architectures for which the package was autobuilt; does not appear in i386, which I built myself, and does not occur on amd64 when I rebuild on an amd64 myself. Anyway, thanks for

Bug#538394: manpages installed into a wrong location

2009-07-25 Thread Jindřich Makovička
Package: djvulibre Version: 3.5.22-2 Severity: serious Hi, current djvulibre packages have manual pages located right in the root directory under /man1 instead of /usr/share/man/man1 , violating the FHS. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to