Bug#1065359: libstdc++-13-dev: missing libstdc++_libbacktrace.a for stacktrace

2024-03-03 Thread Marius Mikucionis
Package: libstdc++-13-dev Version: 13.2.0-13 Severity: normal Dear maintainer, I'm trying a stacktrace feature from C++23: g++-13 can compile my program because is present, but fails to link with errors: undefined reference to `__glibcxx_backtrace_create_state' undefined reference to

Bug#1040844: /usr/bin/clang++: fails to compile due to missing system headers like iostream

2023-07-11 Thread Marius Mikucionis
Package: clang-14 Version: 1:14.0.6-12 Severity: normal File: /usr/bin/clang++ Dear Maintainer, * What led up to the situation? system upgrade (apt update & apt upgrade) * What exactly did you do (or not do) that was effective (or ineffective)? Cannot compile a single C++ program

Bug#1004219: /usr/lib/cmake/mathgl2/MathGL2Config.cmake: missing more dependencies: libhdf4-dev libmfhdf-dev libhdf5-dev libhpdf-dev libgif-dev

2022-01-22 Thread Marius Mikucionis
Package: libmgl-dev Version: 8.0.1-1 Severity: normal File: /usr/lib/cmake/mathgl2/MathGL2Config.cmake Dear maintainer, Could you please add more dependencies to libmgl-dev? The following libraries are needed to link a simple mgl-fltk program: libhdf4-dev libmfhdf-dev libhdf5-dev libhpdf-dev

Bug#1004218: /usr/lib/cmake/mathgl2/MathGLTargets.cmake: mgltask is missing when using cmake find_package(MathGL2)

2022-01-22 Thread Marius Mikucionis
Package: libmgl-dev Version: 8.0.1-1 Severity: normal File: /usr/lib/cmake/mathgl2/MathGLTargets.cmake Dear maintainer, I am trying to use libmgl-dev with the following CMakeLists.txt: cmake_minimum_required(VERSION 3.15) project(GLPlotting) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_EXTENSIONS

Bug#984912: cppreference-doc-en-qch: Please update to newer upstream release

2021-12-01 Thread Marius Mikucionis
Package: cppreference-doc-en-html Followup-For: Bug #984912 Dear Maintainer, Peter Feichtinger has recently updated the offline archive: https://github.com/PeterFeicht/cppreference-doc/releases/tag/v20211127 which contains many new C++20 features and makes it relatively easy to update the

Bug#993030: plasma-desktop: keyboard layout variant is ignored

2021-08-28 Thread Marius Mikucionis
Package: plasma-desktop Version: 4:5.21.5-2 Followup-For: Bug #993030 now I had time to experiment with this issue: it seems that the "variant" part is not being setup correctly (it seems to be ignored). for example, I tried setting up Russian keyboard layout with "phonetic" variant -- the

Bug#993030: plasma-desktop: keyboard layout swaps third level characters

2021-08-26 Thread Marius Mikucionis
Package: plasma-desktop Version: 4:5.21.5-2 Severity: normal Dear Maintainer, Something strange happened to the keyboard layout treatment and I am not sure where exactly. It manifests in KDE plasma, which I upgraded recently and thus I assume that the issue is with plasma. I do not know the

Bug#888649: apt-listbugs: Fails on ipv6

2021-02-13 Thread Marius Mikucionis
Package: ruby-httpclient Version: 2.8.3-2 Followup-For: Bug #888649 While we wait for IPv6 adoption, here is a workaround for anyone interested: configure getaddrinfo(3) to give precedence to IPv4-mapped addresses for sites that prefer IPv4 and then apt-listbugs (and many other stuff) just

Bug#945130: mingw-w64-x86-64-dev: strftime fails on %e and gives incorrect string for %z

