Re: lyx: error while loading shared libraries: libhunspell-1.2.so.0

2012-11-10 Thread Gustavo Goretkin
On Sat, Nov 10, 2012 at 2:41 AM, Scott Kostyshak skost...@lyx.org wrote:

 Hi Gustavo,

 Please respond to the list (it is much more knowledgeable than I). See
 my response below.


The personal reply was a mistake. Sorry and thanks for including the list
again!



 On Sat, Nov 10, 2012 at 2:26 AM, Gustavo Goretkin
 gustavo.goret...@gmail.com wrote:
  On Fri, Nov 9, 2012 at 2:25 AM, Scott Kostyshak skost...@lyx.org
 wrote:
 
  You might want to install the latest Ubuntu version through the PPA.
  That should take care of all of the dependencies automatically. Liviu
  and Rob have a PPA set up with the latest stable and unstable builds:
  https://launchpad.net/~lyx-devel/+archive/daily
  Ask if you need more instructions.
 
  As far as I can tell, I've added the PPA by doing:
  $ sudo add-apt-repository ppa:lyx-devel/daily
  $ sudo apt-get update
 
  but then
 
  $ sudo apt-get install lyx

 This should be
 sudo apt-get install lyx2.0
 (the PPA does not want to overwrite your current LyX version. If you
 don't want the other lyx package, then just remove it)
 The lyx2.0 package will become 2.0.5 shortly.
 If you want more cutting edge (but perhaps more bugs), you can do
 sudo apt-get install lyx2.1


Thank you for the help. I would like to use my previous preferences and
configuration. Can I just alias ~/lyx2.0 to ~/lyx ?


 Scott

 
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  lyx is already the newest version.
 
 
  I also tried running dist-upgrade without success.
 
 
  Scott
 
 



Re: lyx: error while loading shared libraries: libhunspell-1.2.so.0

2012-11-10 Thread Scott Kostyshak
On Sat, Nov 10, 2012 at 3:09 AM, Gustavo Goretkin
gustavo.goret...@gmail.com wrote:
 On Sat, Nov 10, 2012 at 2:41 AM, Scott Kostyshak skost...@lyx.org wrote:

 Hi Gustavo,

 Please respond to the list (it is much more knowledgeable than I). See
 my response below.


 The personal reply was a mistake. Sorry and thanks for including the list
 again!

No problem. I often do the same thing accidentally.




 On Sat, Nov 10, 2012 at 2:26 AM, Gustavo Goretkin
 gustavo.goret...@gmail.com wrote:
  On Fri, Nov 9, 2012 at 2:25 AM, Scott Kostyshak skost...@lyx.org
  wrote:
 
  You might want to install the latest Ubuntu version through the PPA.
  That should take care of all of the dependencies automatically. Liviu
  and Rob have a PPA set up with the latest stable and unstable builds:
  https://launchpad.net/~lyx-devel/+archive/daily
  Ask if you need more instructions.
 
  As far as I can tell, I've added the PPA by doing:
  $ sudo add-apt-repository ppa:lyx-devel/daily
  $ sudo apt-get update
 
  but then
 
  $ sudo apt-get install lyx

 This should be
 sudo apt-get install lyx2.0
 (the PPA does not want to overwrite your current LyX version. If you
 don't want the other lyx package, then just remove it)
 The lyx2.0 package will become 2.0.5 shortly.
 If you want more cutting edge (but perhaps more bugs), you can do
 sudo apt-get install lyx2.1


 Thank you for the help. I would like to use my previous preferences and
 configuration. Can I just alias ~/lyx2.0 to ~/lyx ?

Good question. You mean ~/.lyx2.0 to ~/.lyx right?
I think that should work because across minor versions I don't think
LyX makes format changes.
However, if you install lyx2.1 and then link ~.lyx2.1 to ~/.lyx you
will undoubtedly run into trouble if you try to run lyx after running
lyx2.1. Another source of trouble is if you run lyx and lyx2.0 at the
same time.
The above discussion only applies if you plan on running the previous
LyX version again. For example, if you only want to run lyx2.0 and no
longer want to run lyx, linking should work fine, but in that case you
could also just remove .lyx2.0 and rename .lyx to .lyx2.0.

As always, back up everything before trying anything.

Just to confirm, installing lyx2.0 from the PPA did indeed solve the
previous error?

Scott



 Scott

 
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  lyx is already the newest version.
 
 
  I also tried running dist-upgrade without success.
 
 
  Scott
 
 




Re: lyx: error while loading shared libraries: libhunspell-1.2.so.0

2012-11-10 Thread Scott Kostyshak
On Sat, Nov 10, 2012 at 4:17 AM, Gustavo Goretkin
gustavo.goret...@gmail.com wrote:
 On Sat, Nov 10, 2012 at 3:48 AM, Scott Kostyshak skost...@lyx.org wrote:

 Just to confirm, installing lyx2.0 from the PPA did indeed solve the
 previous error?


 So I can run lyx2.0 without a problem, but I still can't run lyx (same error
 message libhunspell-1.2.so.0)

OK. Then I guess just stick with the PPA version (you can remove the
PPA if you want so that it doesn't keep updating) and set whatever
links and aliases you want.

Scott



 Scott

 
 
  Scott
 
  
 




Re: LyX 2.0.5 View Source

2012-11-10 Thread Andrew Parsloe



On 10/11/2012 2:47 p.m., Richard Heck wrote:

On 11/09/2012 05:17 PM, Andrew Parsloe wrote:

I've just installed LyX 2.0.5 (Windows Vista).

The updating of View Source is a definite plus, with only the relevant
formats now listed in the Format box, and both LyX's own format and
plain text included in the options -- both of which I nagged for, so
thank you.

However I note that if I select, say, plain text in the Format box,
and then move the focus back to the main window, the entry in the
Format box immediately jumps back to Default, even though it is still
plain text being shown in the LaTeX Source window. This looks like a
(little) bug to me. (And is LaTeX Source the right name? Perhaps
just Source or Source Code? It is after all View Source rather
than View LaTeX Source in the menu.)


I've seen this bug, but thought I'd fixed it. Apparently not. Please
file a bug report, and I'll look at it again.

Richard



Ticket #8411.

Andrew


Re: lyx: error while loading shared libraries: libhunspell-1.2.so.0

2012-11-10 Thread Gustavo Goretkin
On Sat, Nov 10, 2012 at 2:41 AM, Scott Kostyshak skost...@lyx.org wrote:

 Hi Gustavo,

 Please respond to the list (it is much more knowledgeable than I). See
 my response below.


The personal reply was a mistake. Sorry and thanks for including the list
again!



 On Sat, Nov 10, 2012 at 2:26 AM, Gustavo Goretkin
 gustavo.goret...@gmail.com wrote:
  On Fri, Nov 9, 2012 at 2:25 AM, Scott Kostyshak skost...@lyx.org
 wrote:
 
  You might want to install the latest Ubuntu version through the PPA.
  That should take care of all of the dependencies automatically. Liviu
  and Rob have a PPA set up with the latest stable and unstable builds:
  https://launchpad.net/~lyx-devel/+archive/daily
  Ask if you need more instructions.
 
  As far as I can tell, I've added the PPA by doing:
  $ sudo add-apt-repository ppa:lyx-devel/daily
  $ sudo apt-get update
 
  but then
 
  $ sudo apt-get install lyx

 This should be
 sudo apt-get install lyx2.0
 (the PPA does not want to overwrite your current LyX version. If you
 don't want the other lyx package, then just remove it)
 The lyx2.0 package will become 2.0.5 shortly.
 If you want more cutting edge (but perhaps more bugs), you can do
 sudo apt-get install lyx2.1


Thank you for the help. I would like to use my previous preferences and
configuration. Can I just alias ~/lyx2.0 to ~/lyx ?


 Scott

 
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  lyx is already the newest version.
 
 
  I also tried running dist-upgrade without success.
 
 
  Scott
 
 



Re: lyx: error while loading shared libraries: libhunspell-1.2.so.0

2012-11-10 Thread Scott Kostyshak
On Sat, Nov 10, 2012 at 3:09 AM, Gustavo Goretkin
gustavo.goret...@gmail.com wrote:
 On Sat, Nov 10, 2012 at 2:41 AM, Scott Kostyshak skost...@lyx.org wrote:

 Hi Gustavo,

 Please respond to the list (it is much more knowledgeable than I). See
 my response below.


 The personal reply was a mistake. Sorry and thanks for including the list
 again!

No problem. I often do the same thing accidentally.




 On Sat, Nov 10, 2012 at 2:26 AM, Gustavo Goretkin
 gustavo.goret...@gmail.com wrote:
  On Fri, Nov 9, 2012 at 2:25 AM, Scott Kostyshak skost...@lyx.org
  wrote:
 
  You might want to install the latest Ubuntu version through the PPA.
  That should take care of all of the dependencies automatically. Liviu
  and Rob have a PPA set up with the latest stable and unstable builds:
  https://launchpad.net/~lyx-devel/+archive/daily
  Ask if you need more instructions.
 
  As far as I can tell, I've added the PPA by doing:
  $ sudo add-apt-repository ppa:lyx-devel/daily
  $ sudo apt-get update
 
  but then
 
  $ sudo apt-get install lyx

 This should be
 sudo apt-get install lyx2.0
 (the PPA does not want to overwrite your current LyX version. If you
 don't want the other lyx package, then just remove it)
 The lyx2.0 package will become 2.0.5 shortly.
 If you want more cutting edge (but perhaps more bugs), you can do
 sudo apt-get install lyx2.1


 Thank you for the help. I would like to use my previous preferences and
 configuration. Can I just alias ~/lyx2.0 to ~/lyx ?

Good question. You mean ~/.lyx2.0 to ~/.lyx right?
I think that should work because across minor versions I don't think
LyX makes format changes.
However, if you install lyx2.1 and then link ~.lyx2.1 to ~/.lyx you
will undoubtedly run into trouble if you try to run lyx after running
lyx2.1. Another source of trouble is if you run lyx and lyx2.0 at the
same time.
The above discussion only applies if you plan on running the previous
LyX version again. For example, if you only want to run lyx2.0 and no
longer want to run lyx, linking should work fine, but in that case you
could also just remove .lyx2.0 and rename .lyx to .lyx2.0.

As always, back up everything before trying anything.

Just to confirm, installing lyx2.0 from the PPA did indeed solve the
previous error?

Scott



 Scott

 
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  lyx is already the newest version.
 
 
  I also tried running dist-upgrade without success.
 
 
  Scott
 
 




Re: lyx: error while loading shared libraries: libhunspell-1.2.so.0

2012-11-10 Thread Scott Kostyshak
On Sat, Nov 10, 2012 at 4:17 AM, Gustavo Goretkin
gustavo.goret...@gmail.com wrote:
 On Sat, Nov 10, 2012 at 3:48 AM, Scott Kostyshak skost...@lyx.org wrote:

 Just to confirm, installing lyx2.0 from the PPA did indeed solve the
 previous error?


 So I can run lyx2.0 without a problem, but I still can't run lyx (same error
 message libhunspell-1.2.so.0)

OK. Then I guess just stick with the PPA version (you can remove the
PPA if you want so that it doesn't keep updating) and set whatever
links and aliases you want.

Scott



 Scott

 
 
  Scott
 
  
 




Re: LyX 2.0.5 View Source

2012-11-10 Thread Andrew Parsloe



On 10/11/2012 2:47 p.m., Richard Heck wrote:

On 11/09/2012 05:17 PM, Andrew Parsloe wrote:

I've just installed LyX 2.0.5 (Windows Vista).

The updating of View Source is a definite plus, with only the relevant
formats now listed in the Format box, and both LyX's own format and
plain text included in the options -- both of which I nagged for, so
thank you.

However I note that if I select, say, plain text in the Format box,
and then move the focus back to the main window, the entry in the
Format box immediately jumps back to Default, even though it is still
plain text being shown in the LaTeX Source window. This looks like a
(little) bug to me. (And is LaTeX Source the right name? Perhaps
just Source or Source Code? It is after all View Source rather
than View LaTeX Source in the menu.)


I've seen this bug, but thought I'd fixed it. Apparently not. Please
file a bug report, and I'll look at it again.

Richard



Ticket #8411.

Andrew


Re: lyx: error while loading shared libraries: libhunspell-1.2.so.0

2012-11-10 Thread Gustavo Goretkin
On Sat, Nov 10, 2012 at 2:41 AM, Scott Kostyshak  wrote:

> Hi Gustavo,
>
> Please respond to the list (it is much more knowledgeable than I). See
> my response below.
>

The personal reply was a mistake. Sorry and thanks for including the list
again!


>
> On Sat, Nov 10, 2012 at 2:26 AM, Gustavo Goretkin
>  wrote:
> > On Fri, Nov 9, 2012 at 2:25 AM, Scott Kostyshak 
> wrote:
> >>
> >> You might want to install the latest Ubuntu version through the PPA.
> >> That should take care of all of the dependencies automatically. Liviu
> >> and Rob have a PPA set up with the latest stable and unstable builds:
> >> https://launchpad.net/~lyx-devel/+archive/daily
> >> Ask if you need more instructions.
> >>
> > As far as I can tell, I've added the PPA by doing:
> > $ sudo add-apt-repository ppa:lyx-devel/daily
> > $ sudo apt-get update
> >
> > but then
> >
> > $ sudo apt-get install lyx
>
> This should be
> sudo apt-get install lyx2.0
> (the PPA does not want to overwrite your current LyX version. If you
> don't want the other lyx package, then just remove it)
> The lyx2.0 package will become 2.0.5 shortly.
> If you want more cutting edge (but perhaps more bugs), you can do
> sudo apt-get install lyx2.1
>

Thank you for the help. I would like to use my previous preferences and
configuration. Can I just alias ~/lyx2.0 to ~/lyx ?

>
> Scott
>
> >
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > lyx is already the newest version.
> >
> >
> > I also tried running dist-upgrade without success.
> >
> >>
> >> Scott
> >>
> >
>


Re: lyx: error while loading shared libraries: libhunspell-1.2.so.0

2012-11-10 Thread Scott Kostyshak
On Sat, Nov 10, 2012 at 3:09 AM, Gustavo Goretkin
 wrote:
> On Sat, Nov 10, 2012 at 2:41 AM, Scott Kostyshak  wrote:
>>
>> Hi Gustavo,
>>
>> Please respond to the list (it is much more knowledgeable than I). See
>> my response below.
>
>
> The personal reply was a mistake. Sorry and thanks for including the list
> again!

No problem. I often do the same thing accidentally.

>
>>
>>
>> On Sat, Nov 10, 2012 at 2:26 AM, Gustavo Goretkin
>>  wrote:
>> > On Fri, Nov 9, 2012 at 2:25 AM, Scott Kostyshak 
>> > wrote:
>> >>
>> >> You might want to install the latest Ubuntu version through the PPA.
>> >> That should take care of all of the dependencies automatically. Liviu
>> >> and Rob have a PPA set up with the latest stable and unstable builds:
>> >> https://launchpad.net/~lyx-devel/+archive/daily
>> >> Ask if you need more instructions.
>> >>
>> > As far as I can tell, I've added the PPA by doing:
>> > $ sudo add-apt-repository ppa:lyx-devel/daily
>> > $ sudo apt-get update
>> >
>> > but then
>> >
>> > $ sudo apt-get install lyx
>>
>> This should be
>> sudo apt-get install lyx2.0
>> (the PPA does not want to overwrite your current LyX version. If you
>> don't want the other lyx package, then just remove it)
>> The lyx2.0 package will become 2.0.5 shortly.
>> If you want more cutting edge (but perhaps more bugs), you can do
>> sudo apt-get install lyx2.1
>
>
> Thank you for the help. I would like to use my previous preferences and
> configuration. Can I just alias ~/lyx2.0 to ~/lyx ?

Good question. You mean ~/.lyx2.0 to ~/.lyx right?
I think that should work because across minor versions I don't think
LyX makes format changes.
However, if you install lyx2.1 and then link ~.lyx2.1 to ~/.lyx you
will undoubtedly run into trouble if you try to run lyx after running
lyx2.1. Another source of trouble is if you run lyx and lyx2.0 at the
same time.
The above discussion only applies if you plan on running the previous
LyX version again. For example, if you only want to run lyx2.0 and no
longer want to run lyx, linking should work fine, but in that case you
could also just remove .lyx2.0 and rename .lyx to .lyx2.0.

As always, back up everything before trying anything.

Just to confirm, installing lyx2.0 from the PPA did indeed solve the
previous error?

Scott

>>
>>
>> Scott
>>
>> >
>> > Reading package lists... Done
>> > Building dependency tree
>> > Reading state information... Done
>> > lyx is already the newest version.
>> >
>> >
>> > I also tried running dist-upgrade without success.
>> >
>> >>
>> >> Scott
>> >>
>> >
>
>


Re: lyx: error while loading shared libraries: libhunspell-1.2.so.0

2012-11-10 Thread Scott Kostyshak
On Sat, Nov 10, 2012 at 4:17 AM, Gustavo Goretkin
 wrote:
> On Sat, Nov 10, 2012 at 3:48 AM, Scott Kostyshak  wrote:
>>
>> Just to confirm, installing lyx2.0 from the PPA did indeed solve the
>> previous error?
>
>
> So I can run lyx2.0 without a problem, but I still can't run lyx (same error
> message libhunspell-1.2.so.0)

OK. Then I guess just stick with the PPA version (you can remove the
PPA if you want so that it doesn't keep updating) and set whatever
links and aliases you want.

Scott

>>
>>
>> Scott
>>
>> >>
>> >>
>> >> Scott
>> >>
>> >> >
>> >
>
>


Re: LyX 2.0.5 & View Source

2012-11-10 Thread Andrew Parsloe



On 10/11/2012 2:47 p.m., Richard Heck wrote:

On 11/09/2012 05:17 PM, Andrew Parsloe wrote:

I've just installed LyX 2.0.5 (Windows Vista).

The updating of View Source is a definite plus, with only the relevant
formats now listed in the Format box, and both LyX's own format and
plain text included in the options -- both of which I nagged for, so
thank you.

However I note that if I select, say, plain text in the Format box,
and then move the focus back to the main window, the entry in the
Format box immediately jumps back to Default, even though it is still
plain text being shown in the "LaTeX Source" window. This looks like a
(little) bug to me. (And is "LaTeX Source" the right name? Perhaps
just "Source" or "Source Code"? It is after all "View Source" rather
than "View LaTeX Source" in the menu.)


I've seen this bug, but thought I'd fixed it. Apparently not. Please
file a bug report, and I'll look at it again.

Richard



Ticket #8411.

Andrew