Synapse doesn't learn when files and directories are on the mix.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Synapse |
Triaged
|
Medium
|
Unassigned |
Bug Description
I've seen how Synapse 'learn'. For example, using several calls that start with 'v' and match VLC, will map 'v' to VLC:
Ctrl+Space v ---> VirtualBox
Ctrl+Space vl ---> VLC
Ctrl+Space v ---> VirtualBox
Ctrl+Space vl ---> VLC
Ctrl+Space v ---> VLC ...Bingo!
However this behavior does not work the same when there are a match for both a file path and its root directory. Until recently I was able to open the directory '~/Downloads' like this:
Ctrl+Space Downl ---> Download directoy
However I had the unfortunate choice to open a file on Downloads:
Ctrl+Space file ---> Download/file.txt
Now Synapse got stuck on the file.
Ctrl+Space Down ---> 'Download/file.txt'
I've tried to make it relearn by doing:
Ctrl+Space Down ---> 'Download/file.txt' + (Down Arrow to Download directory) + Enter ---> Downloads/
But doesn't stick, even if I repite it several times. I've even tried many times:
Ctrl+Space Down ---> 'Download/file.txt' + (Rigth Arrow to Places) + Enter ---> Downloads/
In short by opening a file inside a directory, I've lost the ability to gain access to the directory easily. It is SO bad that even this won't work:
Ctrl+Space Downloads /----> 'Downloads/
I would gladly provide more information and do some testing if requested.
Regards.
$ uname -a
Linux vaughan 2.6.32-
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.3 LTS
Release: 10.04
Codename: lucid
$ apt-cache policy synapse
synapse:
Installed: 0.2.8.1~
Candidate: 0.2.8.1~
Version table:
*** 0.2.8.1~
500 http://
100 /var/lib/
Changed in synapse-project: | |
milestone: | none → 0.3.0 |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in synapse-project: | |
milestone: | 0.2.99.1 → 0.2.99.2 |
Changed in synapse-project: | |
milestone: | 0.2.99.2 → 0.3.0 |
Additionally, I could add to this that Synapse doesn't learn from frequently used files until *after* restarting. For example, I have:
some-file-a.txt
some-file-b.txt
some-file-c.txt
When I type "some" It shows them in alphabetical order. But I select "some-file-c.txt", and later I repeat the same action several times more. But it never puts "some-file-c.txt" as the first suggestion until after I restart Synapse.