djcas9 / komanda

The IRC Client For Developers
http://komanda.io
MIT License
1.78k stars 75 forks source link

Not saving any preferences #171

Closed rahatarmanahmed closed 10 years ago

rahatarmanahmed commented 10 years ago

To reproduce: open Komanda, fill in details for a network, maybe fiddle with the options. Close Komanda and reopen, and it will be like you changed nothing.

I built from master.

Alex-D commented 10 years ago

You need to click on the "Save change" button at the bottom left of the modal box.

rahatarmanahmed commented 10 years ago

Doesn't work. I can just open it up, change a theme, hit "Update Settings", and restart and the old theme is still there. Likewise for a server.

Alex-D commented 10 years ago

:( It's work for me with Win 8.1.

tyscorp commented 10 years ago

Which OS? Do does the application have write permissions?

rahatarmanahmed commented 10 years ago

Windows 7 x64. It seems like it? I can delete ~/AppData/Local/Komanda and it gets created when I run it again. I assume that's where the settings are stored?

tyscorp commented 10 years ago

Are there any errors in the console when you open Komanda or save preferences?

tyscorp commented 10 years ago

To see the console press ctrl+D or /devtools

rahatarmanahmed commented 10 years ago

Nothing in the console.

rahatarmanahmed commented 10 years ago

I'm also having the same issue on Linux. Running Elementary OS Luna x64.

cvespa commented 10 years ago

@mephux this sounds like the issues that i'm having, i think it has to do with the saving in cache but i cant figure it out

tyscorp commented 10 years ago
> Komanda.settings.save().then(null, console.log.bind(console));
_ is not defined
cvespa commented 10 years ago

@tyscorp you ran that in console right,

if so that's what i get too

tyscorp commented 10 years ago

Not closing this yet. While I did fix it, the solution is not optimal.

No idea why requirejs suddenly stopped injecting _ into Backbone.localStorage.

krainboltgreene commented 10 years ago

I've also noticed that changing port doesn't register until I save and close the application.