|
a/src/desktop/hotrecoll.py |
|
b/src/desktop/hotrecoll.py |
1 |
#!/usr/bin/python
|
1 |
#!/usr/bin/python2
|
|
|
2 |
#
|
|
|
3 |
# wnck does not have a python3 binding as far as I can see (or at
|
|
|
4 |
# least it's not packaged by, e.g. Debian. So python2 only for now.
|
2 |
#
|
5 |
#
|
3 |
# This script should be linked to a keyboard shortcut. Under gnome,
|
6 |
# This script should be linked to a keyboard shortcut. Under gnome,
|
4 |
# you can do this from the main preferences menu, or directly execute
|
7 |
# you can do this from the main preferences menu, or directly execute
|
5 |
# "gnome-keybinding-properties"
|
8 |
# "gnome-keybinding-properties"
|
6 |
#
|
9 |
#
|