[Bug 1822380] Re: Thunar right-click menu not expanded

2019-07-13 Thread Martin Dauskardt
For all who are annoyed about the unnecessaey arrow scrolls I attach a patched libgtk3 for Ubuntu 64bit. It includes the patch I mentioned in #44. ** Attachment added: "libgtk-3-0_3.24.8-1ubuntu1_amd64.deb"

[Bug 1822380] Re: Thunar right-click menu not expanded

2019-06-23 Thread Martin Dauskardt
The gtk-patch in #5 from https://www.linuxquestions.org/questions/linux-desktop-74/thunar-bug-in-right-mouse-menus-4175651369/ fixes the problem! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822380

[Bug 1822380] Re: Thunar right-click menu not expanded

2019-06-11 Thread Martin Dauskardt
I can't see any effect of the thunar patch for THIS isue(unnecessaey arrow scrolls). There is now a workaround for Nemo: https://github.com/leigh123linux/nemo/commit/15b3f99a1de6a1d5164bf3d8d66b2246cea734c3 Isn't it possible to implement a similar fix for Thunar? -- You received this bug

[Bug 1822380] Re: Thunar right-click menu not expanded

2019-06-11 Thread Martin Dauskardt
Please change the status to „open“, as the bug is NOT FIXED in 19.04 There are still unnecessaey arrow scrolls! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822380 Title: Thunar right-click menu

[Bug 1822380] Re: Thunar right-click menu not expanded

2019-04-27 Thread Martin Dauskardt
I still have the unnecessary arrow scrolls. What does it mean "the fix landed the development branches and will be available in the next release". Which release? Ubuntu 19.10 ?? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 430245] Re: suspend/resume failure (ATI Mobility Radeon X700, kernel 2.6.31-10 Karmic Coala)

2019-02-02 Thread Martin Dauskardt
same problem with Ubuntu 12.04, 16.04, 18.04, 18.10. And even a Bhodi with Kernel 3.2 shows the same error an resume. Last Distribution which works with suspend/resume is Ubuntu 9.04. The workaround with /etc/acpi/sleep.sh force seems to be outdated, as this file is not present in recent Ubuntus.

[Bug 430245] Re: suspend/resume failure (ATI Mobility Radeon X700, kernel 2.6.31-10 Karmic Coala)

2019-01-27 Thread Martin Dauskardt
same problem with Ubuntu 12.04, 16.04, 18.04, 18.10. And even a Bhodi with Kernel 3.2 shows the same error an resume. Last Distribution which works with suspend/resume is Ubuntu 9.04. The workaround with /etc/acpi/sleep.sh force seems to be outdated, as this file is not present in recent Ubuntus.

[Bug 1633702] Re: wistron_btns module possible BUG on FJ AMILO Pro V3505.

2019-01-26 Thread Martin Dauskardt
same problem here with a MEDION MD 96500 Notebook. wistron_btns causes a segfault and as a result the machine won't shut down. A fix has been posted several times to LKML and it is really hard to understand why it is ignored. https://lore.kernel.org/patchwork/patch/815755/ -- You received this

[Bug 1540186] Re: thunar crashed with SIGSEGV in g_type_check_instance_is_fundamentally_a()

2018-10-28 Thread Martin Dauskardt
After upgrading from Xubuntu 18.04 to 18.10 I have the same segfault immidiately when starting thunar or when selecting the first file/folder. martin@martin-desktop:/tmp$ gdb thunar core GNU gdb (Ubuntu 8.2-0ubuntu1) 8.2 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL

[Bug 1788036] Re: nautilus crashed with SIGSEGV in tcache_get()

2018-09-16 Thread Martin Dauskardt
*** This bug is a duplicate of bug 1786650 *** https://bugs.launchpad.net/bugs/1786650 I also see the same segfault showing "tcache_get (tc_idx=0) at malloc.c:2943" when I use Thunar 1.8.1 on Xubuntu 18.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1762595] Re: Thunar incorrectly thinks USB storage device hasn't finished ejecting

2018-07-07 Thread Martin Dauskardt
How long will it take to for 1.36.1-0ubuntu3 to appear in Bionic? After sudo apt-get update sudo apt-get dist-upgrade I get nothing. sudo apt-get install gvfs says that gvfs is already the newest version (1.36.1-0ubuntu1). -- You received this bug notification because you are a member of

[Bug 1762595] Re: Thunar incorrectly thinks USB storage device hasn't finished ejecting

