Package Details: xfdesktop-devel 4.19.2-1

Git Clone URL: https://aur.archlinux.org/xfdesktop-devel.git (read-only, click to copy)
Package Base: xfdesktop-devel
Description: A desktop manager for Xfce (development release)
Upstream URL: https://docs.xfce.org/xfce/xfdesktop/start
Licenses: GPL2
Groups: xfce4-devel
Conflicts: xfce4-menueditor, xfdesktop
Provides: xfdesktop
Replaces: xfce4-menueditor
Submitter: twa022
Maintainer: twa022
Last Packager: twa022
Votes: 16
Popularity: 0.001785
First Submitted: 2013-10-27 19:37 (UTC)
Last Updated: 2024-03-17 15:20 (UTC)

Pinned Comments

twa022 commented on 2020-12-26 13:35 (UTC)

Don't flag out of date. This follows development snapshots. Will update once packages in the 4.17 series are published (use the stable packages in extra/community until then).

Latest Comments

1 2 Next › Last »

mrtuxa commented on 2024-03-13 00:29 (UTC) (edited on 2024-03-13 00:29 (UTC) by mrtuxa)

make[3]: Entering directory '/home/mrtuxa/.cache/yay/xfdesktop-devel/src/xfdesktop-4.19.1/settings'
  CC       xfdesktop_settings-main.o
  CC       xfdesktop_settings-xfdesktop-settings-ui.o
  GEN      xfce-backdrop-settings.desktop
main.c: In function ‘is_our_window’:
main.c:1699:29: warning: implicit declaration of function ‘xfw_window_get_id’; did you mean ‘xfw_window_get_icon’? [-Wimplicit-function-declaration]
 1699 |         Window window_xid = xfw_window_get_id(window);
      |                             ^~~~~~~~~~~~~~~~~
      |                             xfw_window_get_icon
main.c:1699:29: warning: nested extern declaration of ‘xfw_window_get_id’ [-Wnested-externs]
  CCLD     xfdesktop-settings
/usr/bin/ld: /tmp/cca2PnIr.ltrans0.ltrans.o: in function `cb_window_opened':
/usr/src/debug/xfdesktop-devel/xfdesktop-4.19.1/settings/main.c:1699:(.text+0x30c1): undefined reference to `xfw_window_get_id'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:586: xfdesktop-settings] Error 1
make[3]: Leaving directory '/home/mrtuxa/.cache/yay/xfdesktop-devel/src/xfdesktop-4.19.1/settings'
make[2]: *** [Makefile:501: all] Error 2
make[2]: Leaving directory '/home/mrtuxa/.cache/yay/xfdesktop-devel/src/xfdesktop-4.19.1/settings'
make[1]: *** [Makefile:586: all-recursive] Error 1
make[1]: Leaving directory '/home/mrtuxa/.cache/yay/xfdesktop-devel/src/xfdesktop-4.19.1'
make: *** [Makefile:497: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: xfdesktop-devel-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
xfdesktop-devel - exit status 4

bittin commented on 2022-11-01 03:54 (UTC)

4.17.1 PKGBUILD: https://pastebin.com/iSZSnu6r

twa022 commented on 2020-12-26 13:35 (UTC)

Don't flag out of date. This follows development snapshots. Will update once packages in the 4.17 series are published (use the stable packages in extra/community until then).

graysky commented on 2019-06-01 15:19 (UTC)

Can you add this as a dependency? Without it, I cannot build in a clean-chroot against needed libxfconf-0.so.3 (the arch-build scripts will download the wrong version from [extra]).

depends=(... xfconf>=4.13.7-1")

xfdesktop: error while loading shared libraries: libxfconf-0.so.2: cannot open shared object file: No such file or directory

tbeckerson commented on 2018-02-12 01:54 (UTC)

As an FYI, as of Feb 11 2018 if you try to install this with Thunar-devel installed, it fails with:

xfdesktop-xfdesktop-file-icon-manager.o: In function `xfdesktop_file_icon_manager_populate_context_menu':

xfdesktop-file-icon-manager.c:(.text+0x343f): undefined reference to `thunarx_menu_provider_get_file_actions'

xfdesktop-file-icon-manager.c:(.text+0x3691): undefined reference to `thunarx_menu_provider_get_folder_actions'

collect2: error: ld returned 1 exit status

However, if Thunar from the repositories is installed first, xfdesktop-devel installs fine (thunar-devel can be installed after).

killermoehre commented on 2014-09-15 06:14 (UTC)

xfdesktop 4.11.8 released https://mail.xfce.org/pipermail/xfce/2014-September/033734.html

killermoehre commented on 2014-08-11 10:02 (UTC)

xfdesktop 4.11.7 released https://mail.xfce.org/pipermail/xfce/2014-August/033670.html

ali commented on 2014-04-09 07:12 (UTC)

xfdesktop 4.11.6 released http://mail.xfce.org/pipermail/xfce/2014-April/033423.html

colinkeenan commented on 2014-02-25 01:43 (UTC)

Thanks killermoehre and twa022 for getting this fix in. I was able to transition without issue today. Took me a while to look at this again and see it was fixed.