Jump to content

dcon

Level 3
  • Posts

    219
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by dcon

  1. 19 hours ago, gazumped said:

    Hi.  Has this been the case for a while,  or did it appear recently after one of those updates?  Best usual fix is to backup the database folder,  uninstall Evernote,  restart and reinstall.  Meantime Evernote can easily be started from the Start menu,  and if you want to replace that icon,  try right-clicking the icon and 'remove from start menu',  then find the program file in your list of apps and right-click it and 'add to start menu' to replace the shortcut.

    Actually, the fix is easier. Just unpin the blank icon. And re-pin. Officially, Microsoft does not allow access to changing user choices (pinning is one), so the installer doesn't try to do nefarious things like other installers (Firefox!) do. Since the underlying exe has changed, MS no longer considers the previous pin a valid shortcut.

    • Like 1
  2. 22 hours ago, jefito said:

    while I was working on this:

    I remember that! I owned a number of versions of it. Still like how it determines estimated drive times better than what Google does now... (since it uses, by default, lower speed limits, it effectively accounts for stop lights - which google maps obviously doesn't - since my ETA always slips when I'm caught at a light!)

    (I actually started fulltime AT&T in 89, started as a contractor there in 87)

  3. 22 hours ago, jefito said:

    though I didn't figured that the registry would be the problem

    I'm pretty sure that was the last thing done during shutdown. Obviously making sure the database is properly closed is the highest priority!

    22 hours ago, jefito said:

    but sometimes the rules take a back seat to expediency

    Guess I'm pretty lucky at this point in my career - my bosses usually listen to me when I say it's worth taking the extra time now! Age (and experience) do still count for something in our world! (mumblemumble young whippersnappers and their framework-of-the-week mumble...)

  4. 17 hours ago, jefito said:

    Rebooting to me means shutting down and restarting ones computer. If that's what they're doing, then I'd guess that that accomplishes the same thing as File/Exit.

    Except that the clean shutdown process with EN sometimes takes longer than the time Windows allows when it's rebooting. End result - the registry settings don't properly get flushed. (Ever tried debugging a program during shutdown? Yeah, it's a problem... 🤣)

    Before I left, I was working on a "stealth" project to always write the settings to the registry when they changed. That change was getting big/scary. Design advise: Never allow direct access to member variables in a C++ class.

    • Like 1
  5. As @jefito mentioned - use Task Manager. Every time I've seen EN not start when I try to, it's because of a hung process. Killing the existing EN processes allows things to return to normal. (The monitoring process gets very confused when EN crashes - the lock (global mutex) doesn't get cleaned up so when another instance tries to start, it goes "Oh, I'm already running - bye!")

  6. On 9/10/2019 at 8:48 AM, Casper001 said:

    Just one more reason why I like this forum. 🙂

    From my Startup apps list I do see CCleaner (autostart = low impact) and "Evernote web clipper" and "Evernote tray application". Autostart impact for web clipper = medium and tray application is high. Even Google Backup and Sync = high impact. Does it slow my laptop/desktop down? No. 

    Anyway, the question is not about CCleaner (but your note on CCleaner is well noted). If the Evernote application is not listed under Startup apps, where on Windows 10 can you find these then? Perhaps the registry? Not even listed here: "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run"

    Gosh, my bad. I cannot even see Evernote (other than the tray application and web clipper) in CCleaner either. So I have no idea where this setting is stored on Windows 10.

    It  uses the shortcut-in-the-startup folder method. Windows 10 no longer makes that visible - it's in the `AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup` folder.

    edit: Guess I should have read to the bottom before posting! :lol:

    • Haha 1
  7. On 9/6/2019 at 3:57 PM, Erin B said:

    I'm having the same issue. Evernote 6.20.2.8626 and Windows 10 Home. It's a relatively new Inspiron laptop, purchased in July 2019. I checked settings in the Evernote desktop app and in the startup menu but cant find an option to turn on the launch at startup feature. Very annoying since I use Evernote heavily. 

    Are you using the direct download version? Or the Windows Store version? Launch at start up is not in the Store version (at least not as of June - we hadn't figured out how to launch a store app at startup when I left)

    • Like 2
  8. 22 hours ago, WeCanLearnAnything said:

    If the prior common editors were not abandoned back then, are they being abandoned now for this common editor?

    Each previous incarnation is replaced by the next. As far as I can remember, if you've been using EN for a number of years, you're seen every "new editor" that was released.

    As I understood it, the new "new editor" is part of the new program that's in the private beta. (Which some people here have tried - I'm haven't.) Whether it will be retrofitted into the Windows product? 🤷‍♂️All I can do is speculate like the rest of you now! (My speculation is no.)

  9. 16 hours ago, jefito said:

    corrects my explanation

    Nope, pretty much nailed it! (I'm only talking about the Windows platform - I don't know how the other platforms embedded the editor)

     

    21 hours ago, WeCanLearnAnything said:

    If so, what happened to all of those abandoned versions?

    They weren't abandoned. They went into the product. Sometimes the updates were very noticeable to users because of the differences. Sometimes they weren't (good regression tests in those cases!).

  10. 10 hours ago, DTLow said:

    Ok, open a second account and move your data.  You might need Premium for a month because of the limits.  

    To add to that - after creating the 2nd account, create a folder there and share it to your primary account (or share a folder from the primary to the 2nd acct). You can then just drag/drop the notes to move them. The only "gotcha" is it will leave them in the primary computer's database. You could move them out of the folder on the 2nd account to a different folder (either synced or local) and just use that shared notebook as a transfer folder.

    Advantage: Don't have to export/import.

    Disadvantage: Sharing. (It can be a little weird sometimes. It works. But it can be weird. I say that as one of the people who use to work on that feature!)

  11. 19 hours ago, PinkElephant said:

    They even use a different approach to organize and save the local data. Unifying this means building a lot of stuff from scratch.

    We were (pretty sure I'm allowed to say this...) actually looking to consolidate that in a common C++ core library. That work was put on permanent hold (at least it was when I left) in favor of the new version the CEO has been referring to.

    • Like 1
  12. 19 hours ago, jefito said:

    (again, Evernote has to build those containing applications). 

    Hehe. We wrote the app that contained the containing app! Google wrote CEF. (ok, we modified that too) The only reason I maintained my sanity is because I stayed as far away from the CEF tweaks as I possibly could. (Just building that thing was a nightmare - let alone actually looking at that code!)

×
×
  • Create New...