Package Details: thunar-extended 4.18.11-1

Git Clone URL: https://aur.archlinux.org/thunar-extended.git (read-only, click to copy)
Package Base: thunar-extended
Description: Thunar with cursor audio preview and extra options for trash
Upstream URL: http://thunar.xfce.org
Licenses: GPL2, LGPL2.1
Groups: xfce4
Conflicts: thunar
Provides: thunar
Replaces: thunar
Submitter: ConnorBehan
Maintainer: ConnorBehan
Last Packager: ConnorBehan
Votes: 81
Popularity: 0.000000
First Submitted: 2010-09-01 01:22 (UTC)
Last Updated: 2024-08-26 17:58 (UTC)

Required by (26)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 13 Next › Last »

tocer commented on 2024-08-26 07:02 (UTC)

Hi, I got a error, how to fix the error:

thunar-standard-view.c: In function 'thunar_standard_view_try_preview': thunar-standard-view.c:2820:21: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2820 | mime_type = thunar_file_get_content_type (file); | ^ thunar-standard-view.c: In function 'thunar_standard_view_preview_timer': thunar-standard-view.c:2883:3: warning: 'gtk_widget_get_pointer' is deprecated: Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations] 2883 | gtk_widget_get_pointer (GTK_WIDGET (standard_view), &wx, &wy); | ^~ In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27, from /usr/include/gtk-3.0/gtk/gtkwindow.h:33, from /usr/include/gtk-3.0/gtk/gtkdialog.h:32, from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:31, from ../thunarx/thunarx-menu-provider.h:28, from ../thunarx/thunarx.h:29, from ../thunar/thunar-file.h:26, from ../thunar/thunar-navigator.h:23, from ../thunar/thunar-component.h:23, from ../thunar/thunar-action-manager.h:24, from thunar-standard-view.c:37: /usr/include/gtk-3.0/gtk/gtkwidget.h:1121:14: note: declared here 1121 | void gtk_widget_get_pointer (GtkWidget widget, | ^~ thunar-standard-view.c:2936:58: error: passing argument 1 of 'gdk_pixbuf_new_from_xpm_data' from incompatible pointer type [-Wincompatible-pointer-types] 2936 | pixbuf = gdk_pixbuf_new_from_xpm_data (music_note); | ^~ | | | char ** In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:294:55: note: expected 'const char ' but argument is of type 'char ' 294 | GdkPixbuf gdk_pixbuf_new_from_xpm_data (const char **data); | ~^~~~ make[3]: *** [Makefile:2279: thunar-thunar-standard-view.o] Error 1 make[3]: *** Waiting for unfinished jobs.... m

ConnorBehan commented on 2024-01-10 23:03 (UTC)

What's wrong with that? This package is for people who want to remove the default thunar package and install one with an additional feature.

earlybird commented on 2024-01-09 13:18 (UTC)

Please remove line 12 - replaces=('thunar') pacman will give a prompt to remove thunar if you have the package on a repo - that is not what you want this prompt

earlybird commented on 2023-06-22 05:29 (UTC)

Please remove line 12 - replaces=('thunar') pacman will give a prompt to remove thunar if you have the package on a repo - that is not what you want this prompt

compicat commented on 2023-04-15 10:19 (UTC)

@ConnorBehan

Thanks for the update. Gonna try and report.

ConnorBehan commented on 2023-04-12 22:36 (UTC)

I don't know what gbus is but I just bumped the version. If that doesn't fix it, can you try applying the patches individually to see which one causes the errors? I have trouble seeing how either one would.

compicat commented on 2023-03-31 03:19 (UTC) (edited on 2023-03-31 03:19 (UTC) by compicat)

@ConnorBehan

First of all thanks for amazing work.

Last version has gbus errors (which shows gbus unable to complete this action -especially during transfers) and having trouble to mark desktop shortcuts executable (meta data key errors).

Thanks in advance.

theriddick commented on 2020-01-15 03:40 (UTC) (edited on 2020-01-15 04:06 (UTC) by theriddick)

@ConnorBehan

After you fix the source (easy enough, just remember source now has a lowercase t for Thunar) you have the below patch mismatches to correct for. I might poke at a couple but I'm no good at this stuff. (marked with ------> )

patching file thunar/thunar-application.c

Hunk #1 succeeded at 2105 (offset 329 lines).

Hunk #2 succeeded at 2136 (offset 329 lines).

patching file thunar/thunar-preferences.c

------> Hunk #1 FAILED at 75.

Hunk #2 succeeded at 801 with fuzz 1 (offset 42 lines).

1 out of 2 hunks FAILED -- saving rejects to file thunar/thunar-preferences.c.rej

patching file thunar/thunar-preferences-dialog.c

------> Hunk #1 FAILED at 381.

------> Hunk #2 FAILED at 599.

------> Hunk #3 FAILED at 626.

3 out of 3 hunks FAILED -- saving rejects to file thunar/thunar-preferences-dialog.c.rej

patching file thunar/thunar-shortcuts-model.c

Hunk #1 succeeded at 984 (offset 32 lines).

Hunk #2 succeeded at 1026 (offset 32 lines).

patching file thunar/thunar-tree-model.c

Hunk #1 succeeded at 287 with fuzz 1 (offset 1 line).

Hunk #2 succeeded at 331 (offset 1 line).

EDIT: There is quite a few more then this. This is just for the notrash.patch. I fixed those I think but still the other 3 patches to fix mismatches (or redundant changes). Contact me if you wish to work together on sorting the rest out, I won't bother helping do the rest if nobody is interested.

ConnorBehan commented on 2019-08-09 20:07 (UTC)

Hi PTBM. The package just needs to be updated to 1.8 it seems. Hopefully I will be able to figure that out soon.

PTBM133A4X commented on 2019-08-08 20:45 (UTC)

I've just installed thunar-extended but get a blank desktop ie no icons on the desktop. Typing xfdesktop in a console shows this error: xfdesktop: error while loading shared libraries: libthunarx-3.so.0: cannot open shared object file: No such file or directory

Any ideas?

Thanks for releasing this patched version. The split panes are what is needed by default in xfce!