Vasiliy Glazov

Results 41 comments of Vasiliy Glazov

It is really needed. Fedora deprecated aspell dependencies https://fedoraproject.org/wiki/Changes/AspellDeprecation

This patch solve the problem. ``` --- src/MEGASync/mega/src/gfx/freeimage.cpp.orig +++ src/MEGASync/mega/src/gfx/freeimage.cpp @@ -209,11 +209,13 @@ bool GfxProviderFreeImage::readbitmapFre #ifdef HAVE_FFMPEG +#if LIBAVCODEC_VERSION_MAJOR < 60 #ifdef AV_CODEC_CAP_TRUNCATED #define CAP_TRUNCATED AV_CODEC_CAP_TRUNCATED #else #define CAP_TRUNCATED...

I also need to disable build and install of static lib for Fedora packaging. It will be great if we no need to hack sources for that.

May be `trans -T` or `trans -R`

I hope it will be done.

Seems it is really Wayland. Also I use KDE. Just after start without any data loaded: Wayland: ``` USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND vascom...

Next release will be soon? How I can apply this patch to 3.3.111 to test it?

Thanks. It work. ``` diff -uNdr gtkwave-gtk3-3.3.111_old/src/wavewindow.c gtkwave-gtk3-3.3.111_new/src/wavewindow.c --- gtkwave-gtk3-3.3.111_old/src/wavewindow.c 2021-09-06 23:39:11.000000000 +0300 +++ gtkwave-gtk3-3.3.111_new/src/wavewindow.c 2022-02-09 12:31:45.419573122 +0300 @@ -680,9 +680,9 @@ cairo_destroy (cr); #endif -#ifdef GDK_WINDOWING_WAYLAND -if(GDK_IS_WAYLAND_DISPLAY(gdk_display_get_default())) gtk_widget_queue_draw(GLOBALS->wavearea); -#endif...

Same problem return in 3.3.117 (or earlier). High CPU load while just view waveforms. Any new suggestions?