https://bugzilla.xfce.org/show_bug.cgi?id=16559
--- Comment #3 from Harish Rajagopal <[email protected]> --- I found a workaround to this. I created a new script to export any environment variables and control the "%s" options passed to exo-open. The contents are as follow: #!/usr/bin/bash export WINIT_HIDPI_FACTOR=1 if [ -z "$*" ]; then alacritty else alacritty -e $@ fi By passing the path to the script in the Preferred Applications GUI, I now have a workaround to the absence of desktop file support in the GUI. The only missing thing is an nice icon the GUI, but I'm not bothered by it. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