2018-07-01 Thread Martin Dauskardt
It's a shame that Ubuntu has still no fix released and even not assigned the issue to a developer. I compiled gvfs for Ubuntu 18.04 (64 bit version) with the patch. It should be sufficient to change /usr/lib/gvfs/gvfs-udisks2-volume-monitor against the attached new binary. ** Attachment added:

[Bug 1512120]

2018-06-08 Thread Martin-dauskardt
@ pgkos: Which version of thunar was the base for this patch? -1.6.10 vanilla? -1.6.10 with patches from Distribution? (1.6.10 in Xubuntu 16.10 has for example some additional patches, including the Check-if-a-thunar-file-is-still-valid-before-reloading.patch from 17.02.2016 from Harald

[Bug 1512120]

2018-06-08 Thread Martin-dauskardt
What slumbergod reported is absolutely on-topic. The problems he and Yuri were writing about are known side-effect of an earlier patch (which we all hoped that it could be a solution for the renaming/remove crash.) The side effects with this patch (when accessing USB drives and other file

[Bug 1512120]

2018-06-08 Thread Martin-dauskardt
Are you really sure that new compiled thunar was running? I suggest to remove the old /usr/bin/thunar and make a reboot I did not use the git as base but patched the Ubuntu 15.10 source instead. You can find my compiled binary in the ubuntuusers forum. It should also work with Xubuntu 16.04 --

[Bug 1512120]

2018-06-08 Thread Martin-dauskardt
Created attachment 6660 64 bit binary with patches from comment 7,14,30,31,41 and master git patch from 30.11.15 With further testing using the example commands shown in #32 I recognize still crashes when using the patch from #30. Same happens with Emils Patch in #41 (If used only or in

[Bug 1512120]

2018-06-08 Thread Martin-dauskardt
Fine to hear that. Credit goes of course to Harald Judt who made the patch. I am only the compiler :-) I discovered another patch in a BSD forum: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208341 Peter, maybe you can try this? -- You received this bug notification because you are a

[Bug 1512120]

2018-06-08 Thread Martin-dauskardt
You are not the only one. I use 15.10, but 16.04 is obviously also effected. If you have the 64 bit version, you could try my binary. It also works on 16.04. Have a look here: https://forum.ubuntuusers.de/post/8172653/ You need to rename the attachment, make it executable, change the owner to

[Bug 1512120]

2018-06-08 Thread Martin-dauskardt
The patch from Harald Judt in comment 30 of this thread resolves all my problems with thunar. There was an earlier patch from him (Deactivate- SEND_MOVED-code-paths) which is no longer necessary when thunar is patched with Check-if-a-thunar-file-is-still-valid-before- reloading.patch from comment

[Bug 1722508] Re: Font hinting appears broken on 17.10 beta

2017-12-24 Thread Martin Dauskardt
In german ubuntuusers forum there is an simpler solution without need to downgrade libfreetype. https://forum.ubuntuusers.de/post/8914328/ Just add FREETYPE_PROPERTIES="truetype:interpreter-version=35 cff:no-stem- darkening=1 autofitter:warping=1" in /etc/environment and restart x-server or

[Bug 1512120] Re: thunar crashes on file renaming

2016-04-15 Thread Martin Dauskardt
In https://bugzilla.xfce.org/show_bug.cgi?id=12264#c30 there is a patch from thunar developer Harald Judt in comment 30 (2016-02-17 18:17:30 CET ). This patch fixes all my problems with thunar. There was an earlier patch from him (Deactivate-SEND_MOVED-code-paths) which is no longer necessary when

[Bug 1442169] Re: cupsd crashed with SIGSEGV in avahi_entry_group_free()

2016-01-31 Thread Martin Dauskardt
I wonder how much bug reports are necessary to get this assigned to anybody... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1442169 Title: cupsd crashed with SIGSEGV in avahi_entry_group_free()

[Bug 1422132] Re: Canoscan LIDE 20 (plustek backend) not working anymore

2015-04-03 Thread Martin Dauskardt
This problems exists since months and is still present in 14.10. For me, it only happens when I use the onboard USB (2.0 or 3.0) of my mainboard. With an older USB 2.0 PCI card the scanner still works with sane. And I can also use the scanner with the onboard USB controller, when I start Windows

[Bug 1422132] Re: Canoscan LIDE 20 (plustek backend) not working anymore

2015-04-03 Thread Martin Dauskardt
es gibt in dem ppa von Rolf Bensch aktualisierte sane-Pakete, mit denen geht mein Lide20 wieder: sudo add-apt-repository ppa:rolfbensch/sane-git sudo apt-get update sudo apt-get dist-upgrade -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1277552] Re: libpostproc52 does not support multiarch

