Page 4 of 4

Re: Project XYplorer on Linux: 15/03 New Video!

Posted: 28 Feb 2018 03:54
by nerdweed
Actually, a helper script will be required anyways to translate windows path to linux path. I think if the helper script is an XYS script, I can save myself from passing <selitems> in each call and use the variable directly in the script. This may be a better approach.

Edit: I think xyplorer script can't get arguments. So the helper script is best placed outside of XY

Edit2: Found a way. Create a way called Main.xys with below contents

Code: Select all

eval();

function Opener($app)
{
	$items = replace(replace("<selitems>", "Z:", ""),"\","/");
	run "$app $items";
}
Next, changed the PFA to

Code: Select all

|"Mover|<xy>" *;\>::load "Main"; Opener("/usr/bin/python /data/code/projects/filer/filer.py");
So, each new PFA will have to change the param to opener.

Re: Project XYplorer on Linux: 15/03 New Video!

Posted: 09 Nov 2019 15:37
by freecicero
I am posting here because this appears to be the main linux thread.

I am continuing to find XYPlorer valuable in Linux, even though not all of its features are working.

Has anyone who also uses Linux had any success with getting the preview panel to work decently? It works well enough for graphics (png,jpg, etc.) but not at all for PDF, DOC/DOCX, XLS, or any kind of multimedia.

If anyone has had any success with that and has any tips please let me know. I am using XYPLORER in crossover using a Windows7 bottle, but I am willing to try Crossover or Wine in any configuration if anyone has had any success.

Thanks

Re: Project XYplorer on Linux: 15/03 New Video!

Posted: 07 Feb 2024 11:32
by Meldiesal
I haven't seen it mentioned, but the error message on startup may be related to PortableDeviceApi.dll

Running the Wine command "wine XYplorer.exe > log.txt 2>&1" gives the following information:

Code: Select all

0024:err:ole:com_get_class_object class {0af10cec-2ecd-4b92-9581-34f6ae0637f3} not registered
0024:err:ole:create_server class {0af10cec-2ecd-4b92-9581-34f6ae0637f3} not registered
0024:err:ole:com_get_class_object no class object {0af10cec-2ecd-4b92-9581-34f6ae0637f3} could be created for context Ox5
0024:err:shell:SHGetFileInfoW pidl is null!
0024:err:shell:SHGetFileInfoW pidl is null!
0024:err:shell:SHGetFileInfoW pidl is null!
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
Examining the registry, 0af10cec-2ecd-4b92-9581-34f6ae0637f3 points to C:\Windows\System32\PortableDeviceApi.dll
Unfortunately there doesn't appear to be a DLL replacement available in Winetricks at this time.

Re: Project XYplorer on Linux: 15/03 New Video!

Posted: 01 Feb 2025 12:42
by Mikkis
How is this project going? This year is the last year of millions of windows pc that will be e-waste because MS decided you can't install win 11 to old laptops/pc, because of hardware block. I am going to switch to linux (ubuntu) at some point and I am looking for alternative or official xyplorer support for linux. Any recommends?

Re: Project XYplorer on Linux: 15/03 New Video!

Posted: 01 Feb 2025 13:31
by noembryo
Mikkis wrote: 01 Feb 2025 12:42 This year is the last year of millions of windows pc that will be e-waste because MS decided you can't install win 11 to old laptops/pc, because of hardware block.
What about the IoT version?

Re: Project XYplorer on Linux: 15/03 New Video!

Posted: 19 Mar 2025 18:05
by bdeshi
Mikkis wrote: 01 Feb 2025 12:42 I am looking for alternative or official xyplorer support for linux. Any recommends?
I'm getting by with Caja on GUI, ranger on terminal.
[ed.] I've built a no-DE system, so I'm not bound to any specific desktop environments like Gnome or KDE etc. If you choose a DE, your file manager choice is kind of made for you, removing the default filemanager for a DE often creates many inconsistencies.

Re: Project XYplorer on Linux: 15/03 New Video!

Posted: 27 Mar 2025 11:11
by Nikou
Mikkis wrote: 01 Feb 2025 12:42 How is this project going? This year is the last year of millions of windows pc that will be e-waste because MS decided you can't install win 11 to old laptops/pc, because of hardware block. I am going to switch to linux (ubuntu) at some point and I am looking for alternative or official xyplorer support for linux. Any recommends?
Same here. I have an old 4790K that is not compatible with Win 11 and can't run recent AAA games either, but is more than enough for everything else. I use Linux Mint at work and the only thing I miss is XYplorer. I probably won't switch to Linux the first day Win 10 becomes unsupported, but it's just a matter of time that it happens.

I would LOVE a XYplorer native version for Linux.

Re: Project XYplorer on Linux: 15/03 New Video!

Posted: 04 Apr 2025 17:12
by OIV88
Linux xyplorer +1!