stemn / stemn-desktop

:rocket: The Version Control System for Google Drive and Dropbox
https://stemn.com/
10 stars 1 forks source link

Error In Settings View #15

Closed jmwright closed 7 years ago

jmwright commented 7 years ago

I'm running the latest AppImage on Ubuntu 16.04 64-bit. The app starts up fine, but I see the following error in the Settings view.

screenshot_2017-07-18_09-22-55

jmwright commented 7 years ago

Just realized that there's an Application Info section of that settings screen.

screenshot_2017-07-18_09-57-56

sabrehagen commented 7 years ago

Thanks for reporting this. When running the application for the first time, did you get a prompt that looked like this (except for Stemn)?

If you choose to integrate the app with your OS, our app will have the permissions to run at startup, and will be listed in Ubuntu's application launcher.

Alternatively, if you did see this dialog, clicked yes, and you're still seeing the red banner, then it is displaying in error and this is a bug.

jmwright commented 7 years ago

Yes, I saw that dialog and clicked the "Yes" button. There is an item in my system tray for your app, so I'm not sure why it thinks it's not integrated. I haven't tried creating a project yet, so maybe it's the Dropbox integration or something?

sabrehagen commented 7 years ago

We check for the existence of ${/home/you-user-name/.local/share/applications/appimagekit-STEMN.desktop to know if the Yes button was clicked on the integration dialogue. I expect this file doesn't exist for you. Can you check if it exists on your system?

jmwright commented 7 years ago

The file that was created on my system has different capitalization appimagekit-stemn.desktop. With the Linux convention of case-sensitivity, it won't accept that as the same filename.

sabrehagen commented 7 years ago

Thanks, we will update the check to be case insensitive :) Fixed in the next release!

jmwright commented 7 years ago

Awesome, thanks.