惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
U
Unit 42
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
Microsoft Azure Blog
Microsoft Azure Blog
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog
爱范儿
爱范儿
博客园 - 司徒正美
Vercel News
Vercel News
I
InfoQ
GbyAI
GbyAI
C
Check Point Blog
B
Blog RSS Feed
Martin Fowler
Martin Fowler
B
Blog
MyScale Blog
MyScale Blog
腾讯CDC
博客园 - Franky
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 三生石上(FineUI控件)

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - awesome-revelation-git
2026-06-12 · via AUR Newest Packages

FMB commented on 2015-10-02 19:48 (UTC)

Thanks guotsuan, I don't get these errors anymore.

guotsuan commented on 2015-09-28 14:26 (UTC)

Or just update to newer version of package. I updated the codes to cope with the problem

guotsuan commented on 2015-09-28 14:10 (UTC)

HI @FMB, I think the error caused by the variable, beautiful.fg_normal is not set. First, could you check if you have awesome lua package 'beautiful' by run command 'locate beautiful/init.lua'. I guess you should have this package. Also check if you include it in your rc.lua such like local beautiful = require("beautiful") Then, you can check if you include a theme in your rc.lua by beautiful.init("/usr/share/awesome/themes/zenburn-custom/theme.lua"). Usually you will included one, but it is not necessary. But after you include a theme for your awesome. beautiful.fg_normal should be taken care by the theme. If you do not want to include a theme. you can also add a line before revelation.init() to specify the color used by beautiful.fg_normal, for example: local beautiful = require('beautiful') .... beautiful.fg_normal = #DCDCCC ... revelation.init()

FMB commented on 2015-09-28 13:41 (UTC)

I get these errors at startup (Awesome v3.5.6): /usr/share/awesome/lib/revelation/init.lua:350: attempt to concatenate a nil value (field 'fg') error while running the function stack traceback: /usr/share/awesome/lib/revelation/init.lua:350: in function 'revelation.init' /home/XXX/.config/awesome/rc.lua:44: in main chunk error: /usr/share/awesome/lib/revelation/init.lua:350: attempt to concatenate a nil value (field 'fg') [line 44 in rc.lua contains "revelation.init()"]

guotsuan commented on 2015-09-27 15:05 (UTC)

Thanks @xduugu for the reminding. The PKGBUILD has been updated.

xduugu commented on 2015-09-27 11:15 (UTC)

Also it says that it was merged with awesome-revelation, it still depends only on awesome-git.

scholi commented on 2014-09-04 08:33 (UTC)

My mistake. I forgot the "revelation.init()"

scholi commented on 2014-09-04 08:30 (UTC)

works only for awesome < 3.5? I got some error for my part with awesome 3.5 W: awesome: luaA_dofunction:77: error while running function stack traceback: /usr/share/awesome/lib/revelation/init.lua:166: in function </usr/share/awesome/lib/revelation/init.lua:124> (...tail calls...) /usr/share/awesome/lib/awful/key.lua:42: in function </usr/share/awesome/lib/awful/key.lua:42> error: /usr/share/awesome/lib/revelation/init.lua:166: attempt to index field '?' (a nil value)