While pasting my configurations in .icewm/preferences, .icewm/keys, and in my .jwmrc, I get this:
This problem does not appear in .icewm/winoptions or .icewm/prefoverride (these files appear correctly)
Thanks,
topic title: Bug while pasting configurations in IceWM and JWM?
3 posts
• Page 1 of 1
-
Posts: 215
- Joined: 14 Sep 2007
-
Posts: 1,445
- Joined: 09 Feb 2012
#2
Looks like one or more invisible characters"\n{tab}" inadvertently got copied into the content of the files.
To find and remove those, you might use geany editor, load .icewm/preferences, .icewm/keys
and, in the toolbar, click"View" then tick/enable"visible spaces".
Those unexpected characters may not have been present in the source text.
Possibly, the"Auto Indent" option was enabled when you pasted into the nano editor.
If the file contains relatively few lines, to fix I might just
sed"s/^[ \t]*//" -i ~/.icewm/preferences
then manually re-edit the file to inject any desired indentation.
To find and remove those, you might use geany editor, load .icewm/preferences, .icewm/keys
and, in the toolbar, click"View" then tick/enable"visible spaces".
Those unexpected characters may not have been present in the source text.
Possibly, the"Auto Indent" option was enabled when you pasted into the nano editor.
If the file contains relatively few lines, to fix I might just
sed"s/^[ \t]*//" -i ~/.icewm/preferences
then manually re-edit the file to inject any desired indentation.
-
Posts: 215
- Joined: 14 Sep 2007
#3
thanks buddy, I will try that tomorrow