Closed eashleyfl closed 1 year ago
Hi there. The issue you describe doesn't have anything to do with the filesystem or hard drive type. Quentier is designed to run as a single instance per account. This is why it doesn't allow you to run the second instance.
I don't know which DE you use, maybe Gnome? I don't use it myself but AFAIK it has dropped the concept of system tray from which I originally intended users to open the already running Quentier instance instead of the applications menu. If this behaviour is a problem for you, you can try to configure Quentier preferences such that it doesn't start automatically on login and/or doesn't start minimized to system tray.
all that is running is the background update process
Well, nope, it's not an update process, it's actually the full fledged Quentier instance, only with main window hidden. And, as the command line argument shows, this instance is started minimized to system tray. If your DE has a system tray, you should be able to show the main window by clicking the icon in the system tray. Otherwise, as mentioned above, you can configure the app to nor start on login or not start minimized to system tray.
Yes, it's Gnome. Oddly, the Start at login
checkbox is NOT selected, but gnome is still using the choice from the list, which is defaulted to 'Start minimized to tray' and starting it anyway.
Describe the problem If the /home filesystem is on an NVME drive (mine is BTFS), the GUI reports that an instance is already running, though all that is running is the background update process:
eric 2225 1843 0 Mar19 ? 00:04:13 /usr/bin/quentier-0.5.0 --startMinimizedToTray
Steps to reproduce the problem Steps to reproduce the behavior:
Expected behavior The GUI should launch normally. I have the same setup on a laptop with BTFS filesystem on an SSD drive and it works correctly. I am able to
sqlite3 dump qn.storage.sqlite
while the--startMinimizedToTray
task is running, so it's not an OS level sharing problem.Environment info Please provide the information about the environment in which Quentier is run:
Screenshots
Additional context Killing the
--startMinimizedToTray
task allows the GUI to open correctly. I have not noticed any other oddities caused by the NVME drive, though I don't do much more that edit simple lists.