GithubHelp home page GithubHelp logo

Comments (24)

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by jendrikseipp (2012-10-21T22:45:24Z):


Can you please try to open a journal outside the home user folder and post the log here ($HOME/.rednotebook/rednotebook.log)?

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by nick222-yandex (2012-10-22T05:34:57Z):


Logfile 1 - try to open journal from /home/user/subfolder. Nothing. Then try to create new journal in /home. File created in /home/user.

Logfile 2 - run "sudo rednotebook". Try to create new journal in /home. File created in /root.

Logfile 3 - try to create new journal in /home. File created in /home/user.

What I must to try else and how?

P.S. Files - in mail.

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by jendrikseipp (2012-10-24T12:54:45Z):


I think I fixed the bug in the development version. It would be great if you could add the daily-builds ppa, wait for version 1083 to appear and report if this fixes your problem (https://answers.launchpad.net/rednotebook/+faq/1925).

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by malkies-mynaardt (2012-10-24T16:17:44Z):


I tried this fix; it only worked once. When I tried to run RedNotebook again, it went back to only opening the home directory.

Also, when it did work (briefly), all the tags in the left cloud panel showed up with a "#" in front of each tag name. But that stopped when RedNotebook went back to only opening the $Home folder.

I've attached a copy of my ~/.rednotebook/rednotebook.log file. The only edit I've made is changing the name of my home directory to $Home.

I also have my journal files in a subdirectory of my Dropbox folder. I don't know if that has any effect on this problem or not.

Thanks!

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by nick222-yandex (2012-10-24T16:32:32Z):


Are there version 1081 or 1083 ?

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by malkies-mynaardt (2012-10-24T17:01:30Z):


I had another look at it. From the but report I got, I did this in the terminal:

~$ sudo apt-get install bzr
~$ bzr branch lp:rednotebook
~$ ./rednotebook/run

However, this fix only seem to works if I then run RedNotebook with the following command: $ ./rednotebook/run

This is noticeably slower to start up. And the tag labels in the cloud panel on the left are all preceded by "#". But if I then try to run RedNotebook from the Xfce GUI menu, then it's back to only using $Home.

I've attached a copy of my rednotebook.log file for the session it does work properly, if that's any help.

Thanks.

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by malkies-mynaardt (2012-10-24T17:04:23Z):


Ooops! Sorry to be a pest...

I also forgot to mention that when I do start up RedNotebook with $ ./rednotebook/run, then RedNotebook starts in preview mode, not edit mode. Hope that's helpful too.

Thanks again!

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by jendrikseipp (2012-10-24T17:07:13Z):


The fix was made in revision 1083. A deb package for that version (or
later) will appear in the PPA today or tomorrow. Alternatively you can
already do

bzr branch lp:rednotebook
cd rednotebook
./run

The hashtags are not a bug, but a feature :) They are introduced to be
consistent with the #hashtags in the text, that you can add now.

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by jendrikseipp (2012-10-24T17:20:44Z):


Well, if you run rednotebook from the menu, it will use the installed
1.5 version, but if you run the ./rednotebook/run script, it will use
the fixed 1.6 version.

The 1.6 version opens edited files in preview mode automatically.

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by malkies-mynaardt (2012-10-24T17:45:53Z):


Thanks; I did not know how to see what revision number I had. I shall check it again tomorrow and see what happens.

Tags are now preceded by the "#" character? So, if I want to type something about "the number six" (bus or train), I should type "# 6" instead of "#6" to avoid creating a tag I don't need?

I was not used to journals opening in edit mode; that is a new feature/change?

Thanks!

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by jendrikseipp (2012-10-24T20:45:10Z):


Am 24.10.2012 19:45, schrieb Malcolm Maynard:

Tags are now preceded by the "#" character? So, if I want to type
something about "the number six" (bus or train), I should type "# 6"
instead of "#6" to avoid creating a tag I don't need?
Exactly.

I was not used to journals opening in edit mode; that is a new
feature/change?
Yes, that's new in 1.6. Depending on whether there's already text or
not, it will open in preview or edit mode.

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by nick222-yandex (2012-10-26T06:54:08Z):


In version 1086 all OK with folders :)

When 1.6 appear in main repository?

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by jendrikseipp (2012-10-26T08:44:59Z):


Am 26.10.2012 08:54, schrieb Nick:

