Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93333 - Configuring Fluxbox: Code Listing 3.1: Editing your xinit is not precise
Summary: Configuring Fluxbox: Code Listing 3.1: Editing your xinit is not precise
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Desktop Configuration Guide (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/fluxbox-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-20 09:08 UTC by renzo
Modified: 2005-05-22 06:36 UTC (History)
0 users

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


Attachments
fluxbox-config.xml.diff (fluxbox-config.xml.diff,521 bytes, patch)
2005-05-20 10:46 UTC, Jonathan Smith (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description renzo 2005-05-20 09:08:16 UTC
Code Listing 3.1: Editing your xinit

$ echo fluxbox > ~/.xinitrc

This does not work if later ~/.fluxbox/startup configuration is used, therefor
the command should be $ echo startfluxbox > ~/.xinitrc in order to use the later
described  ~/.fluxbox/startup script

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jonathan Smith (RETIRED) gentoo-dev 2005-05-20 10:46:29 UTC
Created attachment 59392 [details, diff]
fluxbox-config.xml.diff

hrm. i was unaware of this fact... good eye

this patch should fix it (someone else has to commit it though)
Comment 2 Alin Dobre (RETIRED) gentoo-dev 2005-05-22 06:36:27 UTC
In CVS. Thanks to renzo for reporting this and smithj for submitting the fix.