nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://notes-foss.com
Mozilla Public License 2.0
3.75k stars 329 forks source link

folders tree not showing up at all (elementary os) #531

Closed ramardoautistin closed 1 year ago

ramardoautistin commented 1 year ago

the app was working great yesterday, but when i started up this morning the folders tree wasn't showing up at all, no matter how much i clicked the icon. i opened the settings and it appears that the app is indeed showing and hiding the folders, it's just that the ui simply doesn't reflect that. i restarted my computer and the problem persisted. please help! i love the app in general and i hope this is easily fixable :)

it's stuck

nuttyartist commented 1 year ago

That's very weird. Have you tried using the keyboard shortcut Ctrl + Shift + J? If it doesn't work, you can

  1. De-select menu->Hide to tray. (on ElementaryOS apps don't live on the tray so it's just confusing to have it on)
  2. Quit the app.
  3. Run the app again.

If this doesn't work:

  1. Quit the app.
  2. Remove ~/.config/Awesomeness/Settings.ini (This file doesn't contain any data of your notes so it's safe to delete, but make sure not to delete notes.db).
  3. Start Notes again.

Let me know if the problem still persists.

ramardoautistin commented 1 year ago

just tried searching for that file but i'm not really sure where it could be. i copied that path and also searched for the settings file individually but it's not showing up. where are the notes app files supposed to be in my file system? (sorry i'm really new to this)

nuttyartist commented 1 year ago

@ramardoautistin Don't worry, we've all been newbies sometimes. You can open the file explorer in Elementary and go to your user folder. Then, you will need to enable the option to show hidden files. I'm not sure what's the keyboard shortcut for that on Elementary but I think it's Ctrl + H. Then go to .config/Awesomeness you should see inside the Settings.ini file.

ramardoautistin commented 1 year ago

just tried but there are no hidden files at all inside my user folder... lol

now i managed to get inside a .config folder but there's no awesomeness folder inside

image

guihkx commented 1 year ago

Oh, you probably installed it using our Flatpak package.

The Settings.ini file should be in /home/yourself/.var/app/io.github.nuttyartist.notes/config/Awesomeness instead.

However, I think this is a bug that should be investigated.

It'd be great if you could reproduce the problem again on a clean config (and then share the exact reproduction steps with us).

bjorn commented 1 year ago

I would suggest, before removing that file, to make a copy, because it could be useful in reproducing the problem.

ramardoautistin commented 1 year ago

no idea how i would exactly reproduce the problem, however i'll share my current settings which probably produced the bug:

[General]
charsLimitPerFontMono=64
charsLimitPerFontSansSerif=80
charsLimitPerFontSerif=80
chosenMonoFont=iA Writer Duo S
chosenSansSerifFont=Source Sans Pro
chosenSerifFont=Trykker
currentExpandedFolder=/0/8, /0/13
currentSelectFolder=/0/13/16
currentSelectNotesId=22
currentSelectTagsId=@Invalid()
editorMediumFontSize=13
editorSettingsWindowGeometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3+\0\0\0\xc1\0\0\x4\xb8\0\0\x1\xf5\0\0\x3+\0\0\0\xc1\0\0\x4\xb8\0\0\x1\xf5\0\0\0\0\0\0\0\0\x5V\0\0\x3+\0\0\0\xc1\0\0\x4\xb8\0\0\x1\xf5)
hideToTray=true
hideToTrayEnabled=true
isNoteListCollapsed=false
isSelectingFolder=true
isTextFullWidth=false
isTreeCollapsed=false
selectedFontTypeface=Mono
splitterSizes=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x3\0\0\0\0\0\0\0\xbf\0\0\x3\xf2\x1\0\0\0\0\x1\0\0\0\x1\0)
theme=Light
useNativeWindowFrame=false
version=2.1.0
windowGeometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0x\0\0\0U\0\0\x4w\0\0\x2}\0\0\0x\0\0\0U\0\0\x4w\0\0\x2}\0\0\0\0\0\0\0\0\x5V\0\0\0x\0\0\0U\0\0\x4w\0\0\x2})

after deleting that it works just fine again, so thank you very much!

zjeffer commented 1 year ago

Thanks for supplying your settings file, I can reproduce the issue. We will investigate this...

ramardoautistin commented 1 year ago

great, thanks!!

bjorn commented 1 year ago

Let's keep the issue open until it's fixed. :-)