Opened 10 years ago
Closed 10 years ago
#44930 closed update (fixed)
rednotebook is strongly outdated
Reported by: | dClauzel (Damien Clauzel) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.1 |
Keywords: | Cc: | ||
Port: | rednotebook |
Description
Version in MacPorts is 1.2.0. Current version in upstream is 1.8.1.
v1.8.1 runs fine with the macports’s dependencies of v1.2.0 (py27-pygtk, py27-yaml, py27-webkitgtk), without the need to do the python deployment (which I didn’t test):
cd rednotebook-1.8.1/ ./run
However, the spellchecker doesn’t work, even after installing py27-gtkspell.
Change History (4)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 follow-up: 3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 10 years ago by dClauzel (Damien Clauzel)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Replying to ryandesign@…:
I updated the port to 1.8.1 in r125232. It builds and runs for me but I did not test it further.
Thanks! It works fine, with non-important messages
$ rednotebook ** (process:33839): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags' ** (process:33839): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags' ** (process:33839): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags' INFO chardet not found. 'utf-8' encoding will be assumed 2014-09-11 00:18:07,307 INFO Writing log to file "/Users/USER/.rednotebook/rednotebook.log" 2014-09-11 00:18:07,307 INFO System encoding: utf-8 2014-09-11 00:18:07,307 INFO Language code: fr_FR 2014-09-11 00:18:08,027 INFO chardet not found. 'utf-8' encoding will be assumed 2014-09-11 00:18:08,028 INFO Running in portable mode: False 2014-09-11 00:18:08,028 INFO First Start: False 2014-09-11 00:18:08,028 INFO RedNotebook version: 1.8.1
I can confirm that the spellchecker works after manually installing py27-gtkspell and aspell-dict-fr (my environment is set up in French). They could be added as suggested extra dependencies.
comment:4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I've added the py27-gtkspell dependency in r125235.
If you think the warning messages are a problem, please report them to the developers of rednotebook so they can fix them.
I updated the port to 1.8.1 in r125232. It builds and runs for me but I did not test it further.