[Bug 1808070] [NEW] ImageMagick convert SVG core dump

2018-12-11 Thread Matpen
Public bug reported: I am experiencing the following bizarre crash when attempting to convert SVG images: # download a sample image wget https://upload.wikimedia.org/wikipedia/commons/6/67/Firefox_Logo%2C_2017.svg # re-download the same image with a different name wget

[Bug 1750937] Re: 4.4.0-116 Kernel update on 2/21 breaks Nvidia drivers (on 14.04 and 16.04)

2018-02-24 Thread Matpen
I am facing both the Nvidia problem (cannot login into gnome) and the VirtualBox problem (cannot start VMs). I just tried all instructions found here (reinstalling the kernel, even reinstalling VirtualBox and DKMS modules manually) with both the official gcc and the new gcc-7 from PPA, but no

[Bug 1714442] [NEW] “Are you sure you want to proceed?” message at login

2017-09-01 Thread Matpen
Public bug reported: Right after logging in to the Ubuntu desktop environment, a message like the one in the attached screenshot appears. I researched the cause and found several links (see [1] and [2] below) pointing to the cause: a command in either .bashrc, .profile or /etc/profile.d outputs

[Bug 1465226] [NEW] apticron warns about packages that are not installed

2015-06-15 Thread Matpen
Public bug reported: On an Ubuntu Server 14.04 LTS installed in a OpenVZ VPS I get emails from apticron about e2fsprogs and libss2: Email body follows: - apticron report [Sun, 14 Jun 2015 20:53:29 -0400]

[Bug 1103593] Re: Unity always shows all devices in launcher when CD is inserted

2013-02-27 Thread Matpen
The Unlock from launcher feature is apparently equivalent to UUID- based blacklisting. Therefore it applies only to that specific device. I tried disabling this feature by removing 'unity://devices' from com.canonical.Unity.Launcher favorites using gsettings but this seems to have no effect. --

[Bug 1015337] Re: clamav-base fails configure with `/usr/share/doc/clamav-base/examples/main.cvd': No such file or directory

2012-06-20 Thread Matpen
Great that a fix was released so quickly! Can you please advise how an user can get it? I am still getting the same error while installing via apt. Apparently the package being installed (even after apt-get upgrade) is 0.97.5+dfsg-1ubuntu0.12.04.1 -- You received this bug notification because

[Bug 1015337] Re: clamav-base fails configure with `/usr/share/doc/clamav-base/examples/main.cvd': No such file or directory

2012-06-20 Thread Matpen
Great that a fix was released so quickly! Can you please advise how an user can get it? I am still getting the same error while installing via apt. Apparently the package being installed (even after apt-get upgrade) is 0.97.5+dfsg-1ubuntu0.12.04.1 -- You received this bug notification because

[Bug 568028] Re: 4.4.2-3 unusable for 64bit development

2011-03-15 Thread Matpen
Thank you again! I summarized the whole install process on ubuntuforums, in reply to others who were looking for the same answers: http://ubuntuforums.org/showthread.php?p=10561430#post10561430 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 568028] Re: 4.4.2-3 unusable for 64bit development

2011-03-14 Thread Matpen
ok, great! those two seem to work. One last question: is there a way to grab them via apt? As said before, the following does not work: sudo add-apt repository ppa:mingw-packages/ppa sudo apt-get update sudo apt-get install i686-w64-mingw32-toolchain x86-64-w64-mingw32-toolchain Many thanks for

[Bug 568028] Re: 4.4.2-3 unusable for 64bit development

2011-03-13 Thread Matpen
After installing the mingw-w64 package on maverick amd64 matteo@ubuntubox:/tmp/qt-win-64$ amd64-mingw32msvc-g++ main.cpp -o test.exe amd64-mingw32msvc-g++: command not found matteo@ubuntubox:/tmp/qt-win-64$ amd64-mingw32msvc-gcc main.cpp -o test.exe amd64-mingw32msvc-gcc: main.cpp: C++ compiler

[Bug 568028] Re: 4.4.2-3 unusable for 64bit development

2011-03-13 Thread Matpen
It did not work: sudo add-apt repository ppa:ppa-name sudo apt-get update sudo apt-get install i686-w64-mingw32-toolchain x86-64-w64-mingw32-toolchain gcc-mingw32 w64-toolchain mingw-w64 where ppa-name is one of (I tryed them all): pali/pali, pali/ppa, mingw-w64/ppa, mingw-packages/ppa some

[Bug 568028] Re: 4.4.2-3 unusable for 64bit development

2011-03-13 Thread Matpen
It did not work: sudo add-apt repository ppa:ppa-name sudo apt-get update sudo apt-get install i686-w64-mingw32-toolchain x86-64-w64-mingw32-toolchain gcc-mingw32 w64-toolchain mingw-w64 where ppa-name is one of (I tryed them all): pali/pali, pali/ppa, mingw-w64/ppa, mingw-packages/ppa some