aprilis / messenger

Unofficial Facebook Messenger app for elementary OS
GNU General Public License v3.0
90 stars 7 forks source link

Doesn't open; unable to find cache dir #2

Closed varun-magesh closed 7 years ago

varun-magesh commented 7 years ago

When running a clean install of messenger:

** (messenger:17038): WARNING **: App.vala:149: Error 1: Error opening file: No such file or directory
** (messenger:17038): WARNING **: App.vala:133: Error 4: Failed to open file '/home/USER/.cache/messenger/session': No such file or directory

I haven't looked at it for very long but it looks like it doesn't initialize a cache file if one doesn't already exist.

P.S: Looks like an awesome application, thanks for your work!

aprilis commented 7 years ago

Although it shows a warning with an error, it is expected behavior that the app can't open session file if you're not logged in. If you run the app from command line it starts in the background by default - you have to add "--activate" flag to show a window.

varun-magesh commented 7 years ago

Thanks for letting me know, sorry about that, should have read the README better. I saw an error and no window and assumed; whoopsie.