Gentoo Archives: gentoo-user

From: Alessandro DE LAURENZIS <just22.adl@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Newsbeuter - Cannot set element colors
Date: Tue, 26 Nov 2013 20:33:15
Message-Id: 20131126203257.GA4515@egeo
1 Really weird behavior; I'm just following the documentation:
2
3 just22@egeo:[~]$ cat ./.newsbeuter/config
4 # Browser command
5 browser "dwb %u"
6
7 # Color scheme
8 color background white black
9
10 but when I try to launch the reader, it complains this way:
11
12 just22@egeo:[~]$ newsbeuter
13 XDG: configuration directory '/home/just22/.config/newsbeuter' not
14 accessible, using '/home/just22/.newsbeuter' instead.
15 Starting newsbeuter 2.6...
16 Loading configuration...Error while processing command
17 `color background white black'
18 (/home/just22/.newsbeuter/config line 5): too few parameters.
19
20 I tried also to add optional attributes:
21
22 just22@egeo:[~]$ cat ./.newsbeuter/config
23 # Browser command
24 browser "dwb %u"
25
26 # Color scheme
27 color background white black bold
28
29 but no luck:
30
31 just22@egeo:[~]$ newsbeuter
32 XDG: configuration directory '/home/just22/.config/newsbeuter' not
33 accessible, using '/home/just22/.newsbeuter' instead.
34 Starting newsbeuter 2.6...
35 Loading configuration...Error while processing command
36 `color background white black bold'
37 (/home/just22/.newsbeuter/config line 5): `bold' is not a valid color
38
39 Any hints?
40
41 --
42 Alessandro DE LAURENZIS
43 [mailto:just22.adl@×××××.com]
44 LinkedIn: http://it.linkedin.com/in/delaurenzis

Replies

Subject Author
[gentoo-user] Re: Newsbeuter - Cannot set element colors Roman Dobosz <gryf73@××.pl>