2019-11-20 Thread Marius Mikucionis
Package: mingw-w64-x86-64-dev Version: 7.0.0-2 Severity: normal Dear Maintainer, I am trying to get a string representation of a date via strftime function. For some reason the function call fails whenever format contains %e (day of month with leading space instead of zero). Also %z (time zone

Bug#919384: python-matplotlib: The Gtk3 backend requires PyGObject or pgi

2019-01-15 Thread Marius Mikucionis
Package: python-matplotlib Version: 2.2.3-5 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? trying to run a program which uses python-matplotlib and got the following crash: File

Bug#911561: BreakBeforeBraces: Stroustrup does not break after struct/class

2018-10-21 Thread Marius Mikucionis
Package: clang-format-8 Version: 1:8~svn343154-1 Severity: minor Dear Maintainer, Here is my sample file format.h: class test { int one, two; test(int one, int two): one{one}, two{two} {} }; The following command line produces the following output: clang-format-8

Bug#908904: /usr/include/mgl2/config.h: error: unable to find numeric literal operator ‘operator""i’

2018-10-17 Thread Marius Mikucionis
Package: libmgl-dev Version: 2.4.2.1-2 Followup-For: Bug #908904 Dear D Haley, Thanks for your personal message, I did not receive the bug update indeed. I looked at r1587 and it seems to disable the C99 complex numbers by default. So I compiled the latest (r1589) and my tiny example worked with

Bug#908904: /usr/include/mgl2/config.h: error: unable to find numeric literal operator ‘operator""i’

2018-09-15 Thread Marius Mikucionis
Package: libmgl-dev Version: 2.4.2.1-2 Severity: normal File: /usr/include/mgl2/config.h Dear Maintainer, The package is unusable in the context "g++ -std=c++11" or newer (c++14, c++17). The same issue is in bug report 800460, but it is archived. Here is a sample program: #include int main() {

Bug#907769: chromium: tab consistently crashes when visiting arduino webpage

2018-09-03 Thread Marius Mikucionis
Package: chromium Version: 69.0.3497.12-1 Followup-For: Bug #907769 Dear Mike, Thank you for the fast reply. I have replaced the packages (see the new list below) with the Debian ones and the issue persists. I also tried it on a fresh VirtualBox installation upgraded to testing without extra

Bug#907769: chromium: tab consistently crashes when visiting arduino webpage

2018-09-01 Thread Marius Mikucionis
Package: chromium Version: 69.0.3497.12-1 Severity: normal Hi, The browser tab crashes when loading the pages from the following popular website: https://store.arduino.cc/ It loads descriptions and pictures, but crashes with "Aw, Snap!" message just before the menu appears. The terminal shows

Bug#891434: grub-efi: System fails to boot after "No space left on device" on EFI variable storage

2018-04-14 Thread Marius Mikucionis
Package: grub-efi-amd64 Version: 2.02+dfsg1-4 Followup-For: Bug #891434 I just ran into this same issue and it is specific to grub: refind-install also has similar issues, so this is specific to the state of the computer. I found this answer helpful:

Bug#889030: virtualbox: Windows10 guest flickers with nVidia drivers, there's a patch

2018-02-01 Thread Marius Mikucionis
Package: virtualbox Version: 5.2.6-dfsg-2 Severity: normal Tags: patch Dear Maintainer, I am running Windows 10 guest and the screen flickers when something is (re)drawn, basically it's unusable. Relevant configuration to reproduce: 1) nVidia drivers on the host. 2) virtualbox guest additions

Bug#831416: linux-image-4.6.0-1-amd64: No link on USB3-hub-ethernet adapter Realtek 8153, using r8152

2016-07-15 Thread Marius Mikucionis
Package: src:linux Version: 4.6.3-1 Severity: normal Dear Maintainer, I'll start with a solution as it is simple to explain: there is new upstream r8152 driver (v2.06 2016/2/23) which fixes the issue: http://www.realtek.com.tw/Downloads/downloadsView.aspx?Langid=1=13=56=5=4=3=false Now the

Bug#827662: gnome-control-center: touchpad settings are not tab-traversable

2016-06-19 Thread Marius Mikucionis
Package: gnome-control-center Version: 1:3.20.1-2 Severity: normal Dear Maintainer, My root-cause problem is that Touchpad settings are not focusable and not traversable using a keyboard, as a result I have lost the only pointing device on the computer. AFAIK this GUI problem could easily be

Bug#812858: g++-5: C++ segfault when cross-compiling for -m32 -static

2016-01-27 Thread Marius Mikucionis
Package: g++-5 Version: 5.3.1-7 Severity: important Dear Maintainer, I cannot compile static binaries of C++ programs for 32bit architectures. Here is my program: #include int main(){ std::cout << "Hello test" << std::endl; return 0; } I compile like this: g++-5 -m32 -static -ggdb

Bug#765643: gnome-disk-utility: gnome-disks fail at benchmarking on 32bit architectures

2014-10-16 Thread Marius Mikucionis
Package: gnome-disk-utility Version: 3.12.1-1+b1 Severity: normal Tags: patch the problem is that gdubenchmarkdialog.c uses signed 32bit lseek(3) prototype to seek the disk position and fails on offsets further than 2^31. the fix is to switch to 64bit prototype lseek64(3) or just ensure that

Bug#733556: wine-auto

2014-10-07 Thread Marius Mikucionis
long story short, I use the following as /usr/bin/wine-auto: #!/usr/bin/env bash x64=`file $1 | grep x86-64 | wc -l` if [ $x64 == 0 ]; then export WINEPREFIX=$HOME/.wine32 exec wine32 $@ else export WINEPREFIX=$HOME/.wine64 exec wine64 $@ fi it assumes that 64bit wine is in

Bug#721901: youtube-dl: cannot login due to weird function name in bash completion

2013-10-04 Thread Marius Mikucionis
2013/10/4 Rogério Brito rbr...@ime.usp.br Hi there. The new version of youtube-dl that I uploaded has a changed completion file for bash. Can you please provide some feedback on how bad/well it works for you? And, if everything works OK, can you close the bug (or let me know, so that I can

Bug#618310: dejavu-fonts-ttf upstream

2013-02-23 Thread Marius Mikucionis
Hi, Almost two years have passed. Upstream has been publishing snapshots with fixes for a year now, but not Debian. In fact the latest upload of 2.33-3 has overwritten my manual fixes and broke it again :-( There is something wrong with Debian's upstream, maybe some scripts aren't fixed in the

Bug#666468: patch?

2012-06-07 Thread Marius Mikucionis
Hello, as Google Chrome user I find this bug report insightful: http://code.google.com/p/chromium/issues/detail?id=121624 In particular, the last comment suggests a patch for Debian: http://forums.debian.net/viewtopic.php?f=6t=80382 I haven't applied it yet (I used the nvidia-settings -a

Bug#649594: sun-java6-jre: update it to 6.29?

2011-11-22 Thread Marius Mikucionis
Package: sun-java6-jre Version: 6.26-3 Severity: wishlist Tags: security Hello, Is there any luck of providing more recent version as Oracle is distributing 6.29 (1.6.0_29)? I read that the old Java might be used in breaking SSL in a man-in-the-middle attack setting (

Bug#631926: /usr/bin/ld: cannot find -lgcc_s

2011-06-28 Thread Marius Mikucionis
Package: gcc-4.5 Version: 4.5.3-3 Severity: important Basically after recent upgrade I cannot compile anything. Here is a simple procedure: Get a small C program (there is nothing special about it): $ wget http://burtleburtle.net/bob/c/jenny.c; Compile: $ gcc-4.5 jenny.c /usr/bin/ld: cannot

Bug#631926: /usr/bin/ld: cannot find -lgcc_s

2011-06-28 Thread Marius Mikucionis
On Tue, Jun 28, 2011 at 1:11 PM, Matthias Klose d...@debian.org wrote: On 06/28/2011 12:54 PM, Marius Mikucionis wrote: Package: gcc-4.5 Version: 4.5.3-3 Severity: important Basically after recent upgrade I cannot compile anything. update to gcc-4.6 from unstable for now. Thanks

Bug#576404: mathptmx

2011-03-03 Thread Marius Mikucionis
Hi, I have a simple setup to reproduce the problem within Debian alone: sudo apt-get install texlive-doc-en texlive-latex-base cp /usr/share/doc/texlive-doc/fonts/free-math-font-survey/source/ /tmp/ cd /tmp/source latex mathptmx.tex dvipdf mathptmx.dvi evince mathptmx.pdf xpdf mathptmx.pdf at

Bug#527082: libx11-6: atieventsd crashes inside libX11.so.6.2.0

2011-01-17 Thread Marius Mikucionis
On Mon, Jan 17, 2011 at 5:13 PM, Cyril Brulebois k...@debian.org wrote: tag 527082 moreinfo thanks Marius Mikucionis mmikucio...@gmail.com (05/05/2009): The problem is that dmesg shows one segfault inside libX11.so each time atieventsd is restarted while X is already running: […] Hi

Bug#609525: rdesktop: black mouse cursor with Windows Server 2008 R2

2011-01-10 Thread Marius Mikucionis
Package: rdesktop Version: 1.6.0-3 Severity: normal I get black mouse cursor when logging to Windows Server 2008 R2, which is disturbing due to poor contrast and by default the desktop background is set to black too thus the cursor is not visible at all and it is hard to click on anything on

Bug#593444: mupdf: please support more keyboard shortcut keys

2010-08-31 Thread Marius Mikucionis
2010/8/29 Kan-Ru Chen kos...@debian.org On Wed, 18 Aug 2010 11:37:20 +0200, Marius Mikucionis mmikucio...@gmail.com wrote: Package: mupdf Version: 0.6-1 Severity: wishlist Tags: upstream thanks for the fast viewer! Could you please add support for the following keys? Home

Bug#593444: mupdf: please support more keyboard shortcut keys

2010-08-18 Thread Marius Mikucionis
Package: mupdf Version: 0.6-1 Severity: wishlist Tags: upstream thanks for the fast viewer! Could you please add support for the following keys? Home -- go to the first page (or go to the top of the page) End -- go to the last page (or go to the bottom of the page) Control+Home -- go to the

Bug#593446: add reference to mupdf-tools

2010-08-18 Thread Marius Mikucionis
Package: mupdf Version: 0.6-1 Severity: wishlist mupdf manual refers to tools like pdfclean(1), pdfdraw(1), pdfshow(1), however they are not part of mupdf package but rather mupdf-tools. I don't know what is the philosophy behind this split, but I suggest to mention mupdf-tools in a

Bug#567507: python2.6-minimal: seems to be a conflict with compiz

2010-01-29 Thread Marius Mikucionis
Package: python2.6-minimal Version: 2.6.4-4 Severity: normal I also bumped into this problem. I then looked what does /usr/lib/python2.6/site-packages directory contain and it was a single library from python-compizconfig. But I don't use compiz, thus I executed the following which fixed the

Bug#549274: blueman: can't find upstream

2010-01-27 Thread Marius Mikucionis
Package: blueman Version: 1.21-2 Severity: normal Hello, I am not sure how the tag upstream command works. In particular, it seems that developers use launchpad for tracking their bugs: https://bugs.edge.launchpad.net/blueman/ but I could not find this bug being forwarded there. Can/shall I do it

Bug#549274: blueman: functionality to compose and send a note

2009-10-01 Thread Marius Mikucionis
.) # For sending notes to mobile phones using obexftp over IR or BlueTooth # # Feel free to improve this script - but please be kind and mail me # a copy: gronslet (that funny schnabel) gmail.com # VER=0.31 myname=`basename $0` if [ $# -eq 0 ]; then echo -e ObexNote by MartinG. Version: $VER Patched by Marius

Bug#547897: rawstudio: a more thorough file type sanity check is needed

2009-09-22 Thread Marius Mikucionis
Package: rawstudio Version: 1.2-3 Severity: wishlist I am newbie in raw processing, so I decided to try rawstudio and see if I can limit myself with Linux tools. I am surprised that rawstudio completely ignores/hides jpg files, so I created a supposedly raw file via CLI: touch test.cr2

Bug#458483: ethstatus: display is refreshed too often

2009-07-27 Thread Marius Mikucionis
Package: ethstatus Version: 0.4.3 Severity: normal I use 2.6.30.3 and ethstatus uses 30-35% of CPU, which is a lot. I think even bigger issue is that ethstatus is updating the display very frequently, so I suspect there is way too much oversampling. If one is running ethstatus locally then this

Bug#536399: evolution: drag and drop together with keyring unlock popup locks up X session

2009-07-09 Thread Marius Mikucionis
Package: evolution Version: 2.26.1.1-2 Severity: normal consider the following sequence of events: 1) evolution is started for the first time, it asks for the password to keyring (presumably to retrieve IMAP password) 2) I enter the password, evolution unlocks the keyring and gets the

Bug#531702: cannot start gnome-terminal for another user

2009-06-19 Thread Marius Mikucionis
Hi, This is really bad! This is a major blocker for me, and I cannot find 2.24.3-3 anymore, and snapshot.debian.net seems to be totally outdated. Where can I get terminal that is not broken? I use gnome-terminal to start my programs while my wife is logged on (which is always the case at home).

Bug#531702: nautilus and firefox can be started with gksu without gconf daemon issues

2009-06-19 Thread Marius Mikucionis
I just have tested and concluded that nautilus and firefox can be started with gksu for non-root user (without gconf daemon issue), but gnome-terminal refuses with Failed to contact the GConf daemon; exiting., sigh. So to me it looks like gnome-terminal issue, unless gksu does something special

Bug#531702: nautilus and firefox can be started with gksu without gconf daemon issues

2009-06-19 Thread Marius Mikucionis
looks like upstream bug: http://bugzilla.gnome.org/show_bug.cgi?id=564649 Marius

Bug#517427: network-manager-gnome: says no network connection

2009-05-12 Thread Marius Mikucionis
Package: network-manager-gnome Version: 0.7.1-1 Severity: normal I haven't seen this bug before, only after recent upgrade (a few days ago). The icon shows no network, the tooltip also says no network connection. The left-click popup menu is also totally disabled except VPN submenus. The upgrade

Bug#517427: network-manager-gnome: says no network connection

2009-05-12 Thread Marius Mikucionis
here is output from nm-tool: $ nm-tool NetworkManager Tool State: disconnected - Device: eth1 - Type: Wired Driver:tg3 State: unmanaged Default: no HW Address:

Bug#527082: libx11-6: atieventsd crashes inside libX11.so.6.2.0

2009-05-05 Thread Marius Mikucionis
Package: libx11-6 Version: 2:1.2.1-1 Severity: normal I am using fglrx 9.4 driver from AMD/ATI which has atieventsd deamon monitoring ACPI events and notifying X via extentions interface. The problem is that dmesg shows one segfault inside libX11.so each time atieventsd is restarted while X is

Bug#525565: easytag: not enough keywords used, hard to find with apt-cache

2009-04-25 Thread Marius Mikucionis
Package: easytag Version: 2.1.4-1.1 Severity: wishlist Hi, May I suggest to mention the word editor in the description? For some reason I lost easytag from my system somehow and I could not find it anymore, nor could I remember the name, and it's not the first time I forget it (crowded gnome

Bug#451203: erratic volume level changes

2008-10-20 Thread Marius Mikucionis
Hi, I am not sure about exact nature of original bug in this report, however A B's description seems to match this bug: http://bugzilla.gnome.org/show_bug.cgi?id=497795 Two of my systems were also affected (notably multicore PCs with SMP PREEMPT kernel, while single-core PC were fine). Thanks

Bug#502098: vmware-package: VMware Workstation 6.5 does not come in tar balls

2008-10-13 Thread Marius Mikucionis
Package: vmware-package Version: 0.22 Severity: wishlist Hi, The latest Workstation comes with many notable features: http://vmware.com/support/ws65/doc/releasenotes_ws65.html but it is not packaged in tar balls: there is a bundle -- self extracting script instead. RPM package seems to be just

Bug#495914: guake: hides authentication dialog and screen looks locked-up

2008-08-21 Thread Marius Mikucionis
Package: guake Version: 0.3.1-3 Severity: normal Hi, I use ssh keys to authenticate when loging to remote hosts. Normally ssh discovers my keys and prompts for password in graphical window (probably /usr/lib/seahorse/seahorse-ssh-askpass) which locks entire screen, takes keyboard focus, and

Bug#494303: use synaptic

2008-08-13 Thread Marius Mikucionis
doh! I also bumped into this one on a more outdated machine. interestingly, the other two (more up-to-date) ones did not show this problem and upgrade silently succeeded. I guess these packages were not designed to be upgraded in one big hop skipping some intermediate versions. I worked-around

Bug#489932: [Pkg-bluetooth-maintainers] Bug#489932: /usr/bin/bluetooth-applet: bluetooth-applet does not accept files

2008-07-14 Thread Marius Mikucionis
2008/7/12 Filippo Giunchedi [EMAIL PROTECTED]: Hi, On Tue, Jul 08, 2008 at 09:36:45PM +0200, Marius Mikucionis wrote: There's a revealing discussion here: http://article.gmane.org/gmane.linux.bluez.devel/15680 and here: http://www.spinics.net/lists/bluez-devel/msg00180.html a simple

Bug#490294: no login

2008-07-11 Thread Marius Mikucionis
It seems that wengo chose to harass their customers without explanation (typical too-big-corporate-telecom strategy): http://forum.wengophone.com//viewtopic.php?t=26947postdays=0postorder=ascstart=15 English translation:

Bug#476671: gnome-terminal: tabbar should not have keyboard focus

2008-07-08 Thread Marius Mikucionis
2008/7/8 Emilio Pozuelo Monfort [EMAIL PROTECTED]: tags 476671 unreproducible thanks Marius Mikucionis wrote: In short, my point is that there is nothing to type onto the tab/tabbar therefore user should not be encouraged to type anything there and tabs should not get/have the keyboard

Bug#308345: proper message?

2008-07-08 Thread Marius Mikucionis
Can we have a proper message/reaction when zip stumbles upon large files? I think it should complain that the file is too large to be handled (name not matched? only Google can decrypt this) and then *stop* with an error. The behavior as it is now is missleading and can result in loss of data.

Bug#489932: /usr/bin/bluetooth-applet: bluetooth-applet does not accept files

2008-07-08 Thread Marius Mikucionis
Package: bluez-gnome Version: 0.26-2 Severity: normal File: /usr/bin/bluetooth-applet Symptoms: bluetooth-applet does not accept files, no matter what. When started from command line it says the following: Bluetooth OBEX start failed: Invalid path This is highly uninformative and unhelpful.

Bug#477161: keytouch: plugin Lock Screen does not work at all in gnome

2008-04-21 Thread Marius Mikucionis
Package: keytouch Version: 2.3.2-2 Severity: normal I have bound Close button on my keyboard to plugin Lock Screen function Lock Screen. It used to work, and the keyboard binding still works with other plugins but not with Lock Screen. Some diagnostics: 1) I ran the following in the terminal:

