Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Tip - How to install XFCE 4.14 in Debian 10 Buster

Share your HowTo, Documentation, Tips and Tricks. Not for support questions!.
Post Reply
Message
Author
User avatar
efrpcabo
Posts: 108
Joined: 2013-08-08 06:36

Tip - How to install XFCE 4.14 in Debian 10 Buster

#1 Post by efrpcabo »

Hi,

To install XFCE 4.14 in Debian 10 Buster, so Thunar "custom actions" work in Desktop folder, do this:

echo 'deb http://http://download.opensuse.org/rep ... Debian_10/ /' > /etc/apt/sources.list.d/home:stevenpusser:xfce-4.14.list

rm -f Release.key && wget -nv https://download.opensuse.org/repositor ... elease.key -O Release.key

apt-key add - < Release.key && rm -f Release.key
apt update
apt full-upgrade
logout and login

The reason I created a new topic here, is because that specific post is "buried" in the bottom of a seemingly unrelated topic name ("Downgrading Thunar from 1.8.4 to 1.6.3").

Read this post for more details and clarification about the above commands:
http://forums.debian.net/viewtopic.php? ... 20#p706444

Credits to stevepusser!

Post Reply