You are not logged in.

#1 2019-01-19 16:38:54

elswerky
Member
Registered: 2018-05-04
Posts: 4

How to add open in terminal to desktop right click options in xfce4 ??

i want to add open in terminal option to right click options on  desktop of xfce4 desktop

it is available in xfce desktop right click on other distros with xfce4 but don't know how to add it here on arch

any help ?

Offline

#2 2019-01-20 17:45:10

elswerky
Member
Registered: 2018-05-04
Posts: 4

Re: How to add open in terminal to desktop right click options in xfce4 ??

??

Offline

#3 2019-01-20 17:51:26

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: How to add open in terminal to desktop right click options in xfce4 ??

Don't do that...
CoC - Bumping


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2019-01-28 18:35:11

Noah_btw
Member
Registered: 2019-01-28
Posts: 2

Re: How to add open in terminal to desktop right click options in xfce4 ??

Actions configured in the Thunar custom actions menu should, last I checked, appear in the desktop right click options.

https://wiki.archlinux.org/index.php/Th … om_actions

Offline

#5 2019-01-28 19:28:49

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: How to add open in terminal to desktop right click options in xfce4 ??

I have the following in my "~/.config/Thunar/uca.xml" file, which I added by using the GUI mentioned above:

<?xml encoding="UTF-8" version="1.0"?>
<actions>
<action>
	<icon>utilities-terminal</icon>
	<name>Open Terminal Here</name>
	<unique-id>1445398470736613-6</unique-id>
	<command>exo-open --working-directory %f --launch TerminalEmulator</command>
	<description>Example for a custom action</description>
	<patterns>*</patterns>
	<startup-notify/>
	<directories/>
</action>
<action>
	<icon>utilities-terminal</icon>
	<name>Open Terminal Here</name>
	<unique-id>1445398545183882-9</unique-id>
	<command>exo-open --working-directory %d --launch TerminalEmulator</command>
	<description>Open Terminal</description>
	<patterns>*</patterns>
	<startup-notify/>
	<audio-files/>
	<image-files/>
	<other-files/>
	<text-files/>
	<video-files/>
</action>
</actions>

If I remember correctly, there are two entries, one for when I right click on a directory, and one for when I right click on a file.

Offline

#6 2019-01-28 23:49:14

toz
Member
Registered: 2011-10-28
Posts: 513

Re: How to add open in terminal to desktop right click options in xfce4 ??

There is currently a mis-match of the thunarx api between the GTK3 build of thunar (1.8.x) and the GTK2 build of xfdesktop (4.12.x), and as such, with this combination, custom actions won't appear on the desktop.

You need to be running the 4.13.x branch of xfdesktop to get them back (this branch has the upgraded thunarx api).

Offline

Board footer

Powered by FluxBB