Bug#476671: gnome-terminal: tabbar should not have keyboard focus

2008-04-18 Thread Marius Mikucionis
Package: gnome-terminal Version: 2.22.0-1 Severity: minor I sometimes use mouse to switch between windows, and if I click on a tab in gnome-terminal the tab gets keyboard focus, i.e. everything I type goes to the tab and the terminal itself does not get anything -- this gives an impression that

Bug#461228: kernel-package: vmware modules fail the same way

2008-02-13 Thread Marius Mikucionis
Package: kernel-package Version: 11.001-0.1 Followup-For: Bug #461228 Just to let you know, the exact symptoms are experienced while building vmware kernel modules. I start to wonder what did Debian kernel team use to compile linux-headers-2.6.24-1-686 ? It seems not to have this problem :-/

Bug#461228: kernel-package: module-assistant also fails on nvidia module

2008-02-04 Thread Marius Mikucionis
Package: kernel-package Version: 11.001-0.1 Followup-For: Bug #461228 I have very similar issue when using module-assistant to compile nvidia module against headers packaged by make-kpkg. The procedure I used is the following: 1) get linux-2.6.24.tar.bz2 from kernel.org 2) configure the kernel

Bug#448834: wengophone: ieee1394/dv1394/firewire camcorder support

2007-11-01 Thread Marius Mikucionis
Package: wengophone Version: 2.1.2.dfsg0-1 Severity: wishlist Could you please add support for firewire video devices? Firewire has very good video support (better than most USB webcams) in Linux. One way of doing it is to use libpt-plugins-avc library. Thanks! -- System Information: Debian

