[LinuxCNC/linuxcnc Issue#596] Change default locatoin of Latency Histogram Screenshot

未分类 bolang 5个月前 (10-15) 42次浏览

Issue #596 | 状态: 进行中 | 作者: jethornton | 创建时间: 2019-05-23

标签: enhancement


The latency-histogram default location for saving a screenshot is /tmp/latency-histogram. New users would be very confused trying to find the screenshot and not know that they need to navigate to someplace in their home folder before pressing save.

If possible the default save location should be the users home directory.

I looked at the code and tclsh is pretty greek to me. It looks like line 43 is where the directory is named

set ::LH(dir,screenshot) /tmp/$name

I don’t know if tclsh uses $USER or not…

JT

原始Issue: https://github.com/LinuxCNC/linuxcnc/issues/596

喜欢 (0)