Bug#1059101: emacs: Crashes on some calls of transpose-regions
Package: emacs Version: 1:29.1+1-5~bpo12+1 Severity: important X-Debbugs-Cc: braung...@gmail.com The crash originally appeared while editing a YAML file in yaml mode, and I've lost some unsaved changes (that's why I chose severity above normal). Below is a small example to reproduce the bug: File trans-regions-bug.el: (with-temp-buffer (insert (propertize "a" 'face 'font-lock-variable-name-face)) (insert ":\n") (insert (propertize "b" 'face 'font-lock-variable-name-face)) (insert ": \x2113\x2080\n") (insert (propertize "v" 'face 'font-lock-variable-name-face)) (insert ": scaling\n") ;; Move last line to the beginning (transpose-regions 1 1 10 21)) Run emacs with the following command, it crashes immediately: emacs -Q --batch -l ./trans-regions-bug.el Here is a backtrace with the above command run inside gdb (with common unrelated messages remoced): GNU gdb (Debian 13.1-3) 13.1 Debuginfod has been enabled. (gdb) run Starting program: /usr/bin/emacs -Q --batch -l ./trans-regions-bug.el [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x557e1643 in graft_intervals_into_buffer ( source=source@entry=0x55ee6c88, position=position@entry=12, length=length@entry=13, buffer=0x55e9d220, inherit=inherit@entry=false) at ./debian/build-src/src/intervals.c:1669 Download failed: ... Continuing without source file ./debian/build-gtk/src/./debian/build-src/src/intervals.c. 1669./debian/build-src/src/intervals.c: no such file (gdb) backtrace #0 0x557e1643 in graft_intervals_into_buffer ( source=source@entry=0x55ee6c88, position=position@entry=12, length=length@entry=13, buffer=0x55e9d220, inherit=inherit@entry=false) at ./debian/build-src/src/intervals.c:1669 #1 0x55760106 in Ftranspose_regions (startr1=, endr1=, startr2=, endr2=, leave_markers=0x0) at ./debian/build-src/src/editfns.c:4750 #2 0x5576ee2e in eval_sub (form=) at ./debian/build-src/src/eval.c:2512 #3 0x5576f00d in Fprogn (body=0x0) at ./debian/build-src/src/eval.c:436 #4 0x5576ed2a in eval_sub (form=) at ./debian/build-src/src/eval.c:2449 #5 0x55770e47 in Funwind_protect (args=0x55f85923) at ./debian/build-src/src/lisp.h:1523 #6 0x5576ed2a in eval_sub (form=) at ./debian/build-src/src/eval.c:2449 #7 0x5576f00d in Fprogn (body=0x0, body@entry=0x55f85a83) at ./debian/build-src/src/eval.c:436 #8 0x5575b197 in Fsave_current_buffer (args=0x55f85a83) at ./debian/build-src/src/editfns.c:874 #9 0x5576ed2a in eval_sub (form=) at ./debian/build-src/src/eval.c:2449 #10 0x557708bd in Fprogn (body=0x0) at ./debian/build-src/src/eval.c:436 #11 Flet (args=0x55f85733) at ./debian/build-src/src/eval.c:1026 #12 0x5576ed2a in eval_sub (form=) at ./debian/build-src/src/eval.c:2449 #13 0x5579ee31 in readevalloop ( readcharfun=readcharfun@entry=0x55e990e5, infile0=infile0@entry=0x0, sourcename=sourcename@entry=0x55fe31f4, printflag=printflag@entry=false, unibyte=unibyte@entry=0x0, readfun=readfun@entry=0x0, start=0x0, end=) at ./debian/build-src/src/lread.c:2348 #14 0x557a00d7 in Feval_buffer (buffer=, printflag=0x0, filename=0x55fe31f4, unibyte=0x0, do_allow_print=) at ./debian/build-src/src/lread.c:2421 #15 0x71bde408 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () from /usr/bin/../lib/emacs/29.1/native-lisp/29.1-f7fc9016/preloaded/mule-3352613d-5a32cafd.eln #16 0x5576afd6 in Ffuncall (nargs=nargs@entry=5, args=args@entry=0x7fffcd60) at ./debian/build-src/src/eval.c:2995 #17 0x5579fd17 in call4 (arg4=0x30, arg3=, arg2=0x55fe31f4, arg1=, fn=) at ./debian/build-src/src/lisp.h:3270 #18 Fload (file=0x55fe2f14, noerror=, nomessage=, nosuffix=, must_suffix=) at ./debian/build-src/src/lread.c:1484 #19 0x7fffeeb2f173 in F636f6d6d616e642d6c696e652d31_command_line_1_0 () from /usr/bin/../lib/emacs/29.1/native-lisp/29.1-f7fc9016/preloaded/startup-bbc6ea72-371a93db.eln #20 0x5576afd6 in Ffuncall (nargs=2, args=0x7fffd260) at ./debian/build-src/src/eval.c:2995 #21 0x7fffeeb265a6 in F636f6d6d616e642d6c696e65_command_line_0 () from /usr/bin/../lib/emacs/29.1/native-lisp/29.1-f7fc9016/preloaded/startup-bbc6ea72-371a93db.eln #22 0x5576afd6 in Ffuncall (nargs=1, args=0x7fffd338) at ./debian/build-src/src/eval.c:2995 #23 0x7fffeeb22300 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () from /usr/bin/../lib/emacs/29.1/native-lisp/29.1-f7fc9016/preloaded/startup-bbc6ea72-371a93db.eln #24 0x5576ed1f in eval_sub (form=form@entry=0x7fffef127673) at ./debian/build-src/src/eval.c:2495 #25 0x55771356 in
Bug#1054399: emacs-gtk: Disassembling native compiled function show nothing: search failed
Package: emacs-gtk Version: 1:28.2+1-15 Severity: normal X-Debbugs-Cc: braung...@gmail.com The first line below is the command to reproduce the bug, after that is the output (presumably by the debugger): $ emacs -Q --batch --eval "(disassemble 'kill-line)" Debugger entered--Lisp error: (search-failed "^.*:") re-search-forward("^.*:") disassemble-internal(kill-line 0 t) disassemble(kill-line) command-line-1(("--eval" "(disassemble 'kill-line)")) command-line() normal-top-level() (The error also happens when using Emacs interactively: M-x disassemble RET kill-line RET.) Best wishes, Gábor -- System Information: Debian Release: 12.0 merged-usr: no Architecture: amd64 (x86_64) Kernel: Linux 6.1.0-13-amd64 (SMP w/4 CPU threads; PREEMPT) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de Shell: /bin/sh linked to /bin/dash Init: runit (via /run/runit.stopit) LSM: AppArmor: enabled Versions of packages emacs-gtk depends on: ii emacs-bin-common 1:28.2+1-15 ii emacs-common 1:28.2+1-15 ii libacl1 2.3.1-3 ii libasound2 1.2.8-1+b1 ii libc62.36-9+deb12u3 ii libcairo21.16.0-7 ii libdbus-1-3 1.14.10-1~deb12u1devuan1 ii libelogind-compat [libsystemd0] 246.10-5 ii libfontconfig1 2.14.1-4 ii libfreetype6 2.12.1+dfsg-5 ii libgccjit0 12.2.0-14 ii libgdk-pixbuf-2.0-0 2.42.10+dfsg-1+b1 ii libgif7 5.2.1-2.5 ii libglib2.0-0 2.74.6-2 ii libgmp10 2:6.2.1+dfsg1-1.1 ii libgnutls30 3.7.9-2 ii libgpm2 1.20.7-10+b1 ii libgtk-3-0 3.24.38-2~deb12u1 ii libharfbuzz0b6.0.0+dfsg-3 ii libice6 2:1.0.10-1 ii libjansson4 2.14-2 ii libjpeg62-turbo 1:2.1.5-2 ii liblcms2-2 2.14-2 ii libm17n-01.8.0-6 ii libotf1 0.9.16-4 ii libpango-1.0-0 1.50.12+ds-1 ii libpng16-16 1.6.39-2 ii librsvg2-2 2.54.7+dfsg-1~deb12u1 ii libselinux1 3.4-1+b6 ii libsm6 2:1.2.3-1 ii libtiff6 4.5.0-6 ii libtinfo66.4-4 ii libx11-6 2:1.8.4-2+deb12u2 ii libxext6 2:1.3.4-1+b1 ii libxfixes3 1:6.0.0-2 ii libxml2 2.9.14+dfsg-1.3~deb12u1 ii libxrender1 1:0.9.10-1.1 ii zlib1g 1:1.2.13.dfsg-1 Versions of packages emacs-gtk recommends: ii fonts-noto-color-emoji 2.038-1 Versions of packages emacs-gtk suggests: ii emacs-common-non-dfsg 1:28.2+1-2 -- no debconf information
Bug#1054246: /usr/bin/irb: irb crashes with "no implicit conversion of nil into String (TypeError)"
Package: ruby Version: 1:3.1 Severity: normal File: /usr/bin/irb X-Debbugs-Cc: braung...@gmail.com In a terminal I start irb, type the following, and irb always crashes (at new lines I press enter, crash happens at typing } ): [1, 2, 3].map { <<~HEREDOC #{_1[} This is the output on the terminal, showing everything I have typed including starting irb, except the final }: $ irb irb(main):001:1* [1, 2, 3].map { irb(main):002:1" <<~HEREDOC irb(main):002:2" #{_1[/usr/lib/ruby/3.1.0/reline/line_editor.rb:1177:in `+': no implicit conversion of nil into String (TypeError) from /usr/lib/ruby/3.1.0/reline/line_editor.rb:1177:in `render_partial' from /usr/lib/ruby/3.1.0/reline/line_editor.rb:508:in `rerender' from /usr/lib/ruby/3.1.0/reline.rb:330:in `block (3 levels) in inner_readline' from /usr/lib/ruby/3.1.0/reline.rb:328:in `each' from /usr/lib/ruby/3.1.0/reline.rb:328:in `block (2 levels) in inner_readline' from /usr/lib/ruby/3.1.0/reline.rb:403:in `block in read_io' from /usr/lib/ruby/3.1.0/reline.rb:373:in `loop' from /usr/lib/ruby/3.1.0/reline.rb:373:in `read_io' from /usr/lib/ruby/3.1.0/reline.rb:326:in `block in inner_readline' from /usr/lib/ruby/3.1.0/reline.rb:324:in `loop' from /usr/lib/ruby/3.1.0/reline.rb:324:in `inner_readline' from /usr/lib/ruby/3.1.0/reline.rb:254:in `readmultiline' from /usr/lib/ruby/3.1.0/forwardable.rb:238:in `readmultiline' from /usr/lib/ruby/3.1.0/forwardable.rb:238:in `readmultiline' from /usr/lib/ruby/3.1.0/irb/input-method.rb:417:in `gets' from /usr/lib/ruby/3.1.0/irb.rb:539:in `block (2 levels) in eval_input' from /usr/lib/ruby/3.1.0/irb.rb:770:in `signal_status' from /usr/lib/ruby/3.1.0/irb.rb:538:in `block in eval_input' from /usr/lib/ruby/3.1.0/irb/ruby-lex.rb:284:in `lex' from /usr/lib/ruby/3.1.0/irb/ruby-lex.rb:253:in `block (2 levels) in each_top_level_statement' from /usr/lib/ruby/3.1.0/irb/ruby-lex.rb:250:in `loop' from /usr/lib/ruby/3.1.0/irb/ruby-lex.rb:250:in `block in each_top_level_statement' from /usr/lib/ruby/3.1.0/irb/ruby-lex.rb:249:in `catch' from /usr/lib/ruby/3.1.0/irb/ruby-lex.rb:249:in `each_top_level_statement' from /usr/lib/ruby/3.1.0/irb.rb:557:in `eval_input' from /usr/lib/ruby/3.1.0/irb.rb:491:in `block in run' from /usr/lib/ruby/3.1.0/irb.rb:490:in `catch' from /usr/lib/ruby/3.1.0/irb.rb:490:in `run' from /usr/lib/ruby/3.1.0/irb.rb:419:in `start' from /usr/lib/ruby/gems/3.1.0/gems/irb-1.4.1/exe/irb:11:in `' from /usr/bin/irb:25:in `load' from /usr/bin/irb:25:in `' -- System Information: Debian Release: 12.0 merged-usr: no Architecture: amd64 (x86_64) Kernel: Linux 6.1.0-13-amd64 (SMP w/4 CPU threads; PREEMPT) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de Shell: /bin/sh linked to /bin/dash Init: runit (via /run/runit.stopit) LSM: AppArmor: enabled Versions of packages ruby depends on: ii libruby1:3.1 ii ruby-rubygems 3.3.15-2 ii ruby3.13.1.2-7 ruby recommends no packages. Versions of packages ruby suggests: pn ri ii ruby-dev 1:3.1 -- no debconf information
Bug#988505: tex-common: man page of update-fmtutil redirects to that of update-updmap
Package: tex-common Version: 6.11 Severity: normal Dear Maintainer, Opening the man page of update-fmtutil opens the man page of update-updmap, which has no content on fmtutil. Instead a man page explaining update-fmtutil should be shown. This is also true for version 6.15 according to https://manpages.debian.org/unstable/tex-common/update-fmtutil.8.en.html where only the added footer mentions update-fmtutil: Source file:update-fmtutil.8.en.gz (from tex-common 6.15) Source last updated:2017-01-11T16:18:24Z Converted to HTML: 2020-08-08T11:16:56Z Best wishes, Gábor -- System Information: Debian Release: 10.9 APT prefers stable-debug APT policy: (500, 'stable-debug'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-16-amd64 (SMP w/4 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages tex-common depends on: ii dpkg 1.19.7 ii ucf 3.0038+nmu1 tex-common recommends no packages. Versions of packages tex-common suggests: pn debhelper Versions of packages texlive-base depends on: ii debconf [debconf-2.0] 1.5.71 ii libpaper-utils 1.1.28 ii sensible-utils 0.0.12 ii texlive-binaries 2018.20181218.49446-1 ii ucf3.0038+nmu1 ii xdg-utils 1.1.3-1+deb10u1 Versions of packages texlive-base recommends: ii lmodern 2.004.5-6 Versions of packages texlive-base suggests: ii ghostscript [postscript-viewer] 9.27~dfsg-2+deb10u4 ii gv [postscript-viewer] 1:3.7.4-2 ii okular [postscript-viewer] 4:17.12.2-2.2+deb10u1 ii perl-tk 1:804.033-2+b3 pn xpdf-reader | pdf-viewer Versions of packages texlive-binaries depends on: ii dpkg 1.19.7 ii install-info 6.5.0.dfsg.1-4+b1 ii libbrotli11.0.7-2+deb10u1 ii libc6 2.28-10 ii libcairo2 1.16.0-4+deb10u1 ii libfontconfig12.13.1-2 ii libfreetype6 2.9.1-3+deb10u2 ii libgcc1 1:8.3.0-6 ii libgmp10 2:6.1.2+dfsg-4 ii libgraphite2-31.3.13-7 ii libgs99.27~dfsg-2+deb10u4 ii libharfbuzz-icu0 2.3.1-1 ii libharfbuzz0b 2.3.1-1 ii libice6 2:1.0.9-2 ii libicu63 63.1-6+deb10u1 ii libkpathsea6 2018.20181218.49446-1 ii libmpfr6 4.0.2-1 ii libpaper1 1.1.28 ii libpixman-1-0 0.36.0-1 ii libpng16-16 1.6.36-6 ii libpotrace0 1.15-1 ii libptexenc1 2018.20181218.49446-1 ii libsm62:1.2.3-1 ii libstdc++68.3.0-6 ii libsynctex2 2018.20181218.49446-1 ii libteckit02.5.8+ds2-5 ii libtexlua52 2018.20181218.49446-1 ii libtexlua53 2018.20181218.49446-1 ii libtexluajit2 2018.20181218.49446-1 ii libwoff1 1.0.2-1 ii libx11-6 2:1.6.7-1+deb10u1 ii libxaw7 2:1.0.13-1+b2 ii libxext6 2:1.3.3-1+b2 ii libxi62:1.7.9-1 ii libxmu6 2:1.1.2-2+b3 ii libxpm4 1:3.5.12-1 ii libxt61:1.1.5-1+b3 ii libxxhash00.6.5-2 ii libzzip-0-13 0.13.62-3.2 ii perl 5.28.1-6+deb10u1 ii t1utils 1.41-3 ii zlib1g1:1.2.11.dfsg-1 Versions of packages texlive-binaries recommends: ii texlive-base 2018.20190227-2 -- debconf information excluded
Bug#985397: /usr/share/texlive/texmf-dist/tex/latex/tikzposter/tikzposter.cls: tikzposter.cls: licensed under non-existing version 2.0 of LPPL
Package: texlive-pictures Version: 2018.20190227-2 Severity: normal File: /usr/share/texlive/texmf-dist/tex/latex/tikzposter/tikzposter.cls Dear Maintainer, Here is a snippet of the beginning of /usr/share/texlive/texmf-dist/tex/latex/tikzposter/tikzposter.cls containing the license information: %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either %% version 2.0 of this license or (at your option) any later %% version. The latest version of this license is in: %% %% http://www.latex-project.org/lppl.txt %% %% and version 2.0 or later is part of all distributions of %% LaTeX version 2013/12/01 or later. Version 2.0 of LPPL doesn't seem to exist. The provided URL points to version 1.3c. Best wishes, Gábor Braun *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** -- Package-specific info: IMPORTANT INFORMATION: We will only consider bug reports concerning the packaging of TeX Live as relevant. If you have problems with combination of packages in a LaTeX document, please consult your local TeX User Group, the comp.text.tex user group, the author of the original .sty file, or any other help resource. In particular, bugs that are related to up-upstream, i.e., neither Debian nor TeX Live (upstream), but the original package authors, will be closed immediately. *** The Debian TeX Team is *not* a LaTeX Help Desk *** If you report an error when running one of the TeX-related binaries (latex, pdftex, metafont,...), or if the bug is related to bad or wrong output, please include a MINIMAL example input file that produces the error in your report. Please run your example with (pdf)latex -recorder ... (or any other program that supports -recorder) and send us the generated file with the extension .fls, it lists all the files loaded during the run and can easily explain problems induced by outdated files in your home directory. Don't forget to also include minimal examples of other files that are needed, e.g. bibtex databases. Often it also helps to include the logfile. Please, never send included pictures! If your example file isn't short or produces more than one page of output (except when multiple pages are needed to show the problem), you can probably minimize it further. Instructions on how to do that can be found at http://www.minimalbeispiel.de/mini-en.html (english) or http://www.minimalbeispiel.de/mini.html (german) ## minimal input file ## other files ## List of ls-R files -rw-r--r-- 1 root root 2412 Sep 18 2019 /var/lib/texmf/ls-R lrwxrwxrwx 1 root root 29 Feb 28 2019 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN lrwxrwxrwx 1 root root 31 Mar 2 2019 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST lrwxrwxrwx 1 root root 31 Mar 2 2019 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST ## Config files -rw-r--r-- 1 root root 475 Mar 18 2019 /etc/texmf/web2c/texmf.cnf lrwxrwxrwx 1 root root 33 Mar 2 2019 /usr/share/texmf/web2c/fmtutil.cnf -> /var/lib/texmf/fmtutil.cnf-DEBIAN lrwxrwxrwx 1 root root 32 Mar 2 2019 /usr/share/texmf/web2c/updmap.cfg -> /var/lib/texmf/updmap.cfg-DEBIAN -rw-r--r-- 1 root root 3888 May 15 2019 /var/lib/texmf/tex/generic/config/language.dat ## Files in /etc/texmf/web2c/ total 8 -rw-r--r-- 1 root root 283 Aug 17 2017 mktex.cnf -rw-r--r-- 1 root root 475 Mar 18 2019 texmf.cnf ## md5sums of texmf.d ca40c66f144b4bafc3e59a2dd32ecb9c /etc/texmf/texmf.d/00debian.cnf -- System Information: Debian Release: 10.8 APT prefers stable-debug APT policy: (500, 'stable-debug'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-14-amd64 (SMP w/4 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages texlive-pictures depends on: ii python 2.7.16-1 ii tex-common 6.11 ii texlive-base 2018.20190227-2 ii texlive-binaries 2018.20181218.49446-1 ii texlive-latex-recommended 2018.20190227-2 Versions of packages texlive-pictures recommends: ii ruby 1:2.5.1 ii tk8.6.9+1 Versions of packages texlive-pictures suggests: pn dot2tex pn prerex pn ruby-tcltk | libtcltk-ruby ii texlive-latex-extra 2018.20190227-2 ii texlive-picture
Bug#959959: texlive-fonts-extra: XeLaTeX does not find font Fira Math.
Package: texlive-fonts-extra Version: 2018.20190227-2 Severity: normal Dear Maintainer, With the minimal input file named as test.tex, the following command produces error: $ xelatex -recorder test the error message is Requested font "Fira Math Regular/OT" at 9.7pt -> font not found, using "nullfont" ! Package fontspec Error: The font "Fira Math Regular" cannot be found. The full log file is attached below. The minimal input file compiles without error (but with warnings) using $ lualatex test Best wishes, Gábor ## minimal input file \documentclass{article} \usepackage{firamath-otf} \begin{document} \(2 + 2 = 5\) \end{document} ## .fls file (with the directory on first line removed for privacy reasons) PWD ---removed-for-privacy--- INPUT /etc/texmf/web2c/texmf.cnf INPUT /usr/share/texmf/web2c/texmf.cnf INPUT /usr/share/texlive/texmf-dist/web2c/texmf.cnf INPUT /var/lib/texmf/web2c/xetex/xelatex.fmt INPUT test.tex OUTPUT test.log INPUT /usr/share/texlive/texmf-dist/tex/latex/base/article.cls INPUT /usr/share/texlive/texmf-dist/tex/latex/base/article.cls INPUT /usr/share/texlive/texmf-dist/tex/latex/base/size10.clo INPUT /usr/share/texlive/texmf-dist/tex/latex/base/size10.clo INPUT /usr/share/texlive/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty INPUT /usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty INPUT /usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty INPUT /usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex INPUT /usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex INPUT /usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex INPUT /usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def INPUT /usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def INPUT /usr/share/texlive/texmf-dist/tex/latex/unicode-math/unicode-math.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/unicode-math/unicode-math.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3-code.tex INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3-code.tex INPUT /usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm INPUT /usr/share/texlive/texmf-dist/tex/generic/unicode-data/UnicodeData.txt INPUT /usr/share/texlive/texmf-dist/tex/generic/unicode-data/UnicodeData.txt INPUT /usr/share/texlive/texmf-dist/tex/generic/unicode-data/CaseFolding.txt INPUT /usr/share/texlive/texmf-dist/tex/generic/unicode-data/CaseFolding.txt INPUT /usr/share/texlive/texmf-dist/tex/generic/unicode-data/SpecialCasing.txt INPUT /usr/share/texlive/texmf-dist/tex/generic/unicode-data/SpecialCasing.txt INPUT /dev/null INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def INPUT /usr/share/texlive/texmf-dist/tex/latex/unicode-math/unicode-math-xetex.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/unicode-math/unicode-math-xetex.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/base/tuenc.def INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty INPUT /usr/share/texlive/texmf-dist/tex/
Bug#954183: git-doc: Please add HTML documentation of git subtree
Package: git-doc Version: 1:2.20.1-2+deb10u1 Severity: normal Dear Maintainer, There is a text documentation of command `git subtree' at /usr/share/doc/git/html/git-subtree.txt but there is no documentation in HTML format. Please add one, which will be displayed by eg `git help subtree'. Best wishes, Gábor Braun -- System Information: Debian Release: 10.3 APT prefers stable-debug APT policy: (500, 'stable-debug'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-8-amd64 (SMP w/4 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled git-doc depends on no packages. git-doc recommends no packages. Versions of packages git-doc suggests: ii git1:2.20.1-2+deb10u1 pn git-cvs pn git-email ii git-svn1:2.20.1-2+deb10u1 ii gitk 1:2.20.1-2+deb10u1 pn gitweb -- no debconf information
Bug#931536: aptitude: Release info changes ignored ininteractive mode
Package: aptitude Version: 0.8.11-7 Followup-For: Bug #931536 Dear Maintainer, Running aptitude without arguments then pressing u seemingy successfully updated the package list, however it did not contain the changes from the new stable update 10.1. Running "apt-get update" on the command line produced the following error messages: N: Für das Depot »http://ftp.hu.debian.org/debian buster InRelease« wurde der »Version«-Wert von »« in »10.1« geändert. E: Für das Depot »http://ftp.hu.debian.org/debian buster InRelease« wurde der »Suite«-Wert von »testing« in »stable« geändert. N: Sie müssen dies explizit bestätigen, bevor Aktualisierungen von diesem Depot angewendet werden können. Lesen Sie die apt-secure(8)-Handbuchseite, wenn Sie weitere Informationen benötigen. N: Für das Depot »http://deb.debian.org/debian buster InRelease« wurde der »Version«-Wert von »« in »10.1« geändert. E: Für das Depot »http://deb.debian.org/debian buster InRelease« wurde der »Suite«-Wert von »testing« in »stable« geändert. N: Sie müssen dies explizit bestätigen, bevor Aktualisierungen von diesem Depot angewendet werden können. Lesen Sie die apt-secure(8)-Handbuchseite, wenn Sie weitere Informationen benötigen. After running "apt update" and answering "i" to the confirmation questions, I have managed to update. In my opinion, aptitude should explicitly ask for confirmation in these cases, instead of silently ignoring the messages. Best wishes, Gábor -- Package-specific info: Terminal: xterm-256color $DISPLAY is set. which aptitude: /usr/bin/aptitude aptitude version information: aptitude 0.8.11 Compiler: g++ 8.2.0 Compiled against: apt version 5.0.2 NCurses version 6.1 libsigc++ version: 2.10.1 Gtk+ support disabled. Qt support disabled. Current library versions: NCurses version: ncurses 6.1.20181013 cwidget version: 0.5.17 Apt version: 5.0.2 aptitude linkage: linux-vdso.so.1 (0x7ffeba7f5000) libgtk3-nocsd.so.0 => /usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0 (0x7f583ec06000) libapt-pkg.so.5.0 => /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0 (0x7f583ea3) libncursesw.so.6 => /lib/x86_64-linux-gnu/libncursesw.so.6 (0x7f583e9f6000) libtinfo.so.6 => /lib/x86_64-linux-gnu/libtinfo.so.6 (0x7f583e9c8000) libsigc-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libsigc-2.0.so.0 (0x7f583e9bf000) libcwidget.so.3 => /usr/lib/x86_64-linux-gnu/libcwidget.so.3 (0x7f583e8b9000) libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 (0x7f583e795000) libboost_iostreams.so.1.67.0 => /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.67.0 (0x7f583e777000) libboost_system.so.1.67.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.67.0 (0x7f583e77) libxapian.so.30 => /usr/lib/x86_64-linux-gnu/libxapian.so.30 (0x7f583e544000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f583e523000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x7f583e39f000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7f583e21a000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x7f583e20) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f583e03f000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f583e03a000) libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x7f583e02) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x7f583de02000) libbz2.so.1.0 => /lib/x86_64-linux-gnu/libbz2.so.1.0 (0x7f583dded000) liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x7f583ddc5000) liblz4.so.1 => /usr/lib/x86_64-linux-gnu/liblz4.so.1 (0x7f583dda6000) libzstd.so.1 => /usr/lib/x86_64-linux-gnu/libzstd.so.1 (0x7f583dd06000) libudev.so.1 => /lib/x86_64-linux-gnu/libudev.so.1 (0x7f583dce) libsystemd.so.0 => /lib/x86_64-linux-gnu/libsystemd.so.0 (0x7f583dc3f000) /lib64/ld-linux-x86-64.so.2 (0x7f583f26d000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x7f583dc33000) libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x7f583dc2a000) libgcrypt.so.20 => /lib/x86_64-linux-gnu/libgcrypt.so.20 (0x7f583db0c000) libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x7f583dae9000) -- System Information: Debian Release: 10.1 APT prefers stable-debug APT policy: (500, 'stable-debug'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages aptitude depends on: ii aptitude-common 0.8.11-7 ii libapt-pkg5.0 1.8.2 ii libboost-iostreams1.67.0 1.67.0-1
Bug#921534: pdfarranger: Does not show preview of pages
A similar bug has been reported in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/pdfarranger/+bug/1837052 It suggests package python3-gi-cairo as a missing dependency. I confirm that after installing python3-gi-cairo the page previews are displayed. Best wishes, Gábor
Bug#921653: texlive-latex-extra: docindex.sty relies on unavailable xhj.sty, galley2.sty
> I am against this. There is also xdoc2.sty in the same tlpdb, and who > knows who is using that, it might work while the docindex doesn't. What about removing only docindex and keeping xdoc2? > What is the problem with having the docindex.sty in there? No document requiring docindex.sty compiles due to missing dependencies. It requires unsupported experimental packages never released for production use, and not available on CTAN. docindex provides a version docidx2e.sty without the missing dependencies, but this is mentioned somewhat hidden in docindex.pdf. Best wishes, Gábor
Bug#921653: texlive-latex-extra: docindex.sty relies on unavailable xhj.sty, galley2.sty
Hi Hilmar, > My suggestion: we put the package on the black > list and close the bug. Agreed. The option below for reinclusion is appreciated. > If you're really interested in the package and found a way to fix it > (either you found that Lars Hellström or you fix the package on CTAN) > you open a wishlist bug and we re-include the package. Best wishes, Gábor
Bug#921653: texlive-latex-extra: docindex.sty relies on unavailable xhj.sty, galley2.sty
Hi Hilmar, > Upstream refused the bug, see [1]. They suggest to contact the author of > docindex I have problems finding contact information for the author. I would welcome any ideas what else to try. I have looked at the documentation for packages authored by Lars Hellström, and only found the email address lars.hellst...@math.umu.se (in e.g. xdoc2.pdf) but I have received an 550 Address rejected answer for my email sent there. An Internet search finds many people named Lars Hellström. > My impression is that this xdoc package is rather an academic > experiment, which was never meant to be used by real end users. The > Debian solution would be easy: put it on the blacklist. Yes, the package looks abandoned. Best wishes, Gábor
Bug#921653: texlive-latex-extra: docindex.sty relies on unavailable xhj.sty, galley2.sty
Package: texlive-latex-extra Version: 2018.20190131-1 Severity: normal Dear Maintainer, Pacakge docindex requires packages xhj and galley2, which don't seem to be available in Debian. (I have searched for them on packages.debian.org.) Best wishes, Gábor ## minimal input file \documentclass{article} \usepackage{docindex} \begin{document} test \end{document} ## other files log file (truncated) This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2019/dev/Debian) (preloaded format=pdflatex 2019.2.7) 7 FEB 2019 17:49 entering extended mode restricted \write18 enabled. %&-line parsing enabled. **test.tex (./test.tex LaTeX2e <2018-12-01> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo File: size10.clo 2018/09/03 v1.4i Standard LaTeX file (size option) ) \c@part=\count80 \c@section=\count81 \c@subsection=\count82 \c@subsubsection=\count83 \c@paragraph=\count84 \c@subparagraph=\count85 \c@figure=\count86 \c@table=\count87 \abovecaptionskip=\skip41 \belowcaptionskip=\skip42 \bibindent=\dimen102 ) (/usr/share/texlive/texmf-dist/tex/latex/xdoc/docindex.sty Package: docindex 2001/04/11 v1.00 doc index formatting package (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty Package: multicol 2018/12/27 v1.8v multicolumn formatting (FMi) \c@tracingmulticols=\count88 \mult@box=\box27 \multicol@leftmargin=\dimen103 \c@unbalance=\count89 \c@collectmore=\count90 \doublecol@number=\count91 \multicoltolerance=\count92 \multicolpretolerance=\count93 \full@width=\dimen104 \page@free=\dimen105 \premulticols=\dimen106 \postmulticols=\dimen107 \multicolsep=\skip43 \multicolbaselineskip=\skip44 \partial@page=\box28 \last@line=\box29 \maxbalancingoverflow=\dimen108 \mult@rightbox=\box30 \mult@grightbox=\box31 \mult@gfirstbox=\box32 \mult@firstbox=\box33 \@tempa=\box34 \@tempa=\box35 \@tempa=\box36 \@tempa=\box37 \@tempa=\box38 \@tempa=\box39 \@tempa=\box40 \@tempa=\box41 \@tempa=\box42 \@tempa=\box43 \@tempa=\box44 \@tempa=\box45 \@tempa=\box46 \@tempa=\box47 \@tempa=\box48 \@tempa=\box49 \@tempa=\box50 \c@columnbadness=\count94 \c@finalcolumnbadness=\count95 \last@try=\dimen109 \multicolovershoot=\dimen110 \multicolundershoot=\dimen111 \mult@nat@firstbox=\box51 \colbreak@box=\box52 \mc@col@check@num=\count96 ) (/usr/share/texlive/texmf-dist/tex/latex/xdoc/xdoc2.sty Package: xdoc2 2003/07/06 prot2.5 doc reimplementation package (/usr/share/texlive/texmf-dist/tex/latex/base/doc.sty Package: doc 2018/09/25 v2.1i Standard LaTeX documentation package (FMi) \c@StandardModuleDepth=\count97 \guard@level=\count98 \MacrocodeTopsep=\skip45 \MacroIndent=\dimen112 \macro@cnt=\count99 \MacroTopsep=\skip46 \index@excludelist=\toks14 \IndexMin=\dimen113 \c@IndexColumns=\count100 \GlossaryMin=\dimen114 \c@GlossaryColumns=\count101 \check@sum=\count102 \bslash@cnt=\count103 \wrong@table=\toks15 \c@CodelineNo=\count104 ) \XD@macro@dimen=\dimen115 ) ! LaTeX Error: File `xhj.sty' not found. Type X to quit or to proceed, or enter new name. (Default extension: sty) Enter file name: ! LaTeX Error: File `galley2.sty' not found. Type X to quit or to proceed, or enter new name. (Default extension: sty) Enter file name: ## List of ls-R files -rw-r--r-- 1 root root 2413 Feb 7 17:23 /var/lib/texmf/ls-R lrwxrwxrwx 1 root root 29 Sep 2 14:32 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN lrwxrwxrwx 1 root root 31 Jan 31 04:53 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST lrwxrwxrwx 1 root root 31 Jan 31 04:53 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST ## Config files -rw-r--r-- 1 root root 475 Sep 15 16:47 /etc/texmf/web2c/texmf.cnf lrwxrwxrwx 1 root root 33 Jan 31 04:53 /usr/share/texmf/web2c/fmtutil.cnf -> /var/lib/texmf/fmtutil.cnf-DEBIAN lrwxrwxrwx 1 root root 32 Jan 31 04:53 /usr/share/texmf/web2c/updmap.cfg -> /var/lib/texmf/updmap.cfg-DEBIAN -rw-r--r-- 1 root root 3888 Feb 7 17:23 /var/lib/texmf/tex/generic/config/language.dat ## Files in /etc/texmf/web2c/ total 8 -rw-r--r-- 1 root root 283 Aug 17 2017 mktex.cnf -rw-r--r-- 1 root root 475 Sep 15 16:47 texmf.cnf ## md5sums of texmf.d ca40c66f144b4bafc3e59a2dd32ecb9c /etc/texmf/texmf.d/00debian.cnf -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages texlive-latex-extra depends on: ii preview-latex-style11.
Bug#921534: pdfarranger: Does not show preview of pages
Package: pdfarranger Version: 1.1.1-1 Severity: normal Dear Maintainer, When I open any PDF file with pdfarranger, it displays a window supoosedly showing the pages of the PDF. However, the places where the preview of a page should appear is empty, only the caption (file name + page number) appears for every page. Zooming in/out only changes the size of the empty place, no preview appears. Best wishes, Gábor -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages pdfarranger depends on: ii gir1.2-glib-2.0 1.58.3-2 ii gir1.2-gtk-3.0 3.24.4-1 ii gir1.2-poppler-0.18 0.71.0-2 ii python3 3.7.2-1 ii python3-cairo1.16.2-1+b1 ii python3-gi 3.30.4-1 ii python3-pypdf2 1.26.0-2 pdfarranger recommends no packages. pdfarranger suggests no packages. -- no debconf information
Bug#919046: unattended-upgrades: Uses 25% of CPU time even when offline
Package: unattended-upgrades Version: 1.9 Severity: important Dear Maintainer, * What led up to the situation? On my laptop the fan started running unexpectedly. Starting KDE's systemmonitor it showed unattended-upgrades using 25% of CPU. The laptop was offline at ths time. * What outcome did you expect instead? In my opinion, unattended-ugrades should use minimal system resources as a background process. I have also doubts that it can do anything useful on an offline system. Best wishes, Gábor -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.18.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages unattended-upgrades depends on: ii debconf [debconf-2.0] 1.5.69 ii lsb-base 10.2018112800 ii lsb-release10.2018112800 ii python33.7.1-2 ii python3-apt1.7.0 ii python3-dbus 1.2.8-2+b2 ii python3-distro-info0.20 ii ucf3.0038 ii xz-utils 5.2.2-1.3 Versions of packages unattended-upgrades recommends: ii anacron 2.3-27 ii cron [cron-daemon] 3.0pl1-130 ii systemd-sysv239-15 Versions of packages unattended-upgrades suggests: ii bsd-mailx 8.1.2-0.20180807cvs-1 ii dma [mail-transport-agent] 0.11-1+b1 ii needrestart 3.3-2 ii powermgmt-base 1.33 ii python3-gi 3.30.4-1 -- debconf information: unattended-upgrades/enable_auto_updates: true unattended-upgrades/origins_pattern: "origin=Debian,codename=${distro_codename},label=Debian-Security";
Bug#917373: kmail: Email messages use a different style of scroll bar
Package: kmail Version: 4:18.08.1-1 Severity: minor Dear Maintainer, In the kmail main window, in the part where the content of an email message is displayed, the scrollbar looks exactly the same as in chromium. In other parts of the window (email message list, folder list) the scrollbar looks like in all other KDE applications. This gives an inconsistent look for kmail. Kmail should use even for email messages the globally configured style for scrollbars. Best wishes, Gábor -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.18.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages kmail depends on: ii akonadi-server 4:18.08.1-1+b1 ii kdepim-runtime 4:18.08.1-1 ii kio 5.51.0-1 ii libc62.28-2 ii libgcc1 1:8.2.0-12 ii libgpgmepp6 1.12.0-4 ii libkf5akonadiagentbase5 4:18.08.1-1+b1 ii libkf5akonadicontact54:18.08.1-1 ii libkf5akonadicore5abi2 4:18.08.1-1+b1 ii libkf5akonadimime5 4:18.08.1-2 ii libkf5akonadisearch-bin 4:18.08.1-1+b1 ii libkf5akonadisearch-plugins 4:18.08.1-1+b1 ii libkf5akonadisearchdebug54:18.08.1-1+b1 ii libkf5akonadisearchpim5 4:18.08.1-1+b1 ii libkf5akonadiwidgets5abi14:18.08.1-1+b1 ii libkf5bookmarks5 5.51.0-1 ii libkf5calendarcore5abi2 4:18.08.1-1 ii libkf5calendarutils5 4:18.08.1-1 ii libkf5codecs55.51.0-1 ii libkf5completion55.51.0-1 ii libkf5configcore55.51.0-1 ii libkf5configgui5 5.51.0-1 ii libkf5configwidgets5 5.51.0-1 ii libkf5contacts5 4:18.08.1-1 ii libkf5coreaddons55.51.0-1 ii libkf5crash5 5.51.0-1 ii libkf5dbusaddons55.51.0-1 ii libkf5followupreminder5 4:18.08.1-1 ii libkf5grantleetheme-plugins 18.08.1-1 ii libkf5gravatar5abi2 4:18.08.1-1 ii libkf5guiaddons5 5.51.0-1 ii libkf5i18n5 5.51.0-1 ii libkf5iconthemes55.51.0-1 ii libkf5identitymanagement518.08.1-1 ii libkf5itemmodels55.51.0-1 ii libkf5itemviews5 5.51.0-1 ii libkf5jobwidgets55.51.0-1 ii libkf5kcmutils5 5.51.0-1 ii libkf5kiocore5 5.51.0-1 ii libkf5kiofilewidgets55.51.0-1 ii libkf5kiowidgets55.51.0-1 ii libkf5kontactinterface5 18.08.1-1 ii libkf5ksieveui5 4:18.08.1-1 ii libkf5libkdepim-plugins 4:18.08.1-1 ii libkf5libkdepim5 4:18.08.1-1 ii libkf5libkdepimakonadi5 4:18.08.1-1 ii libkf5libkleo5 4:18.08.1-1 ii libkf5mailcommon5abi24:18.08.1-1 ii libkf5mailtransport5 18.08.1-2 ii libkf5mailtransportakonadi5 18.08.1-2 ii libkf5messagecomposer5abi1 4:18.08.1-1 ii libkf5messagecore5abi1 4:18.08.1-1 ii libkf5messagelist5abi1 4:18.08.1-1 ii libkf5messageviewer5abi1 4:18.08.1-1 ii libkf5mime5abi1 18.08.1-1 ii libkf5mimetreeparser5abi14:18.08.1-1 ii libkf5notifications5 5.51.0-1 ii libkf5notifyconfig5 5.51.0-1 ii libkf5parts5 5.51.0-1 ii libkf5pimcommon5abi2 4:18.08.1-1 ii libkf5pimcommonakonadi5abi1 4:18.08.1-1 ii libkf5pimtextedit5abi2 18.08.1-1 ii libkf5sendlater5 4:18.08.1-1 ii libkf5service-bin5.51.0-1 ii libkf5service5 5.51.0-1 ii libkf5sonnetui5 5.51.0-1+b1 ii libkf5templateparser54:18.08.1-1 ii libkf5textwidgets5 5.51.0-1 ii libkf5tnef5 4:18.08.1-1 ii libkf5wallet-bin 5.51.0-1 ii libkf5wallet55.51.0-1 ii libkf5webengineviewer5abi1 4:18.08.1-1 ii libkf5widgetsaddons5 5.51.0-1 ii libkf5windowsystem5 5.51.0-1 ii libkf5xmlgui55.51.0-1 ii libqgpgme7 1.12.0-4 ii libqt5core5a 5.11.2+dfsg-7 ii libqt5dbus5 5.11.2+dfsg-7 ii libqt5gui5 5.11.2+dfsg-7 ii libqt5network5 5.11.2+dfsg-7 ii libqt5widgets5 5.11.2+dfsg-7 ii libqt5xml5 5.11.2+dfsg-7 ii libstdc++6 8.2.0-12 Versions of packages kmail recommends: ii accountwizard 4:18.08.1-1 ii gnupg 2.2.12-1 ii kdepim-addons 18.08.1-1 ii kdepim-themeeditors 4:18.08.1-1 ii mbox-importer 4:18.08.1-1 ii pim-data-exporter 4:18.08.1-1 ii pim-sieve-editor4:18.08.1-1 ii pinentry-gnome3 [pinentry-x11] 1.1.0-1+b1 ii pinentry
Bug#917269: WMA files cause crash
Hi, I have figured out that .wma audio files cause the crash on my system. If there are multiple .wma files in a directory, navigating to the directory causes multiple crash reports. Eg after downloading the following file, now dolphin crashes when opening the downloads folder: http://www.lancsngfl.ac.uk/cmsmanual/index.php?category_id=14 Best wishes, Gábor
Bug#917270: texlive-latex-extra-doc: Please add dtx files for dtxgallery
Package: texlive-latex-extra-doc Version: 2018.20181214-1 Severity: normal Dear Maintainer, Open the dtxgallery document with 'texdoc dtxgallery'. A PDF file opens, and on the very first page prominently lists four example dtx files without any information how to open them: single-source.dtx conditional-code.dtx rearrange.dtx dtxgallery.dtx Note that on the top of the second page, the document explicitly recommends examining these dtx files directly, but the lack of any information where these are make it very hard. They don't seem to be included in the package, at least not in an obvious location: $ dpkg -L texlive-latex-extra-doc | grep dtxgallery /usr/share/doc/texlive-doc/latex/dtxgallery /usr/share/doc/texlive-doc/latex/dtxgallery/README /usr/share/doc/texlive-doc/latex/dtxgallery/conditional-code.pdf /usr/share/doc/texlive-doc/latex/dtxgallery/dtxgallery.pdf /usr/share/doc/texlive-doc/latex/dtxgallery/rearrange.pdf /usr/share/doc/texlive-doc/latex/dtxgallery/single-source.pdf To make dtxgallery useful please put the dtx files in the same directory as dtxgallery.pdf, and make the names of the dtx files in dtxgallery.pdf a hyperlink to these files, so that they can be easily opened by clicking on their names. Best wishes, Gábor -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.18.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages texlive-latex-extra-doc depends on: ii tex-common6.10 ii texlive-base 2018.20181214-1 texlive-latex-extra-doc recommends no packages. texlive-latex-extra-doc suggests no packages. Versions of packages tex-common depends on: ii dpkg 1.19.2 ii ucf 3.0038 Versions of packages tex-common suggests: pn debhelper Versions of packages texlive-latex-extra-doc is related to: ii tex-common6.10 ii texlive-binaries 2018.20181104.49075-2 -- no debconf information
Bug#917269: kinit: Crashes when navigating to home directory in dolphin
Package: kinit Version: 5.51.0-1 Severity: normal Dear Maintainer, Navigating to my home directory in Dolphin, a drkonqi message appears "A(z) kdeinit5 váratlanul bezárult" (meaning: kdeinit5 unexpectedly stopped) with buttons to report the bug and restart the application. Clicking on the button for reporting the bug, a window with two tabs appears, and in th active tab the following message: "Sajnáljuk, de a(z) kdeinit5 váratlanul eállt. Nem jelentheti a hibát, mivel kdeinit5 nem adott meg gibajelentési címet." Translated: Sorry, kdeiinit5 stopped unexpectedly. The bug cannot be reported as kdeinit5 does not provide an address for it. Selecting the other tab, a backtrace appears, see below, with the remark that it is not useful. Clicking on the appropriate link, a window appears claiming that the debugging information for the following files are missing: /usr/bin/kdeinit5 /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/thumbnail.so /usr/lib/x86_64-linux-gnu/qt5/plugins/ffmpegthumbs.so /usr/lib/x86_64-linux-gnu/libKF5KIOCore.so.5 I was unable to find the packages with the debugging symbols, e.g., I have not found a package named kinit-dbg or kinit-dbgsym. This whole thing happens only with my home directory, and besides the drkonqi message everything else seems to function correctly. To summarize the problems: 1) There is a spurious drkonqi crash message. 2) Drkonqi claims that there is no address to report bugs of kdeinit5. 3) I haven't found the packages with debugging symbols. Best wishes, Gábor Backtrace: Application: kdeinit5 (kdeinit5), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7fc5760d3780 (LWP 4547))] Thread 3 (Thread 0x7fc56a1dc700 (LWP 4550)): #0 0x7fc579ebdbd9 in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x7fc5783a5e46 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7fc5783a5f6c in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7fc57a24cd2b in QEventDispatcherGlib::processEvents(QFlags) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #4 0x7fc57a1f9d0b in QEventLoop::exec(QFlags) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x7fc57a0490c6 in QThread::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #6 0x7fc575690545 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 #7 0x7fc57a052c97 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #8 0x7fc579db0fa3 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #9 0x7fc579ec888f in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 2 (Thread 0x7fc571856700 (LWP 4548)): #0 0x7fc579ebdbd9 in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x7fc57aa6fcf7 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 #2 0x7fc57aa7191a in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 #3 0x7fc5721a1519 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #4 0x7fc57a052c97 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x7fc579db0fa3 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x7fc579ec888f in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1 (Thread 0x7fc5760d3780 (LWP 4547)): [KCrash Handler] #6 0x7fc5632d44f4 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/ffmpegthumbs.so #7 0x7fc5632d620a in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/ffmpegthumbs.so #8 0x7fc5632d6359 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/ffmpegthumbs.so #9 0x7fc5632d3793 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/ffmpegthumbs.so #10 0x7fc57ae53e80 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/thumbnail.so #11 0x7fc57ae54458 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/thumbnail.so #12 0x7fc57ae54b30 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/thumbnail.so #13 0x7fc57ae56041 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/thumbnail.so #14 0x7fc575cdedf6 in KIO::SlaveBase::dispatch(int, QByteArray const&) () from /usr/lib/x86_64-linux-gnu/libKF5KIOCore.so.5 #15 0x7fc575cda196 in KIO::SlaveBase::dispatchLoop() () from /usr/lib/x86_64-linux-gnu/libKF5KIOCore.so.5 #16 0x7fc57ae5308d in kdemain () from /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/thumbnail.so #17 0x56107a404e1c in ?? () #18 0x56107a405eea in ?? () #19 0x56107a4068fb in ?? () #20 0x56107a401645 in ?? () #21 0x7fc579df309b in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 #22 0x56107a4022ca in _start () [Inferior 1 (process 4547) detached] -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.18.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:
Bug#916086: /usr/share/doc/openbox/build.html: suggests using non-existent kdetrayproxy
Package: openbox Version: 3.6.1-7 Severity: normal File: /usr/share/doc/openbox/build.html Dear Maintainer, In /usr/share/doc/openbox/build.html Section "If you run the KDE desktop environment" claims that Openbox includes kdetrayproxy but there is no such executable even with the package openbox-kde-session installed: $ kdetrayproxy bash: kdetrayproxy: parancs nem található (That's a command not found error.) Best wishes, Gábor -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages openbox depends on: ii libc6 2.27-8 ii libglib2.0-0 2.58.1-2 ii libice6 2:1.0.9-2 ii libobrender32v5 3.6.1-7 ii libobt2v5 3.6.1-7 ii libsm62:1.2.2-1+b3 ii libstartup-notification0 0.12-5 ii libx11-6 2:1.6.7-1 ii libxau6 1:1.0.8-1+b2 ii libxcursor1 1:1.1.15-2 ii libxext6 2:1.3.3-1+b2 ii libxi62:1.7.9-1 ii libxinerama1 2:1.1.4-1 ii libxrandr22:1.5.1-1 Versions of packages openbox recommends: ii obconf1:2.0.4+git20150213-2 ii obsession 20140608-2+b1 ii openbox-menu 0.8.0+hg20161009-1 ii scrot 0.8-19 Versions of packages openbox suggests: ii fonts-dejavu 2.37-1 ii libxml2-dev2.9.4+dfsg1-7+b2 pn openbox-gnome-session ii openbox-kde-session3.6.1-7 ii python 2.7.15-3 pn tint2 -- no debconf information
Bug#911313: Bug no longer present.
Package: dolphin Version: 4:18.08.0-1 Tags: unreproducible I no longer have the buggy behaviour. The dolphin package is of the same version, some dependencies have been updated since the report. Best wishes, Gábor
Bug#911313: dolphin: Requires double click to open files disregarding configuration
Package: dolphin Version: 4:18.08.0-1 Severity: normal Dear Maintainer, Despite having set "Single-click to open files and folders" in System Setting, dolphin opens them only by double clicking. Single click just selects the file the pointer is over. Elements in Folder view widgets on the desktop do open with single click. This is a regression to the version in stretch. I don't know when this regression appeared. This might be related to bug #800311. -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE=hu:en_US:de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages dolphin depends on: ii baloo-kf5 5.49.0-1+b1 ii kinit 5.49.0-1 ii kio5.49.0-1 ii libc6 2.27-6 ii libdolphinvcs5 4:18.08.0-1 ii libkf5baloo5 5.49.0-1+b1 ii libkf5baloowidgets54:18.08.1-1 ii libkf5bookmarks5 5.49.0-1 ii libkf5codecs5 5.49.0-1 ii libkf5completion5 5.49.0-1 ii libkf5configcore5 5.49.0-1 ii libkf5configgui5 5.49.0-1 ii libkf5configwidgets5 5.49.0-1 ii libkf5coreaddons5 5.49.0-1 ii libkf5crash5 5.49.0-1 ii libkf5dbusaddons5 5.49.0-1 ii libkf5filemetadata35.49.0-1 ii libkf5i18n55.49.0-1 ii libkf5iconthemes5 5.49.0-1 ii libkf5itemviews5 5.49.0-1 ii libkf5jobwidgets5 5.49.0-1 ii libkf5kcmutils55.49.0-1 ii libkf5kiocore5 5.49.0-1 ii libkf5kiofilewidgets5 5.49.0-1 ii libkf5kiowidgets5 5.49.0-1 ii libkf5newstuff55.49.0-1 ii libkf5notifications5 5.49.0-1 ii libkf5parts5 5.49.0-1 ii libkf5service-bin 5.49.0-1 ii libkf5service5 5.49.0-1 ii libkf5solid5 5.49.0-1 ii libkf5textwidgets5 5.49.0-1 ii libkf5widgetsaddons5 5.49.0-1 ii libkf5xmlgui5 5.49.0-1 ii libphonon4qt5-44:4.10.1-1 ii libqt5core5a 5.11.1+dfsg-9 ii libqt5dbus55.11.1+dfsg-9 ii libqt5gui5 5.11.1+dfsg-9 ii libqt5widgets5 5.11.1+dfsg-9 ii libqt5xml5 5.11.1+dfsg-9 ii libstdc++6 8.2.0-7 ii phonon4qt5 4:4.10.1-1 Versions of packages dolphin recommends: ii kimageformat-plugins 5.49.0-1 ii kio-extras4:18.08.1-1 ii ruby 1:2.5.1 Versions of packages dolphin suggests: ii dolphin-plugins 4:18.08.0-1 -- no debconf information
Bug#691505: org-mode: Fails to tangle code in BEGIN_SRC..END_SRC
Package: org-mode Version: 7.9.1-2 Severity: normal Typing C-c C-v t on the following file creates only bar.txt but not foo.txt as expected. Does it matter whether BEGIN_SRC and END_SRC are written in small letters or not? The <..> lines are not part of foo.org #+BEGIN_SRC text :tangle foo.txt foo #+END_SRC #+begin_src text :tangle bar.txt bar #+end_src Best wishes, Gábor Braun -- System Information: Debian Release: 6.0.6 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages org-mode depends on: ii dpkg 1.15.8.13 Debian package management system ii emacs23 23.4+1-4 The GNU Emacs editor (with GTK+ us ii emacs24 24.2+1-1 GNU Emacs editor (with GTK+ user i ii install-info 4.13a.dfsg.1-6 Manage installed documentation in org-mode recommends no packages. Versions of packages org-mode suggests: pn ditaa (no description available) pn easypg (no description available) pn remember-el(no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#690026: okular: Misspelled Hungarian translation for pathname
Package: okular Version: 4:4.8.4-2 Severity: minor Tags: l10n Reproducing the bug with language setting HUngarian: 1. open any PDF file 2. Select the menu item: Fájl > Tulajdonságok (probably corresponds to File > Properties) 3. A window pops up listing several proeprties of the file The first line looks like: Fájl útvonalaó: file:///home/... The "ó" should be deleted before the colon, ie, the property name should be "Fájl útvonala" Best wishes, Gábor Braun -- System Information: Debian Release: 6.0.6 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages okular depends on: ii kde-runtime 4:4.8.4-1 runtime components from the offici ii libc6 2.13-35Embedded GNU C Library: Shared lib ii libfreetype6 2.4.2-2.1+squeeze4 FreeType 2 font engine, shared lib ii libjpeg8 8d-1 Independent JPEG Group's JPEG runt ii libkdecore5 4:4.8.4-3 KDE Platform Core Library ii libkdeui5 4:4.8.4-3 KDE Platform User Interface Librar ii libkio5 4:4.8.4-3 Network-enabled File Management Li ii libkparts44:4.8.4-3 Framework for the KDE Platform Gra ii libkprintutils4 4:4.8.4-3 utility classes to deal with print ii libkpty4 4:4.8.4-3 Pseudo Terminal Library for the KD ii libokularcore14:4.8.4-2 libraries for the Okular document ii libphonon44:4.6.0.0-2multimedia framework from KDE - co ii libpoppler-qt4-3 0.18.4-3 PDF rendering library (Qt 4 based ii libqca2 2.0.2-1libraries for the Qt Cryptographic ii libqimageblitz4 1:0.0.6-4 QImageBlitz image effects library ii libqt4-dbus 4:4.8.2+dfsg-2 Qt 4 D-Bus module ii libqt4-svg4:4.8.2+dfsg-2 Qt 4 SVG module ii libqt4-xml4:4.8.2+dfsg-2 Qt 4 XML module ii libqtcore44:4.8.2+dfsg-2 Qt 4 core module ii libqtgui4 4:4.8.2+dfsg-2 Qt 4 GUI module ii libsolid4 4:4.8.4-3 Solid Library for KDE Platform ii libspectre1 0.2.6-1Library for rendering PostScript d ii libstdc++64.7.1-7GNU Standard C++ Library v3 ii phonon4:4.6.0.0-2multimedia framework from KDE - me ii zlib1g1:1.2.7.dfsg-13compression library - runtime okular recommends no packages. Versions of packages okular suggests: ii ghostscript 8.71~dfsg2-9The GPL Ghostscript PostScript/PDF pn jovie (no description available) ii okular-extra-backends4:4.8.4-2 additional document format support ii poppler-data 0.4.3-1 Encoding data for the poppler PDF ii texlive-binaries 2012.20120628-3 Binaries for TeX Live pn unrar (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#689007: /usr/share/doc/texlive-latex-base-doc/latex/base/ltnews.pdf: Issue 2011/06 issue differs from upstream
Package: texlive-latex-base-doc Version: 2012.20120611-4 Severity: normal File: /usr/share/doc/texlive-latex-base-doc/latex/base/ltnews.pdf In the ltnews.pdf file the issue 20, 2011/06 differs from http://www.latex-project.org/ltnews/ltnews20.pdf in particular in the code from varioref in the end. The latter mentions an additional failed attempt, so I assume that it is more up-to-date. Best wishes, Gábor Braun PS. System information omitted as irrelevant. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#682872: kopete: Inproper Hungarian sentence for partner gone away
Package: kopete Version: 4:4.8.4-1 Severity: normal Tags: l10n By a status change in chat window, the following message appears in Hungarian f...@example.org most már Távollét. (Partner name intensionally changed.) The sentence is not correct in Hungarian. Good alternatives would be f...@example.org most már távol van. f...@example.org eltávozott. Two related issues: 1) in the partner list I see "Away" for status. Here "Távollét" would be appropriate (as it appears eg in the menu of choosing my status). 2) In the status change messages f...@example.org most már Elérhető. f...@example.org most már Nem elérhető. it would be better to avoid capital letters. (Hungarians write only proper names and the first word of the sentence with a leading capital letter.) Best wishes, Gábor Braun -- System Information: Debian Release: 6.0.5 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages kopete depends on: ii kde-runtime 4:4.8.4-1 runtime components from the offici ii kdepim-runtime4:4.4.11.1-5 runtime components for Akonadi KDE ii libc6 2.11.3-3 Embedded GNU C Library: Shared lib ii libexpat1 2.1.0-1XML parsing C library - runtime li ii libgadu3 1:1.9.0-2 Gadu-Gadu protocol library - runti ii libgif4 4.1.6-9library for GIF images (library) ii libglib2.0-0 2.32.3-1 GLib library of C routines ii libidn11 1.25-2 GNU Libidn library, implementation ii libjasper11.900.1-7+squeeze1 The JasPer JPEG-2000 runtime libra ii libkabc4 4:4.8.4-1 library for handling address book ii libkcmutils4 4:4.8.4-3 utility classes for using KCM modu ii libkde3support4 4:4.8.4-3 KDE 3 Support Library for the KDE ii libkdecore5 4:4.8.4-3 KDE Platform Core Library ii libkdeui5 4:4.8.4-3 KDE Platform User Interface Librar ii libkdnssd44:4.8.4-3 DNS-SD Protocol Library for the KD ii libkemoticons44:4.8.4-3 utility classes to deal with emoti ii libkhtml5 4:4.8.4-3 KHTML Web Content Rendering Engine ii libkio5 4:4.8.4-3 Network-enabled File Management Li ii libkmime4 4:4.8.4-1 library for handling MIME data ii libknewstuff2-4 4:4.8.4-3 "Get Hot New Stuff" v2 Library for ii libknotifyconfig4 4:4.8.4-3 library for configuring KDE Notifi ii libkopete44:4.8.4-1 main Kopete library ii libkparts44:4.8.4-3 Framework for the KDE Platform Gra ii libkpimidentities44:4.8.4-1 library for managing user identiti ii libmeanwhile1 1.0.2-3open implementation of the Lotus S ii libmediastreamer1 3.5.2-10 linphone web phone's media library ii libmsn0.3 4.1-1.2high-level C++ library for MSN Mes ii libortp8 3.5.2-10 Real-time Transport Protocol stack ii libotr2 3.2.0-2Off-the-Record Messaging library ii libphonon44:4.6.0.0-2multimedia framework from KDE - co ii libqca2 2.0.2-1libraries for the Qt Cryptographic ii libqimageblitz4 1:0.0.6-4 QImageBlitz image effects library ii libqt4-dbus 4:4.8.2-1 Qt 4 D-Bus module ii libqt4-network4:4.8.2-1 Qt 4 network module ii libqt4-qt3support 4:4.8.2-1 Qt 3 compatibility library for Qt ii libqt4-sql4:4.8.2-1 Qt 4 SQL module ii libqt4-xml4:4.8.2-1 Qt 4 XML module ii libqtcore44:4.8.2-1 Qt 4 core module ii libqtgui4 4:4.8.2-1 Qt 4 GUI module ii libsolid4 4:4.8.4-3 Solid Library for KDE Platform ii libssl1.0.0 1.0.1c-3 SSL shared libraries ii libstdc++64.6.2-12 GNU Standard C++ Library v3 ii libv4l-0 0.8.0-1Collection of video4linux support ii libx11-6 2:1.3.3-4 X11 client-side library ii libxml2 2.8.0+dfsg1-4 GNOME XML library ii libxslt1.11.1.26-13 XSLT 1.0 processing library - runt ii perl 5.10.1-17squeeze3 Larry Wall's Practical Extraction ii phonon4:4.6.0.0-2multimedia framework from KDE - me ii zlib1g1:1.2.3.4.dfsg-3 compression library - runtime Versions of packages kopete recommends: ii libqca2-plugin-ossl 0.1~20070904-4 QCA OSSL plugin for libqca2 ii libqt
Bug#682106: xserver-xorg: The log files to see itself for more info
Package: xserver-xorg Version: 1:7.5+8+squeeze1 Severity: minor The end of /var/log/Xorg.0.log (in a non-working setup): Fatal server error: no screens found Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. This bug is about the last sentence: It doesn't make sense to ask to check itself in the log file. One is probably doing exactly that when one reads the sentence. Best wishes, Gábor Braun -- Package-specific info: X server symlink status: lrwxrwxrwx 1 root root 13 Dec 23 2009 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 1889472 Oct 29 2011 /usr/bin/Xorg VGA-compatible devices on PCI bus: -- 02:00.0 VGA compatible controller [0300]: NVIDIA Corporation C79 [GeForce 9400M] [10de:0863] (rev b1) /etc/X11/xorg.conf does not exist. Contents of /etc/X11/xorg.conf.d: - total 8 -rw-r--r-- 1 root root 126 Jun 12 2010 10local-display-nouveau.conf -rw-r--r-- 1 root root 1566 Aug 27 2011 90local-touchpad.conf /etc/modprobe.d contains no KMS configuration files. Kernel version (/proc/version): --- Linux version 2.6.32-5-amd64 (Debian 2.6.32-45) (da...@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Sun May 6 04:00:17 UTC 2012 Xorg X server log files on system: -- -rw-r--r-- 1 root root 25113 Jul 19 13:07 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): - X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.0.0-1-amd64 x86_64 Debian Current Operating System: Linux gabor 2.6.32-5-amd64 #1 SMP Sun May 6 04:00:17 UTC 2012 x86_64 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=40f5d3a4-ed3c-45f8-b4f8-f691bfb6b11a ro Build Date: 29 October 2011 06:58:14PM xorg-server 2:1.7.7-14 (Julien Cristau ) Current version of pixman: 0.26.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 19 09:37:35 2012 (==) Using config directory: "/etc/X11/xorg.conf.d" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (==) No Layout section. Using the first Screen section. (==) No screen section available. Using defaults. (**) |-->Screen "Default Screen Section" (0) (**) | |-->Monitor "" (==) No device specified for screen "Default Screen Section". Using the first device section listed. (**) | |-->Device "Default screen" (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins (==) ModulePath set to "/usr/lib/xorg/modules" (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. (II) Loader magic: 0x7c8a40 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 7 (--) PCI: (0:0:3:5) 10de:0aa3:10de:cb79 NVIDIA Corporation MCP79 Co-processor rev 177, Mem @ 0x9340/524288 (--) PCI:*(0:2:0:0) 10de:0863:106b:00b9 NVIDIA Corporation C79 [GeForce 9400M] rev 177, Mem @ 0x9200/16777216, 0x8000/268435456, 0x9000/33554432, I/O @ 0x1000/128, BIOS @ 0x/131072 (II) Open ACPI successful (/var/run/acpid.socket) (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension SELinux (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loadin
Bug#674533: kopete: LaTeX formulas are not displayed
Package: kopete Version: 4:4.7.4-2+b1 Severity: normal Hi, Typing ^L to display any formula just displays the source, but not the typeset formula, and kopete gives no information what went wrong. I have included the generated temporary tex and log file below. >From the log file it is obvious that the file ulem.sty is missing. (It is no longer provided by texlive-latex-base. It is in texlive-generic-recommended.) However, the package ulem is probably not needed for most mathematical formulas, so it would be better not to use it. Best wishes, Gábor Braun out.tex \documentclass[12pt]{article} \usepackage{color} \usepackage{amsmath,latexsym,amsfonts,amssymb,ulem} \usepackage[dvips]{graphicx} \pagestyle{empty} \pagecolor{white} \begin{document} {\color{black} \begin{eqnarray*} \sum\end{eqnarray*}} \end{document} end of out.tex out.log This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2012/dev/Debian) (format=latex 2012.5.22) 25 MAY 2012 11:05 entering extended mode restricted \write18 enabled. %&-line parsing enabled. **out.tex (./out.tex LaTeX2e <2011/06/27> Babel and hyphenation patterns for english, dumylang, nohyphenation, us englishmax, ukenglish, ngerman, ngerman-x-2011-07-01, german, swissgerman, germ an-x-2011-07-01, hungarian, loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo File: size12.clo 2007/10/19 v1.4h Standard LaTeX file (size option) ) \c@part=\count79 \c@section=\count80 \c@subsection=\count81 \c@subsubsection=\count82 \c@paragraph=\count83 \c@subparagraph=\count84 \c@figure=\count85 \c@table=\count86 \abovecaptionskip=\skip41 \belowcaptionskip=\skip42 \bibindent=\dimen102 ) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive ) Package color Info: Driver file: dvips.def on input line 130. (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR) ) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def File: dvipsnam.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR) )) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty Package: amsmath 2000/07/18 v2.13 AMS math features \@mathmargin=\skip43 For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty Package: amstext 2000/06/29 v2.01 (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty File: amsgen.sty 1999/11/30 v2.0 \@emptytoks=\toks14 \ex@=\dimen103 )) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty Package: amsbsy 1999/11/29 v1.2d \pmbraise@=\dimen104 ) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty Package: amsopn 1999/12/14 v2.01 operator names ) \inf@bad=\count87 LaTeX Info: Redefining \frac on input line 211. \uproot@=\count88 \leftroot@=\count89 LaTeX Info: Redefining \overline on input line 307. \classnum@=\count90 \DOTSCASE@=\count91 LaTeX Info: Redefining \ldots on input line 379. LaTeX Info: Redefining \dots on input line 382. LaTeX Info: Redefining \cdots on input line 467. \Mathstrutbox@=\box26 \strutbox@=\box27 \big@size=\dimen105 LaTeX Font Info:Redeclaring font encoding OML on input line 567. LaTeX Font Info:Redeclaring font encoding OMS on input line 568. \macc@depth=\count92 \c@MaxMatrixCols=\count93 \dotsspace@=\muskip10 \c@parentequation=\count94 \dspbrk@lvl=\count95 \tag@help=\toks15 \row@=\count96 \column@=\count97 \maxfields@=\count98 \andhelp@=\toks16 \eqnshift@=\dimen106 \alignsep@=\dimen107 \tagshift@=\dimen108 \tagwidth@=\dimen109 \totwidth@=\dimen110 \lineht@=\dimen111 \@envbody=\toks17 \multlinegap=\skip44 \multlinetaggap=\skip45 \mathdisplay@stack=\toks18 LaTeX Info: Redefining \[ on input line 2666. LaTeX Info: Redefining \] on input line 2667. ) (/usr/share/texlive/texmf-dist/tex/latex/base/latexsym.sty Package: latexsym 1998/08/17 v2.2e Standard LaTeX package (lasy symbols) \symlasy=\mathgroup4 LaTeX Font Info:Overwriting symbol font `lasy' in version `bold' (Font) U/lasy/m/n --> U/lasy/b/n on input line 47. ) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support \symAMSa=\mathgroup5 \symAMSb=\mathgroup6 LaTeX Font Info:Overwriting math alphabet `\mathfrak' in version `bold' (Font) U/euf/m/n --> U/euf/b/n on input line 96. ) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty Package: amssymb 2009/06/22 v3.00 ) ! LaTeX Error: File `ulem.sty' not found. Type X to quit or to proceed, or enter new name. (Default extension: sty) Enter file name: ! Emergency stop. l.4 \usepackage [dvips]
Bug#671922: magit: Does not autoload extensions
Hi, I could install package magit_1.1.1-2~try1_all.deb from http://iki.fi/lindi/magit/debian/ and the required functions seem to be autoloaded. The autoload related patch at http://anonscm.debian.org/gitweb/?p=collab-maint/magit.git also looks OK. I wonder why there is still a 50magit.el in master autoloading only magit-status. Best wishes, Gábor Braun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#673797: /usr/share/texmf/web2c/texmf.cnf: makes texlive-latex3 reside out fo texmf tree
Hi, > > Therefore I suggest conflicting with texlive-latex3 from TeXlive 2009. > > Why? THere is no file conflict, that is actually against the > recommendations in the Debian Developers guide lines. As far as I know, a package should provide its main functionality whenever its dependencies are satisfied. This is not true for texlive-latex3 with the recent texlive packages. Maybe there is a better solution than conflicting. > > You may also provide a dummy version of it to support upgrading > > to texlive-latex-recommended. > > Wel, I don't see much of motivation for that ... people > using latex will anyway have latex-recommended installed, anything > else is quite useless. It was meant to support upgrading from TeXLive 2009. It would be good to have texlive-latex3 automatically removed and texlive-latex-recommended installed instead. I am also fine with other solutions than a dummy package. > I actually don't see a bug here ... To repeat what I think is the bug: it is possible to have texlive-latex3 installed with its dependencies satisfied but not providing any useful functionality. This situation can likely occur by upgrading between Debian releases. (Obviously, this will probably go unnoticed as another package will provide the functionality.) Best wishes, Gábor Braun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#673797: /usr/share/texmf/web2c/texmf.cnf: makes texlive-latex3 reside out fo texmf tree
Package: texlive-base Version: 2011.20120424-1 Severity: normal File: /usr/share/texmf/web2c/texmf.cnf Hi, Package texlive-latex3 installs files in /usr/share/texmf-texlive/ an old texmf tree, which isn't included any more in texmf.cnf. Therefore I doubt that it is of any use to install this package together with texlive-latex3. (Currently texlive-latex3 is installable with TeXLive 2011/2012.) Note that recent versions of texlive-latex-recommended include an updated versions of the content of texlive-latex3. Therefore I suggest conflicting with texlive-latex3 from TeXlive 2009. You may also provide a dummy version of it to support upgrading to texlive-latex-recommended. Best wishes, Gábor Braun -- Package-specific info: deleted as irrelevant -- System Information: Debian Release: 6.0.5 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages texlive-base depends on: ii debconf [debconf-2.0]1.5.43 Debian configuration management sy ii dpkg 1.15.8.12 Debian package management system ii install-info 4.13a.dfsg.1-6 Manage installed documentation in ii libpaper-utils 1.1.24 library for handling paper charact ii luatex 0.70.1-3next generation TeX engine ii mime-support 3.48-1 MIME files 'mime.types' & 'mailcap ii tex-common 3.10common infrastructure for building ii texlive-binaries 2011.20120410-1 Binaries for TeX Live ii texlive-common 2011.20120424-1 TeX Live: Base component ii texlive-doc-base 2011.20120424-1 TeX Live: TeX Live documentation ii ucf 3.0025+nmu1 Update Configuration File: preserv Versions of packages texlive-base recommends: ii lmodern 2.004.1-5 scalable PostScript and OpenType f Versions of packages texlive-base suggests: ii ghostscript [postscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF ii gv [postscript-viewer] 1:3.7.1-1PostScript and PDF viewer for X ii okular [postscript-view 4:4.7.4-2universal document viewer ii perl-tk 1:804.029-1+b1 Perl module providing the Tk graph ii xpdf [pdf-viewer] 3.02-12+squeeze1 Portable Document Format (PDF) rea Versions of packages tex-common depends on: ii debconf [debconf-2.0]1.5.43 Debian configuration management sy ii dpkg 1.15.8.12 Debian package management system ii ucf 3.0025+nmu1 Update Configuration File: preserv Versions of packages texlive-base is related to: ii tex-common 3.10common infrastructure for building ii texlive-binaries 2011.20120410-1 Binaries for TeX Live -- debconf information excluded -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#470902: texlive-latex-recommended: Hyperref produces unreadable pdftitle with option unicode under XeLaTeX
Hi, The bug is fixed by upstream, and the fix is already in the package texlive-latex-base 2011.20120424-1 (Hyperref seems to have moved to this package.) See section XeTeX in /usr/share/texlive/texmf-dist/doc/latex/hyperref/README.pdf Actually, xdvipdfmx still complains that it can't convert to UTF-16 but the generated pdf file displays OK. I am the submitter of the bug but my provider has changed the format of email addresses, and that's why the sender's address differs. Best wishes, Gábor Braun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#671922: magit: Does not autoload extensions
Package: magit Version: 1.1.1-1 Severity: normal Hi, With the original configuration file magit does not autoload functions defined by the extensions, ie the functions magit-svn-mode turn-on-magit-svn magit-topgit-mode turn-on-magit-topgit magit-stgit-mode turn-on-magit-stgit These functions are marked to be autoloaded in the source, and the documentation explicitly mentions them as available (eg as examples to add to magit-mode-hook). The modified configuration file below autoloads them (it is a mix of the original config file and the autoloads generated by update-directory-autoloads). Kind regards, Gábor Braun -- System Information: Debian Release: 6.0.4 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages magit depends on: ii dpkg 1.15.8.12 Debian package management system ii emacs23 23.4+1-3 The GNU Emacs editor (with GTK+ us ii git [git-core]1:1.7.2.5-3fast, scalable, distributed revisi ii git-core 1:1.7.2.5-3fast, scalable, distributed revisi ii install-info 4.13a.dfsg.1-6 Manage installed documentation in magit recommends no packages. magit suggests no packages. -- Configuration Files: /etc/emacs/site-start.d/50magit.el changed: ;;; Autoloads for magit (if (member debian-emacs-flavor '(emacs23 emacs-snapshot)) (if (file-exists-p "/usr/share/emacs/site-lisp/magit/magit.el") (progn ;;; --- automatically extracted autoloads ;; ;;; Code: ;;;### (autoloads (magit-status) "magit" "../../usr/share/emacs/site-lisp/magit/magit.el" ;; (20261 17500)) ;;; Generated autoloads from ../../usr/share/emacs/site-lisp/magit/magit.el (autoload 'magit-status "magit" "\ Open a Magit status buffer for the Git repository containing DIR. If DIR is not within a Git repository, offer to create a Git repository in DIR. Interactively, a prefix argument means to ask the user which Git repository to use even if `default-directory' is under Git control. Two prefix arguments means to ignore `magit-repo-dirs' when asking for user input. \(fn DIR)" t nil) ;;;*** ;;;### (autoloads (turn-on-magit-stgit magit-stgit-mode) "magit-stgit" ;; "../../usr/share/emacs/site-lisp/magit/magit-stgit.el" (20261 ;; 17500)) ;;; Generated autoloads from ../../usr/share/emacs/site-lisp/magit/magit-stgit.el (autoload 'magit-stgit-mode "magit-stgit" "\ StGit support for Magit \(fn &optional ARG)" t nil) (autoload 'turn-on-magit-stgit "magit-stgit" "\ Unconditionally turn on `magit-stgit-mode'. \(fn)" nil nil) ;;;*** ;;;### (autoloads (turn-on-magit-svn magit-svn-mode) "magit-svn" ;; "../../usr/share/emacs/site-lisp/magit/magit-svn.el" (20261 ;; 17500)) ;;; Generated autoloads from ../../usr/share/emacs/site-lisp/magit/magit-svn.el (autoload 'magit-svn-mode "magit-svn" "\ SVN support for Magit \(fn &optional ARG)" t nil) (autoload 'turn-on-magit-svn "magit-svn" "\ Unconditionally turn on `magit-svn-mode'. \(fn)" nil nil) ;;;*** ;;;### (autoloads (turn-on-magit-topgit magit-topgit-mode) "magit-topgit" ;; "../../usr/share/emacs/site-lisp/magit/magit-topgit.el" (20261 ;; 17500)) ;;; Generated autoloads from ../../usr/share/emacs/site-lisp/magit/magit-topgit.el (autoload 'magit-topgit-mode "magit-topgit" "\ Topgit support for Magit \(fn &optional ARG)" t nil) (autoload 'turn-on-magit-topgit "magit-topgit" "\ Unconditionally turn on `magit-topgit-mode'. \(fn)" nil nil) ;;;*** ;;;### (autoloads nil nil ("../../usr/share/emacs/site-lisp/magit/magit-bisect.el" ;; "../../usr/share/emacs/site-lisp/magit/magit-classic-theme.el" ;; "../../usr/share/emacs/site-lisp/magit/magit-key-mode.el" ;; "../../usr/share/emacs/site-lisp/magit/magit-simple-keys.el") ;; (20390 50830 406308)) ) ;;; End --- automatically extracted autoloads (message "Package magit removed but not purged. Skipping setup."))) ;; Local Variables: ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#670929: kde-l10n-hu: Month May not translated to Hungarian
Package: kde-l10n-hu Version: 4:4.7.4-2 Severity: normal Tags: l10n Hi, The month May shows up as "May" instead of "május" in Hungarian in at least kmail and the diary plasmoid. The other month are shown correctly in Hungarian. Kind regards, Gábor Braun -- System Information: Debian Release: 6.0.4 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages kde-l10n-hu depends on: ii libkdecore5 4:4.7.4-4 KDE Platform Core Library kde-l10n-hu recommends no packages. Versions of packages kde-l10n-hu suggests: pn kde-standard (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#663591: klatexformula: Permanently disabled buttons
Hi, I can no longer reproduce the bug (no idea what has happened), so I am closing it. (Now I can't get any error for epstopdf.) Best wishes, Gábor Braun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#663591: klatexformula: Permanently disabled buttons
Hi Tobias, > - Are you sure that there is no additional character in the path to epsto > pdf (should be /usr/bin/epstopdf)? I have moved the cursor character by character through the setting, and haven't found anything else including leading and trailing spaces. > - Please also try the button 'detect settings' which should find the > correct path. I tried it but it didn't help. > - And as a last measure please try to remove the directory > $HOME/.klatexformula This also removes all your settings and the history, > so please backup the directory if you don't want to loose them! Renaming the directory didn't help at all. > Okay, I just realized that you are running stable - this might be the > reason for the glitch. As klatexformula is a new package not yet available > in stable I will tag the bug as 'moreinfo unreproducible' if none of the > above measures help as I think this need to be reproduced on a wheezy > machine. Is there a way to obtain some debugging info? Eg which command does the program actually run, and which error mesage does it receive? Best wishes, Gábor -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#663591: klatexformula: Permanently disabled buttons
Hi Tobias, Thanks for your helpful reply. > The image that you see is just a preview of the equation and should be > grayed out. I have thought it was already the image, as it is already clear. > If you press the evaluate button under the editor area the > picture should become clear I was unaware that it was necessary to press that button. However pressing it pops up an error message: Unable to start epstopdf! Are you sure you configured your system paths correctly in the settings dialog ? after that a configuration dialog appears, where the paths seem to be correct. (/usr/bin/epstopdf for epstopdf). > and the buttons should become enabled after the > formula is completly rendered. Selecting the configuration option that I don't have epstopdf, this works. > Did you just overlook the window or does nothing happens even if you press > the button? I mean really nothing happens _before_ pressing the evaluate button. With the option of not having epstopdf, pressing evaluate and then F2 pops up the window. To summarize, I was confused by the interface: it is counterintuitive that the buttons are grayed out when the image is already shown. I still have the problem that the program cannot start epstopdf for some reason. Best wishes, Gábor -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#663591: klatexformula: Permanently disabled buttons
Package: klatexformula Version: 3.2.5-1 Severity: normal Hi, Starting the program and entering a formula, the image is displayed below. All the buttons on the right of the image (DRAG, COPY, SAVE and two others) are grayed out and not working. Neither does F2 open a larger preview window, even though this is suggested by the tip window appearing at startup. Best wishes, Gábor Braun -- System Information: Debian Release: 6.0.4 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages klatexformula depends on: ii libc6 2.11.3-2 Embedded GNU C Library: Shared lib ii libgcc1 1:4.4.5-8 GCC support library ii libklatexformula3 3.2.4-2Runtime libraries for klatexformul ii libqt4-dbus 4:4.7.4-2 Qt 4 D-Bus module ii libqt4-sql4:4.7.4-2 Qt 4 SQL module ii libqt4-xml4:4.7.4-2 Qt 4 XML module ii libqtcore44:4.7.4-2 Qt 4 core module ii libqtgui4 4:4.7.4-2 Qt 4 GUI module ii libstdc++64.6.2-12 GNU Standard C++ Library v3 klatexformula recommends no packages. klatexformula suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#649614: kdebase-runtime: KDE session fails to start with libpulse0 1.0-4
Package: kdebase-runtime Version: 4:4.6.5-1+b1 Severity: serious Tags: patch Justification: Policy 3.5 By starting a KDE session from KDM, the splash screen appears but after the first icon appears, the screen becomes black. I couldn't to switch to another terminal, however pressing the power button causes the system to properly shut down. After examining .xsession-errors, the message "(libpulsecommon-1.1.so: nem nyitható meg a megosztott objektumfájl: Nincs ilyen fájl vagy könyvtár)" ie libpulsecommon-1.1.so does not exist. I have upgraded libpulse0 to 1.1, and since then the session starts normally. I suspect that kdebase-runtime need to require libpulse version 1.1. Best wishes, Gábor Braun ..xsession-errors: Xsession: X session started for gabor at 2011. nov. 22., kedd, 18.31.00 CET startkde: Starting up... Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) kbuildsycoca4 running... kbuildsycoca4(2695) KBuildSycoca::checkTimestamps: checking file timestamps kbuildsycoca4(2695) KBuildSycoca::checkTimestamps: timestamps check ok kbuildsycoca4(2695) kdemain: Emitting notifyDatabaseChanged () kded(2694) Kded::loadModule: Could not load library "kded_powerdevil" . [ "Nem sikerült betölteni ezt a programkönyvtárat: /usr/lib/kde4/kded_powerdevil.so ((libpulsecommon-1.1.so: nem nyitható meg a megosztott objektumfájl: Nincs ilyen fájl vagy könyvtár))" ] X Error: BadValue (integer parameter out of range for operation) 2 Major opcode: 102 (X_ChangeKeyboardControl) Resource id: 0xffd0 Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.5' kded(2694)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig: Could not open library ksmserver: Cannot load library /usr/lib/kde4/libkdeinit/libkdeinit4_ksmserver.so: (libpulsecommon-1.1.so: nem nyitható meg a megosztott objektumfájl: Nincs ilyen fájl vagy könyvtár) ksmserver: error while loading shared libraries: libpulsecommon-1.1.so: cannot open shared object file: No such file or directory startkde: Shutting down... klauncher: Exiting on signal 1 startkde: Running shutdown scripts... startkde: Done. -- System Information: Debian Release: 6.0.3 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable'), (500, 'stable-updates') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages kdebase-runtime depends on: ii kdebase-runtime-d 4:4.6.5-1 shared data files for the KDE base ii kdelibs5-plugins 4:4.6.5-2+b1 core plugins for KDE Applications ii libasound21.0.24.1-4 shared library for ALSA applicatio ii libattica00.2.0-1Qt library that implements the Ope ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib ii libcanberra0 0.24-1 a simple abstract interface for pl ii libexiv2-90.20-2 EXIF/IPTC metadata manipulation li ii libgcc1 1:4.4.5-8 GCC support library ii libjpeg8 8c-2 Independent JPEG Group's JPEG runt ii libkcmutils4 4:4.6.5-2+b1 utility classes for using KCM modu ii libkdecore5 4:4.6.5-2+b1 KDE Platform Core Library ii libkdesu5 4:4.6.5-2+b1 Console-mode Authentication Librar ii libkdeui5 4:4.6.5-2+b1 KDE Platform User Interface Librar ii libkdnssd44:4.6.5-2+b1 DNS-SD Protocol Library for the KD ii libkemoticons44:4.6.5-2+b1 utility classes to deal with emoti ii libkfile4 4:4.6.5-2+b1 File Selection Dialog Library for ii libkhtml5 4:4.6.5-2+b1 KHTML Web Content Rendering Engine ii libkidletime4 4:4.6.5-2+b1 library to provide information abo ii libkio5 4:4.6.5-2+b1 Network-enabled File Management Li ii libkmediaplayer4 4:4.6.5-2+b1 KMediaPlayer Interface for the KDE ii libknewstuff3-4 4:4.6.5-2+b1 "Get Hot New Stuff" v3 Library for ii libknotifyconfig4 4:4.6.5-2+b1 library for configuring KDE Notifi ii libkparts44:4.6.5-2+b1 Framework for the KDE Platform Gra ii libkpty4 4:4.6.5-2+b1 Pseudo Terminal Library for the KD ii libnepomuk4 4:4.6.5-2+b1 Nepomuk Meta Data Library ii libnepomukquery4a 4:4.6.5-2+b1 Nepomuk Query Library for the KDE ii libntrack-qt4-1 008-1 qt4 API for ntrack ii libopenexr6 1.6.1-4.1 runtime files for the OpenEXR imag ii libphonon4
Bug#627537: konqueror: Reinserts default value for text entry field when typing under some CSS rules
Package: konqueror Version: 4:4.4.5-2 Severity: normal Open the attached HTML file in konqueror. Click on the delete button of the text entry field, now the default value disappears as expeced. Enter a symbol into the field (eg press a key). After the symbol, the default value gets inserted, but it shouldn't be. Best wishes, Gábor Braun -- System Information: Debian Release: 6.0.1 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable'), (500, 'stable-updates') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages konqueror depends on: ii install-info 4.13a.dfsg.1-6 Manage installed documentation in ii kdebase-bin 4:4.4.5-2 core binaries for the KDE base app ii kdebase-data 4:4.4.5-2 shared data files for the KDE base ii kdebase-runtime 4:4.4.5-1 runtime components from the offici ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib ii libkde3support4 4:4.4.5-2+squeeze1 the KDE 3 Support Library for the ii libkdecore5 4:4.4.5-2+squeeze1 the KDE Platform Core Library ii libkdesu5 4:4.4.5-2+squeeze1 the Console-mode Authentication Li ii libkdeui5 4:4.4.5-2+squeeze1 the KDE Platform User Interface Li ii libkhtml5 4:4.4.5-2+squeeze1 the KHTML Web Content Rendering En ii libkio5 4:4.4.5-2+squeeze1 the Network-enabled File Managemen ii libkonq5 4:4.4.5-2 core libraries for Konqueror ii libkonqsidebarplugin4 4:4.4.5-2 konqueror sidebar plugin library ii libkparts44:4.4.5-2+squeeze1 the Framework for the KDE Platform ii libkutils44:4.4.5-2+squeeze1 various utility classes for the KD ii libqt4-dbus 4:4.6.3-4 Qt 4 D-Bus module ii libqt4-qt3support 4:4.6.3-4 Qt 3 compatibility library for Qt ii libqt4-xml4:4.6.3-4 Qt 4 XML module ii libqtcore44:4.6.3-4 Qt 4 core module ii libqtgui4 4:4.6.3-4 Qt 4 GUI module ii libstdc++64.4.5-8The GNU Standard C++ Library v3 ii libx11-6 2:1.3.3-4 X11 client-side library Versions of packages konqueror recommends: ii dolphin 4:4.4.5-2 file manager ii konqueror-nsplugins 4:4.4.5-2 Netscape plugin support for Konque Versions of packages konqueror suggests: ii konq-plugins 4:4.4.0-2 plugins for Konqueror, the KDE fil -- no debconf information Title: Input with color change
Bug#627052: /usr/share/doc/git-doc/git-revert.html: Part of example command line is in subscript
Package: git-doc Version: 1:1.7.2.5-1 Severity: minor File: /usr/share/doc/git-doc/git-revert.html Second example for git revert is git revert -n master5..master2 with the part "5..master" in subscript. I guess the following is meant git revert -n master~5..master~2 Similarly, in the HTML documentation of cherry-pick, the forth example is git cherry-pick master4 master2 with "4 master" in subscript. Probably git cherry-pick master~4 master~2 is intended. Best wishes, Gábor Braun -- System Information: Debian Release: 6.0.1 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable'), (500, 'stable-updates') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash git-doc depends on no packages. git-doc recommends no packages. Versions of packages git-doc suggests: ii git 1:1.7.2.5-1 fast, scalable, distributed revisi pn git-arch (no description available) pn git-cvs(no description available) pn git-email (no description available) ii git-svn 1:1.7.2.5-1 fast, scalable, distributed revisi ii gitk 1:1.7.2.5-1 fast, scalable, distributed revisi pn gitweb (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#611298: /usr/bin/pdfannotextractor: pdfannotextractor requires libpdfbox-java
Package: texlive-latex-extra Version: 2009-10 Severity: normal File: /usr/bin/pdfannotextractor Pdfannotextractor also requires package libpdfbox-java. $ pdfannotextractor FILE.pdf PDFAnnotExtractor 0.1i, 2008/10/01 - Copyright (c) 2008 by Heiko Oberdiek. !!! Error: Cannot find PDFBox library! See README and option `--install'. Instead of the last line it would be better to say: "You must install package libpdfbox-java to use pdfannotextractor." (This is of course Debian-specific.) This is more the Debian way than using --install. Best wishes, Gábor Braun -- System Information: Debian Release: 6.0.1 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable'), (500, 'squeeze-updates') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages texlive-latex-extra depends on: ii dpkg 1.15.8.10 Debian package management system ii preview-latex-style 11.85-1extraction of elements from LaTeX ii tex-common2.08.1 common infrastructure for building ii texlive-binaries 2009-8 Binaries for TeX Live ii texlive-common2009-11TeX Live: Base component ii texlive-latex-base2009-11TeX Live: Basic LaTeX packages ii texlive-pictures 2009-11TeX Live: Graphics packages and pr Versions of packages texlive-latex-extra recommends: ii texlive-latex-extra-doc 2009-10TeX Live: Documentation files for ii texlive-latex-recommended 2009-11TeX Live: LaTeX recommended packag ii texpower 0.2-7 Macros for creating professional p texlive-latex-extra suggests no packages. Versions of packages tex-common depends on: ii debconf [debconf-2.0]1.5.38 Debian configuration management sy ii dpkg 1.15.8.10 Debian package management system ii ucf 3.0025+nmu1 Update Configuration File: preserv Versions of packages texlive-latex-extra is related to: ii tex-common2.08.1 common infrastructure for building ii texlive-binaries 2009-8 Binaries for TeX Live -- debconf information excluded -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#618305: Please add Hungarian translation
Package: update-notifier-kde Version: 1.2 Severity: wishlist Tags: patch l10n Please find attached a patch adding Hungarian translation. The patch is against the version in sid. Private communications with Kai Wasserbäch was a great help for the translation. Best wishes, Gábor Braun -- System Information: Debian Release: 6.0 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable'), (500, 'squeeze-updates') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages update-notifier-kde depends on: ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib ii libgcc11:4.4.5-8 GCC support library ii libkdecore54:4.4.5-2 the KDE Platform Core Library ii libkdeui5 4:4.4.5-2 the KDE Platform User Interface Li ii libkio54:4.4.5-2 the Network-enabled File Managemen ii libqt4-dbus4:4.6.3-4 Qt 4 D-Bus module ii libqt4-network 4:4.6.3-4 Qt 4 network module ii libqt4-svg 4:4.6.3-4 Qt 4 SVG module ii libqt4-xml 4:4.6.3-4 Qt 4 XML module ii libqtcore4 4:4.6.3-4 Qt 4 core module ii libqtgui4 4:4.6.3-4 Qt 4 GUI module ii libstdc++6 4.4.5-8 The GNU Standard C++ Library v3 ii update-notifier-common 0.99.3debian8 Files shared between update-notifi update-notifier-kde recommends no packages. update-notifier-kde suggests no packages. -- no debconf information diff --git a/po/kingston_update_notifier.pot b/po/hu.po similarity index 55% copy from po/kingston_update_notifier.pot copy to po/hu.po index 8119244..e1b9ed4 100644 --- a/po/kingston_update_notifier.pot +++ b/po/hu.po @@ -1,58 +1,60 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR This_file_is_part_of_KDE +# Hungarian translations for PACKAGE package. +# Copyright (C) 2011 This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # -#, fuzzy +# Braun Gábor , 2011. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n"; "POT-Creation-Date: 2011-02-18 18:00+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"PO-Revision-Date: 2011-03-13 21:29+0100\n" +"Last-Translator: Braun Gábor \n" +"Language-Team: Hungarian \n" +"Language: hu\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 1.0\n" +# Caption for non-security updates. #: src/notifier.cpp:57 msgid "It is recommended to update your system." -msgstr "" +msgstr "A rendszer frissíthető." #: src/notifier.cpp:57 #, kde-format msgid "There is %1 update available." msgid_plural "There are %1 updates available." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1 csomag frissíthető." +msgstr[1] "%1 csomag frissíthető." +# Caption when security update is possible. #: src/notifier.cpp:61 src/notifier.cpp:67 msgid "You should update your system." -msgstr "" +msgstr "Biztonsági frissítés ajánlott!" #: src/notifier.cpp:61 #, kde-format msgid "There is %1 security update available." msgid_plural "There are %1 security updates available." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1 csomaghoz van biztonsági frissítés." +msgstr[1] "%1 csomaghoz van biztonsági frissítés." #: src/notifier.cpp:63 #, kde-format msgid "%1 update" msgid_plural "%1 updates" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1" +msgstr[1] "%1" #: src/notifier.cpp:64 #, kde-format msgid "%1 security update" msgid_plural "%1 security updates" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1" +msgstr[1] "%1" #: src/notifier.cpp:67 #, kde-format @@ -61,23 +63,23 @@ msgctxt "" "represents the number of total updates (non-security and security ones)" msgid "There is: %2, and %3" msgid_plural "There are: %2, and %3" -msgstr[0] "" -msgstr[1] "" +msgstr[0
Bug#613529: update-notifier-kde: Incorrectly states the number of updates
Package: update-notifier-kde Version: 1.2 Severity: normal I have received a notification: There is 2 updates and 2 security updates available (There was no dot at the end of the sentence, and the verb was "is".) However, there were only 2 updates available, both of which were security. So the sentence is misleading. It would have been better to say: There are 2 security updates available. Some suggestion to clearly state the number of available updates: There is 1 security update available. There are 4 non-security updates available. There are 3 updates available, of which 2 are security. There are 2 security updates and 7 others available. Best wishes, Gábor Braun -- System Information: Debian Release: 6.0 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages update-notifier-kde depends on: ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib ii libgcc11:4.4.5-8 GCC support library ii libkdecore54:4.4.5-2 the KDE Platform Core Library ii libkdeui5 4:4.4.5-2 the KDE Platform User Interface Li ii libkio54:4.4.5-2 the Network-enabled File Managemen ii libqt4-dbus4:4.6.3-4 Qt 4 D-Bus module ii libqt4-network 4:4.6.3-4 Qt 4 network module ii libqt4-svg 4:4.6.3-4 Qt 4 SVG module ii libqt4-xml 4:4.6.3-4 Qt 4 XML module ii libqtcore4 4:4.6.3-4 Qt 4 core module ii libqtgui4 4:4.6.3-4 Qt 4 GUI module ii libstdc++6 4.4.5-8 The GNU Standard C++ Library v3 ii update-notifier-common 0.99.3debian8 Files shared between update-notifi update-notifier-kde recommends no packages. update-notifier-kde suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#547610: console-tools: Confirm bug but screen fonts are lat2-*
Package: console-tools Version: 1:0.2.3dbs-69.1 Severity: normal I have run into the same bug. My diff is different form Andreas: I had for the SCREEN_FONT* variables lat2-* entries: --- /etc/console-tools/config.dpkg-old 2009-12-23 20:14:26.0 +0100 +++ /etc/console-tools/config 2009-08-27 23:40:28.0 +0200 @@ -56,7 +56,7 @@ # supports DPMS on your video card. Set X's DPMS screensaver with xset dpms # or use option power_saver in XF86Config # -# DPMS set by default to on, because hsync can cause problems on certain +# DPMS set by default to off, because hsync can cause problems on certain # hardware, such as Armada E500 laptops BLANK_DPMS=off @@ -70,9 +70,3 @@ # Turn on numlock by default #LEDS=+num -SCREEN_FONT=lat2-sun16 -SCREEN_FONT_vc2=lat2-sun16 -SCREEN_FONT_vc3=lat2-sun16 -SCREEN_FONT_vc4=lat2-sun16 -SCREEN_FONT_vc5=lat2-sun16 -SCREEN_FONT_vc6=lat2-sun16 -- System Information: Debian Release: 6.0 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages console-tools depends on: ii debconf [debconf-2.0] 1.5.38 Debian configuration management sy ii libc6 2.11.2-10Embedded GNU C Library: Shared lib ii libconsole 1:0.2.3dbs-69.1 Shared libraries for Linux console ii lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip Versions of packages console-tools recommends: ii console-common0.7.85 basic infrastructure for text cons ii console-data 2:1.10-9 keymaps, fonts, charset maps, fall ii console-setup 1.68 console font and keymap setup prog Versions of packages console-tools suggests: pn kbd-compat (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#607857: tex-common: Hard-coded path in proposed patch
> To make it completely clear: Debian TeX Live does not support > moving of arbitrary trees by changing variables in texmf.cnf. > > If we allow that this will be a huge set of worms we open up. I withdraw my proposal. I don't think being able to move trees is worth opening up the worms. I think you can make yout patch cleaner by replacing /var/lib/texmf with $TEXMFSYSVARDIR, as this avoids new instances of hard-coded paths: Index: debian/postinst.in === --- debian/postinst.in (revision 4780) +++ debian/postinst.in (working copy) @@ -144,7 +144,7 @@ # call updmap with --nohash so that no ls-R files # are created in /usr/local/share/texmf/ # see bug report #607857 -# instead of that we call mktexlsr /var/lib/texmf +# instead of that we call mktexlsr $TEXMFSYSVARDIR # afterwards. This can be done without checks as # we know that dhit_libkpathsea_configured and # since mktexlsr and updmap are in the same package @@ -153,14 +153,14 @@ rm -f $tempfile echo "done." tempfile=$(mktemp -p /tmp mktexlsr.) -printf "Running mktexlsr /var/lib/texmf ... " -if mktexlsr /var/lib/texmf > $tempfile 2>&1 ; then +printf "Running mktexlsr $TEXMFSYSVARDIR ... " +if mktexlsr $TEXMFSYSVARDIR > $tempfile 2>&1 ; then rm -f $tempfile echo "done." else exec >&2 echo -echo "mktexlsr /var/lib/texmf failed. Output has been stored in" +echo "mktexlsr $TEXMFSYSVARDIR failed. Output has been stored in" echo "$tempfile" echo "Please include this file if you report a bug." echo Best wishes, Gábor Braun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#608900: xz-utils: Typos in Hungarian package description
Package: xz-utils Version: 5.0.0-2 Severity: minor In the Hungarian package description please correct the following typos: replace 'tarttalmaz' with 'tartalmaz' in the sentence just before the feature list (a 't' is erronously doubled), replace 'flimseri' with 'felismeri' in the first feature. Thanks. Gábor Braun -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xz-utils depends on: ii libc6 2.11.2-7 Embedded GNU C Library: Shared lib ii liblzma2 5.0.0-2XZ-format compression library xz-utils recommends no packages. Versions of packages xz-utils suggests: pn xz-lzma(no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#604153: keyboard-configuration: Confirm bug in 1.65
Package: keyboard-configuration Version: 1.65 Followup-For: Bug #604153 I confirm the bug in 1.65. -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages keyboard-configuration depends on: ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy keyboard-configuration recommends no packages. keyboard-configuration suggests no packages. -- debconf information: keyboard-configuration/layout: keyboard-configuration/xkb-keymap: hu keyboard-configuration/variant: Magyarország debian-installer/console-setup-udeb/title: keyboard-configuration/unsupported_options: true keyboard-configuration/ctrl_alt_bksp: false keyboard-configuration/variantcode: keyboard-configuration/other: keyboard-configuration/optionscode: nbsp:level3,compose:lwin keyboard-configuration/modelcode: pc105 keyboard-configuration/unsupported_config_options: true keyboard-configuration/unsupported_config_layout: true keyboard-configuration/toggle: No toggling keyboard-configuration/compose: Left Logo key keyboard-configuration/switch: No temporary switch keyboard-configuration/altgr: The default for the keyboard layout keyboard-configuration/unsupported_layout: true * keyboard-configuration/model: Általános 105 gombos (nemzetközi) PC keyboard-configuration/layoutcode: hu keyboard-configuration/store_defaults_in_debconf_db: true -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#607857: tex-common: Hard-coded path in proposed patch
Package: tex-common Followup-For: Bug #607857 AFAIK the paths texlive uses can be freely configured by the sysadmin. So I think the paths /var/lib/texmf/ etc in the examples are simplification to clearly state the idea and not meant to appear in real code. Therefore I suggest to modify the proposed patch of ponstinst.in to obtain the path from the relevant configuration variable (which I guess is TEXMFSYSVAR as this seems to be the one used by updmap-sys). Best wishes, Gábor Braun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#607657: net-tools: Mispelles "az" in Hungarian package description
Package: net-tools Version: 1.60-22 Severity: minor Tags: l10n The end of the first paragraph reads on packages.debian.org: és sz IP-konfigurálás fejlesztői aspektusát The second word "sz" should be replaced with "az". This is probably a typo. Best wishes, Gábor Braun -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages net-tools depends on: ii libc6 2.11.2-7 Embedded GNU C Library: Shared lib net-tools recommends no packages. net-tools suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#607656: chromium-browser: Identifies itself as Google Chrome when enabling extension in incognito mode
Package: chromium-browser Version: 6.0.472.63~r59945-2 Severity: minor Tags: l10n I open a new incognito window. I follow the link at the bottom to manage extensions. I check the box at an extension to enable it. The following (Hungarian) message appears with a yellow background: Figyelmeztetés: A Google Chrome nem tudja megakadályozni, hogy a bővítmények rögzítsék a böngészési előzményeit. A bővítmény inkognitómódban való használatának letiltásához törölje e lehetőség megjelölését. I think "Google Chrome" should be replaced with "Chromium" as this is used also in other messages to identify the browser. Best wishes, Gábor Braun -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages chromium-browser depends on: ii chromium-browser-ins 6.0.472.63~r59945-2 page inspector for the chromium-br ii libasound2 1.0.23-2.1 shared library for ALSA applicatio ii libatk1.0-0 1.30.0-1The ATK accessibility toolkit ii libbz2-1.0 1.0.5-1+lenny1 high-quality block-sorting file co ii libc62.11.2-7Embedded GNU C Library: Shared lib ii libcairo21.8.10-6The Cairo 2D vector graphics libra ii libcups2 1.4.4-7 Common UNIX Printing System(tm) - ii libdbus-1-3 1.2.1-5+lenny1 simple interprocess messaging syst ii libdbus-glib-1-2 0.88-2 simple interprocess messaging syst ii libevent-1.4-2 1.4.13-stable-1 An asynchronous event notification ii libexpat12.0.1-4+lenny3 XML parsing C library - runtime li ii libfontconfig1 2.8.0-2.1 generic font configuration library ii libfreetype6 2.4.2-2.1 FreeType 2 font engine, shared lib ii libgcc1 1:4.4.5-8 GCC support library ii libgconf2-4 2.28.1-6GNOME configuration database syste ii libgcrypt11 1.4.5-2 LGPL Crypto library - runtime libr ii libgl1-mesa-glx [lib 7.7.1-4 A free implementation of the OpenG ii libglewmx1.5 1.5.4-1 The OpenGL Extension Wrangler - ru ii libglib2.0-0 2.24.2-1The GLib library of C routines ii libgtk2.0-0 2.20.1-2The GTK+ graphical user interface ii libicu44 4.4.1-7 International Components for Unico ii libjpeg626b1-1 The Independent JPEG Group's JPEG ii libnspr4-0d 4.8.6-1 NetScape Portable Runtime Library ii libnss3-1d 3.12.8-1Network Security Service libraries ii libpango1.0-01.28.3-1Layout and rendering of internatio ii libpng12-0 1.2.27-2+lenny4 PNG library - runtime ii libstdc++6 4.4.5-8 The GNU Standard C++ Library v3 ii libv8-2.2.24 2.2.24-6V8 JavaScript Engine ii libvpx0 0.9.1-2 VP8 video codec (shared library) ii libx11-6 2:1.3.3-4 X11 client-side library ii libxext6 2:1.0.4-2 X11 miscellaneous extension librar ii libxml2 2.7.8.dfsg-1GNOME XML library ii libxrender1 1:0.9.4-2 X Rendering Extension client libra ii libxslt1.1 1.1.26-6XSLT 1.0 processing library - runt ii libxss1 1:1.1.3-1 X11 Screen Saver extension library ii xdg-utils1.0.2+cvs20100307-2 desktop integration utilities from ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime chromium-browser recommends no packages. Versions of packages chromium-browser suggests: ii chromium-browser-l10 6.0.472.63~r59945-2 chromium-browser language packages -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#605047: debconf: Incorrect Hungarian translation for Yes and No
> (Please answer to the bug report so that further exchanges are archived) Sorry for that. > > Installed version 5.02~cvs200910 without getting any question. > > That's not the complete version number, I guess. The complete version number is 5.02~cvs20091031-7 (for geneweb). > You got no question because your debconf priority is probably set to > "critical". $ grep --after 3 debconf/priority /var/cache/debconf/config.dat Name: debconf/priority Template: debconf/priority Value: high Owners: debconf >> The ? was inverted with a hexagonal background, followed by an empty >> square (which I imitated with [] above). > > That sounds like wrong UTF-8 encoding handling on the system. I haven't noticed such problems in other cases even though I regularly use non-ASCII characters in filenames and text files. Best wishes, Gábor Braun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#605047: debconf: Incorrect Hungarian translation for Yes and No
> Hmmm, so your system is a lenny system, not squeeze or unstable. ... > But this comes from squeeze ... > I suspect that your problems have something to do with that mix. At > least, the problem is unreproducible on unstable. Yes, the system is a mix of lenny and squeeze. > Are you sure that the problem was during a debconf question? Do you > remember *what* was that question? It was sysv-rc asking in English whether to migrate to dependency based booting. Best wishes, Gábor Braun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#605373: release-notes: Parallel booting is the default
Package: release-notes Severity: normal Section 2.1.2 incorrectly states that parallel booting is not the default. The insserv package's README is currently out of date in this respect, see #605368. Therefore I suggest to rewrite the last paragraph of Section 2.1.2 to With dependency-based boot sequencing it is also now possible to run the boot system scripts in parallel which can, under most circumstances, improve the speed of the boot process. This feature is currently enabled by default. To disable it specify CONCURRENCY=none in /etc/default/rcS. More information is available in /usr/share/doc/insserv/README.Debian. Best wishes, Gábor Braun -- System Information: irrelevant -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#605368: insserv: README falsely claims that parallel booting is not the default
Package: insserv Version: 1.14.0-2 Severity: normal >From /usr/share/doc/insserv/README.Debian: An experimental feature to run init.d scripts in parallel is also available. Use the CONCURRENCY setting in /etc/default/rcS to enable it. In short: # Enable parallel booting echo CONCURRENCY=makefile >> /etc/default/rcS The 'makefile' style concurrency depend on complete and correct dependencies in all init.d scripts. There is a simpler and less strict style 'startpar' This conflicts with /etc/init.d/rc from sysv-rc 2.88dsf-13: # Specify method used to enable concurrent init.d scripts. # Valid options are 'none' and 'makefile'. Obsolete options # used earlier are 'shell' and 'startpar'. The obsolete options # are aliases for 'makefile' since 2010-05-14. The default since # the same date is 'makefile', as the init.d scripts in Debian now # include dependency information and are ordered using this # information. See insserv for information on dependency based # boot sequencing. CONCURRENCY=makefile I think that sysv-rc is right: it boots parallel by default (when possible), and regards startpar as an obsolete alias for makefile. Therefore please update the README file. The Debian Release Notes, Section 2.1.2 is also wrong about parallel booting not enabled by default. If you agree I will file a bug report aginst it. -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages insserv depends on: ii libc6 2.11.2-7 Embedded GNU C Library: Shared lib insserv recommends no packages. Versions of packages insserv suggests: pn bootchart (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#605134: konq-plugins: DOM tree viewer crashes konqueror on Debian changelog
Package: konq-plugins Version: 4:4.4.0-2 Severity: normal On the web page http://packages.debian.org/changelogs/pool/main/k/kdebase/kdebase_4.4.5-1/changelog selecting the DOM tree viewer from the Utilities menu immediately crashes konqueror and the crash assistant appears. The crash occurs on the changelog of other packages but not on other sites. Report generated by crash assistant: Application: konqueror (4.4.5 (KDE 4.4.5)) KDE Platform Version: 4.4.5 (KDE 4.4.5) Qt Version: 4.6.3 Operating System: Linux 2.6.32-5-amd64 x86_64 Distribution: Debian GNU/Linux 5.0.6 (lenny) -- Information about the crash: -- Backtrace: Application: Konqueror (konqueror), signal: Segmentation fault [Current thread is 0 (LWP 2792)] Thread 2 (Thread 0x7f5b8bb53710 (LWP 2992)): #0 pthread_cond_timedwait@@GLIBC_2.3.2 () at .../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:211 #1 0x7f5ba266edd2 in QWaitCondition::wait (this=, mutex=0x1dafbd0, time=3) at thread/qwaitcondition_unix.cpp:85 #2 0x7f5ba2663e01 in QThreadPoolThread::run (this=0x2c6ea20) at concurrent/qthreadpool.cpp:140 #3 0x7f5ba266de15 in QThreadPrivate::start (arg=0x2c6ea20) at thread/qthread_unix.cpp:248 #4 0x7f5b9e3628ba in start_thread (arg=) at pthread_create.c:300 #5 0x7f5ba497f02d in clone () at .../sysdeps/unix/sysv/linux/x86_64/clone.S:112 #6 0x in ?? () Thread 1 (Thread 0x7f5ba4fee720 (LWP 2792)): [KCrash Handler] #5 0x7f5ba1e2631f in QTreeModel::index (this=0x5959fb0, item=0x222b110, column=0) at .../../include/QtCore/../../src/corelib/tools/qlist.h:90 #6 0x7f5ba1e294c3 in QTreeWidget::setItemExpanded (this=0x3369710, item=0x222b110, expand=) at .../../include/QtGui/private/../../../src/gui/itemviews/qtreewidget_p.h:224 #7 0x7f5b8d8fd60d in ?? () from /usr/lib/kde4/domtreeviewerplugin.so #8 0x7f5b8d8fdc32 in ?? () from /usr/lib/kde4/domtreeviewerplugin.so #9 0x7f5b8d8fdf50 in ?? () from /usr/lib/kde4/domtreeviewerplugin.so #10 0x7f5b8d8fe549 in ?? () from /usr/lib/kde4/domtreeviewerplugin.so #11 0x7f5b8d8fe5a9 in ?? () from /usr/lib/kde4/domtreeviewerplugin.so #12 0x7f5b8d8fe93a in ?? () from /usr/lib/kde4/domtreeviewerplugin.so #13 0x7f5ba27702e6 in QMetaObject::activate (sender=0x59daf00, m=, local_signal_index=, argv=0x0) at kernel/qobject.cpp:3295 #14 0x7f5ba2ef in QSingleShotTimer::timerEvent (this=0x59daf00) at kernel/qtimer.cpp:308 #15 0x7f5ba276cb43 in QObject::event (this=0x59daf00, e=0x7fff619a2250) at kernel/qobject.cpp:1212 #16 0x7f5ba188432c in QApplicationPrivate::notify_helper (this=0x1b05480, receiver=0x59daf00, e=0x7fff619a2250) at kernel/qapplication.cpp:4302 #17 0x7f5ba188a80b in QApplication::notify (this=0x7fff619a2700, receiver=0x59daf00, e=0x7fff619a2250) at kernel/qapplication.cpp:4185 #18 0x7f5ba3145836 in KApplication::notify (this=0x7fff619a2700, receiver=0x59daf00, event=0x7fff619a2250) at .../../kdeui/kernel/kapplication.cpp:302 #19 0x7f5ba275d09c in QCoreApplication::notifyInternal (this=0x7fff619a2700, receiver=0x59daf00, event=0x7fff619a2250) at kernel/qcoreapplication.cpp:726 #20 0x7f5ba2789e72 in QTimerInfoList::activateTimers (this=0x1b09200) at .../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215 #21 0x7f5ba27869c4 in timerSourceDispatch (source=) at kernel/qeventdispatcher_glib.cpp:184 #22 0x7f5b9dcb26f2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 #23 0x7f5b9dcb6568 in ?? () from /lib/libglib-2.0.so.0 #24 0x7f5b9dcb671c in g_main_context_iteration () from /lib/libglib-2.0.so.0 #25 0x7f5ba27866b3 in QEventDispatcherGlib::processEvents (this=0x1ae8f80, flags=) at kernel/qeventdispatcher_glib.cpp:412 #26 0x7f5ba193419e in QGuiEventDispatcherGlib::processEvents (this=0x7fff619a1560, flags=) at kernel/qguieventdispatcher_glib.cpp:204 #27 0x7f5ba275b9c2 in QEventLoop::processEvents (this=, flags=) at kernel/qeventloop.cpp:149 #28 0x7f5ba275bd9c in QEventLoop::exec (this=0x7fff619a24f0, flags=) at kernel/qeventloop.cpp:201 #29 0x7f5ba2760a2b in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003 #30 0x7f5ba4cd475b in kdemain () from /usr/lib/kde4/libkdeinit/libkdeinit4_konqueror.so #31 0x7f5ba48cec4d in __libc_start_main (main=, argc=, ubp_av=, init=, fini=, rtld_fini=, stack_end=0x7fff619a30d8) at libc-start.c:228 #32 0x00400679 in _start () -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages konq-plugins depends on: ii kdebase-runtime 4:4.4.5-1runtime components from the offici ii konqueror 4:4.4.5-1advanced file manager, web
Bug#605047: debconf: Incorrect Hungarian translation for Yes and No
Package: debconf Version: 1.5.24 Severity: minor Tags: l10n During an upgrade, a long question appeared expecting a yes or no answer. However the choices were and instead of and . Best wishes, Gábor Braun -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages debconf depends on: ii debconf-i18n 1.5.24 full internationalization support ii perl-base 5.10.1-16 minimal Perl system Versions of packages debconf recommends: ii apt-utils 0.8.8 APT utility programs Versions of packages debconf suggests: pn debconf-doc(no description available) pn debconf-utils (no description available) ii libgnome2-perl1.042-1+b1 Perl interface to the GNOME librar pn libnet-ldap-perl (no description available) pn libqt-perl (no description available) pn libterm-readline-gnu- (no description available) ii perl 5.10.1-16 Larry Wall's Practical Extraction ii whiptail 0.52.2-11.3+lenny1 Displays user-friendly dialog boxe -- debconf information: debconf-apt-progress/preparing: debconf-apt-progress/title: debconf-apt-progress/info: debconf-apt-progress/media-change: debconf/frontend: Dialog debconf/priority: high -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#604857: release-notes: Mention change/unification of keyboard settings under X and console
Package: release-notes Severity: normal Source: http://wiki.deban.org/MacBook (with a bit rephrasing) In squeeze, keyboard settings for xorg and console has been unified. xorg.conf keyboard entry will be ignored in most cases. Therefore, you should try to edit the file /etc/default/keyboard. For example, when using a french mac layout, the file should look like this: XKBMODEL="pc105" XKBLAYOUT="fr" XKBVARIANT="mac" XKBOPTIONS="lv3:rwin_switch" The console-setup package handles the keyboard and font configuration for the console. Best wishes, Gábor Braun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#602526: plasma-widget-networkmanagement: Incorrectly shows DSL connection never used
Package: plasma-widget-networkmanagement Version: 0.1~svn1141976-1 Severity: minor In the configuration dialog: Network Connections -> DSL: My DSL connection is listed but in the "Last Used" column the entry is "Never". This is definitely incorrect, as I am using it regularly, and I am connected to it automatically as configured. Best wishes, Gábor Braun -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages plasma-widget-networkmanagement depends on: ii knm-runtime0.1~svn1141976-1 KDE NetworkManagement infrastructu ii libc6 2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib ii libgcc11:4.4.5-4 GCC support library ii libkdecore54:4.4.5-1 the KDE Platform Core Library ii libkdeui5 4:4.4.5-1 the KDE Platform User Interface Li ii libkio54:4.4.5-1 the Network-enabled File Managemen ii libkutils4 4:4.4.5-1 various utility classes for the KD ii libplasma3 4:4.4.5-1 the Plasma Library for the KDE Pla ii libqt4-dbus4:4.6.3-4 Qt 4 D-Bus module ii libqt4-network 4:4.6.3-4 Qt 4 network module ii libqt4-svg 4:4.6.3-4 Qt 4 SVG module ii libqt4-xml 4:4.6.3-4 Qt 4 XML module ii libqtcore4 4:4.6.3-4 Qt 4 core module ii libqtgui4 4:4.6.3-4 Qt 4 GUI module ii libsolid4 4:4.4.5-1 Solid Library for KDE Platform ii libsolidcontrol4 4:4.4.5-4 library for Solid based network ma ii libstdc++6 4.4.5-4 The GNU Standard C++ Library v3 plasma-widget-networkmanagement recommends no packages. Versions of packages plasma-widget-networkmanagement suggests: ii kdebase-workspace-bin 4:4.4.5-4 core binaries for the KDE Plasma W -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#600572: /usr/share/initramfs-tools/hooks/uswsusp: line 31: [: too many arguments
Package: uswsusp Version: 0.7-1.2 Severity: normal File: /usr/share/initramfs-tools/hooks/uswsusp During installation, the following message appeared: Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-2.6.32-5-amd64 dpkg: warning: obsolete option '--print-installation-architecture', please use--print-architecture' instead. dpkg: warning: obsolete option '--print-installation-architecture', please use--print-architecture' instead. /usr/share/initramfs-tools/hooks/uswsusp: line 31: [: too many arguments My concern is the last line: what is the problem with the script? Line 31 in question is if [ -z "$RES_DEV" ] || [ ! -b $RES_DEV ]; then Perhaps the qutation marks around the second $RES_DEV are missing. Best wishes, Gábor Braun -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages uswsusp depends on: ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy ii libc6 2.11.2-6 Embedded GNU C Library: Shared lib ii libgcc1 1:4.4.5-2 GCC support library ii libgcrypt11 1.4.5-2LGPL Crypto library - runtime libr ii liblzo2-2 2.03-1 data compression library ii libpci3 1:3.1.7-5 Linux PCI Utilities (shared librar ii libsplashy1 0.3.13-3 Library to draw splash screen on b ii libx86-1 1.1+ds1-2 x86 real-mode library Versions of packages uswsusp recommends: ii initramfs-tools 0.92o tools for generating an initramfs ii mount 2.13.1.1-1 Tools for mounting and manipulatin Versions of packages uswsusp suggests: pn splashy(no description available) -- debconf information excluded -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#600270: reportbug: Asks bug number when there is only one choice
Package: reportbug Version: 3.48 Severity: minor After filtering bug messages, I had the luck that only one remained, which described my problem: Outstanding bugs -- Important bugs; Unclassified (7 bugs): 1 report 1) #463738 Can mess up locale dependent data processing (1-1/1) Is the bug you found listed above [y|N|m|r|q|s|f|u|t|?]? y Enter the number of the bug report you want to give more info on, or press ENTER to exit: In this case, reportbug shouldn't have asked for the bug number as it was unique. Best wishes, Gábor Braun -- Package-specific info: ** Environment settings: INTERFACE="text" ** /home/gabor/.reportbugrc: (removed, irrelevant) -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages reportbug depends on: ii apt 0.8.6 Advanced front-end for dpkg ii python 2.6.6-3 interactive high-level object-orie ii python-central 0.6.16+nmu1 register and build utility for Pyt reportbug recommends no packages. Versions of packages reportbug suggests: pn debconf-utils (no description available) pn debsums(no description available) pn dlocate(no description available) ii exim4-daemon-light [mail- 4.69-9 lightweight Exim MTA (v4) daemon ii file 4.26-1 Determines file type using "magic" ii gnupg 1.4.9-3+lenny1 GNU privacy guard - a free PGP rep pn python-urwid (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#463738: gtk-qt-engine: Emacs doesn't show LaTeX files in AUCTeX's LaTeX mode
Package: gtk-qt-engine Version: 1:1.1+svn5-4+b1 Followup-For: Bug #463738 See http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/402751b25b47a913/bde12a7f74e1b02d?hide_quotes=no#msg_8fe02ee641a06bbf When starting emacs to load a LaTeX file, it is not fontified and shown in Fundamental mode. Typing M-x LaTeX-mode returns an error: Invalid face height 0.0. Typing M-x LaTeX-mode again the buffer switches to LaTeX mode. Starting emacs as LC_NUMERIC=C emacs file.tex the problem does not occur. These are my own experience and the above link describes the same problem, I guess, I don't know for sure that it is gtk-qt-engine's fault but I have this problem only recently and have installed the package again recently. You can also find the opinion of the mantainer of AUCTeX in the following link, let me copy the relevant part: [LC_NUMERIC=C] will affect every program started from within Emacs as well. I am not clear what code is responsible for this: the problem is likely because either scanf or printf or its equivalents use "," instead of "." in numbers. Whether this happens inside of Emacs proper or in GTK, I don't know. In general, you rarely want LC_NUMERIC to be different from "C" for _anything_. Programming languages and libraries and utilities break because programmers hardly ever expect that the equivalent of printf("%4.2f",3.0) would result in "3,00" in foreign locales. ii auctex 11.85-1integrated document editing ii emacs2323.2+1-4 The GNU Emacs editor (with GTK+ user Best wishes, Gábor Braun -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages gtk-qt-engine depends on: ii libatk1.0-0 1.30.0-1 The ATK accessibility toolkit ii libc6 2.11.2-6 Embedded GNU C Library: Shared lib ii libcairo2 1.8.10-6 The Cairo 2D vector graphics libra ii libfontconfig1 2.8.0-2.1generic font configuration library ii libfreetype62.4.2-1 FreeType 2 font engine, shared lib ii libgcc1 1:4.4.5-2GCC support library ii libglib2.0-02.24.2-1 The GLib library of C routines ii libgtk2.0-0 2.20.1-1+b1 The GTK+ graphical user interface ii libpango1.0-0 1.28.1-1 Layout and rendering of internatio ii libqtcore4 4:4.6.3-1+b1 Qt 4 core module ii libqtgui4 4:4.6.3-1+b1 Qt 4 GUI module ii libstdc++6 4.4.5-2 The GNU Standard C++ Library v3 ii libx11-62:1.3.3-3X11 client-side library Versions of packages gtk-qt-engine recommends: ii kde-config-gtk-style 1:1.1+svn5-4+b1 KDE configuration module for GTK+ gtk-qt-engine suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#599685: aptitude: SIGABRT on quitting
Package: aptitude Version: 0.6.3-3.1 Severity: normal Upon quitting aptitude, the following message appears on console: aptitude: /usr/include/boost/flyweight/refcounted.hpp:68: boost::flyweights::detail::refcounted_value::~refcounted_value() [with Value = boost::flyweights::detail::default_value_policy::choice_set_with_hash>::rep_type, Key = generic_solver_information::choice_set_with_hash]: A(z) „count()==0” kijelentés meghiúsult. Ouch! Got SIGABRT, dying.. Félbeszakítva This has happened several times. Best wishes, Gábor Braun -- Package-specific info: aptitude 0.6.3 compiled at Aug 26 2010 19:06:44 Compiler: g++ 4.4.5 20100816 (prerelease) Compiled against: apt version 4.10.0 NCurses version 5.7 libsigc++ version: 2.2.4.2 Ept support enabled. Gtk+ support disabled. Current library versions: NCurses version: ncurses 5.7.20100313 cwidget version: 0.5.12 Apt version: 4.10.1 linux-vdso.so.1 => (0x7fff532e9000) libapt-pkg.so.4.10 => /usr/lib/libapt-pkg.so.4.10 (0x7f4194ff8000) libncursesw.so.5 => /lib/libncursesw.so.5 (0x7f4194da5000) libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0x7f4194b9f000) libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0x7f41948cc000) libept.so.1 => /usr/lib/libept.so.1 (0x7f4194678000) libxapian.so.22 => /usr/lib/libxapian.so.22 (0x7f4194297000) libz.so.1 => /usr/lib/libz.so.1 (0x7f419408) libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x7f4193dea000) libboost_iostreams.so.1.42.0 => /usr/lib/libboost_iostreams.so.1.42.0 (0x7f4193bce000) libpthread.so.0 => /lib/libpthread.so.0 (0x7f41939b2000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x7f419369e000) libm.so.6 => /lib/libm.so.6 (0x7f419341b000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x7f4193205000) libc.so.6 => /lib/libc.so.6 (0x7f4192ea4000) libutil.so.1 => /lib/libutil.so.1 (0x7f4192ca) libdl.so.2 => /lib/libdl.so.2 (0x7f4192a9c000) libuuid.so.1 => /lib/libuuid.so.1 (0x7f4192897000) libbz2.so.1.0 => /lib/libbz2.so.1.0 (0x7f4192687000) librt.so.1 => /lib/librt.so.1 (0x7f419247f000) /lib64/ld-linux-x86-64.so.2 (0x7f419531) Terminal: xterm $DISPLAY is set. `which aptitude`: /usr/bin/aptitude aptitude version information: aptitude linkage: -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages aptitude depends on: ii apt [libapt-pkg4.10] 0.8.5 Advanced front-end for dpkg ii libboost-iostreams1.42 1.42.0-4 Boost.Iostreams Library ii libc6 2.11.2-6 Embedded GNU C Library: Shared lib ii libcwidget30.5.12-4 high-level terminal interface libr ii libept11.0.3+b1 High-level library for managing De ii libgcc11:4.4.5-2 GCC support library ii libncursesw5 5.7+20100313-4shared libraries for terminal hand ii libsigc++-2.0-0c2a 2.0.18-2 type-safe Signal Framework for C++ ii libsqlite3-0 3.7.2-1 SQLite 3 shared library ii libstdc++6 4.4.5-2 The GNU Standard C++ Library v3 ii libxapian221.2.3-2 Search engine library ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime Versions of packages aptitude recommends: ii apt-xapian-index 0.16 maintenance tools for a Xapian ind ii aptitude-doc-en [aptitude-doc 0.6.3-3.1 English manual for aptitude, a ter ii libparse-debianchangelog-perl 1.1.1-2parse Debian changelogs and output ii sensible-utils0.0.4 Utilities for sensible alternative Versions of packages aptitude suggests: pn debtags(no description available) ii tasksel 2.78 Tool for selecting tasks for insta -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#597716: iceweasel-l10n-hu: Misleading translation for "Open Containing Folder"
Package: iceweasel-l10n-hu Version: 1:3.5.11+debian-1 Severity: normal Tags: l10n In the list of downloaded files, right-clicking on a file pops up a context menu. The second entry form the top is "Megjelenítés", which means "View". I guess this entry is for opening the containing folder. So it should read eg "Tartalmazó mappa megnyitása" instead. (Or "Tartalmazó könyvtár megnyitása".) Note that since I am affected by bug 478309, clicking on the entry pops up a dialog to choose the opening application. There is a checkbox at the bottom labelled "Választás megjegyzése az összes file típusú hivatkozáshoz". It is unclear what "file típusú" means here. I guess the intended meaning is "Remember choice for directories". So I suggest to replace the label with "Választás megjegyzése mappákhoz" (or "Választás megjegyzése könyvtárakhoz"). All the best, Gábor Braun -- System Information: Debian Release: 5.0.6 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages iceweasel-l10n-hu depends on: ii iceweasel 3.5.12-2 Web browser based on Firefox Versions of packages iceweasel-l10n-hu recommends: ii myspell-hu0.99.4-1.1 The Hungarian dictionary for myspe iceweasel-l10n-hu suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#597635: plasma-widgets-workspace: Device notifier configuration dialog freezes desktop
Hi, > I would like to stress one thing here -> you willingly minimized the dialog > when the rest of the desktop was darkened. So you as a user did a mistake > but you still have a way out of it (Alt+Tab). Therefore, this bug is by no > way critical as it does not affect anywhere majority of users nor it's The dialog can be also minimized by mistake, nonetheless I accept your arguments for this being a mere usability issue. Thanks for the Alt+Tab hint. Keep up the good work! Gábor Braun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#597638: plasma-widgets-workspace: device notifier: configuration: can't add/remove properties for actions
Package: plasma-widgets-workspace Version: 4:4.4.5-3 Severity: normal This is about the configuration dialog for editing an action what is offered to a device (eg open with file manager) The dialog only offers to edit the parameters already there but not to add a new parameter or remove an existing one. In particular, I don't see the "+" and "-" buttons to do these. Best wishes, Gábor Braun -- System Information: Debian Release: 5.0.6 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages plasma-widgets-workspace depends on: ii kdebase-runtime 4:4.4.5-1runtime components from the offici ii libc6 2.11.2-5 Embedded GNU C Library: Shared lib ii libkdecore5 4:4.4.5-1the KDE Platform Core Library ii libkdeui5 4:4.4.5-1the KDE Platform User Interface Li ii libkio5 4:4.4.5-1the Network-enabled File Managemen ii libkunitconversion4 4:4.4.5-1the Unit Conversion library for th ii libkutils4 4:4.4.5-1various utility classes for the KD ii libkworkspace4 4:4.4.5-3library for the kdebase workspace ii libplasma3 4:4.4.5-1the Plasma Library for the KDE Pla ii libplasmaclock4a4:4.4.5-3library for Plasma clocks ii libqt4-dbus 4:4.6.3-1+b1 Qt 4 D-Bus module ii libqt4-webkit 4:4.6.3-1+b1 Qt 4 WebKit module ii libqt4-xml 4:4.6.3-1+b1 Qt 4 XML module ii libqtcore4 4:4.6.3-1+b1 Qt 4 core module ii libqtgui4 4:4.6.3-1+b1 Qt 4 GUI module ii libsolid4 4:4.4.5-1Solid Library for KDE Platform ii libsolidcontrol44:4.4.5-3library for Solid based network ma ii libstdc++6 4.4.4-8 The GNU Standard C++ Library v3 ii libx11-62:1.3.3-3X11 client-side library ii libxcomposite1 1:0.4.0-3X11 Composite extension library ii libxdamage1 1:1.1.1-4X11 damaged region extension libra ii libxfixes3 1:4.0.3-2X11 miscellaneous 'fixes' extensio ii libxrender1 1:0.9.4-2X Rendering Extension client libra ii libxss1 1:1.1.3-1X11 Screen Saver extension library ii plasma-dataengines-workspac 4:4.4.5-3KDE Plasma data engines plasma-widgets-workspace recommends no packages. plasma-widgets-workspace suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#597635: plasma-widgets-workspace: Device notifier configuration dialog freezes desktop
Package: plasma-widgets-workspace Version: 4:4.4.5-3 Severity: critical Justification: breaks the whole system 1) I right-click on the device notifier icon on the panel and select "Beállítások" (Settings) from the menu. 2) I select the second icon from the top in the left pane: "Eszközműveletek" (Actions) 3) Now in the right, I see actions like "Megnyitás a fájlkezelővel" (open with file manager). I select an action and click on the middle button "Szerkesztés" (Edit) below. At this point, the desktop darkens and the items on the desktop (panels, widgets on the desktop etc) become unresponsive. No switching to minimized window, no logout, KDE menu unavailable. Only the window manager actions remain: eg moving/resizing windows, using the icons on windows, switching to another displayed window. A new dialog appears where one can edit the actions. By closing the dialog, the desktop returns to normal color and the widgets are responsive again. But if I minimize the dialog window, I don't see any way to return, so I am stuck with a hardly usable desktop. In my opinion, making the desktop widgets unresponsive is a critical bug because they are essential for using the system (starting applications, logging out, switching between applications etc). Best wishes, Gábor Braun -- System Information: Debian Release: 5.0.6 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages plasma-widgets-workspace depends on: ii kdebase-runtime 4:4.4.5-1runtime components from the offici ii libc6 2.11.2-5 Embedded GNU C Library: Shared lib ii libkdecore5 4:4.4.5-1the KDE Platform Core Library ii libkdeui5 4:4.4.5-1the KDE Platform User Interface Li ii libkio5 4:4.4.5-1the Network-enabled File Managemen ii libkunitconversion4 4:4.4.5-1the Unit Conversion library for th ii libkutils4 4:4.4.5-1various utility classes for the KD ii libkworkspace4 4:4.4.5-3library for the kdebase workspace ii libplasma3 4:4.4.5-1the Plasma Library for the KDE Pla ii libplasmaclock4a4:4.4.5-3library for Plasma clocks ii libqt4-dbus 4:4.6.3-1+b1 Qt 4 D-Bus module ii libqt4-webkit 4:4.6.3-1+b1 Qt 4 WebKit module ii libqt4-xml 4:4.6.3-1+b1 Qt 4 XML module ii libqtcore4 4:4.6.3-1+b1 Qt 4 core module ii libqtgui4 4:4.6.3-1+b1 Qt 4 GUI module ii libsolid4 4:4.4.5-1Solid Library for KDE Platform ii libsolidcontrol44:4.4.5-3library for Solid based network ma ii libstdc++6 4.4.4-8 The GNU Standard C++ Library v3 ii libx11-62:1.3.3-3X11 client-side library ii libxcomposite1 1:0.4.0-3X11 Composite extension library ii libxdamage1 1:1.1.1-4X11 damaged region extension libra ii libxfixes3 1:4.0.3-2X11 miscellaneous 'fixes' extensio ii libxrender1 1:0.9.4-2X Rendering Extension client libra ii libxss1 1:1.1.3-1X11 Screen Saver extension library ii plasma-dataengines-workspac 4:4.4.5-3KDE Plasma data engines plasma-widgets-workspace recommends no packages. plasma-widgets-workspace suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#596702: /etc/texmf/texdoctk/texdocrc.defaults: Non-free and not packaged default viewers
Package: texlive-base Version: 2009-10 Severity: normal File: /etc/texmf/texdoctk/texdocrc.defaults In /etc/texmf/texdoctk/texdoctkrc.defaults, the default postscript viewer is ghostview, which as far as I know is not packaged in Debian. The default pdf viewer is the non-free acroread. These are specified by the following lines: # PostScript handling PS_VIEWER=ghostview # PDF handling PDF_VIEWER=acroread PDFPS_CONV=acroread PDFPS_OPTS=-toPostScript -pairs It would be better to specify free viewers which are available in Debian. E.g. # PostScript handling PS_VIEWER=gv # PDF handling PDF_VIEWER=xpdf PDFPS_CONV=pdftops PDFPS_OPTS= or using a command which starts a suitable installed viewer: # PostScript handling PS_VIEWER=xdg-open # PDF handling PDF_VIEWER=xdg-open PDFPS_CONV=pdf2ps PDFPS_OPTS= By the way, I also recommend changing the default HTML viewer to senisble-browser, e.g replace the lines # HTML handling HTML_VIEWER=firefox with # HTML handling HTML_VIEWER=sensible-browser All the best, Gábor Braun -- System Information: Debian Release: 5.0.6 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages texlive-base depends on: ii dpkg 1.15.8.4 Debian package management system ii install-info 4.13a.dfsg.1-5 Manage installed documentation in ii luatex0.60.2-1 next generation TeX engine ii mime-support 3.44-1 MIME files 'mime.types' & 'mailcap ii tex-common2.08 common infrastructure for building ii texlive-binaries 2009-7 Binaries for TeX Live ii texlive-common2009-10TeX Live: Base component ii texlive-doc-base 2009-2 TeX Live: TeX Live documentation Versions of packages texlive-base recommends: ii lmodern 2.004.1-3 scalable PostScript and OpenType f Versions of packages texlive-base suggests: ii ghostscript [postscript- 8.71~dfsg2-6The GPL Ghostscript PostScript/PDF ii okular [postscript-viewe 4:4.4.5-1 document viewer for KDE ii perl-tk 1:804.028-1+b1 Perl module providing the Tk graph ii xpdf-reader [pdf-viewer] 3.02-1.4+lenny2 Portable Document Format (PDF) sui Versions of packages tex-common depends on: ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy ii dpkg 1.15.8.4 Debian package management system ii ucf 3.0016 Update Configuration File: preserv Versions of packages texlive-base is related to: pn tetex-base (no description available) pn tetex-bin (no description available) pn tetex-extra(no description available) ii tex-common2.08 common infrastructure for building -- debconf information: tex-common/check_texmf_wrong: tex-common/check_texmf_missing: -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#596699: /usr/share/texmf-texlive/scripts/tetex/texdoctk.pl: Texdoctk's Settings window higher than screen
Package: texlive-base Version: 2009-10 Severity: normal File: /usr/share/texmf-texlive/scripts/tetex/texdoctk.pl After starting texdoctk, I click on the "Settings" button near the top right corner. A new window titled "Settings" appear. The last line I can see in the wndow is: Viewer command TDK_OWN Use texdoctk's own viewer The window has no bottom border, so I suspect that the window continues below, and the window is simply too large to fit on my screen. (The top of the window is at the top of the screen.) I can edit the settings I see but I have found no way to apply the changes. Perhaps the buttons are outside the screen. All the best, Gábor Braun -- System Information: Debian Release: 5.0.6 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages texlive-base depends on: ii dpkg 1.15.8.4 Debian package management system ii install-info 4.13a.dfsg.1-5 Manage installed documentation in ii luatex0.60.2-1 next generation TeX engine ii mime-support 3.44-1 MIME files 'mime.types' & 'mailcap ii tex-common2.08 common infrastructure for building ii texlive-binaries 2009-7 Binaries for TeX Live ii texlive-common2009-10TeX Live: Base component ii texlive-doc-base 2009-2 TeX Live: TeX Live documentation Versions of packages texlive-base recommends: ii lmodern 2.004.1-3 scalable PostScript and OpenType f Versions of packages texlive-base suggests: ii ghostscript [postscript- 8.71~dfsg2-6The GPL Ghostscript PostScript/PDF ii okular [postscript-viewe 4:4.4.5-1 document viewer for KDE ii perl-tk 1:804.028-1+b1 Perl module providing the Tk graph ii xpdf-reader [pdf-viewer] 3.02-1.4+lenny2 Portable Document Format (PDF) sui Versions of packages tex-common depends on: ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy ii dpkg 1.15.8.4 Debian package management system ii ucf 3.0016 Update Configuration File: preserv Versions of packages texlive-base is related to: pn tetex-base (no description available) pn tetex-bin (no description available) pn tetex-extra(no description available) ii tex-common2.08 common infrastructure for building -- debconf information: tex-common/check_texmf_wrong: tex-common/check_texmf_missing: -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#595917: software-center: It does not start
Package: software-center Version: 2.0.7debian4 Severity: normal Below is how I start the program and the displayed error messages: $ software-center & [1] 11248 $ ERROR:root:failed to add apt-xapian-index Traceback (most recent call last): File "/usr/share/software-center/softwarecenter/db/database.py", line 64, in open axi = xapian.Database("/var/lib/apt-xapian-index/index") File "/usr/lib/python2.5/site-packages/xapian.py", line 2408, in __init__ _xapian.Database_swiginit(self,_xapian.new_Database(*args)) DatabaseOpeningError: Couldn't detect type of database WARNING:root:ubuntu-almost-fixed-height-mode extension not available error: line 214289: bad flagvector error: line 214290: bad flagvector error: line 214291: bad flagvector error: line 214292: bad flagvector error: line 214293: bad flagvector error: line 214294: bad flagvector error: line 214295: bad flagvector error: line 214296: bad flagvector error: line 215652: bad flagvector error: line 215653: bad flagvector error: line 215654: bad flagvector error: line 215655: bad flagvector error: line 215656: bad flagvector error: line 215657: bad flagvector error: line 215658: bad flagvector error: line 215659: bad flagvector error: line 222749: bad flagvector error: line 222750: bad flagvector error: line 222751: bad flagvector error: line 222752: bad flagvector error: line 222753: bad flagvector error: line 222754: bad flagvector error: line 222755: bad flagvector error: line 222756: bad flagvector error: line 222996: bad flagvector error: line 222997: bad flagvector error: line 222998: bad flagvector error: line 222999: bad flagvector error: line 223000: bad flagvector error: line 223001: bad flagvector error: line 223002: bad flagvector error: line 223003: bad flagvector error: line 223004: bad flagvector error: line 223005: bad flagvector error: line 223006: bad flagvector error: line 223007: bad flagvector error: line 224136: bad flagvector error: line 224137: bad flagvector error: line 224138: bad flagvector error: line 224139: bad flagvector error: line 224140: bad flagvector error: line 224141: bad flagvector error: line 224142: bad flagvector error: line 224143: bad flagvector error: line 246317: bad flagvector WARNING:root:No styling hints for Raleigh were found... using Human hints. WARNING:root:'/usr/share/desktop-directories/Utility.directory' has no name Traceback (most recent call last): File "/usr/bin/software-center", line 80, in app = SoftwareCenterApp(datadir, xapian_base_path) File "/usr/share/software-center/softwarecenter/app.py", line 170, in __init__ self.icons, datadir) File "/usr/share/software-center/softwarecenter/view/availablepane.py", line 79, in __init__ self._build_ui() File "/usr/share/software-center/softwarecenter/view/availablepane.py", line 85, in _build_ui self.icons) File "/usr/share/software-center/softwarecenter/view/catview.py", line 89, in __init__ self.categories = self.parse_applications_menu(desktopdir) File "/usr/share/software-center/softwarecenter/view/catview.py", line 349, in parse_applications_menu category = self._parse_menu_tag(child) File "/usr/share/software-center/softwarecenter/view/catview.py", line 308, in _parse_menu_tag (untranslated_name, name, gettext_domain, icon) = self._parse_directory_tag(element) TypeError: 'NoneType' object is not iterable [1]+ Exit 1 software-center -- System Information: Debian Release: 5.0.6 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages software-center depends on: ii app-install-data 2008.11.27Application Installer Data Files ii aptdaemon 0.31+bzr413-1 transaction based package manageme ii gnome-icon-theme 2.22.0-1 GNOME Desktop icon theme ii gnome-menus2.22.2-4 an implementation of the freedeskt ii lsb-release3.2-20Linux Standard Base version report ii policykit-10.96-2framework for managing administrat ii policykit-1-gnome 0.96-2GNOME authentication agent for Pol ii python 2.5.2-3 An interactive high-level object-o ii python-apt 0.7.97.1 Python interface to libapt-pkg ii python-aptdaemon 0.31+bzr413-1 Python module for the server and c ii python-aptdaemon-gtk 0.31+bzr413-1 Python GTK+ widgets to run an aptd ii python-central 0.6.16register and build utility for Pyt ii python-dbus0.82.4-2 simple interprocess messaging syst ii python-gconf 2.28.1-1 Python bindings for the GConf conf ii python-gtk22.17.0-4 Python bindings for the GTK+ widge ii python-w
Bug#582852: python2.6-minimal: Fails to install with python-central 0.6.8
Package: python2.6-minimal Version: 2.6.5-1 Severity: serious Justification: Policy 3.5 During an upgrade of several packages, the package failed to configure: Beállítás: python2.6-minimal (2.6.5-1) ... Linking and byte-compiling packages for runtime python2.6... pycentral: pycentral rtinstall: installed runtime python2.6 not found pycentral rtinstall: installed runtime python2.6 not found dpkg: hibás feldolgozás: python2.6-minimal (--configure): installed post-installation script alfolyamat 1 hibakóddal kilépett dpkg: függőségi gondok miatt nem beállítható e csomag: python2.6: python2.6 függőségek: python2.6-minimal (= 2.6.5-1); ám: python2.6-minimal csomag még beállítatlan. dpkg: hibás feldolgozás: python2.6 (--configure): függőségi hibák - e csomag beállítatlan maradt I think pycentral is in package python-central. I have fixed this by upgrading python-central from 0.6.8 to 0.6.14+nmu2. So I guess there is a package dependency problem here: maybe python2.6minimal should break old versions of python-central. Best wishes, Gábor Braun -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages python2.6-minimal depends on: ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib ii libssl0.9.80.9.8n-1 SSL shared libraries ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime Versions of packages python2.6-minimal recommends: ii python2.6 2.6.5-1An interactive high-level object-o Versions of packages python2.6-minimal suggests: pn binfmt-support (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#548609: aptitude: Hungarian translation: inconsequent use of "javasol" and "ajánl"
package aptitude tags 548609 patch thanks > Yes, recommends=ajánl, suggests=javasol, please send a patch, thx :-) Here is a patch. It swaps one occurence of 'ajánl' and 'javasol'. I think, the other occurences are all right, and this will fix the bug. Patch: --- hu.po.bz2_[BFo5Ma].po 2009-10-06 18:17:47.0 +0200 +++ hu.po 2009-10-06 19:39:41.0 +0200 @@ -6467,11 +6467,11 @@ #: src/reason_fragment.cc:36 msgid "suggests" -msgstr "ajánlja ezt:" +msgstr "javasolja ezt:" #: src/reason_fragment.cc:37 msgid "recommends" -msgstr "javasolja ezt:" +msgstr "ajánlja ezt:" #: src/reason_fragment.cc:39 msgid "conflicts with" Best wishes, Gábor Braun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#265883: 265883: still present in 4:3.5.9-3
package kdvi found 265883 4:3.5.9-3 thanks Okular, which is supposed to supercede kdvi, does not have this bug. Gábor Braun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#506329: Upstream has reported to have #506329 fixed
The following message from upstream has not reached the BTS. Gábor Braun -- Továbbított üzenet -- Subject: Your Debian bug report #506329 for dvipdfmx Date: 2008. december 11. 17.17 From: Matthias Franz To: Gabor Braun Cc: Jin-Hwan Cho Hello Gabor, the bug you have found has been fixed in the CVS version of DVIPDFMx and will therefore be gone in the next release. Thanks for reporting it! Best, -- Matthias --- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#506328: wpasupplicant: Missing -d in testing for a directory in init script
Package: wpasupplicant Version: 0.6.4-2 Severity: normal Tags: patch I guess a -d is missing in line 62 in /etc/init.d/wpa-ifupdown: elif [ /var/run/sendsigs.omit.d/ ]; then I assume that the intent is to test for the existence of a directory. However, the line above tests for the non-emptiness of the string "/var/run/sendsigs.omit.d/" (which is always true). Therefore, I suggest the following patch. Note that I do not know what is the intent here, I have just spotted a suspicious expression. --- /etc/init.d/wpa-ifupdown2008-07-17 16:38:12.0 +0200 +++ /etc/init.d/wpa-ifupdown2008-11-20 14:53:36.0 +0100 @@ -59,7 +59,7 @@ if [ -d /lib/init/rw/sendsigs.omit.d/ ]; then # Debian return 0 - elif [ /var/run/sendsigs.omit.d/ ]; then + elif [ -d /var/run/sendsigs.omit.d/ ]; then # Ubuntu, cf. https://bugs.launchpad.net/bugs/181541 return 0 fi Gábor Braun -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.24-etchnhalf.1-686 Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Versions of packages wpasupplicant depends on: ii adduser 3.102 Add and remove users and groups ii libc6 2.7-16 GNU C Library: Shared libraries ii libdbus-1-3 1.2.1-4simple interprocess messaging syst ii libpcsclite1 1.4.102-1 Middleware to access a smart card ii libreadline5 5.2-2 GNU readline and history libraries ii libssl0.9.8 0.9.8g-14 SSL shared libraries ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip wpasupplicant recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#471694: kregexpeditor: Incorrect Hungarian translation in character range dialog
> Let's see what is the staus of this bug? Do you still have this problem > with KDE 3.5.9? Yes, but I have realized that the situation is more complicated. When I start kregexpeditor alone (from the command line), and I click the 'abI' icon, then the labels are correct: I see 'Ettől'. However, things are different when I want to do a regexp search within kwrite or kate. I click on the button 'Szerkesztés...' in the search dialogue to construct the regexp using kregexpeditor. When I click the 'abI' icon, I see the incorrect 'Feladó' as the label. Under these circumstances, shall I contact the Hungarian translation team? Gábor Braun -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#489849: context: texexec --listing --dvipdfmx uses pdftex instead of dvipdfmx
How do you come to the idea that --dvipdfmx does something useful? I have read the man page of texexec, which mentions the option: --dvipdfmx, --dvipdfm, --dpx, --dpm Use the TeX engine (e.g. pdftex or pdfetex) to make a DVI file and dvipdfmx(1) to turn it into PDF. An example where the option works: Test file test.tex: \starttext test \stoptext Command line: texexec --dvipdfmx test The last lines of the output, some of which is from dvipdfmx: ** WARNING ** Could not open config file "fontmapsx". test.dvi -> test.pdf [1] 1901 bytes written TeXExec | runtime: 4.855625 Moreover, pdfinfo reports dvipdfmx as producer of test.pdf, so I conclude that it was generated by dvipdfmx. Best wishes, Gábor Braun This message was sent using IMP, the Internet Messaging Program. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#476705: Improper Hungarian translation for line numbers
reopen 476705 thanks > Unluckyly, current Webdeveloper version does not ship translation files > right now, so the most effective way to fix this issue is to report > directly to upstream. Webdeveloper is translated using Babelzilla [1], > so you should propose your translation there. That is bad but this still leaves the bug in the Debian package, so I reopen it, sorry. AFAIK, Debian bug reports should be closed when the problem is fixed. However, the reason above will justify tagging this bug as wontfix. Best wishes, Gábor Braun -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#471837: tex4ht: oolatex does not produce usable output
> Well, the files work fine at my place, and I'm lost :-( > What output do you get from running the command > > java -version java version "1.5.0" gij (GNU libgcj) version 4.3.1 20080309 (prerelease) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Gábor Braun
Bug#471837: tex4ht: oolatex does not produce usable output
> > http://www.renyi.hu/~braung/tmp/oolatex/ > > > > The directory as a zip archive: > > > > http://www.renyi.hu/~braung/tmp/oolatex.zip > > The files seems fine, until xtpipes comes into play. > > Can you copy the file > > /usr/share/tex4ht/tex4ht.jar > > and directory > > /usr/share/texmf/tex4ht/xtpipes > > to > > http://www.renyi.hu/~braung/tmp/oolatex/ > > setup to public access. Done. These are the ones in the Debian package. Gábor Braun
Bug#471837: tex4ht: oolatex does not produce usable output
> > \documentclass{article} > > > > \begin{document} > > foo > > \end{document} > > > > Compilation command and messages on terminal: > > $ mk4ht oolatex test ... > Can you create a new directory, compile the file in that directory, > place the directory on the web, and provide a pointer to its > address. -eitan http://www.renyi.hu/~braung/tmp/oolatex/ The directory as a zip archive: http://www.renyi.hu/~braung/tmp/oolatex.zip Gábor Braun
Bug#469437: lmodern: New upstream version: 1.106
2008. március 8. 14.49 dátummal Ralf Stubner ezt írta: > > I would appreciate if you would package version 1.106 of Latin Modern > > fonts. > > Do you have any particular reason for this? No. This is not an urgent request. > Indeed, this release is highly incompatible with previous releases. > Especially with respect to the OTF files. Therefore it would be > necessary to update fontspec/euenc in texlive-xetex at the *same* > time. There might be other incompatibilities that I don't know of. The new euenc on CTAN contains a warning that it does not support Latin Modern before 1.106. You are probably right about updating lmodern and texlive-xetex at the same time. Best wishes, Gábor Braun
Bug#469450: texlive-latex-recommended: ucshyper forces pdf output
2008. március 8. 15.36 dátummal ezt írta: > Hmm, ucs in general and ucshyper.sty in particular is currently > unmaintained. This makes it difficult to check whether or not your > patch does the right thing. However, AFAIK hyperref's Unicode support > has improved quite a bit since ucshyper.sty was written. Is ucshyper > still necessary? If yes, in which circumstances? In my simple tests I > was able to produce bookmarks in PDF without using ucshyper at all > (both with pdflatex and latex+dvips+ps2pdf). You are right. Hyperref now includes support of ucs, so yes, ucshyper is not needed any more. I was not aware of this when writing the original bug report. Note that option hyperref of ucs.sty loads ucshyper. So this option should be removed or modified if you remove ucshyper.sty. In my opinion, it is better to load hyperref instead of this option anyway, since then it is possible to pass options to hyperref and to ensure that hyperref is loaded late enough. Best wishes, Gábor Braun
Bug#465088: texlive-latex-recommended: Duplicates package latex-ucs
> > The CTAN package ucs is packaged seperately as latex-ucs. > > Therefore, you should remove it from this package. > > No, see #458380, RFA: latex-ucs ... > and we agreed that latex-ucs can be removed. Sorry, I have missed it. Removing latex-ucs is also a solution. Gábor Braun
Bug#446617: (fwd) Bug#446617: texlive-metapost: Omits font encoding from output
> > (Please leave [EMAIL PROTECTED] on Cc) > > > > We got a bug report on Debian which still uses mpost as present in TeX > > Live 2007 (ie) 0.993. See below for the bug description and a test file. > > > > Is this fixed by MetaPost 1.00, or is this something new? > > Works for me (MetaPost 1.000). > > Gábor, can you test the metapost 1.000 source distribution from >http://foundry.supelec.fr/projects/metapost/ > to make sure? Hi Taco and others, Unfortunately, it does not work for me. :(( The only difference between the output of the different versions of MetaPost is in the comments Creator and CreationDate, e.g. $ diff test1.1 test3.1 4,5c4,5 < %%Creator: MetaPost 0.993 < %%CreationDate: 2007.10.29:1705 --- > %%Creator: MetaPost 1.000 > %%CreationDate: 2007.10.29:1657 I have used only the binaries from MetaPost 1.000 and the format file mpost.mem generated for it, all other files were from the old MetaPost. At least there is no difference between the two versions of mpost.mp and TEX.mp. Best wishes, Gábor Braun
Bug#411054: konq-plugins: Cyclic link when validating HTML
Hi Ana, > I can not reproduce this bug in kde 3.5.7 or kde 3.5.5. Are you still > experiencing this problem or did you solve it? (in this case, please > explain how) Are you able to reproduce the problem with a different user? As of version 4:3.5.7-2, the bug seems to be fixed. Actually, there were 2 problems: 1) There was a temporary problem at the validator's web site redirecting URLs containing 'check/?uri' to itself. Konqueror detected this and reported a cyclic link error. This is fixed: these URLs redirect to 'check?uri' type URLs again. 2) The plugin used URLs with 'check/?uri' instead of the correct 'check?uri'. This seems to be fixed in 4:3.5.7-2. Best wishes, Gábor Braun
Bug#413378: Corrections
Sorry, I have sent something without checking. The correction: without the patch the link problem appears in khelpcenter and in konqueror in the pages under help:/. With the patch (the patched file saved as ~/.kde/share/doc/kde/HTML/en/common/kde-default.css and the original unchanged) the link problem still appears in khelpcenter but not in konqueror with the help:/ pages. (This is strange since viewing the source from both applications, the sources appear to be the same. Especially, they both refer to the stylesheet help:/common/kde-default.css, which I have meant to modify.) All others I have written are correct. Specifically, I do think the patch should be applied. Best wishes, Gabor Braun -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#411054: konq-plugins: Cyclic link when validating HTML
Package: konq-plugins Version: 4:3.5.5-1 Severity: normal *** Please type your report below this line *** If I try to validate any homepage, a message appears in the window (in Hungarian): Hiba történt http://validator.w3.org/check/?uri=http%3A//www.debian.org/ betöltése közben: Ciklikus link található itt: http://validator.w3.org/check/?uri=http%3A%2F%2Fwww.debian.org%2F. Translation: Error while loading http://..., cyclic link at http://... (The addresses are not repeated in the translation.) A fix is to remove the slash between 'check' and '?', i.e. to use the URL http://validator.w3.org/check?uri=... where you put the page you want to validate instead of ... I have tried removing the / in the settings dialog but in vain: konqueror puts the / back. Best wishes, Gabor Braun -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Versions of packages konq-plugins depends on: ii kdelibs4c2a4:3.5.5a.dfsg.1-6 core libraries and binaries for al ii konqueror 4:3.5.5a.dfsg.1-6 KDE's advanced file manager, web b ii libarts1c2a1.5.5-1 aRts sound system core components ii libc6 2.3.6.ds1-10 GNU C Library: Shared libraries ii libgcc11:4.1.1-21GCC support library ii libice61:1.0.1-2 X11 Inter-Client Exchange library ii libjpeg-progs 6b-10 Programs for manipulating JPEG fil ii libkonq4 4:3.5.5a.dfsg.1-6 core libraries for Konqueror ii libpng12-0 1.2.15~beta5-1PNG library - runtime ii libqt3-mt 3:3.3.7-3 Qt GUI Library (Threaded runtime v ii libsm6 1:1.0.1-3 X11 Session Management library ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3 ii libx11-6 2:1.0.3-5 X11 client-side library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii python 2.4.4-2 An interactive high-level object-o ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime Versions of packages konq-plugins recommends: pn akregator (no description available) ii ark 4:3.5.5-2 graphical archiving tool for KDE ii graphicsmagick-imagemagick-co 1.1.7-11 image processing tools providing I -- no debconf information
Bug#410430: skencil: Invalid SVG output: elements in no namespace
Package: skencil Version: 0.6.17-7 Severity: normal Tags: patch, fixed-upstream *** Please type your report below this line *** Elements in the SVG output do not belong to any namespace. This violates the SVG standard which requires them to be in the SVG namespace. Some applications, like Mozilla based browsers[1], depend on the namespace information to recognize SVG. [2] is the upstream fix of this bug. I copy here the relevant part of the patch (excluding changes to changelogs and tests) with the only modification of removing 2003 from the old copyright line so that the patch applies. The paths are relative to /usr/lib/. --- skencil/trunk/Plugins/Filters/svgsaver.py 2006-06-05 18:35:01 UTC (rev 682) +++ skencil/trunk/Plugins/Filters/svgsaver.py 2006-06-06 22:33:46 UTC (rev 683) @@ -1,5 +1,6 @@ # Sketch - A Python-based interactive drawing program -# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004 by Bernhard Herzog +# Copyright (C) 2004, 2006 by Bernhard Herzog +# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 by Bernhard Herzog # Part of the code for Arrow heads and text from Paul Giotta (2002) # # This library is free software; you can redistribute it and/or @@ -260,7 +261,8 @@ width = right - left height = top - bottom self.trafo = Trafo(1, 0, 0, -1, -left, top) -self.file.write('http://www.w3.org/2000/svg";' +' width="%g" height="%g"' % (width, height)) #self.file.write(' transform="matrix(%g,%g,%g,%g,%g,%g)">\n' % trafo) self.file.write('>\n') This patch succeeds with offset 1 at hunk #2. I have not tested the patch myself but looking at the code it seems very likely that this fixes the namespace issue. [1] Mozilla SVG Project Frequently Asked Questions, Why does Mozilla show source code/gibberish instead of SVG? http://www.mozilla.org/projects/svg/faq.html#source [2] http://lists.wald.intevation.org/pipermail/skencil-commits/2006-June/49.html Best wishes, Gabor Braun -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Versions of packages skencil depends on: ii libc6 2.3.6.ds1-10 GNU C Library: Shared libraries ii libx11-62:1.0.3-5X11 client-side library ii libxext61:1.0.1-2X11 miscellaneous extension librar ii python 2.4.4-2 An interactive high-level object-o ii python-imaging-tk 1.1.5-11 Python Imaging Library ImageTk Mod ii python-support 0.5.6automated rebuilding support for p ii tcl8.4 8.4.9-1 Tcl (the Tool Command Language) v8 ii tk8.4 8.4.9-1 Tk toolkit for Tcl and X11, v8.4 - skencil recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#408220: iceape-browser: Composer declares wrong encoding
> > A remark to your last sentence: I think that the preselected charset > > should be the one in the locale (or in a configurable user option) since > > the user probably uses this charset for the most of his text files. > > On this, I don't want to differ too much from upstream, and upstream > decides it from intl.charset.default setting that are defined by each > (seamonkey) locales, which may have unknown impact on the rest of the > suite. Understood. Let us drop the issue. > Anyways, I found a way to fix the issue properly, but that also means > iso-8859-1 will be the default charset. But at least it will be > correctly set. Good work! It is much more important that the charset is correctly set than what the default charset is. With such a fix, the bug can be closed. This is the fastest fix I have ever received for a bug report. Best wishes, Gabor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#408220: iceape-browser: Composer declares wrong encoding
> > The problem: the encoding declared in the file is ISO-8859-1 while the > > file itself is UTF-8. > > Here is a simple work around for you: Select another encoding and select > UTF-8 again. It will work then. I'll investigate as to why ISO-8859-1 is > not selected. The workaround works for me. A remark to your last sentence: I think that the preselected charset should be the one in the locale (or in a configurable user option) since the user probably uses this charset for the most of his text files. Best wishes, Gabor Braun -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#408220: iceape-browser: Composer declares wrong encoding
Package: iceape-browser Version: 1.0.7-2 Severity: important *** Please type your report below this line *** Expectation: Composer declares the encoding in HTML files in which it is saved. Rationale: Doing otherwise is misleading and will cause misinterpretation of the HTML file. Example that this is not the case: I start Iceape. The SeaMonkey page appears. On the left corner I click on the composer icon. A Composer window appears. I type the euro symbol and see it appearing. Then I select File -> "Save and Change Character Encoding". A dialog appears. I enter "Euro" (without quotes) for the title and select "Unicode (UTF-8)" for the character encoding (which is preselected, by the way). I click on "OK". A GTK file saving dialog appears. I select the directory to save the file and set "Euro.html" for the file name. I click on the save icon. The Euro.html is really created. It is really an UTF-8 file (checked by isutf8) consisting of the following sequence of characters: Euro € The problem: the encoding declared in the file is ISO-8859-1 while the file itself is UTF-8. If I open Euro.html in Navigator, garbage is displayed (as expected due to the wrong encoding declared). I think tis bug is important because users of Composer knowing nothing of HTML will not understand why their pages become garbage in browsers. Note that Composer exlicitly claims to require no knowledge of HTML. Best wishes, Gábor Braun -- System Information: Debian Release: 3.1 APT prefers stable APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-686 Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Versions of packages iceape-browser depends on: ii libatk1.0-01.12.4-1 The ATK accessibility toolkit ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries ii libcairo2 1.2.4-4 The Cairo 2D vector graphics libra ii libfontconfig1 2.4.1-2 generic font configuration library ii libgcc11:4.1.1-21GCC support library ii libglib2.0-0 2.12.4-2 The GLib library of C routines ii libgtk2.0-02.8.20-3 The GTK+ graphical user interface ii libjpeg62 6b-10 The Independent JPEG Group's JPEG ii libmyspell3c2 1:3.1-18 MySpell spellchecking library ii libpango1.0-0 1.14.8-4 Layout and rendering of internatio ii libpng12-0 1.2.15~beta5-1PNG library - runtime ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3 ii libx11-6 2:1.0.3-4 X11 client-side library ii libxcursor11.1.3-1 X cursor management library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio ii libxft22.1.7-1 FreeType-based font drawing librar ii libxi6 1:1.0.1-4 X11 Input extension library ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library ii libxrandr2 2:1.1.0.2-5 X11 RandR extension library ii libxrender11:0.9.1-3 X Rendering Extension client libra ii libxt6 1:1.0.2-2 X11 toolkit intrinsics library ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime Versions of packages iceape-browser recommends: ii iceape-gnome-support 1.0.7-2Gnome support for the Iceape Inter -- no debconf information