-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 OK - that inotify was solved with a reboot - no idea what happened there.
I looked at the manual, and modified the offending module to the version attached, but I still get errors: LLyX: Unknown InsetLayout tag [around line 20 of file ~/.lyx/layouts/todonotesalternate.module current token: 'LabelType' context: ''] LyX: Unknown InsetLayout tag [around line 21 of file ~/.lyx/layouts/todonotesalternate.module current token: 'Static' context: ''] LyX: Unknown InsetLayout tag [around line 33 of file ~/.lyx/layouts/todonotesalternate.module current token: 'Align' context: ''] LyX: Unknown InsetLayout tag [around line 34 of file ~/.lyx/layouts/todonotesalternate.module current token: 'Center' context: ''] LyX: Unknown InsetLayout tag [around line 37 of file ~/.lyx/layouts/todonotesalternate.module current token: 'OptionalArgs' context: ''] LyX: Unknown InsetLayout tag [around line 38 of file ~/.lyx/layouts/todonotesalternate.module current token: '0' context: ''] LyX: Unknown InsetLayout tag [around line 126 of file ~/.lyx/layouts/todonotesalternate.module current token: 'OptionalArgs' context: ''] LyX: Unknown InsetLayout tag [around line 127 of file ~/.lyx/layouts/todonotesalternate.module current token: '1' context: ''] yX: Unknown InsetLayout tag [around line 20 of file ~/.lyx/layouts/todonotesalternate.module current token: 'LabelType' context: ''] LyX: Unknown InsetLayout tag [around line 21 of file ~/.lyx/layouts/todonotesalternate.module current token: 'Static' context: ''] LyX: Unknown InsetLayout tag [around line 33 of file ~/.lyx/layouts/todonotesalternate.module current token: 'Align' context: ''] LyX: Unknown InsetLayout tag [around line 34 of file ~/.lyx/layouts/todonotesalternate.module current token: 'Center' context: ''] LyX: Unknown InsetLayout tag [around line 37 of file ~/.lyx/layouts/todonotesalternate.module current token: 'OptionalArgs' context: ''] LyX: Unknown InsetLayout tag [around line 38 of file ~/.lyx/layouts/todonotesalternate.module current token: '0' context: ''] LyX: Unknown InsetLayout tag [around line 126 of file ~/.lyx/layouts/todonotesalternate.module current token: 'OptionalArgs' context: ''] LyX: Unknown InsetLayout tag [around line 127 of file ~/.lyx/layouts/todonotesalternate.module current token: '1' context: ''] when adding this module to the document. I must say, I don't have any ideas left what is causing this, as the LabelType tag should be valid, ant the value "custom" as well? =What is there still wrong? As soon as this is solved, I will try to upload it to the LyX wiki. Thanks, Rainer On 20/09/12 18:27, Rainer M Krug wrote: > On 20/09/12 18:06, Liviu Andronic wrote: >> On Thu, Sep 20, 2012 at 5:41 PM, Rainer M Krug <r.m.k...@gmail.com> wrote: >>> QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No >>> space left on >>> device >>> >> Are you sure all your partitions have adequate free space? Maybe that's >> tripping something >> up. > > I guess this should be enough - but I was wondering as well: > > Filesystem Size Used Avail Use% Mounted on /dev/sda2 > 21G 11G 8.5G 56% / udev 1.7G 4.0K 1.7G > 1% /dev tmpfs > 681M 936K 681M 1% /run none 5.0M 0 > 5.0M 0% /run/lock > none 1.7G 968K 1.7G 1% /run/shm /dev/sda1 > 958M 105M 805M 12% /boot /dev/sda3 186G 159G > 24G 88% /home > > > Rainer > > >> Liviu > > > > - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: rai...@krugs.de Skype: RMkrug -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBcLT4ACgkQoYgNqgF2egrgtQCfeqSvwns4b1od934vXLU0RURM Ny8AmwdJeYvaM/aBSO9bDp26SFFLYJYR =vLrc -----END PGP SIGNATURE-----
#\DeclareLyXModule{ToDo Notes Environments} #DescriptionBegin #Defines some custom insets to implement the todonotes package. #DescriptionEnd #Requires #Excludes #Author: Stephen Format 35 AddToPreamble \usepackage[color=green!40]{todonotes} EndPreamble InsetLayout "Flex:MakeTableOfToDos" LyxType custom LabelType Static LabelString Table_of_todos Decoration classic BgColor blue Font Color yellow Family Typewriter EndFont LabelFont Color blue Family Sans Size Small EndFont Align Center MultiPar 0 LatexType command LatexName tableoftodos OptionalArgs 0 Preamble \newcommand{\tableoftodos}[1]{\listoftodos[Table of Items Still To Do]{#1}} EndPreamble End InsetLayout "Flex:Todo[Inline]" LyxType custom LabelString ToDo[Inline] Decoration classic BgColor blue Font Color yellow Family Typewriter EndFont LabelFont Color blue Family Sans Size Small EndFont MultiPar true LatexType command LatexName todo LatexParam [inline] Preamble EndPreamble HTMLStyle div.flex_todo_inline_ { border: 2px solid black; padding: 1ex; margin: 1ex; background-color: red; font-weight: bold; font-family: serif; font-variant: normal; font-style: normal; } EndHTMLStyle End InsetLayout "Flex:Todo[margin]" LyxType custom LabelString ToDo[margin] Decoration classic BgColor blue Font Color yellow Family Typewriter EndFont LabelFont Color blue Family Sans Size Small EndFont MultiPar true LatexType command LatexName todo HTMLStyle div.flex_todo_margin_ { border: 2px solid black; padding: 1ex; margin: 1ex; background-color: red; font-weight: bold; font-family: serif; font-variant: normal; font-style: normal; } EndHTMLStyle End InsetLayout "Flex:MissingFigure" LyxType custom LabelString missingFigure Decoration classic BgColor blue Font Color yellow Family Typewriter EndFont LabelFont Color blue Family Sans Size Small EndFont MultiPar 0 LatexType command LatexName missingfigure OptionalArgs 1 HTMLStyle span.flex_missingfigure { border: 2px solid black; padding: 1ex; margin: 1ex; background-color: red; font-weight: bold; font-family: serif; font-variant: normal; font-style: normal; } EndHTMLStyle End InsetLayout "Flex:Warning" LyxType custom LabelString Warning Decoration classic BgColor red Font Color white Family Typewriter EndFont LabelFont Color blue Family Sans Size Small EndFont MultiPar true LatexType command LatexName warning Preamble \newcommand{\warning}[1]{\todo[color=red!80,prepend,caption={Warning!}]{{\#\#}#1{\#\#}}} EndPreamble End
todonotesalternate.module.sig
Description: Binary data