[Bug 1250391] Re: Open Another Notebook; zim hangs, if already open

2021-08-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: zim (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250391

Title:
  Open Another Notebook; zim hangs, if already open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1250391] Re: Open Another Notebook; zim hangs, if already open

2013-11-12 Thread Andreas Wehler
See #5; Sorry for the noise.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250391

Title:
  Open Another Notebook; zim hangs, if already open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1250391] Re: Open Another Notebook; zim hangs, if already open

2013-11-12 Thread Jaap Karssenberg
Sorry, I was talking about notebook as in "zim notebooks" not as in
"notebook PCs".

What I meant is that you have a notebook open in zim when you select the
"open another notebook" dialog, then you click in the list the exact same
notebook to open -- correct ?

-- Jaap


On Tue, Nov 12, 2013 at 2:08 PM, Andreas Wehler <
andreas.weh...@thalesgroup.com> wrote:

> Hello Jaap.
>
> My workstation is a RedHat 5.3 and therefore quite old. There is only
> python 2.4, cannot do much about it now.
>
> I've started zim from another noebook and set the DISPLAY to my
> workstation. So, that other notebook handles all about zim, but
> just the X11 display is somewhere else.
>
> I've also tried to get python 2.6 from our IT department up and
> running for RHE 5.3, because there are quite a few of them
> for reasons and it surely would pay off. Then I can start zim
> directly from teh workstation.
>
> By the way, most if not all python programs start with
> #!/usr/bin/python
>
> presuming that there is a new python version. This may be
> not true. Of course you can alwaas start zim by
> /path_to_new_python/python zim.py
>
> Or, consider to let PATH decide what python should be taken:
> #!/bin/env python
>
>
> Best regards,
>
> Andreas
>
>
> Jaap Karssenberg wrote:
> > Wait is the notebook you open from the dialog the same notebook as where
> > the dialog is opened from ?
> >
> > If so I understand - the process hangs because it is calling itself ..
> will
> > need to fix that.
> >
> > -- Jaap
> >
> >
> > On Tue, Nov 12, 2013 at 1:24 PM, Andreas Wehler <
> > andreas.weh...@thalesgroup.com> wrote:
> >
> >> Hello Jaap.
> >>
> >> See Debug.txt, attached.
> >>
> >> There is also a core file, due to "Force to Quit" X11 window.
> >>
> >> The Notebooks are mostly empty, just created for playing with zim.
> >>
> >> (Thanks a lot! I've made already advertisements for vim, but we'll see).
> >>
> >>
> >> ** Attachment added: "-D  output"
> >>
> >>
> https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+attachment/3906362/+files/Debug.txt
> >>
> >> --
> >> You received this bug notification because you are subscribed to zim in
> >> Ubuntu.
> >> https://bugs.launchpad.net/bugs/1250391
> >>
> >> Title:
> >>   Open Another Notebook; zim hangs, if already open
> >>
> >> To manage notifications about this bug go to:
> >>
> https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+subscriptions
> >>
> >
>
> --
> Dr.-Ing. Andreas Wehler
> Development Manager; IVM Senior Consultant
> *
> Thales Austria GmbH
> Handelskai 92, 1200 Vienna, Austria
>
> Tel.:  +43 1 27711-5276
> Email: andreas.weh...@thalesgroup.com
> Web:   www.thalesgroup.com
> FN 278233 t / Commercial Court Vienna
>
> --
> You received this bug notification because you are subscribed to zim in
> Ubuntu.
> https://bugs.launchpad.net/bugs/1250391
>
> Title:
>   Open Another Notebook; zim hangs, if already open
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250391

Title:
  Open Another Notebook; zim hangs, if already open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1250391] Re: Open Another Notebook; zim hangs, if already open

2013-11-12 Thread Andreas Wehler
Hello Jaap.

My workstation is a RedHat 5.3 and therefore quite old. There is only
python 2.4, cannot do much about it now.

I've started zim from another noebook and set the DISPLAY to my
workstation. So, that other notebook handles all about zim, but
just the X11 display is somewhere else.

I've also tried to get python 2.6 from our IT department up and
running for RHE 5.3, because there are quite a few of them
for reasons and it surely would pay off. Then I can start zim
directly from teh workstation.

By the way, most if not all python programs start with
#!/usr/bin/python

presuming that there is a new python version. This may be
not true. Of course you can alwaas start zim by
/path_to_new_python/python zim.py

Or, consider to let PATH decide what python should be taken:
#!/bin/env python


Best regards,

Andreas


Jaap Karssenberg wrote:
> Wait is the notebook you open from the dialog the same notebook as where
> the dialog is opened from ?
> 
> If so I understand - the process hangs because it is calling itself .. will
> need to fix that.
> 
> -- Jaap
> 
> 
> On Tue, Nov 12, 2013 at 1:24 PM, Andreas Wehler <
> andreas.weh...@thalesgroup.com> wrote:
> 
>> Hello Jaap.
>>
>> See Debug.txt, attached.
>>
>> There is also a core file, due to "Force to Quit" X11 window.
>>
>> The Notebooks are mostly empty, just created for playing with zim.
>>
>> (Thanks a lot! I've made already advertisements for vim, but we'll see).
>>
>>
>> ** Attachment added: "-D  output"
>>
>> https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+attachment/3906362/+files/Debug.txt
>>
>> --
>> You received this bug notification because you are subscribed to zim in
>> Ubuntu.
>> https://bugs.launchpad.net/bugs/1250391
>>
>> Title:
>>   Open Another Notebook; zim hangs, if already open
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+subscriptions
>>
> 

-- 
Dr.-Ing. Andreas Wehler
Development Manager; IVM Senior Consultant
*
Thales Austria GmbH
Handelskai 92, 1200 Vienna, Austria

Tel.:  +43 1 27711-5276
Email: andreas.weh...@thalesgroup.com
Web:   www.thalesgroup.com
FN 278233 t / Commercial Court Vienna

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250391

Title:
  Open Another Notebook; zim hangs, if already open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1250391] Re: Open Another Notebook; zim hangs, if already open

2013-11-12 Thread Jaap Karssenberg
Wait is the notebook you open from the dialog the same notebook as where
the dialog is opened from ?

If so I understand - the process hangs because it is calling itself .. will
need to fix that.

-- Jaap


On Tue, Nov 12, 2013 at 1:24 PM, Andreas Wehler <
andreas.weh...@thalesgroup.com> wrote:

> Hello Jaap.
>
> See Debug.txt, attached.
>
> There is also a core file, due to "Force to Quit" X11 window.
>
> The Notebooks are mostly empty, just created for playing with zim.
>
> (Thanks a lot! I've made already advertisements for vim, but we'll see).
>
>
> ** Attachment added: "-D  output"
>
> https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+attachment/3906362/+files/Debug.txt
>
> --
> You received this bug notification because you are subscribed to zim in
> Ubuntu.
> https://bugs.launchpad.net/bugs/1250391
>
> Title:
>   Open Another Notebook; zim hangs, if already open
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250391

Title:
  Open Another Notebook; zim hangs, if already open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1250391] Re: Open Another Notebook; zim hangs, if already open

2013-11-12 Thread Andreas Wehler
Hello Jaap.

See Debug.txt, attached.

There is also a core file, due to "Force to Quit" X11 window.

The Notebooks are mostly empty, just created for playing with zim.

(Thanks a lot! I've made already advertisements for vim, but we'll see).


** Attachment added: "-D  output"
   
https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+attachment/3906362/+files/Debug.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250391

Title:
  Open Another Notebook; zim hangs, if already open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zim/+bug/1250391/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs