Notepadqq is broken and reinstall doesn't help
There's several things wrong with my Notepadqq installation and I want to do a clean reinstall. How?
I already tried:
sudo apt purge notepadqq
sudo apt-get install notepadqq
Somehow I still ended up with the same broken installation.
I attached a screenshot of current Notepadqq state below. It shows menu bars and toolbars missing (unable to get them back with ALT+T). It also shows how the first letter of every row is partially hidden behind the column that shows row numbers.
notepadqq
add a comment |
There's several things wrong with my Notepadqq installation and I want to do a clean reinstall. How?
I already tried:
sudo apt purge notepadqq
sudo apt-get install notepadqq
Somehow I still ended up with the same broken installation.
I attached a screenshot of current Notepadqq state below. It shows menu bars and toolbars missing (unable to get them back with ALT+T). It also shows how the first letter of every row is partially hidden behind the column that shows row numbers.
notepadqq
1
Can you check in your ~/.config directory to see if there is a configuration folder or file for notepadqq? If there is, you could try renaming or deleting it (while notepadqq is not running) and then restarting notepadqq
– Charles Green
Jan 22 at 17:23
This worked. Thanks! If you want to post this as answer I will accept it.
– Atte Juvonen
Jan 22 at 17:25
add a comment |
There's several things wrong with my Notepadqq installation and I want to do a clean reinstall. How?
I already tried:
sudo apt purge notepadqq
sudo apt-get install notepadqq
Somehow I still ended up with the same broken installation.
I attached a screenshot of current Notepadqq state below. It shows menu bars and toolbars missing (unable to get them back with ALT+T). It also shows how the first letter of every row is partially hidden behind the column that shows row numbers.
notepadqq
There's several things wrong with my Notepadqq installation and I want to do a clean reinstall. How?
I already tried:
sudo apt purge notepadqq
sudo apt-get install notepadqq
Somehow I still ended up with the same broken installation.
I attached a screenshot of current Notepadqq state below. It shows menu bars and toolbars missing (unable to get them back with ALT+T). It also shows how the first letter of every row is partially hidden behind the column that shows row numbers.
notepadqq
notepadqq
asked Jan 22 at 17:20
Atte JuvonenAtte Juvonen
1185
1185
1
Can you check in your ~/.config directory to see if there is a configuration folder or file for notepadqq? If there is, you could try renaming or deleting it (while notepadqq is not running) and then restarting notepadqq
– Charles Green
Jan 22 at 17:23
This worked. Thanks! If you want to post this as answer I will accept it.
– Atte Juvonen
Jan 22 at 17:25
add a comment |
1
Can you check in your ~/.config directory to see if there is a configuration folder or file for notepadqq? If there is, you could try renaming or deleting it (while notepadqq is not running) and then restarting notepadqq
– Charles Green
Jan 22 at 17:23
This worked. Thanks! If you want to post this as answer I will accept it.
– Atte Juvonen
Jan 22 at 17:25
1
1
Can you check in your ~/.config directory to see if there is a configuration folder or file for notepadqq? If there is, you could try renaming or deleting it (while notepadqq is not running) and then restarting notepadqq
– Charles Green
Jan 22 at 17:23
Can you check in your ~/.config directory to see if there is a configuration folder or file for notepadqq? If there is, you could try renaming or deleting it (while notepadqq is not running) and then restarting notepadqq
– Charles Green
Jan 22 at 17:23
This worked. Thanks! If you want to post this as answer I will accept it.
– Atte Juvonen
Jan 22 at 17:25
This worked. Thanks! If you want to post this as answer I will accept it.
– Atte Juvonen
Jan 22 at 17:25
add a comment |
1 Answer
1
active
oldest
votes
Program often store configurations in your local ~/.config file, which are not deleted even though the program itself is purged.
As a test, while notepadqq
is not running, you can either rename or delete the configuration file for notepadqq
and then restart the program, which will cause it to return to a default configuration.
In a terminal window:
cd ~/.config
mv <filename> <filename>.bak
exit
where <filename>
is the name of the file or directory containing the configuration files for notepadqq
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1112025%2fnotepadqq-is-broken-and-reinstall-doesnt-help%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Program often store configurations in your local ~/.config file, which are not deleted even though the program itself is purged.
As a test, while notepadqq
is not running, you can either rename or delete the configuration file for notepadqq
and then restart the program, which will cause it to return to a default configuration.
In a terminal window:
cd ~/.config
mv <filename> <filename>.bak
exit
where <filename>
is the name of the file or directory containing the configuration files for notepadqq
add a comment |
Program often store configurations in your local ~/.config file, which are not deleted even though the program itself is purged.
As a test, while notepadqq
is not running, you can either rename or delete the configuration file for notepadqq
and then restart the program, which will cause it to return to a default configuration.
In a terminal window:
cd ~/.config
mv <filename> <filename>.bak
exit
where <filename>
is the name of the file or directory containing the configuration files for notepadqq
add a comment |
Program often store configurations in your local ~/.config file, which are not deleted even though the program itself is purged.
As a test, while notepadqq
is not running, you can either rename or delete the configuration file for notepadqq
and then restart the program, which will cause it to return to a default configuration.
In a terminal window:
cd ~/.config
mv <filename> <filename>.bak
exit
where <filename>
is the name of the file or directory containing the configuration files for notepadqq
Program often store configurations in your local ~/.config file, which are not deleted even though the program itself is purged.
As a test, while notepadqq
is not running, you can either rename or delete the configuration file for notepadqq
and then restart the program, which will cause it to return to a default configuration.
In a terminal window:
cd ~/.config
mv <filename> <filename>.bak
exit
where <filename>
is the name of the file or directory containing the configuration files for notepadqq
answered Jan 22 at 17:41
Charles GreenCharles Green
13.2k73658
13.2k73658
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1112025%2fnotepadqq-is-broken-and-reinstall-doesnt-help%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Can you check in your ~/.config directory to see if there is a configuration folder or file for notepadqq? If there is, you could try renaming or deleting it (while notepadqq is not running) and then restarting notepadqq
– Charles Green
Jan 22 at 17:23
This worked. Thanks! If you want to post this as answer I will accept it.
– Atte Juvonen
Jan 22 at 17:25