Bug#444400: vmware-package: examples needed in a manual and interoperation with module-assistant

2007-09-28 Thread Marius Mikucionis
Package: vmware-package Version: 0.15 Severity: wishlist Thanks for the nice packaging tool. I am amased about the modularity and many features supporting many VMware products, but it was a quite cumbersome for the first time building vmware-server: 1) in order to get it working one needs

Bug#426565: /usr/share/man/man2/times.2.gz: interpretation of times(2) return value is based on HZ (obsolete?) value

2007-05-29 Thread Marius Mikucionis
Package: manpages-dev Version: 2.49-1 Severity: normal File: /usr/share/man/man2/times.2.gz I have a problem with the following sentence in times(2) manual page, RETURN VALUE section: Since Linux 2.6, this point is (2^32/HZ) - 300 (i.e., about 429 million) seconds before system boot time.

Bug#411772: pmount: did you try using CONFIG_SYSFS_DEPRECATED=y in your custom kernel?

2007-05-18 Thread Marius Mikucionis
Package: pmount Version: 0.9.13-1+b1 Followup-For: Bug #411772 I think I bumped into the very same problem, at least the symptoms are the same. I can reproduce the problem when I have CONFIG_SYSFS_DEPRECATED=n in kernel config, which is default (see Create deprecated sysfs files in General

Bug#425040: id3v2: unicode support is broken and results in id3 tag data loss

2007-05-18 Thread Marius Mikucionis
Package: id3v2 Version: 0.1.11-3 Severity: grave Justification: causes non-serious data loss I have a bunch of unicode letters in tags, I ran the following: find . -iname *mp3 -exec id3v2 -C {} \; All unicode letters got converted into question marks, all id3 (including id3v1) info is lost.

Bug#422990: /usr/bin/gpgsm-gencert.sh: gpgsm-gencert.sh is broken: does not generate anything due to GNU Privacy Guard communication problems

2007-05-09 Thread Marius Mikucionis
Package: gpgsm Version: 2.0.3-1 Severity: normal File: /usr/bin/gpgsm-gencert.sh I am not sure how is it supposed to work (as documentation is very brief), and I don't seem to have any configuration or pre-set settings. To reproduce a problem, simply run the script: choose RSA key, choose

Bug#422240: listen-0.5-1: mp3 metadata (id3) editing is broken and useless

2007-05-04 Thread Marius Mikucionis
Package: listen Version: 0.5-1 Severity: important I consider the editing of ID3 meta information of mp3 files as essential feature of listen hence severity important. I can fillout the song information but listen refuses to save it. Steps to reproduce: 1) Select one or several mp3 songs, right