2014-04-18 Thread Martin Dauskardt
during the upgrade from 13.10 to 14.04. I got this error which stopped the upgrade dpkg: Fehler beim Bearbeiten des Archivs /var/cache/apt/archives/libpostproc52_6%3a0.git20120821-4_amd64.deb (--unpack): libpostproc52:amd64 6:0.git20120821-4 (Multi-Arch: no) kann nicht zusammen mit

[Bug 1250196] Re: sane plustek backend not working on USB 3 root hub

2014-03-26 Thread Martin Dauskardt
since upgrading to a Board with USB 3.0 (Intel H87 chipset) I have the same problems with my Canon LIDE20. If I install an old USB 2.0 PCI Controller card, it works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 590220] Re: installer slow

2010-09-19 Thread Martin Dauskardt
I noticed the same behaviour with the Karmic installer and was hoping that Maverick would be faster. Just tried the 10.10 beta Desktop CD: After choosing Install Ubuntu it takes 18s until the next menu appears. I choosed Tick this box... and it takes 3s until the box is marked. In the menu

[Bug 590220] Re: installer slow

2010-09-19 Thread Martin Dauskardt
sorry, I meant obviously no improvement compared to Lucid -- installer slow https://bugs.launchpad.net/bugs/590220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 539422] Re: KFind 4.4.1 not being able to search in file contents

2010-03-25 Thread Martin Dauskardt
When will this become decided and assigned? Will this be fixed before the final Lucid Kubuntu release? -- KFind 4.4.1 not being able to search in file contents https://bugs.launchpad.net/bugs/539422 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed

[Bug 539422] [NEW] KFind 4.4.1 not being able to search in file contents

2010-03-16 Thread Martin Dauskardt
Public bug reported: There came a big bug with Revision 1092333 into kfind (kquery.cpp) on 18.02.2010 in KDE SVN: http://websvn.kde.org/trunk/KDE/kdebase/apps/kfind/kquery.cpp?sortby=dateview=log The bug has already been fixed (see Revision 1098983 and explanation in Revision 1099017), but

[Bug 393801] Re: cvidix driver for PVR350 (ivtv) missing

2009-07-21 Thread Martin Dauskardt
The big has finally been fixed: http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2009-July/061870.html Would be nice if the Ubuntu mplayer maintainers could build a new package, with should now automatically include the ivtv cvidix driver -- cvidix driver for PVR350 (ivtv) missing

[Bug 393801] Re: cvidix driver for PVR350 (ivtv) missing

2009-07-10 Thread Martin Dauskardt
Unfortunately no mplayer developer seems to read the mplayer-users list. While I am waiting for approval by the mplayer-devel moderator, I made a Bugzilla entry: http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1509 ** Bug watch added: Mplayer Bugzilla #1509

[Bug 393801] [NEW] cvidix driver for PVR350 (ivtv) missing

2009-06-30 Thread Martin Dauskardt
Public bug reported: Binary package hint: mplayer mplayer has three ivtv-related output drivers: 1. ivtv This one is for using the hardware decoder (/dev/video16) of the PVR350 card and works only with older ivtv drivers. Since 2.6.22 ivtv is in the kernel and this driver is obsolete.

[Bug 393801] Re: cvidix driver for PVR350 (ivtv) missing

2009-06-30 Thread Martin Dauskardt
http://lists.mplayerhq.hu/pipermail/mplayer-users/2009-June/077194.html -- cvidix driver for PVR350 (ivtv) missing https://bugs.launchpad.net/bugs/393801 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 360282] Re: x server will not start up

2009-04-20 Thread Martin Dauskardt
I have exactly the same problem since I made an upgrade from Jaunty beta to RC1 yesterday. I have also configured autologin. -- x server will not start up https://bugs.launchpad.net/bugs/360282 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 278770] Re: Black/pink screen after boot, stopped by Ctrl-Alt-Backspace

2008-10-06 Thread Martin Dauskardt
I can conform this. Only difference with my GeForce 6150 onboard graphic is that I have a complete dark screen with white lines/strokes after booting, no colours. -- Black/pink screen after boot, stopped by Ctrl-Alt-Backspace https://bugs.launchpad.net/bugs/278770 You received this bug

[Bug 140921] Re: Wrong firmware for ivtv driver

2007-10-24 Thread Martin Dauskardt
*** This bug is a duplicate of bug 99107 *** https://bugs.launchpad.net/bugs/99107 yes, the firmware included in Gutsy is not the recommended one. The recommended firmware version for the ivtv driver is included in http://dl.ivtvdriver.org/ivtv/firmware/firmware.tar.gz It is indeed a 376836