Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380923 - x11-wm/i3-4.0.1-r2 does not find ~/.config/i3/config
Summary: x11-wm/i3-4.0.1-r2 does not find ~/.config/i3/config
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Kacper Kowalik (Xarthisius) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-28 10:14 UTC by Miguel de Val-Borro
Modified: 2011-08-28 18:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info i3 (i3.info,4.67 KB, text/plain)
2011-08-28 10:17 UTC, Miguel de Val-Borro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel de Val-Borro 2011-08-28 10:14:40 UTC
According to the man page when i3 starts it should look for the configuration file in ~/.config/i3/config in the first place. This file is present and readable in my system, however it looks for ~/.i3/config instead.

Reproducible: Always
Comment 1 Miguel de Val-Borro 2011-08-28 10:17:22 UTC
Created attachment 284857 [details]
emerge --info i3
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2011-08-28 18:07:47 UTC
you're right. Man seems to be outdated.

stat("/home/xarth/.i3/config", 0x7ffffeed4cc0) = -1 ENOENT (No such file or directory)
stat("/home/xarth/.config/i3/config", 0x7ffffeed4cc0) = -1 ENOENT (No such file or directory)
stat("/etc/i3/config", {st_mode=S_IFREG|0644, st_size=4990, ...}) = 0

However, there's nothing for me to fix. Please complain upstream:
http://bugs.i3wm.org/report/2