Package Details: thunar-devel 4.19.2-1

Git Clone URL: https://aur.archlinux.org/thunar-devel.git (read-only, click to copy)
Package Base: thunar-devel
Description: File manager for Xfce (development version)
Upstream URL: https://thunar.xfce.org
Licenses: GPL
Groups: xfce4-devel
Conflicts: thunar
Provides: thunar
Submitter: twa022
Maintainer: twa022
Last Packager: twa022
Votes: 14
Popularity: 0.016697
First Submitted: 2017-11-27 01:40 (UTC)
Last Updated: 2024-01-02 14:19 (UTC)

Required by (32)

Sources (1)

Pinned Comments

Latest Comments

1 2 Next › Last »

bittin commented on 2022-11-01 09:58 (UTC)

4.17.11 PKGBUILD: https://pastebin.pl/view/527c9a16

bittin commented on 2022-10-16 11:53 (UTC)

4.17.10 PKGBUILD for Arch Linux: https://pastebin.com/icgmPJCZ

hiimbuggy commented on 2022-05-25 13:04 (UTC) (edited on 2022-06-06 07:08 (UTC) by hiimbuggy)

EDIT: This has been confirmed to be a bug upstream (https://gitlab.xfce.org/xfce/thunar/-/issues/808)

@twa022: The option can be found here

"Edit > Preferences... > Behavior > Tabs and Windows > Show full directory paths in tab titles"

I understand that this is 4.17.8 built from source; what I meant to say was this bug does not come up when building from source using the instructions given in Thunar's documentation on building (https://wiki.xfce.org/thunar/dev/build_and_run).

twa022 commented on 2022-05-24 19:00 (UTC)

@hiimbuggy: I don't see this option anywhere in thunar preferences or the menus. Where are you finding it?

Also confused about:

Thunar built from source at tag 4.17.8 does NOT have this bug

This package is thunar 4.17.8 built from source.

hiimbuggy commented on 2022-05-24 08:36 (UTC)

Thunar installed using this package segfaults when you try to use the "Show full directory paths in tab titles" check-box, with following output to console:

(thunar:63184): GLib-GObject-CRITICAL **: 14:05:56.528: g_object_get_data: assertion 'G_IS_OBJECT (object)' failed

(thunar:63184): GLib-GObject-CRITICAL **: 14:05:56.528: g_object_get_data: assertion 'G_IS_OBJECT (object)' failed

(thunar:63184): GLib-GObject-CRITICAL **: 14:05:56.528: g_object_get_data: assertion 'G_IS_OBJECT (object)' failed
Segmentation fault (core dumped)

Thunar built from source at tag 4.17.8 does NOT have this bug, and the checkbox behaves as expected.

csts commented on 2021-09-14 18:09 (UTC) (edited on 2021-09-14 18:11 (UTC) by csts)

I had the normal thunar installed.
I didn't need any custom PKGBUILD for thunar-devel, upon installing it with pikaur it asked me for the 3 devel packages to be installed -one at a time-, then it was built flawlessly.
exo-devel, libxfce4ui-devel, libxfce4util-devel.

bittin commented on 2021-09-11 13:59 (UTC)

https://pastebin.com/ay2rRbUN Thunar 4.17.5 PKGBUILD

jonathon commented on 2021-07-19 15:18 (UTC)

PKGBUILD might do with a diff:

diff --git a/PKGBUILD b/PKGBUILD
index 058c1ec..086081a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64' 'armv7h' 'aarch64')
 license=('GPL')
 groups=('xfce4-devel')
 url='https://thunar.xfce.org'
-depends=('desktop-file-utils' 'exo>=4.15.3' 'gtk3' 'hicolor-icon-theme' 'libgudev'
-         'libexif' 'libnotify' 'libpng' 'libxfce4ui>=4.15.3' 'libxfce4util>=4.15.2')
+depends=('desktop-file-utils' 'exo>=4.17.0' 'gtk3' 'hicolor-icon-theme' 'libgudev'
+         'libexif' 'libnotify' 'libpng' 'libxfce4ui>=4.17.0' 'libxfce4util>=4.17.0')
 makedepends=('intltool' 'xfce4-panel' 'gtk-doc' 'gobject-introspection') # 'xfce4-dev-tools')
 optdepends=('gvfs: trash support, mounting with udisks, and remote filesystems'
                'xfce4-panel: trash applet'

as thunar-devel=4.17.4 will complain about exo, libxfce4ui, and libxfce4util:

checking for exo-2 >= 4.17.0... found, but 4.16.2
*** The required package exo-2 was found on your system,
*** but the installed version (4.16.2) is too old.
*** Please upgrade exo-2 to atleast version 4.17.0, or adjust
*** the PKG_CONFIG_PATH environment variable if you installed
*** the new version of the package in a nonstandard prefix so
*** pkg-config is able to find it.
...
checking for libxfce4ui-2 >= 4.17.0... found, but 4.16.0
*** The required package libxfce4ui-2 was found on your system,
*** but the installed version (4.16.0) is too old.
*** Please upgrade libxfce4ui-2 to atleast version 4.17.0, or adjust
*** the PKG_CONFIG_PATH environment variable if you installed
*** the new version of the package in a nonstandard prefix so
*** pkg-config is able to find it.
...
checking for libxfce4util-1.0 >= 4.17.0... found, but 4.16.0
*** The required package libxfce4util-1.0 was found on your system,
*** but the installed version (4.16.0) is too old.
*** Please upgrade libxfce4util-1.0 to atleast version 4.17.0, or adjust
*** the PKG_CONFIG_PATH environment variable if you installed
*** the new version of the package in a nonstandard prefix so
*** pkg-config is able to find it.

bittin commented on 2021-07-18 07:54 (UTC)

Thunar 4.17.4 PKGBUILD: https://pastebin.com/GG1hKRgR

bittin commented on 2021-05-07 15:29 (UTC)

Thunar 4.17.3 PKGBUILD: https://pastebin.com/yeiyYQ9K