Closed xavriley closed 10 years ago
Sorry I didn't spend enough time reading what was going on. Didn't realise that the sqlite was acting on an OSX file. I'll try to amend the PR after I've figured out whats going on.
Ah, thanks. Looks like desktoppicture.db
is missing the data table. I wonder if that table is only created after the desktop has been changed manually at least once?
It's also possible that 10.8 manages desktops differently than 10.9. I've only tested on 10.9. Maybe it's time to upgrade? It's free :smile: :tada:
Running
gem install desktop
on OSX 10.8, asked to enter a password to chmod files which all worked fine. ThenTracked it down to a seemingly redundant SQLite call in
lib/desktop/osx.rb
. I cloned the repo, deleted that method and removed references to sqlite3 and it works fine now. I'm opening a PR with the changes.