When 1.6 appear in main repository?
Don't know yet ;) It still needs testing, so it would be great if you
could try out the new features (
http://bazaar.launchpad.net/~jendrikseipp/rednotebook/trunk/view/head:/CHANGELOG
http://bazaar.launchpad.net/%7Ejendrikseipp/rednotebook/trunk/view/head:/CHANGELOG)
and report if they work for you.

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by nick222-yandex (2012-10-26T09:20:14Z):


== 1.6.0 (unreleased) ==

  • Change to edit/preview mode if text is missing/present automatically.
    OK
  • Change to edit mode when double-clicked into preview.
    OK
  • Detach model from combobox when updating the tags to make inserting a new tag faster.
    I do not use tags...
  • Fix searching for dates.
    OK
  • Fix inserting and editing templates with unicode names.
    OK
  • Fix opening and creating journals (lp:1068655)
    OK
  • Use apport (If a crash occurs on Linux, an automatic bug report is prepared, but not submitted)
    May be...
  • Do not allow using $HOME as a journal directory.
    OK
  • Do not let error notifications blink.
    May be...
  • For Journal->New and Journal->Save-As: Only allow using empty directories.
    OK
  • For Journal->Open: Only allow using directories with at least one month file.
    OK
  • Use InfoBars for nicer inline notifications about errors.
    OK
  • Enable finishing link dialog with hitting ENTER.
    OK
  • Disable insert (Ctrl+V) and cut (Ctrl+X) shortcuts in preview mode.
    OK
  • Add more shortcuts in Journal menu: Export (Ctrl+E), Backup and Statistics (Alt+letter).
    Export OK
    Backup and Statistics Can not see
  • Update translations.
    Statistics in Russian - Статистика

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by jendrikseipp (2012-10-26T09:27:08Z):


Thanks!

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by jendrikseipp (2012-10-26T09:28:08Z):


You can subscribe to the group if you haven't already to be notified
when new versions are released: https://launchpad.net/~rednotebook-users
https://launchpad.net/%7Erednotebook-users

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by malkies-mynaardt (2012-10-26T19:12:49Z):


If I try running RedNotebook from the regular menu launcher, it's still the error-prone v. 1.50.

I still need to run 1.60 using the fix thing (~$ /.rednotebook/run).

This is a bit slow to start, but otherwise, it seems to work just fine once it does start.

When might the full release for 1.60 be available?

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by jendrikseipp (2012-10-26T19:26:18Z):


see here: https://bugs.launchpad.net/rednotebook/+bug/1068655/comments/13

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by malkies-mynaardt (2012-11-01T01:13:33Z):


I've got it updated to version 1.60

And everything is cool now

Hooray! :D

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by myfeetonarock (2012-11-01T02:14:39Z):


Thank you, everything works now!

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by nick222-yandex (2012-11-01T03:02:09Z):


1.6.0-1 from PPA - OK.
Thank You!

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by malkies-mynaardt (2012-12-09T03:26:21Z):


I see; I did not know how to tell what revision number I had. I don't
know what to look for there.

I shall try again tomorrow and see how that goes.

I understand about the hash tags now. Does this mean you should avoid
using the "#" characters for noting something about numbers? I found some
tags that did not make sense at first (#6 and #26). But when I looked at
those closely, those were bus route numbers I made note of. So if I want
to note something in future about "bus route number 6" I should use "# 6"
instead of "#6", right?

Thanks!

On Wed, 24 Oct 2012 10:07:13 -0700, Jendrik Seipp
wrote:

The fix was made in revision 1083. A deb package for that version (or
later) will appear in the PPA today or tomorrow. Alternatively you can
already do

bzr branch lp:rednotebook
cd rednotebook
./run

The hashtags are not a bug, but a feature :) They are introduced to be
consistent with the #hashtags in the text, that you can add now.

--

Malcolm Maynard

Lubuntu - Linux to simplify your computer http://lubuntu.net/
Opera --- a revolutionary email client http://www.opera.com/mail/

. . .

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by malkies-mynaardt (2012-12-09T03:26:22Z):


Okay, thanks. I was wondering because I am used to RedNotebook openingn
journals in the edit mode.

On Wed, 24 Oct 2012 10:20:44 -0700, Jendrik Seipp
wrote:

Well, if you run rednotebook from the menu, it will use the installed
1.5 version, but if you run the ./rednotebook/run script, it will use
the fixed 1.6 version.

The 1.6 version opens edited files in preview mode automatically.

--

Malcolm Maynard

Lubuntu - Linux to simplify your computer http://lubuntu.net/
Opera --- a revolutionary email client http://www.opera.com/mail/

. . .

from rednotebook.

jendrikseipp avatar jendrikseipp commented on June 9, 2024

Original comment by jendrikseipp (2012-12-09T11:10:35Z):


This has also been fixed in more recent versions. Pure numbers like
#45427123 are not considered tags anymore.

from rednotebook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.