Install Latest Xfce Packages on Debian Testing

Recently I commented to them I had installed the latest versions of some components of Xfce in Archlinux, which have gradually emerged under the numbering 4.9 and that they will be a version prior to what we will have in the final version 4.10

Well, as I am now in Debian Testing I did not want to be left behind and I already installed:

  • xfce4-panel 4.9.0
  • xfce4-appfinder-4.9.3
  • libxfce4ui-4.9.0

Let's see how.

Installing required packages.

To compile into Debian these packages of Xfce we have to install some necessary packages. We open a terminal and put:

[Code]

build-essential libx11-dev pkg-config libxfce4util-dev libgarcon-1-0-dev libxfce4ui-1-dev exo-utils libexo-1-dev libwnck-dev intltool

[/ Code]

Installing

Take for example xfce4-appfinder. xfce4-panel I do not take it as an example, since after installing, I had to put the previous panel back because it gave me an error that is in the process of being solved. However, the procedure is the same for the other applications. To do this we open a terminal and put:

[Code]

$ wget -c http://archive.xfce.org/src/xfce/xfce4-appfinder/4.9/xfce4-appfinder-4.9.3.tar.bz2
$ bzip2 -dc xfce4-appfinder-4.9.3.tar.bz2 | tar -xv
$cd xfce4-appfinder-4.9.3

[/ Code]

The first thing we do is download the file. Then we unzip it and go to the folder where the files that we are going to install are located. What's next?

[Code]

$ ./configure
$ make
$ sudo make install

[/ Code]

Normally I do it this way:

$ ./configure && make && sudo make install

But you better do the ./configure before to see if we need to install any packages. This is enough. Now I am finding out what happens with the panel, that when I installed it it gave me this error when trying to execute it:

xfce4-panel: symbol lookup error: xfce4-panel: undefined symbol: xfce_panel_plugin_mode_get_type


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   giskard said

    What news do these packages bring? Can you put a screen shot to see what one looks like?
    Thank you

  2.   Courage said

    The same as installing it in Arch heh heh