Bug#421248: linux-headers-2.6.20-1-686: does not match linux-image-2.6.20-1-686: nvidia-kernel and vmware driver compilations fail

2007-04-27 Thread Marius Mikucionis
Package: linux-headers-2.6.20-1-686 Version: 2.6.20-3 Severity: important The headers package is completely useless: 1) nvidia drivers do not work, tried: build: module-assistant a-i nvidia-kernel tried installing with modprobe nvidia, but it refuses to load. dmesg says module refuses to load

Bug#418565: libgfortran1: broken version dependencies, impossible to install

2007-04-10 Thread Marius Mikucionis
Package: libgfortran1 Version: 4.1.1-21 Severity: important while doing apt-get install libgfortran1: The following packages have unmet dependencies: libgfortran1: Depends: gcc-4.1-base (= 4.1.1-21) but 4.1.2-1 is to be installed then apt-get install libgfortran1 gcc-4.1-base=4.1.1-21

Bug#384346: xfig: fonts depend on locale settings

2007-03-23 Thread Marius Mikucionis
Package: xfig Version: 1:3.2.5-alpha5-9 Followup-For: Bug #384346 Hi, I think I have the same problem as you: $ xfig fig/framework.fig Warning: Missing charsets in String to FontSet conversion Warning: Cannot convert string

Bug#415733: evolution-jescs: no secure connection option as README claims

2007-03-21 Thread Marius Mikucionis
Package: evolution-jescs Version: 2.6.4-2+b1 Severity: minor I just installed the plugin and was looking ways on how to use it. README file included in docs claims the following: For Use Secure Connection, please choose Never for http and Always for https. However I cannot find such an option.

Bug#414879: libcunit1-dev: curses support (/usr/include/CUnit/CUCurses.h file) is missing

2007-03-14 Thread Marius Mikucionis
Package: libcunit1-dev Version: 2.1-0.dfsg-3 Severity: normal I can't compile CUnit test executable with a curses frontend. It seems that CUCurses.h file was lost in Debian (although available at sf.net). There are no recommended packages, although libncurses or smth would be the obvious. So I

Bug#413834: lcov: branch coverage (as gcov provides) would be nice to have

2007-03-07 Thread Marius Mikucionis
Package: lcov Version: 1.5-1 Severity: wishlist Hi, gcov provides branch coverage via -b (or -c) option, but I can't find any option to trigger this in lcov. Branch coverage is much better test coverage measure than just line coverage as lcov reports, see e.g. here:

Bug#407274: gnomebaker: unmounts all usb partitions when ejecting after burning process is complete

2007-01-17 Thread Marius Mikucionis
Package: gnomebaker Version: 0.6.0-6 Severity: normal I have USB harddisk with multiple partitions which get automatically mounted on /dev/sda* devices in /media directory when plugged in. The problem is that gnomebaker unmounts them all when it is ejecting the burned media disk. I also

Bug#403238: gnomebaker: does not show how much space exactly is overfilled

2006-12-15 Thread Marius Mikucionis
Package: gnomebaker Version: 0.6.0-6 Severity: wishlist gnomebaker shows how much free space left when adding files, but does not show how much is overfilled. it would be nice to know how much is overfilled in order to find a suitably sized backup file for postponing it to the next cd/dvd.

Bug#383872: gnome-power-manager: frequency scaling change when monitor is shut after idle

