gosgls / huhamhire-hosts

Automatically exported from code.google.com/p/huhamhire-hosts
GNU General Public License v3.0
0 stars 0 forks source link

Mac 版客户端默认的「Documents」文件夹路径不对 #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
本想使用 Mac 版客户端导出一份 hosts 文件,以 UTF-8 
格式输出。点击导出按钮后,保存路径我选择了左边收藏夹��
�的 Documents。奇怪的是我连续导出两次结果都没找到,在 
Spotlight 中搜索也没能搜到。似乎这个 Documents 并不是 Finder 
左边栏中的 
~/Documents?后来我直接从根目录选择路径然后导出成功了,现
在我只想把这两个不知存在哪的文件给删掉……

客户端版本:1.9.6
系统版本:OS X 10.9

Original issue reported on code.google.com by shawnwu...@gmail.com on 25 Nov 2013 at 12:41

GoogleCodeExporter commented 8 years ago
如图

Original comment by shawnwu...@gmail.com on 25 Nov 2013 at 12:42

Attachments:

GoogleCodeExporter commented 8 years ago
有可能会输出在 root 用户的 Documents 下~~

很抱歉,因为手头的 Mac 只是 10.8.4 的 
Hacintosh,暂时还不能在 10.9 
下进行测试,原先是强制输出路径至 /Users/ 
下,不过在您的反馈中这样做似乎起不到原先的作用,周末��
�会尝试改进一下 :-)

Original comment by hujunx...@gmail.com on 26 Nov 2013 at 12:37

GoogleCodeExporter commented 8 years ago
我记得默认路径好像确实是 
/Users/,但我觉得这个路径找起来麻烦,就自己改了。不过不�
��道为什么,现在打开软件直接提示我「The administrator user 
name or password was incorrect」了……

那个 root 用户的 Documents 路径到底在哪啊?我已经在 Terminal 
里让 Finder 
显示所有隐藏文件了,但仍然没找到。哭……我只想把那两��
�文件找到并删掉啊……

Original comment by shawnwu...@gmail.com on 26 Nov 2013 at 4:50

GoogleCodeExporter commented 8 years ago
印象中是/var/root~~话说你是怎么修改默认存储路径的?这段存
储路径的定义是直接写在了代码里,你是直接用的源码跑的��
�

[The administrator user name or password was incorrect] 
这条消息似乎是因为系统模块的变化造成的问题。因为这个��
�序本身并不是 XCode 做的项目,Python 和 QT 在 10.9 
下的支持情况还有待进一步测试。

Original comment by hujunx...@gmail.com on 26 Nov 2013 at 5:10

GoogleCodeExporter commented 8 years ago
尝试从 Finder 
中进入你提供的这个路径,但是提示没有权限……我使用的��
�首页提供的客户端 :(

Original comment by shawnwu...@gmail.com on 26 Nov 2013 at 5:15

GoogleCodeExporter commented 8 years ago
有试过在 Terminal 里访问这个路径没?

Original comment by hujunx...@gmail.com on 26 Nov 2013 at 5:46

GoogleCodeExporter commented 8 years ago
cd /var/root
-bash: cd: /var/root: Permission denied

Original comment by shawnwu...@gmail.com on 26 Nov 2013 at 5:50

GoogleCodeExporter commented 8 years ago
你没提升权限当然不能访问呀~ T_T

Original comment by hujunx...@gmail.com on 26 Nov 2013 at 5:59

GoogleCodeExporter commented 8 years ago
多谢指点,搜了一下相关的 Linux 命令,已经用「sudo rm 
/var/root/Documents/hosts1125.txt」解决了了!对这方面不太懂,操��
�的时候提心吊胆的。还好成功了,哈哈~

Original comment by shawnwu...@gmail.com on 26 Nov 2013 at 6:00

GoogleCodeExporter commented 8 years ago

Original comment by hujunx...@gmail.com on 2 Dec 2013 at 8:41