Re: Problem with lyx after updating OS

2022-05-17 Thread Kornel Benko via lyx-users
Am Tue, 17 May 2022 05:40:24 -0500
schrieb Joseph Hesse :

> On 5/16/22 13:41, Paul A. Rubin wrote:
> > On 5/16/22 14:16, Joseph Hesse wrote:
> >> On 5/14/22 10:47, Paul A. Rubin wrote:
> >>> On 5/13/22 08:38, Joseph Hesse wrote:
>  Hi,
> 
>  I upgraded my OS from Fedora 35 to Fedora 36.  I had no problem 
>  with lyx when I was using Fedora 35.  I installed lyx from my 
>  Fedora 36 repository which is lyx 2.3.6.1.
> 
>  When I start lyx I can open one of the chapters from my book and an 
>  attempt to open another chapter causes lyx to freeze. I have to 
>  kill the lyx process to quit lyx.
> 
>  I did not back up the .lyx folder.
> 
>  Is there a way to fix this?
> 
>  This leads me to another related question.  If I write a book with 
>  a master and child document and want to give it to someone, what 
>  else besides the documents do I have to give them?
> 
>  Thank you,
>  Joe Hesse
> 
> 
> >>> If you open one chapter and then attempt to open an unrelated 
> >>> document (for instance, a help file), does it still freeze?
> >>>
> >>> Paul
> >>>
> >> Paul,
> >>
> >> Thank you for your reply.
> >>
> >> The next time I opened lyx it froze before I could do anything. Only 
> >> thing I could do was kill the process.
> >>
> >> I used dnf to remove lyx and reinstalled it.  This time when I opened 
> >> lyx and before doing anything,  i got a message at the top saying 
> >> "Portal, Select document to open is ready", The message then 
> >> disappeared and lyx froze.  I had to kill the process.
> >>
> >> In case there is something wrong with my Fedora installation I could 
> >> reinstall the OS but that is not the solution of my choice.
> >>
> >> Any help would be much appreciated.
> >>
> >> Joe
> >>
> >>
> > Joe,
> >
> > I don't recognize the "Portal ..." message. Is the document being 
> > opened on your local drive, or is it sourced from some remote site?
> >
> > Rather than removing LyX again (or, worse, reinstalling Fedora), you 
> > might try deleting the LyX configuration info and any local files. I'm 
> > not familiar with Fedora, but on Ubuntu and Mint I would delete ~/.lyx 
> > (and everything under it) and ~/.config/LyX. I'd also make sure that 
> > method I was using to start LyX did not involve a shortcut with any 
> > special settings (naming a file to open, or a working directory, or 
> > anything). Starting it from a terminal would be safest. If that still 
> > leads to a "Portal" message and/or a freeze, wiser minds will need to 
> > consult. If LyX opens and tells you to run the configuration script 
> > and restart, hopefully you'll be in business.
> >
> > Paul
> >
> >
> Paul,
> 
> No good news.  This is what I tried.
> 
> Deleted ~/.lyx and ~/.config/LyX/lyx.conf.  Also deleted any file that 
> appears in a dot folder in my home directory with the name lyx.
> 
> Opened LyX, got the splash screen.  Did Tools-> Reconfigure, exited and 
> restarted LyX.
> 
> Opened LyX, got a window in the center giving me the version number.  
> Did File->Open and LyX immediately froze with message at top "Portal 
> Select File is Open".  I had to manually kill the LyX process.
> 
> I am running LyX from my local drive and my LyX document files are all 
> local.  Everything about my OS appears stable and I have the latest OS 
> updates.
> 
> Thank you,
> Joe
> 

It feels like you use a the native file dialog and lyx does not correct handle 
it.
Please check your 'preferences' file ( in the .lyx dir) for the entry
\use_native_filedialog true
If not there, you could enter (via text-editor) the line
\use_native_filedialog false.

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpL4OUcXGWF5.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Making first paragraphs not indented in exported HTML

2022-04-11 Thread Kornel Benko via lyx-users
Am Mon, 11 Apr 2022 03:22:16 -0400
schrieb Steve Litt via lyx-users :

> Daniel via lyx-users said on Mon, 11 Apr 2022 08:13:43 +0200
> 
> >On 2022-04-11 03:44, Steve Litt via lyx-users wrote:  
> >> Hi all,
> >> 
> >> In the past, some exporters have implemented the custom of not
> >> indenting the first of several successive paragraphs by using a
> >> different class of paragraph for the first of a series of paragraphs.
> >> This way of doing things makes more work for the person writing the
> >> export, and more work for the person converting the export to
> >> acceptable ePub, because those special classes will need to be backed
> >> out or otherwise specially handled.
> >> 
> >> Not indenting the first of a series of paragraphs is easily
> >> accomplished by the following two lines of CSS:
> >> 
> >> p::first-letter{margin-left: 3em;}
> >> :not(p) + p::first-letter{margin-left:0.0001em;}
> >> 
> >> Let CSS decide which is the first of several consecutive paragraphs,
> >> and let CSS define what to do with that paragraph. Make it easy on
> >> everybody.
> >> 
> >> I took an hour to figure this out. Could somebody please take 3
> >> minutes to forward it to the developer's list and also the person
> >> who is writing the HTML export?
> >> 
> >> Thanks,
> >> 
> >> SteveT
> >> 
> >> Steve Litt
> >> March 2022 featured book: Making Mental Models: Advanced Edition
> >> http://www.troubleshooters.com/mmm
> >
> >I'd suggest that you file a bug/enhancement report at 
> >https://www.lyx.org/trac/wiki/BugTrackerHome (including the LyX
> >version you are using and exact steps to reproduce the problem).  
> 
> Like I said, I spent an hour getting that code just right. I did the
> hard part, I did my part. In the time you took to respond to me, you
> could have forwarded my email. 
> 
> I don't have time to learn the quirks of every project's bugtracker,
> type in information that's not relevant, and hope somebody looks at it.
> At a lot of projects, the bugtracker is where requests go to die
> (Bluefish, you listening?).
> 
> If I could change one thing about FOSS it would be to get rid of
> bugtrackers and work directly with the user. That's what we did at
> VimOutliner, and bugs got solved and requests got implemented very
> quickly.
> 
> SteveT
> 
> Steve Litt 
> March 2022 featured book: Making Mental Models: Advanced Edition
> http://www.troubleshooters.com/mmm

Steve, I am not the one to make the fix, but I think you are right.
It _IS_ very helpful to get bug-info together with a hint what seems to be 
missing.

