Re: [Zim-wiki] 0.66 was pushed to my machine

2017-04-30 Thread Jaap Karssenberg
Hi Sara,

Sorry to hear that this release causes you so much trouble. To answer your
last question first: this release is not intended to have major
incompatibilities. Afraid that the reality of a project like zim is that we
do not find all issues unless we actually make a new release. There isn't a
big group of people testing changes before they are released, and although
I try very hard my own testing and the unittest suite do not catch
everything.

- headers are now removed at will
- removing an image while a page showing it is loaded now generates memory
fault and terminates zim (worked great before)
- renaming a page from outside while displayed in zim changed behavior to
the worse

These 3 are new issues for me - you are the first to report them. Will try
to reproduce and fix them.

- forking to background changed to blocking a terminal window

Here zim is now more inline with other applications. This was necessary to
remove a lot of issues other users where having with the background
spawning. This part of the code is now greatly simplified and *still*
giving issues :(

- new unremovable "attachments" button wastes room under the text area
(compromising my layout optimization)

This is a "rough edge" in the design. Side panes now "collapse" instead of
"hiding". Keeping the tabs of the side pane visible at all times makes the
behavior much more predictable for most users.  It costs more real estate,
and I'm open for design suggestions how to gain it back - maybe we should
combine it with the statusbar for the bottom pane?

Regards,

Jaap




On Mon, May 1, 2017 at 4:29 AM Sara Ziner  wrote:

> Thanks, Jiri, for that hint. Helps a lot.
>
> @all
> Unfortunately, I had to find yet another unexpected incompatibility:
> Headers are removed even from existing files.
> For my workflow this means that I have to remove most well-formed-checks
> for the extension I have developed.
>
> Now it's 5 I found during the first day:
> - headers are now removed at will
> - forking to background changed to blocking a terminal window
> - new unremovable "attachments" button wastes room under the text area
> (compromising my layout optimization)
> - removing an image while a page showing it is loaded now generates memory
> fault and terminates zim (worked great before)
> - renaming a page from outside while displayed in zim changed behavior to
> the worse
>
> All those compromise my workflow and I will need a day's work or so (which
> I do not have at the moment) to recover.
>
> Is it really necessary to have such incompatibilities pushed to automatic
> updates?
> Usually incompatibilities will give rise to a change of the major release
> and shall not be pushed automatically.
>
> All the best,
> Sara
>
>
>
> 2017-04-29 16:39 GMT+02:00 Jiří Janoušek :
>
>> Or define an alias: `alias zim="nohup /usr/bin/zim > /dev/null 2>&1 &"`
>>
>
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] 0.66 was pushed to my machine

2017-04-30 Thread Sara Ziner
Thanks, Jiri, for that hint. Helps a lot.

@all
Unfortunately, I had to find yet another unexpected incompatibility:
Headers are removed even from existing files.
For my workflow this means that I have to remove most well-formed-checks
for the extension I have developed.

Now it's 5 I found during the first day:
- headers are now removed at will
- forking to background changed to blocking a terminal window
- new unremovable "attachments" button wastes room under the text area
(compromising my layout optimization)
- removing an image while a page showing it is loaded now generates memory
fault and terminates zim (worked great before)
- renaming a page from outside while displayed in zim changed behavior to
the worse

All those compromise my workflow and I will need a day's work or so (which
I do not have at the moment) to recover.

Is it really necessary to have such incompatibilities pushed to automatic
updates?
Usually incompatibilities will give rise to a change of the major release
and shall not be pushed automatically.

All the best,
Sara



2017-04-29 16:39 GMT+02:00 Jiří Janoušek :

> Or define an alias: `alias zim="nohup /usr/bin/zim > /dev/null 2>&1 &"`
>
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Have anybody an idea? I wont to do this:

2017-04-30 Thread Smilie
Am Sat, 29 Apr 2017 12:05:08 +0200
schrieb Smilie :

> 03.03. Fr: h=0.50
>   1. Meeting
> 
> 08.03. Mi: h=h-(14.30-17.30)=3.50
>   Technisches Meeting
> 
> 09.03. Do: h=h-(11.30-13.30)=2.50
>   Statusmeeting
> 
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp

i mean the inline calculation with: h=h+x

sorry

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Attachment Issues in Zim 0.66

2017-04-30 Thread Karthik Tayur
I've downgraded to 0.65-4 for now.

On 30 April 2017 at 13:04, Karthik Tayur  wrote:

> Version 0.66 looks great. I can't attach any files however - that's a
> major setback. This is not confined to the attachment plugin.
>
> In addition to Daniel's mail about attachment plugin, the attach file
> option doesn't appear to work. It throws up the following information.
>
> A bug report has already been filed regarding the same (here
> ). This problem severely
> affects my workflow. Does anyone have a suggestion for a temporary
> workaround? If there's anything I can do to help fix this problem, please
> let me know.
>
> This is zim 0.66
> Platform: posix
> Locale: en_US UTF-8
> FS encoding: UTF-8
> Python: (2, 7, 13, 'final', 0)
> Gtk: (2, 24, 31)
> Pygtk: (2, 24, 0)
> Zim revision is:
>   branch: zim-trunk
>   revision: 871 jaap.karssenb...@gmail.com-20170428103155-0xaqvtl2g53epq2y
>   date: 2017-04-28 12:31:55 +0200
>
> === Traceback ===
>   File "/usr/lib/python2.7/site-packages/zim/gui/widgets.py", line 3194,
> in do_response
> destroy = self.do_response_ok()
>   File "/usr/lib/python2.7/site-packages/zim/gui/__init__.py", line 2858,
> in do_response_ok
> file = self.ui.do_attach_file(self.path, file)
>   File "/usr/lib/python2.7/site-packages/zim/gui/__init__.py", line 1197,
> in do_attach_file
> file.copyto(dest)
>   File "/usr/lib/python2.7/site-packages/zim/fs.py", line 1664, in copyto
> assert isinstance(dest, (File, Dir))
> AssertionError:
>
>
> Regards
>
>
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


[Zim-wiki] Attachment Issues in Zim 0.66

2017-04-30 Thread Karthik Tayur
Version 0.66 looks great. I can't attach any files however - that's a major
setback. This is not confined to the attachment plugin.

In addition to Daniel's mail about attachment plugin, the attach file
option doesn't appear to work. It throws up the following information.

A bug report has already been filed regarding the same (here
). This problem severely
affects my workflow. Does anyone have a suggestion for a temporary
workaround? If there's anything I can do to help fix this problem, please
let me know.

This is zim 0.66
Platform: posix
Locale: en_US UTF-8
FS encoding: UTF-8
Python: (2, 7, 13, 'final', 0)
Gtk: (2, 24, 31)
Pygtk: (2, 24, 0)
Zim revision is:
  branch: zim-trunk
  revision: 871 jaap.karssenb...@gmail.com-20170428103155-0xaqvtl2g53epq2y
  date: 2017-04-28 12:31:55 +0200

=== Traceback ===
  File "/usr/lib/python2.7/site-packages/zim/gui/widgets.py", line 3194, in
do_response
destroy = self.do_response_ok()
  File "/usr/lib/python2.7/site-packages/zim/gui/__init__.py", line 2858,
in do_response_ok
file = self.ui.do_attach_file(self.path, file)
  File "/usr/lib/python2.7/site-packages/zim/gui/__init__.py", line 1197,
in do_attach_file
file.copyto(dest)
  File "/usr/lib/python2.7/site-packages/zim/fs.py", line 1664, in copyto
assert isinstance(dest, (File, Dir))
AssertionError:


Regards
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp