Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于 GUIsettings.ini 存放位置建议 #50

Open
taotieren opened this issue Aug 2, 2023 · 1 comment
Open

关于 GUIsettings.ini 存放位置建议 #50

taotieren opened this issue Aug 2, 2023 · 1 comment

Comments

@taotieren
Copy link

一般来说 Linux 下软件用户的配置文件存放

~/.config/proxmark3gui/GUIsettings.ini

现在是 proxmark3gui 运行时生成的配置文件是存放在运行时的位置。
如:

❯ proxmark3gui                            
QMetaObject::connectSlotsByName: No matching signal for on_Raw_keyPressed(QObject*,QEvent&)
QMetaObject::connectSlotsByName: No matching signal for on_MF_keyWidget_resized(QObject*,QEvent&)
QMetaObject::connectSlotsByName: No matching signal for on_portSearchTimer_timeout()
QMetaObject::connectSlotsByName: No matching signal for on_GroupBox_clicked(bool)
QMetaObject::connectSlotsByName: No matching signal for on_stopButton_clicked()
Using old client path storage
dock count 5
dock name "Mifare(IC)卡"
dock name "低频"
dock name "T55xx"
dock name "原始命令"
dock name "设置"
Failed to compute left/right minimum bearings for "mtx"
[1]    647241 segmentation fault (core dumped)  proxmark3gui

taotieren in 🌐 archlinux in proxmark3gui-git on  master [?] 
❯ ls
GUIsettings.ini  pkg  PKGBUILD  proxmark3gui-git  proxmark3gui-git-0.2.8.r0.ge2fb189-1-x86_64.pkg.tar.zst  src

taotieren in 🌐 archlinux in proxmark3gui-git on  master [?] 
❯ cat GUIsettings.ini                        
[Client_Env]
configFile=:/config/config_official.json
scriptPath=

[Client_Path]
path=proxmark3

[Client_keepClientActive]
state=true

[UI]
CMDFont_Name=Hack
CMDFont_Size=9
DataFont_Name=Hack
DataFont_Size=12
Font_Name=Alibaba PuHuiTi 2.0
Font_Size=9

[language]
name=zh_CN
@wh201906
Copy link
Owner

wh201906 commented Aug 2, 2023

好的,之后我会进行相应修改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants