GLib-GIO-CRITICAL clamtk

Hi, after switching to Plasma 6 and Wayland I have problems with ClatTk - in freezes all the time. When opened from terminal in shows:

`> clamtk

(clamtk:3273): GLib-GIO-CRITICAL **: 10:58:28.977: GFileInfo created without standard::size

(clamtk:3273): GLib-GIO-CRITICAL **: 10:58:28.977: file …/glib/gio/gfileinfo.c: line 1845 (g_file_info_get_size): should not be reached

(clamtk:3273): GLib-GIO-CRITICAL **: 10:58:29.071: GFileInfo created without standard::size

(clamtk:3273): GLib-GIO-CRITICAL **: 10:58:29.071: file …/glib/gio/gfileinfo.c: line 1845 (g_file_info_get_size): should not be reached

`

I’m running xsettingsd service, but it seems to has no effect to this problem. Also I’ve tried rune it as XDG_SESSION_TYPE=x11 clamtk, but still the same.

When posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.

Instead of like this:

Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby increasing legibility thus making it easier for those trying to provide assistance.

For more information, please see:


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

1 Like

clamtk 6.14-1 is flagged out-of-date. You need to wait for the packager to update it.

https://archlinux.org/packages/extra/any/clamtk/

FYI both clamav and calmtk were updated today(unstable-branch) to;

clamav 1.3.1-1
clamtk 6.18-1

cant reproduce the errors OP mentioned here, so i guess it is fixed.

Hi, works better, bud still looks like freezing and in console is:

LC_ALL=C clamtk                                                                                                                                          ✔  1m 16s  

(clamtk:5496): Gdk-CRITICAL **: 13:52:37.951: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed

(clamtk:5496): Gdk-CRITICAL **: 13:52:39.640: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed

(clamtk:5496): Gdk-CRITICAL **: 13:52:44.959: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed

Fixed with running under X11

GDK_BACKEND=x11 clamtk

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.