As to the forwarding to developer-list, don't worry. They read the user-list 
too.

Thanks for the report.

Kornel
-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpPHBpmWrKL5.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Trouble with quote (") character on LyX 2.3.6.2 (2021-01-07)

2022-04-06 Thread Kornel Benko via lyx-users
Am Wed, 6 Apr 2022 13:56:58 +0200
schrieb "Kees Zeelenberg \(kzStats\)" :

> Now with the attachment.
> 
> > -Oorspronkelijk bericht-
> > Van: Kees Zeelenberg (kzStats) 
> > Verzonden: woensdag 6 april 2022 13:56
> > Aan: 'lyx-users@lists.lyx.org' 
> > CC: 'Kornel Benko' 
> > Onderwerp: RE: Trouble with quote (") character on LyX 2.3.6.2 (2021-01-07)
> >   
> > > -----Oorspronkelijk bericht-
> > > Van: lyx-users  Namens Kornel Benko
> > > via lyx- users
> > > Verzonden: woensdag 6 april 2022 12:54
> > > Aan: lyx-users@lists.lyx.org
> > > CC: Kornel Benko 
> > > Onderwerp: Re: Trouble with quote (") character on LyX 2.3.6.2
> > > (2021-01-07)
> > >
> > > Am Wed, 6 Apr 2022 12:24:40 +0200
> > > schrieb "Kees Zeelenberg \(kzStats\) via lyx-users" 
> > > :
> > >  
> > > > > > > On MS-Windows 11 with LyX 2.3.6.1 and the US international
> > > > > > > keyboard search and replace " works fine. I haven't tested the 
> > > > > > > export.
> > > > > > >
> > > > > > > Best,
> > > > > > >
> > > > > > > Kees
> > > > > > >  
> > > > > >
> > > > > > Unfortunately, this might be just due to the international
> > > > > > keyboard not being fully supported in LyX  
> > > (https://www.lyx.org/trac/ticket/10377).  
> > > > > > (You might want to fix the quotes in your documents...)
> > > > > >
> > > > > > Best,
> > > > > > Daniel
> > > > > >
> > > > > >  
> > > > >
> > > > > It should not matter, on each keyboard there is '"'.
> > > > > (If you insert in a German document e.g. 'eine "Klammer"', you get
> > > > > 'eine „Klammer“' in lyx)
> > > > >
> > > > >   Kornel
> > > > >
> > > > > --  
> > > >
> > > > Should this ("Klammer" -> „Klammer“) also work with a US
> > > > International keyboard? At least, I could not get it work, not with
> > > > language German, Dutch,  
> > > English.  
> > > >
> > > > Kees
> > > >
> > > >  
> > >
> > > I am using US International keyboard. And here it works.
> > > The lyx code looks like this:
> > >
> > > \begin_layout Standard
> > > eine
> > > \begin_inset Quotes gld
> > > \end_inset
> > >
> > > Klammer
> > > \begin_inset Quotes grd
> > > \end_inset
> > >
> > >
> > > \end_layout
> > >
> > > As you can see, there is 'gld' and 'grd'. In order to match are both
> > > converted to '"' at search time. But this is done for advanced search 
> > > only.
> > >
> > >   Kornel
> > >  
> > Using "q"  and ``a''  I get
> > 
> > \begin_layout Standard
> > eine "q"
> > \end_layout
> > 
> > \begin_layout Standard
> > und
> > \end_layout
> > 
> > \begin_layout Standard
> > eine ``a''
> > \end_layout
> > 
> > See the attachment for the complete lyx file  

Your mwe is created with lyx2.3. I have changed the handling for lyx2.4.

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgp440F4y5fvs.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Trouble with quote (") character on LyX 2.3.6.2 (2021-01-07)

2022-04-06 Thread Kornel Benko via lyx-users
Am Wed, 6 Apr 2022 12:24:40 +0200
schrieb "Kees Zeelenberg \(kzStats\) via lyx-users" :

> > > > On MS-Windows 11 with LyX 2.3.6.1 and the US international keyboard
> > > > search and replace " works fine. I haven't tested the export.
> > > >
> > > > Best,
> > > >
> > > > Kees
> > > >  
> > >
> > > Unfortunately, this might be just due to the international keyboard
> > > not being fully supported in LyX (https://www.lyx.org/trac/ticket/10377).
> > > (You might want to fix the quotes in your documents...)
> > >
> > > Best,
> > > Daniel
> > >
> > >  
> > 
> > It should not matter, on each keyboard there is '"'.
> > (If you insert in a German document e.g. 'eine "Klammer"', you get  'eine
> > „Klammer“' in lyx)
> > 
> > Kornel
> > 
> > --  
> 
> Should this ("Klammer" -> „Klammer“) also work with a US International 
> keyboard? At
> least, I could not get it work, not with language German, Dutch, English.
> 
> Kees
> 
> 

I am using US International keyboard. And here it works.
The lyx code looks like this:

\begin_layout Standard
eine 
\begin_inset Quotes gld
\end_inset

Klammer
\begin_inset Quotes grd
\end_inset


\end_layout

As you can see, there is 'gld' and 'grd'. In order to match are both converted 
to
'"' at search time. But this is done for advanced search only.

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpXRY4RCvuBk.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Trouble with quote (") character on LyX 2.3.6.2 (2021-01-07)

2022-04-06 Thread Kornel Benko via lyx-users
Am Wed, 6 Apr 2022 05:26:15 +0200
schrieb Daniel via lyx-users :

> On 2022-04-05 18:37, Kees Zeelenberg (kzStats) via lyx-users wrote:
> >>
> >> a) While I can write it in LyX, I cannot search for it. I can put it into 
> >> the search
> >> box, but the LyX editor will not find quote marks in the document. (I know 
> >> that
> >> under Document" -> Settings I can choose various types of quote signs; I 
> >> left it
> >> to the standard, which (in German) means typographic quote marks.
> >>
> >>
> >> Andreas
> >> --  
> > On MS-Windows 11 with LyX 2.3.6.1 and the US international keyboard search 
> > and
> > replace " works fine. I haven't tested the export.
> > 
> > Best,
> > 
> > Kees
> >   
> 
> Unfortunately, this might be just due to the international keyboard not 
> being fully supported in LyX (https://www.lyx.org/trac/ticket/10377). 
> (You might want to fix the quotes in your documents...)
> 
> Best,
> Daniel
> 
> 

It should not matter, on each keyboard there is '"'.
(If you insert in a German document e.g. 'eine "Klammer"', you get
 'eine „Klammer“' in lyx)

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpVVgaTyDXgO.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Trouble with quote (") character on LyX 2.3.6.2 (2021-01-07)

2022-04-06 Thread Kornel Benko via lyx-users
Am Wed, 6 Apr 2022 05:55:59 +0200
schrieb Daniel via lyx-users :

> On 2022-04-05 17:03, Kornel Benko via lyx-users wrote:
> > Am Tue, 5 Apr 2022 13:50:38 +
> > schrieb "Busch, Andreas via lyx-users" :
> >   
> >> Hi,
> >>
> >> it’s been a while since I have last used LyX (a couple of years), but for 
> >> a major
> >> project I come back to this great app. I used it in the past, and want to 
> >> say how
> >> grateful I am to everyone contributing to this great piece of software!
> >>
> >> Having just finished writing an article in German on my Mac (running on 
> >> the most
> >> recent version of macOS 12.3.1), I discovered several strange problems 
> >> that concern
> >> the quote character (") - Shift 2 on a German keyboard:
> >>
> >> a) While I can write it in LyX, I cannot search for it. I can put it into 
> >> the search
> >> box, but the LyX editor will not find quote marks in the document. (I know 
> >> that under
> >> Document" -> Settings I can choose various types of quote signs; I left it 
> >> to the
> >> standard, which (in German) means typographic quote marks.  
> 
> As for this problem, it is https://www.lyx.org/trac/ticket/11462, right? 
> I have just suggested a way to resolve it at the ticket. Maybe you want 
> to chip in if you have further thoughts.
> 
> >> b) Only the opening quote marks are being exported when I export my LyX 
> >> document to
> >> either Word (XML) or Markdown format. Yes, I know it sounds strange, but 
> >> that is how
> >> I discovered the problem. Everything works well when exporting the 
> >> document to pdf
> >> (via LaTeX), but not in the other export formats.  
> 
> I couldn't find those two formats in the export dialog. Please remind me 
> where I can find them. I succeeded in exporting with "HTML (MS Word)". 
> There I see both quotes (beginning and end) but they are actually not 
> Word's typical double quotes. So that is possibly another bug.
> 
> >> So something seems amiss. Since I searched through the mailing list 
> >> archive, I know
> >> that this hasn’t been mentioned here before, which puzzles me even more. 
> >> Could any of
> >> you please confirm that you don’t have the problem - and then help me 
> >> narrow down
> >> where the problem on my machine is?
> >>
> >> I’d be so grateful!
> >>
> >> Thanks and best wishes,
> >>
> >> Andreas  
> > 
> > Andreas, thanks for the report. At least for upcoming lyx2.4 and with 
> > advanced find
> > it will be no problem. Committing the fix now.
> > 
> > Kornel  
> 
> Just to be sure, this is a fix for (part of) a) but not b), right?
> 
> Daniel
> 
> 

It should be a fix for the advanced search in lyx, not for the export.

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpHG2aaY8hZt.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Trouble with quote (") character on LyX 2.3.6.2 (2021-01-07)

2022-04-05 Thread Kornel Benko via lyx-users
Am Tue, 5 Apr 2022 13:50:38 +
schrieb "Busch, Andreas via lyx-users" :

> Hi,
> 
> it’s been a while since I have last used LyX (a couple of years), but for a 
> major
> project I come back to this great app. I used it in the past, and want to say 
> how
> grateful I am to everyone contributing to this great piece of software!
> 
> Having just finished writing an article in German on my Mac (running on the 
> most recent
> version of macOS 12.3.1), I discovered several strange problems that concern 
> the quote
> character (") - Shift 2 on a German keyboard:
> 
> a) While I can write it in LyX, I cannot search for it. I can put it into the 
> search
> box, but the LyX editor will not find quote marks in the document. (I know 
> that under
> Document" -> Settings I can choose various types of quote signs; I left it to 
> the
> standard, which (in German) means typographic quote marks.
> 
> b) Only the opening quote marks are being exported when I export my LyX 
> document to
> either Word (XML) or Markdown format. Yes, I know it sounds strange, but that 
> is how I
> discovered the problem. Everything works well when exporting the document to 
> pdf (via
> LaTeX), but not in the other export formats.
> 
> So something seems amiss. Since I searched through the mailing list archive, 
> I know
> that this hasn’t been mentioned here before, which puzzles me even more. 
> Could any of
> you please confirm that you don’t have the problem - and then help me narrow 
> down where
> the problem on my machine is?
> 
> I’d be so grateful!
> 
> Thanks and best wishes,
> 
> Andreas

Andreas, thanks for the report. At least for upcoming lyx2.4 and with advanced 
find
it will be no problem. Committing the fix now.

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpCzfExK9AF9.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-28 Thread Kornel Benko via lyx-users
Am Mon, 28 Feb 2022 19:58:56 +0100
schrieb Wolfgang Engelmann via lyx-users :

> >> Maybe the display manager. (Is it unity?) If yes, look for the panel 
> >> on top of the screen.
> >> I had this problem with unity at least.
> >>
> >> Kornel  
> 
> my is on the notebook sddm, on the PC Mint lightdm

sorry, I meant desktop manager. (Here it is 'cinnamon')

Kornel


pgpMocn_mN_uy.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-28 Thread Kornel Benko via lyx-users
Am Mon, 28 Feb 2022 15:59:29 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Am 28.02.22 um 15:31 schrieb Kornel Benko via lyx-users:
> > Am Mon, 28 Feb 2022 14:44:09 +0100
> > schrieb Wolfgang Engelmann via lyx-users :
> >   
> >> Am 28.02.22 um 11:47 schrieb Kornel Benko via lyx-users:  
> >>> Am Mon, 28 Feb 2022 10:38:33 +0100
> >>> schrieb Wolfgang Engelmann via lyx-users :
> >>>  
> >>>> Am 28.02.22 um 09:32 schrieb Jürgen Spitzmüller via lyx-users:  
> >>>>> Am Montag, dem 28.02.2022 um 09:22 +0100 schrieb Jürgen Spitzmüller:  
> >>>>>> The latter. The question is, what.  
> >>>>>
> >>>>> Can you please launch lyx with the option "-dbg gui" and report back
> >>>>> the messages you get on the terminal?
> >>>>>
> >>>>> Jürgen
> >>>>>
> >>>>> 
> >>>> Yes, but I would like to remove older lyx completely and try again the
> >>>> new one before using -dbg gui
> >>>> Wolfgang  
> >>>
> >>> Wolfgang, we try to determine the cause to avoid future similar problems.
> >>> So you could try to proceed as requested too.
> >>>
> >>>   Kornel
> >>>
> >>>  
> >> Kornel, Jürgen
> >>
> >> I compiled again after uninstalling respectively removing the package.
> >> I am enclosing a screenshot of the new lyx, to make sure there is indeed
> >> a missing third line for file ... helpmenus.
> >>
> >> I also append the terminal output I got with the lyx24x starting it
> >> after compilation.
> >>
> >> Hope it helps in analyzing.
> >>
> >> I have still in config/Lyx
> >> lyx240.conf  lyx240.conf.orig  lyx.conf
> >> after my actions. What are they for?
> >>
> >> Wolfgang  
> > 
> > I tried the same (e.g. lyx -dbg gui) but using also non-existing userdir.
> > 
> > The command I used was:
> > $ lyx2.4 -userdir ~/.lyx.test -dbg gui
> > 
> > The first thing I was asked if I want to create this new dir.
> > (Since you did not mention anything like that, I suppose you are using an 
> > old userdir)
> > 
> > The output was similar to yours (but without the xcb-error-messages)
> > 
> > So I propose to try with a non-existing userdir.
> > 
> > Kornel
> > 
> >   
> Sie haben ein nicht vorhandenes LyX-Benutzerverzeichnis angegeben, 
> /home/wolfgang/Dokumente/PUBLIKATIONEN-EIGENE/A-SP-2022/A-SP-WITTE-E-2022FEB21-Master.lyx.
> Es wird benötigt, um Ihre persönliche Konfiguration abzulegen.
> Assuming answer is LyX 
> qt.qpa.xcb: QXcbConnection: XCB error: 5 (BadAtom), sequence: 603, 
> resource id: 0, major code: 20 (GetProperty), minor code: 0
> LyX: Erstellen des Verzeichnisses 
> /home/wolfgang/Dokumente/PUBLIKATIONEN-EIGENE/A-SP-2022/A-SP-WITTE-E-2022FEB21-Master.lyx
> Das Erstellen des Verzeichnisses ist fehlgeschlagen.
> Vielleicht haben Sie eine falsche -userdir-Option angegeben?
> LyX wird beendet.
> 
> I was asked whether I would make a new userdir
> and I agread
> 
> I started lyx anew and get
> 
> /tmp/lyx_tmpdir.WfAJJDOWbsNY/Buffer_convertLyXFormataOZiQX.lyx ist kein 
> lesbares LyX-Dokument.
> 
> Wolfgang

What was your exact value for userdir? The string
/home/wolfgang/Dokumente/PUBLIKATIONEN-EIGENE/A-SP-2022/A-SP-WITTE-E-2022FEB21-Master.lyx
is totally weird for a userdir.

Kornel
-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpligHv1qVM1.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-28 Thread Kornel Benko via lyx-users
Am Mon, 28 Feb 2022 14:44:09 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Am 28.02.22 um 11:47 schrieb Kornel Benko via lyx-users:
> > Am Mon, 28 Feb 2022 10:38:33 +0100
> > schrieb Wolfgang Engelmann via lyx-users :
> >   
> >> Am 28.02.22 um 09:32 schrieb Jürgen Spitzmüller via lyx-users:  
> >>> Am Montag, dem 28.02.2022 um 09:22 +0100 schrieb Jürgen Spitzmüller:  
> >>>> The latter. The question is, what.  
> >>>
> >>> Can you please launch lyx with the option "-dbg gui" and report back
> >>> the messages you get on the terminal?
> >>>
> >>> Jürgen
> >>>
> >>>  
> >> Yes, but I would like to remove older lyx completely and try again the
> >> new one before using -dbg gui
> >> Wolfgang  
> > 
> > Wolfgang, we try to determine the cause to avoid future similar problems.
> > So you could try to proceed as requested too.
> > 
> > Kornel
> > 
> >   
> Kornel, Jürgen
> 
> I compiled again after uninstalling respectively removing the package.
> I am enclosing a screenshot of the new lyx, to make sure there is indeed 
> a missing third line for file ... helpmenus.
> 
> I also append the terminal output I got with the lyx24x starting it 
> after compilation.
> 
> Hope it helps in analyzing.
> 
> I have still in config/Lyx
> lyx240.conf  lyx240.conf.orig  lyx.conf
> after my actions. What are they for?
> 
> Wolfgang

I tried the same (e.g. lyx -dbg gui) but using also non-existing userdir.

The command I used was:
$ lyx2.4 -userdir ~/.lyx.test -dbg gui

The first thing I was asked if I want to create this new dir.
(Since you did not mention anything like that, I suppose you are using an old 
userdir)

The output was similar to yours (but without the xcb-error-messages)

So I propose to try with a non-existing userdir.

Kornel
-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpNmT8Et_oE5.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-28 Thread Kornel Benko via lyx-users
Am Mon, 28 Feb 2022 10:38:33 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Am 28.02.22 um 09:32 schrieb Jürgen Spitzmüller via lyx-users:
> > Am Montag, dem 28.02.2022 um 09:22 +0100 schrieb Jürgen Spitzmüller:  
> >> The latter. The question is, what.  
> > 
> > Can you please launch lyx with the option "-dbg gui" and report back
> > the messages you get on the terminal?
> > 
> > Jürgen
> > 
> >   
> Yes, but I would like to remove older lyx completely and try again the 
> new one before using -dbg gui
> Wolfgang

Wolfgang, we try to determine the cause to avoid future similar problems.
So you could try to proceed as requested too.

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgp4vtqFkfSQy.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-25 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 15:55:52 -0500
schrieb Steve Litt via lyx-users :

> Kornel Benko via lyx-users said on Thu, 24 Feb 2022 18:03:27 +0100
> 
> 
> >The next test would be to start lyx with different userdir
> > $ lyx -userdir ~/.newlyx  
> 
> I wish I'd known about -userdir 21 years ago when I started using LyX.
> Thanks for telling me now.
> 
> SteveT
> 
> Steve Litt 
> March 2022 featured book: Making Mental Models: Advanced Edition
> http://www.troubleshooters.com/mmm

For your info, the command was there since

commit e9af311f5f14d7fb9f70e4d65477063bbdde6b77
Author: Jean-Marc Lasgouttes 
Date:   Mon May 29 15:29:50 2000 +

New -userdir command line option. A few command line parsing tweaks.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@778
a592a061-630c-0410-9148-cb99ea01b6c8

Kornel
-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpaiAvTjPOLH.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-24 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 19:53:36 +0100
schrieb Wolfgang Engelmann via lyx-users :

> > OK, so
> > 1.) what is the name of the executable?  
> lyx2.0.4dev
> > 2.) have you installed?  
> lyx204
> > 3.) if not, you should go to the build-directory and start lyx
> >   somehow like "./bin/lyx -userdir ~/.lyxnew"  
> what do you mean by "if not"?

If you did not install lyx

> > Kornel
> > 
> >   
> Wolfgang



-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpZTjuuY4MLH.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-24 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 19:30:36 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Am 24.02.22 um 19:22 schrieb Kornel Benko via lyx-users:
> > Am Thu, 24 Feb 2022 19:17:33 +0100
> > schrieb Wolfgang Engelmann via lyx-users :
> >   
> >> sudo lyx -userdir ~/.newlyx  
> > 
> > PLEASE do not use 'sudo'
> > 
> > Kornel
> > 
> >   
> same as with sudo
> Wolfgang
> 
> In my home I used lyx204 for some time, until I got the error given in 
> my help mail
> 
> What I had to do was starting it with lyx204 from the command line and 
> lyx opened.
> 
> Wolfgang


OK, so 
1.) what is the name of the executable?
2.) have you installed?
3.) if not, you should go to the build-directory and start lyx
 somehow like "./bin/lyx -userdir ~/.lyxnew"

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpweNODXGDbE.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-24 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 19:17:33 +0100
schrieb Wolfgang Engelmann via lyx-users :

> $ sudo lyx -userdir ~/.newlyx
> Messages.cpp (245): No language given, nothing to load.
> Error: No system directory

This means that lyx is not properly installed.

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpNxdizZ7scA.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-24 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 19:17:33 +0100
schrieb Wolfgang Engelmann via lyx-users :

> sudo lyx -userdir ~/.newlyx

PLEASE do not use 'sudo'

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpu1_yUNpLFg.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-24 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 18:56:06 +0100
schrieb Wolfgang Engelmann via lyx-users :

> There is also the '-sysdir' command line parameter error I had asked 
> before (but did not get an answer so far)
> 
> Could you tell me how to do it?

The -sysdir command has nothing to do with your private data.
It should point to your installed lyx-data (probably at /usr/local/share/lyx2.4/

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpAncAYjFML_.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-24 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 18:56:06 +0100
schrieb Wolfgang Engelmann via lyx-users :

> > The next test would be to start lyx with different userdir
> > $ lyx -userdir ~/.newlyx
> > 
> > Kornel
> > 
> >   
> $ lyx204 -tester ~/.newlyx
> bash: lyx204: Kommando nicht gefunden

Not '-tester', use -userdir.

That way you can use new preferences without being afraid of to butcher
your old ones.

At least, we could see, if your settings are the culprit.

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpxNu7nlUL1p.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-24 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 16:34:49 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Am 24.02.22 um 15:49 schrieb Jürgen Spitzmüller via lyx-users:
> > Am Donnerstag, dem 24.02.2022 um 14:55 +0100 schrieb Wolfgang Engelmann
> > via lyx-users:  
> >> Shall I wait for further proposals or use Kornels proposal to remove
> >> the confugure?  
> > 
> > Yes, try that. But I'd suggest not to remove it but to rename it so you
> > can restore it if this doesn't help.
> > 
> > Jürgen
> > 
> >   
> The old lyx240.conf (now .orig) has this warning
> Die Datei /home/wolfgang/.config/LyX/lyx240.conf.orig ist geöffnet 
> worden, enthält aber zu lange Zeilen (länger als das eingestellte 
> Zeichenlimit von 4.096 Zeichen).
> Die längsten Zeilen waren 5.637 Zeichen lang.
> Die langen Zeilen sind umgebrochen worden und die Datei ist 
> schreibgeschützt, da ein Speichervorgang die Datei verändern würde.
> 
> The new one after start Lyx204 anew has
> 
> [General]
> devel_mode=false
> zoom_ratio=0.9
> 
> [ui_files]
> 0=/usr/local/share/lyx240/ui/default.ui
> 0\date=@DateTime(\0\0\0\x10\0\0\0\0\0\0%\x87\xf0\x1\xfe\x65h\0)
> 
> but there is still the same problem
> 
> The terminal says:
> $ lyx240
> qt.qpa.xcb: QXcbConnection: XCB error: 5 (BadAtom), sequence: 605, 
> resource id: 0, major code: 20 (GetProperty), minor code: 0
> Buffer.cpp (1071): The master 'master.lyx' assigned to this document 
> (/home/wolfgang/Dokumente/PUBLIKATIONEN-EIGENE/A-SP-2022/chapter01.lyx) 
> does not include this document. Ignoring the master assignment.
> 
> 
> Wolfgang
> 

The next test would be to start lyx with different userdir
$ lyx -userdir ~/.newlyx

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpV7URTjT8fr.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-24 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 14:48:52 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Am 24.02.22 um 14:43 schrieb Kornel Benko via lyx-users:
> > Am Thu, 24 Feb 2022 14:39:55 +0100
> > schrieb Wolfgang Engelmann via lyx-users :
> >   
> >> Am 24.02.22 um 14:31 schrieb Kornel Benko via lyx-users:  
> >>> Am Thu, 24 Feb 2022 14:24:39 +0100
> >>> schrieb Wolfgang Engelmann via lyx-users :
> >>>      
> >>>> Am 24.02.22 um 13:05 schrieb Kornel Benko via lyx-users:  
> >>>>> Am Thu, 24 Feb 2022 09:47:14 +0100
> >>>>> schrieb Wolfgang Engelmann via lyx-users :
> >>>>> 
> >>>>>> Help! Don't know what I did wrong. But how do I get the
> >>>>>> File-Edit-ViewHelp menu back?
> >>>>>>
> >>>>>> To the very left is the LyX sign
> >>>>>> below the Selection box
> >>>>>> 3rd line begins with the eyes (to start e.g. pdf export)
> >>>>>> 4th line lists the selected documents
> >>>>>> Between 3rd and 4th line should be the File-Edit-ViewHelp menu
> >>>>>> I tried Other toolbars but can't find the missing stuff
> >>>>>>
> >>>>>> I am on lyx 2.4.0dev under Debian
> >>>>>> Wolfgang  
> >>>>>
> >>>>> Right-click on the menu-panel, select Standard
> >>>>>
> >>>>> Kornel
> >>>>>
> >>>>> 
> >>>> You mean the icon with the 4 long bars?
> >>>> right click has Standard selected, but no
> >>>> File-Edit-ViewHelp menu
> >>>> AND no menu panel
> >>>> unless I also select Extra
> >>>> but again no File-Edit-ViewHelp menu
> >>>>
> >>>> Wolfgang  
> >>>
> >>> Forget it. I see, what you mean.
> >>> Is that lyx only missing the menu?
> >>>
> >>>   Kornel
> >>>
> >>>  
> >> probably more. e.g. I can't get
> >> save as
> >> (no icon for it)
> >>
> >> Here is the terminal output.
> >>
> >>
> >> $ lyx240
> >> qt.qpa.xcb: QXcbConnection: XCB error: 5 (BadAtom), sequence: 605,
> >> resource id: 0, major code: 20 (GetProperty), minor code: 0
> >> Buffer.cpp (1071): The master 'master.lyx' assigned to this document
> >> (/home/wolfgang/Dokumente/PUBLIKATIONEN-EIGENE/A-SP-2022/chapter01.lyx)
> >> does not include this document. Ignoring the master assignment.
> >> qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 10745,
> >> resource id: 14822884, major code: 40 (TranslateCoords), minor code: 0
> >> Menus.cpp (761): Menu warning: menu entries "Short Title|S" and "Custom
> >> Inset|s" share the same shortcut.
> >> Menus.cpp (761): Menu warning: menu entries "Short Title|S" and "Custom
> >> Inset|s" share the same shortcut.  
> > 
> > This does not matter here.
> >   
> >> Wolfgang  
> > 
> > I meant: Are other applications show similar behaviour?
> > 
> > Kornel
> > 
> >   
> You mean e.g.export to pdf?
> clicking on the eyes gives pdf output
> Wolfgang

No, I meant _other_ apps, e.g. libreoffice, okular, etc.

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgp2cmKrsStE5.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-24 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 14:43:25 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Would like to add:
> 
> I worked with this lyx before and it worked alright.
> 
> Should I use the git-lyx for the lyx2.0.4dev version and compile again?
> 
> Wolfgang

No. But you could try to remove
~/.config/LyX/lyx*.conf

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpuuU91MiiKv.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-24 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 14:39:55 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Am 24.02.22 um 14:31 schrieb Kornel Benko via lyx-users:
> > Am Thu, 24 Feb 2022 14:24:39 +0100
> > schrieb Wolfgang Engelmann via lyx-users :
> >   
> >> Am 24.02.22 um 13:05 schrieb Kornel Benko via lyx-users:  
> >>> Am Thu, 24 Feb 2022 09:47:14 +0100
> >>> schrieb Wolfgang Engelmann via lyx-users :
> >>>  
> >>>> Help! Don't know what I did wrong. But how do I get the
> >>>> File-Edit-ViewHelp menu back?
> >>>>
> >>>> To the very left is the LyX sign
> >>>> below the Selection box
> >>>> 3rd line begins with the eyes (to start e.g. pdf export)
> >>>> 4th line lists the selected documents
> >>>> Between 3rd and 4th line should be the File-Edit-ViewHelp menu
> >>>> I tried Other toolbars but can't find the missing stuff
> >>>>
> >>>> I am on lyx 2.4.0dev under Debian
> >>>> Wolfgang  
> >>>
> >>> Right-click on the menu-panel, select Standard
> >>>
> >>>   Kornel
> >>>
> >>>  
> >> You mean the icon with the 4 long bars?
> >> right click has Standard selected, but no
> >> File-Edit-ViewHelp menu
> >> AND no menu panel
> >> unless I also select Extra
> >> but again no File-Edit-ViewHelp menu
> >>
> >> Wolfgang  
> > 
> > Forget it. I see, what you mean.
> > Is that lyx only missing the menu?
> > 
> > Kornel
> > 
> >   
> probably more. e.g. I can't get
> save as
> (no icon for it)
> 
> Here is the terminal output.
> 
> 
> $ lyx240
> qt.qpa.xcb: QXcbConnection: XCB error: 5 (BadAtom), sequence: 605, 
> resource id: 0, major code: 20 (GetProperty), minor code: 0
> Buffer.cpp (1071): The master 'master.lyx' assigned to this document 
> (/home/wolfgang/Dokumente/PUBLIKATIONEN-EIGENE/A-SP-2022/chapter01.lyx) 
> does not include this document. Ignoring the master assignment.
> qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 10745, 
> resource id: 14822884, major code: 40 (TranslateCoords), minor code: 0
> Menus.cpp (761): Menu warning: menu entries "Short Title|S" and "Custom 
> Inset|s" share the same shortcut.
> Menus.cpp (761): Menu warning: menu entries "Short Title|S" and "Custom 
> Inset|s" share the same shortcut.

This does not matter here.

> Wolfgang

I meant: Are other applications show similar behaviour?

Kornel
-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgppOYpCHz9Ng.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-24 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 14:24:39 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Am 24.02.22 um 13:05 schrieb Kornel Benko via lyx-users:
> > Am Thu, 24 Feb 2022 09:47:14 +0100
> > schrieb Wolfgang Engelmann via lyx-users :
> >   
> >> Help! Don't know what I did wrong. But how do I get the
> >> File-Edit-ViewHelp menu back?
> >>
> >> To the very left is the LyX sign
> >> below the Selection box
> >> 3rd line begins with the eyes (to start e.g. pdf export)
> >> 4th line lists the selected documents
> >> Between 3rd and 4th line should be the File-Edit-ViewHelp menu
> >> I tried Other toolbars but can't find the missing stuff
> >>
> >> I am on lyx 2.4.0dev under Debian
> >> Wolfgang  
> > 
> > Right-click on the menu-panel, select Standard
> > 
> > Kornel
> > 
> >   
> You mean the icon with the 4 long bars?
> right click has Standard selected, but no
> File-Edit-ViewHelp menu
> AND no menu panel
> unless I also select Extra
> but again no File-Edit-ViewHelp menu
> 
> Wolfgang

Forget it. I see, what you mean.
Is that lyx only missing the menu?

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpnjYgQ4CGRm.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Help! How do I get the File-Edit-View....Help menu back

2022-02-24 Thread Kornel Benko via lyx-users
Am Thu, 24 Feb 2022 09:47:14 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Help! Don't know what I did wrong. But how do I get the
> File-Edit-ViewHelp menu back?
> 
> To the very left is the LyX sign
> below the Selection box
> 3rd line begins with the eyes (to start e.g. pdf export)
> 4th line lists the selected documents
> Between 3rd and 4th line should be the File-Edit-ViewHelp menu
> I tried Other toolbars but can't find the missing stuff
> 
> I am on lyx 2.4.0dev under Debian
> Wolfgang

Right-click on the menu-panel, select Standard

Kornel

-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


pgpKPEh5JSr_E.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: lyx 2.4.0dev crashes

2022-01-29 Thread Kornel Benko via lyx-users
Am Sat, 29 Jan 2022 18:11:18 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Am 29.01.22 um 16:06 schrieb Kornel Benko via lyx-users:
> > Am Sat, 29 Jan 2022 15:27:15 +0100
> > schrieb Wolfgang Engelmann via lyx-users :
> >   
> >> Am 29.01.22 um 15:07 schrieb Wolfgang Engelmann via lyx-users:  
> >>>
> >>>
> >>> Am 29.01.22 um 13:40 schrieb Scott Kostyshak via lyx-users:  
> >>>> which -a lyx  
> >>> /usr/local/bin/lyx
> >>> /usr/bin/lyx
> >>>
> >>> ups! twice??
> >>>
> >>> ldd outputs in appendix
> >>>
> >>> Wolfgang
> >>>  
> >>
> >> This is the
> >> wolfgang@Fuji:/usr/bin$ ls lyx*
> >> lyx  lyxclient
> >> wolfgang@Fuji:/usr/bin$ cd /usr/local/bin/
> >>
> >> wolfgang@Fuji:/usr/local/bin$ ls lyx*
> >> lyx  lyxclient  
> >>   > is Version 2.4.0dev (not released yet)  
> >>
> >> /usr/bin$ ./lyx
> >> LyX: Unknown tag `\citation_search_view' [around line 507 of file
> >> ~/.lyx/lyxrc.defaults current token: '\citation_search_view' context: '']
> >> LyXRC.cpp (417): Conversion failed for /home/wolfgang/.lyx/preferences
> >> Warning: Die Konfigurationsdatei konnte nicht gelesen werden
> >> 
> >> Fehler beim Lesen der Konfigurationsdatei
> >> preferences.
> >> Bitte prüfen Sie Ihre Installation.
> >>  
> >>   > this does not start lyx  
> >>
> >> wolfgang@Fuji:/usr/local/bin$ ./lyx
> >> LyXComm: Pipe /home/wolfgang/.lyx/lyxpipe.in already exists.
> >> If no other LyX program is active, please delete the pipe by hand and
> >> try again.
> >> qt.qpa.xcb: QXcbConnection: XCB error: 5 (BadAtom), sequence: 795,
> >> resource id: 0, major code: 20 (GetProperty), minor code: 0
> >> Warning: Failed to produce 1 preview snippet(s)
> >>  
> >>   > this starts lyx  
> >>
> >> Should I just remove the /usr/bin lyx binary?
> >>
> >> Wolfgang
> >> Warning: Failed to produce 1 preview snippet(s)
> >>
> >>  
> > It may be that /usr/bin/lyx is provided by your package manager. So 
> > removing it
> > manually would be a very bad style IMO.
> > 
> > Better to set
> > a;) either your PATH to have /usr/local/bin prior to /usr/bin
> > or
> > b;) if your OS is debian based, use synaptic to withdraw the lyx.
> >  You may also check if the '/usr/bin/lyx' belongs to a package
> >  $ dpkg -S `which lyx`
> > 
> > Kornel
> > 
> >   
> Thanks, Kornel,
> I have completely removed the lyx 2.3.6 version using synaptic of my Debian.
> Since the 2.4.0. version is not yet available via synaptic, I keep this 
> developmental version which I compiled before.
> Wolfgang

Mark, that if you want to use both versions simultaneously, you should compile 
with
version suffix.
Add to automake configure parameters:
"--with-version-suffix=2.4"
or, if you build with cmake,
add to cmake configure eparameters:
"-DLYX_PROGRAM_SUFFIX:BOOL=ON -DLYX_LOCALVERSIONING:BOOL=ON"

depending on which build tool you use.
The resulting lyx-executable will be named "lyx2.4".

Kornel


pgp1tgpYqHQxm.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: lyx 2.4.0dev crashes

2022-01-29 Thread Kornel Benko via lyx-users
Am Sat, 29 Jan 2022 15:27:15 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Am 29.01.22 um 15:07 schrieb Wolfgang Engelmann via lyx-users:
> > 
> > 
> > Am 29.01.22 um 13:40 schrieb Scott Kostyshak via lyx-users:  
> >> which -a lyx  
> > /usr/local/bin/lyx
> > /usr/bin/lyx
> > 
> > ups! twice??
> > 
> > ldd outputs in appendix
> > 
> > Wolfgang
> >   
> 
> This is the
> wolfgang@Fuji:/usr/bin$ ls lyx*
> lyx  lyxclient
> wolfgang@Fuji:/usr/bin$ cd /usr/local/bin/
> 
> wolfgang@Fuji:/usr/local/bin$ ls lyx*
> lyx  lyxclient
>  > is Version 2.4.0dev (not released yet)  
> 
> /usr/bin$ ./lyx
> LyX: Unknown tag `\citation_search_view' [around line 507 of file 
> ~/.lyx/lyxrc.defaults current token: '\citation_search_view' context: '']
> LyXRC.cpp (417): Conversion failed for /home/wolfgang/.lyx/preferences
> Warning: Die Konfigurationsdatei konnte nicht gelesen werden
> 
> Fehler beim Lesen der Konfigurationsdatei
> preferences.
> Bitte prüfen Sie Ihre Installation.
> 
>  > this does not start lyx  
> 
> wolfgang@Fuji:/usr/local/bin$ ./lyx
> LyXComm: Pipe /home/wolfgang/.lyx/lyxpipe.in already exists.
> If no other LyX program is active, please delete the pipe by hand and 
> try again.
> qt.qpa.xcb: QXcbConnection: XCB error: 5 (BadAtom), sequence: 795, 
> resource id: 0, major code: 20 (GetProperty), minor code: 0
> Warning: Failed to produce 1 preview snippet(s)
> 
>  > this starts lyx  
> 
> Should I just remove the /usr/bin lyx binary?
> 
> Wolfgang
> Warning: Failed to produce 1 preview snippet(s)
> 
> 
It may be that /usr/bin/lyx is provided by your package manager. So removing it
manually would be a very bad style IMO.

Better to set
a;) either your PATH to have /usr/local/bin prior to /usr/bin
or
b;) if your OS is debian based, use synaptic to withdraw the lyx.
You may also check if the '/usr/bin/lyx' belongs to a package
$ dpkg -S `which lyx`

Kornel



pgpieTzbA7sxw.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Unicode character (U+009C)

2022-01-10 Thread Kornel Benko via lyx-users
Am Mon, 10 Jan 2022 10:56:23 +0100
schrieb Wolfgang Engelmann via lyx-users :

> On 08.01.22 16:46, Tobias Hilbricht via lyx-users wrote:
> > Wolfgang,
> > 
> > what I referred to is called the "Popup menu", "Blue menu" is
> > misleading, sorry. How to get it:
> > 
> > Tools -> Settings -> Edit -> Autocompletion, set "Automatic popup" and
> > Autocompletion in math mode true.
> > 
> > When done typing \ce in math mode spit out all commands beginning with
> > \ce, in my configuration \ce, \cent and \centerdot.
> > 
> > Yours
> > Tobias  
> Tobias,
> do you use lyx under Linux?
> I have Debian 2.4.0.dev
> and tools >Preferences > Editing > input Completion
> and here I can choose
> In Text >automatic inline completion or Automatic popup
> In Math > same and additionally Autocorrection
> General probably irrelevant (delays...)
> 
> Which one for the \ce?
> 
> Wolfgang

Math. The mail from Tobias clearly describes it too.
 "Tools -> Settings -> Edit -> Autocompletion, set "Automatic popup" and
 Autocompletion in math mode true."
Would have been nice, if you first try :(

Kornel


pgpNjgLMept8q.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: change window focus with shortcuts.

2022-01-04 Thread Kornel Benko via lyx-users
Am Tue, 4 Jan 2022 11:37:10 +0100
schrieb alex via lyx-users :

> Hello all.
> 
> 
> I'm not a completely new user to Lyx, but I have a challenge I hope 
> someone can help with.
> 
> 
> I'd like to switch focus from the main window when writing text, to the 
> spellchecker sidebar, then back, using only shortcuts. I cannot for the 
> life of me find a command, or shortcut to do this. I can open the 
> spellchecker using F7, but i then have to use the mouse to switch focus, 
> and back again. I've been through the XFCE docs, and what docs there are 
> for Lyx on shortcuts, but no luck.
> 
> 
> This probably something blindingly simple, but i've yet to see it.
> 
> 
> Any help would be appreciated.
> 
> 
> Alex.
> 

Does 'Esc' not work?

Kornel


pgpLvz02gAbZP.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Slow LyX File - DVI-to-PDF Converter - Clip to Coordinates

2021-12-23 Thread Kornel Benko via lyx-users
Am Thu, 23 Dec 2021 13:48:21 +0300
schrieb Baris Erkus via lyx-users :

> I am experiencing a slowdown on a LyX document. I am suspecting that 
> this is related to the "Clip to Coordinates" in the Graphics option, 
> which calls the DVI-to-PDF Converter (in Windows) at the backstage 
> constantly.
> 
> When "Clip to Coordinates" option of any figure is selected, LyX 
> constantly executing DVI-to-PDF Converter using command-line window even 
> if you are not working on that specific figure (ie writing regular text 
> at somewhere else), and even if that specific figure is not on the screen.
> 
> Furthermore, I realized that even if I uncheck the "Clip to Coordinates" 
> option and click the "Apply" and "Close", the LaTeX code preview at the 
> includegraphics command still shows the viewport option, but without the 
> ",clip". So, normally, it should completely remove the viewport option 
> and get the values from the file, am I right? Since the viewport options 
> stays, LyX is calling the DVI-to-PDF converter, which again causes 
> slowdown. Unchecking the option and then pressing the "Get from file" 
> solves the problem tough. This is very un-intuitional. I feel like 
> something fishy is going on here.
> 
> I have attached a MWE. My OS is Windows 10, MikTeX is the latest version 
> and LyX is 2.3.6.1. Could somebody check this with other OS or other 
> versions. Any feedback would be appreciated.
> 

I could not confirm on actual lyx2.3 nor with lyx2.4.
Both versions are not slowing down. This is on linux with QT5.9.5 though.

Kornel


pgp4zUDMtHLhu.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: texlive and biblatex-spbasic

2021-12-20 Thread Kornel Benko via lyx-users
Am Mon, 20 Dec 2021 19:17:49 +0100
schrieb Wolfgang Engelmann via lyx-users :

> Am 20.12.21 um 18:18 schrieb Herbert Voss via lyx-users:
> 
> Thanks, Herbert, for your help. One more question for chmod which did
> not work:
> 
>   And if you do not run the tlmgr as root
> > then you do not need it for texhash. I prefer always user permissions for
> > texlive. The reason why I did after installtion of texlive:
> > 
> > sudo chmod -R voss:voss /usr/local/texlive
> >   
> sudo chmod -R wolfgang:wolfgang /usr/local/texlive/
> chmod: Ungültiger Modus: „wolfgang:wolfgang“
> „chmod --help“ liefert weitere Informationen.
> 
> sudo chmod -R wolfgang /usr/local/texlive/
> chmod: Ungültiger Modus: „wolfgang“
> 
>   who am i
> wolfgang pts/22021-12-20 18:52 (:0)
> 
> who
> wolfgang tty7 2021-12-20 10:16 (:0)
> wolfgang pts/02021-12-20 10:16 (:0)
> wolfgang pts/22021-12-20 18:52 (:0)
> wolfgang pts/32021-12-20 10:16 (:0)
> 
> I do not know what would replace voss:voss in my case.
> 
> Wolfgang
> 

You meant 'chown' probably.

Kornel


pgpGu11LQoCsu.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: A big Christmas wish

2021-12-14 Thread Kornel Benko via lyx-users
Am Tue, 14 Dec 2021 13:36:52 +0200
schrieb Dr Eberhard Lisse via lyx-users :

> Maybe, but it would be helpful not to have to look for it.
> 
> el

What is wrong with this bibfile? It is included in texlive. (Package
'texlive-bibtex-extra' in debian)

> On 14/12/2021 12:21, Daniel via lyx-users wrote:
> > On 13/12/2021 19:20, Dr Eberhard Lisse via lyx-users wrote:  
> [...]
> >> Attaching the BIB file would help...
> >>
> >> el  
> > 
> > Sorry. The attached file uses the standard biblatex example BIB file.
> > 
> > Daniel
> >   

Kornel



pgp4Ms3Iv7_51.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users