2006-12-13 Thread Marius Mikucionis
Package: gnome-power-manager Version: 2.14.3-3+b1 Followup-For: Bug #383872 I wish to change the CPU frequency scaling governor when screensaver kicks in and the monitor is shut off, and change back the governor when awaken. So I could use the command-line option for monitor-suspend/wakeup too.

Bug#401433: totem-mozilla: unresponsive while bufferring the stream

2006-12-03 Thread Marius Mikucionis
Package: totem-mozilla Version: 2.16.4-1 Severity: wishlist Hi, I am using totem-mozilla in iceweasel and annoyed by the fact that plugin window is not responsive while stream is being bufferred, i.e. I wish to use the popup menu to copy the link into clipboard at least or run in full-screen

Bug#387098: libvolume-id0: does not create /dev/sda* nodes for usb disk

2006-09-12 Thread Marius Mikucionis
Package: libvolume-id0 Version: 0.100-1 Severity: important after recent upgrade and reboot the /dev/sda* nodes are not created properly when usb disk is inserted. It seems that all /dev/sda* nodes are created statically once (during boot?), but they are useless since I cannot mount them even

Bug#361274: screen: cannot reattach to sessionname if there is another session with similar sessionname

2006-04-07 Thread Marius Mikucionis
Package: screen Version: 4.0.2-4.1 Severity: minor to reproduce: screen -S abc C-A C-D (dettach) screen -S abcd C-A C-D (dettach) screen -r abc Result: screen does not attach to the first session but outputs suggestion for both sessions. Expected: screen attaches to the first session. It's a

Bug#355584: /usr/include/pthread.h: pthread_cleanup_push does not compile on intel

2006-03-06 Thread Marius Mikucionis
Package: libc6-dev Version: 2.3.6-3 Severity: normal File: /usr/include/pthread.h Consider the following trivial simple.c file that does not compile: #include pthread.h void routine(void* ptr) { } int main() { pthread_cleanup_push(routine, NULL); } Compiler says: $ g++ -lpthread simple.c

Bug#355584: libc6-dev: oops, with pthread_cleanup_pop it compiles

2006-03-06 Thread Marius Mikucionis
Package: libc6-dev Version: 2.3.6-3 Followup-For: Bug #355584 oops, with pthread_cleanup_pop it compiles sorry -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell:

Bug#344794: metacity: global_keybindings are broken for XF86AudioPlay and similar

2006-02-14 Thread marius mikucionis
On 2/13/06, Loïc Minier [EMAIL PROTECTED] wrote: Hi,On Mon, Feb 13, 2006, marius mikucionis wrote: Usually it works, but sometimes it doesn't, then I just logout and login again... but now Xorg (linux kernel?) stopped recognizing media keys completely, so I cannot verify now.update: xev

Bug#274022: libmultisync-plugin-irmc-bluetooth: hi-bit checking prevents UTF-7 conversion

2006-02-14 Thread Marius Mikucionis
Package: libmultisync-plugin-irmc-bluetooth Followup-For: Bug #274022 Hi, Could anyone fix it, recompile and upload the deb file into experimental? I think I found a source of this bug in multisync-0.82/src/sync_vtype.c The following code should be changed: if ((opts VOPTION_FIXCHARSET)

Bug#344794: metacity: global_keybindings are broken for XF86AudioPlay and similar

2006-02-13 Thread marius mikucionis
On 2/11/06, Loïc Minier [EMAIL PROTECTED] wrote: Hi,On lun, déc 26, 2005, Marius Mikucionis wrote: I have mapped my laptop's multimedia keys to XF86AudioPlay and other codes via gnome keyboard shortcuts and added commands in gconf-editor (metacity/global_keybindings and keybinding_commands

Bug#344794: metacity: global_keybindings are broken for XF86AudioPlay and similar

2006-02-13 Thread marius mikucionis
On 2/13/06, Loïc Minier [EMAIL PROTECTED] wrote: Hi,On Mon, Feb 13, 2006, marius mikucionis wrote: Usually it works, but sometimes it doesn't, then I just logout and login again... but now Xorg (linux kernel?) stopped recognizing media keys completely, so I cannot verify now. Ok, do you get any

Bug#352051: openoffice.org-calc: XY Chart always takes the lower-letter column as index for horizontal axis

2006-02-09 Thread Marius Mikucionis
Package: openoffice.org-calc Version: 2.0.1-2 Severity: important it is impossible to draw scatter plot (XY Chart) where the most-left-column is put on vertical axis. consider the steps to reproduce this bug: 1) enter two columns, like shown: |A B -+--- 1|1 1 2|2 4 3|3 9 4|4 16 2) choose

Bug#349767: gaim: additional status message at work and at home

2006-01-24 Thread Marius Mikucionis
Package: gaim Version: 1:1.5.0+1.5.1cvs20051015-1 Severity: wishlist I suggest to have additional status in gaim: - at work means entity (e.g. me) is at work, i.e. the relatives and friends would interpret this as do not disturb or busy, but coleagues and work partners would understand it

Bug#347557: libxklavier10: the same error dialog with lt -variant us

2006-01-19 Thread Marius Mikucionis
Package: libxklavier10 Version: 2.0-0.3 Followup-For: Bug #347557 upon gnome startup I get the same message as all of you here: - Error activating XKB configuration. It can happen under various circumstances: - a bug in libxklavier

Bug#305355: 100% cpu load on Xorg

2006-01-16 Thread marius mikucionis
hiOn 1/9/06, Eric Dorland [EMAIL PROTECTED] wrote: tags 305355 - unreproducibletags 305355 + confirmedthanks* marius mikucionis ([EMAIL PROTECTED]) wrote: On 12/30/05, Justin Pryzby [EMAIL PROTECTED] wrote: On Fri, Dec 30, 2005 at 02:54:01PM -0500, marius mikucionis wrote: I ran

Bug#345073: gtk2-engines-clearlooks: option to disable progress bar animation

2006-01-02 Thread marius mikucionis
On 1/1/06, Josselin Mouette [EMAIL PROTECTED] wrote: Le mercredi 28 décembre 2005 à 14:51 -0500, Marius Mikucionis a écrit : Package: gtk2-engines-clearlooks Version: 0.6.2-1 Severity: wishlist I really like this engine and theme, but it appears that progress bar animation hack sucks way too much

Bug#305355: 100% cpu load on Xorg

2005-12-30 Thread marius mikucionis
I ran into this page, which generates coninuous 100% CPU load in Xorg process:http://www.info-cybernetics.org/citsa2006 (this conference is connected to infamous Systemic proceedings, uncovered by SCIgen paper generator) it is also the case when _javascript_ is turned off.Custom Linux-2.6.14.5

Bug#305355: 100% cpu load on Xorg

2005-12-30 Thread marius mikucionis
On 12/30/05, Justin Pryzby [EMAIL PROTECTED] wrote: On Fri, Dec 30, 2005 at 02:54:01PM -0500, marius mikucionis wrote: I ran into this page, which generates coninuous 100% CPU load in Xorg process: http://www.info-cybernetics.org/citsa2006 (this conference is connected to infamous Systemic

Bug#345073: gtk2-engines-clearlooks: option to disable progress bar animation

2005-12-28 Thread Marius Mikucionis
Package: gtk2-engines-clearlooks Version: 0.6.2-1 Severity: wishlist I really like this engine and theme, but it appears that progress bar animation hack sucks way too much CPU on my otherwise idle time. I noticed this when application has several progress bars (like gaim logon, firefox page

Bug#305355: firefox: another URL for CPU load spykes

2005-12-28 Thread Marius Mikucionis
Package: firefox Version: 1.5.dfsg-3 Followup-For: Bug #305355 Hi, Whenever I switch to this page I get extremely high load generated by Xorg: http://paulgraham.com/wealth.html This CPU suck quickly stops (in 0.3sec or so), but it is extremely annoying since everything (even music) freezes for

Bug#344794: metacity: global_keybindings are broken for XF86AudioPlay and similar

2005-12-26 Thread Marius Mikucionis
Package: metacity Version: 1:2.10.3-2 Severity: important I have mapped my laptop's multimedia keys to XF86AudioPlay and other codes via gnome keyboard shortcuts and added commands in gconf-editor (metacity/global_keybindings and keybinding_commands) to react on those keys. It used to work

Bug#331013: possible workaround

2005-10-17 Thread Marius Mikucionis
On Mon, 2005-10-17 at 18:35 -0400, Federico Grau wrote: I was experiencing a similar problem, some ogg files were not playing with xmms... xmms would not recognize the bitrate, try for a few seconds, then move onto the next ogg file. I found that if I changed the MPEG Layer 1/2/3 plugin

Bug#330426: RESOLVED: ndiswrapper races with Xorg and freezes the system under high load)

2005-10-07 Thread Marius Mikucionis
I fixed this problem by two items: 1) installed the latest Windows drivers from Dell (Trendnet did not provide upgrade) 2) packed and installed ndiswrapper-1.4 from ndiswrapper.sf.net WARNING: the old windows driver causes kernel panic with ndiswrapper-1.4 make sure to put some notification in

Bug#331013: xmms refuses to play good vorbis ogg files

2005-09-30 Thread Marius Mikucionis
Package: xmms Version: 1.2.10+cvs20050809-3 Severity: normal I have a few ogg files that totem/xine plays perfectly while the current xmms version refuses. If I select to play particularly those ogg files xmms seems to try and play for a few seconds: bit rate and frequency is changing rapidly,

Bug#331013: xmms recognizes ogg files as mpeg

2005-09-30 Thread Marius Mikucionis
By looking at file info dialog I realized that xmms recognizes those ogg files as being of mpeg type, which is incorrect, the file utility says it's: Ogg data, Vorbis audio, stereo, 44100 Hz, ~192003 bps, created by: Xiph.Org libVorbis I (1.0) hence messy playback and lockup.. is there any way I

Bug#330621: apt-get ignores --quiet option after packages are downloaded

2005-09-28 Thread Marius Mikucionis
Package: apt-get Severity: minor I am doing apt-get -q upgrade remotely and expect to save bandwith on redundant messages like outputing percentage of job done. It works for downloads fine but after that, other stages kick-in: Reading package fields... xx% Reading package status... yy%

  1   2   >