Skip to content

Commit 6b11567

Browse files
committed
use correct object path for Thunar
1 parent 9c085a9 commit 6b11567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/cryptomator/linux/revealpath/DBusFileMangerRevealPath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
public class DBusFileMangerRevealPath implements RevealPathService {
2121

22-
private static final String[] FILEMANAGER_OBJECT_PATHS = {"/org/gnome/Nautilus", "/org/kde/dolphin", "/xfce/Thunar"};
22+
private static final String[] FILEMANAGER_OBJECT_PATHS = {"/org/gnome/Nautilus", "/org/kde/dolphin", "/org/xfce/Thunar"};
2323
private static final String FOR_FOLDERS = "org.freedesktop.FileManager1.ShowFolders";
2424
private static final String FOR_FILES = "org.freedesktop.FileManager1.ShowItems";
2525
private static final int TIMEOUT_THRESHOLD = 5000;

0 commit comments

Comments
 (0)