libfm icon indicating copy to clipboard operation
libfm copied to clipboard

Core library of PCManFM file manager

Results 45 libfm issues
Sort by recently updated
recently updated
newest added

Fix https://github.com/mate-desktop/engrampa/issues/515

* Open pcmanfm with the side pane enabled, open a compressed file with engrampa, and drag an item from the compressed file across the side pane. * As soon as...

I am using PCManFM in an Openbox environment, **version 1.3.2** with **libfm-gtk4 1.3.2-1 amd64** in Ubuntu 22.04. Each time I try to access the content of my **Android branded smartphone**...

gcc14 now defaults to -Werror=incompatible-pointer-types . To support this, cast GTK related objects for assignment properly. Fixes #100 .

Upcoming gcc14 now defaults to `-Werror=incompatible-pointer-types` , and compiling libfm git head with gcc14 produces the following errors: ``` /buildroot/libfm-1.3.2/_BUILDDIR_gtk2/../src/gtk/exo/exo-icon-view.c: In function ‘exo_icon_view_key_press_event’: /buildroot/libfm-1.3.2/_BUILDDIR_gtk2/../src/gtk/exo/exo-icon-view.c:2822:25: error: assignment to ‘GdkWindow *’ {aka...

libfm and friends use intltool. This hasn't had a release since 2015 and modern gettext can replace it entirely: https://wiki.gnome.org/MigratingFromIntltoolToGettext

Title. 'Create' items work fine after right button mouse click, but don't work after pressing Ctrl+Key_Menu.

Currently, the format for date-time (as used in PCManFM’s ‘Modified’ column) is based on locale. The only way to change it (e.g. to ISO 8601) is to switch (or modify)...

enhancement

Reverts lxde/libfm#62

Intended for merging

When you're trying to launch a program, DISPLAY is incorrectly getting set to "wayland-0", which is supposed to be for WAYLAND_DISPLAY. So any X11 programs that get launched would fail...

bug