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

Open Masternode configuration file option doesn't work from within wallet GUI #8

Open
chrishasl opened this issue Oct 8, 2018 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@chrishasl
Copy link

Describe the issue

The 'Open Masternode configuration file' option doesn't work from within GUI

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. Tools -> Open masternode configuration file

Expected behavior

Opens masternode.conf in default editor

Actual behavior

Nothing

What version of ODIN Core are you using?

v1.4.2

Machine specs:

  • OS: 10.13.6 High sierra

Any extra information that might be useful in the debugging process.

src/qt/guiutil.cpp line 380

void openMNConfigfile()
{
    boost::filesystem::path pathConfig = GetMasternodeConfigFile();

    /* Open masternode.conf with the associated application */
    if (boost::filesystem::exists(pathConfig))
        QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathConfig)));
}
@chrishasl chrishasl added the bug Something isn't working label Oct 8, 2018
@chrishasl chrishasl assigned chrishasl and unassigned chrishasl Oct 8, 2018
@Crypto-Tiger
Copy link

Having the same issue. Were you ever able to find the config file? @chrishasl

@chrishasl
Copy link
Author

yeah it's in ~/.odin/masternode.conf on Linux,
or ~/Library/Application\ Support/Odin/masternode.conf on OSX

@chrishasl chrishasl self-assigned this Oct 10, 2018
@Crypto-Tiger
Copy link

Much thanks,

@chrishasl

@thijslnl
Copy link

thijslnl commented Nov 7, 2018

Very late to the party, but do you actually have an default editor assigned to .conf files in Mac? I always ask people to install something like TextMate on Mac when troubleshooting their issues over Discord.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants