Package Details: spacefm-thermitegod 2.1.0-3

Git Clone URL: https://aur.archlinux.org/spacefm-thermitegod.git (read-only, click to copy)
Package Base: spacefm-thermitegod
Description: Multi-panel tabbed file manager
Upstream URL: https://github.com/thermitegod/spacefm
Licenses: GPL3
Conflicts: spacefm
Provides: spacefm
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 8
Popularity: 0.025059
First Submitted: 2023-08-13 14:57 (UTC)
Last Updated: 2024-08-20 21:13 (UTC)

Latest Comments

Ataraxy commented on 2025-10-07 13:02 (UTC)

After commenting out the patch file's -Wno-incompatible-function-pointer-types, I proceed to:

../src/settings.c:6881:14: error: too many arguments to function ‘cb_func’; expected 0, have 2
 6881 |             (*cb_func)(item, cb_data);
      |             ~^~~~~~~~~ ~~~~
../src/settings.c:6897:22: error: too many arguments to function ‘cb_func’; expected 0, have 2
 6897 |                     (*cb_func)(item, cb_data);
      |                     ~^~~~~~~~~ ~~~~
../src/settings.c:6942:30: error: too many arguments to function ‘cb_func’; expected 0, have 2
 6942 |                             (*cb_func)(item, cb_data);
      |                             ~^~~~~~~~~ ~~~~
../src/settings.c:6960:26: error: too many arguments to function ‘cb_func’; expected 0, have 2
 6960 |                         (*cb_func)(item, cb_data);
      |                         ~^~~~~~~~~ ~~~~
../src/settings.c:6973:22: error: too many arguments to function ‘cb_func’; expected 0, have 2
 6973 |                     (*cb_func)(item, cb_data);

Ataraxy commented on 2025-10-07 12:55 (UTC)

At top level:
cc1: note: unrecognized command-line option ‘-Wno-incompatible-function-pointer-types’ may have been intended to silence earlier diagnostics
ninja: build stopped: subcommand failed.

FabioLolix commented on 2024-07-02 08:04 (UTC)

I'll avoid the error with a Cxx flag when have a bit of time

Ataraxy commented on 2024-07-01 20:21 (UTC)

==> ERROR: A failure occurred in build().
    Aborting...

There are TONS of warns, and about 3 errors, the last listed is:

../src/main-window.c: In function ‘fm_main_window_class_init’:
../src/main-window.c:165:38: error: assignment to ‘gboolean (*)(GtkWidget *, GdkEventWindowState *)’ {aka ‘int (*)(struct _GtkWidget *, stru
ct _GdkEventWindowState *)’} from incompatible pointer type ‘_Bool (*)(GtkWidget *, GdkEventWindowState *)’ {aka ‘_Bool (*)(struct _GtkWidge
t *, struct _GdkEventWindowState *)’} [-Wincompatible-pointer-types]
  165 |     widget_class->window_state_event = fm_main_window_window_state_event;
      |                                      ^

Does this build for others?

FabioLolix commented on 2023-12-30 19:53 (UTC)

Hello @fromtheeast710, I confirm the issues and have reported it https://github.com/thermitegod/ztd/issues/2#issuecomment-1872592115

fromtheeast710 commented on 2023-12-18 23:49 (UTC)

The fork is failing to run on my machine

(spacefm:16442): SpaceFM-WARNING **: 10:36:43.975: could not create socket /run/spacefm-theeast:0.socket
COMMAND=/bin/bash -c "cd /home/theeast/.config/spacefm && git add session && git commit -m 'Session File' 1>/dev/null"
spacefm: No such property from XGetWindowProperty() _NET_CURRENT_DESKTOP
Segmentation fault