neilcsmith-net commented on PR #7081:
URL: https://github.com/apache/netbeans/pull/7081#issuecomment-4011941696

   Further to the dbus option, this sort of external call seems to work, but 
might be more trouble than it's worth! :smile:  Would still need `open` as a 
backup.
   
   ```
   gdbus call --session \
     --dest org.freedesktop.FileManager1 \
     --object-path /org/freedesktop/FileManager1 \
     --method org.freedesktop.FileManager1.ShowItems \
     "['file:///home/username/Documents']" ""
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to