Other Help Topics :: customizing Dektop



There are some things I want to do with my DSL but I don't know how. Please help...

Desktop issues. How to:

- remove those two windows in the bottom, the one on the left with the workspaces, and the other on the right with floppy, CDROM icons and CPU meter.
- change or remove background

I figured out all the rest pretty much by myself, but I just can't find where to change this two.

Also, is there any posibility to customize the taskbar?

General issues. How to:

- automatically log in a specified user when the system starts
- present users a graphical login screen when system starts

- remove those two windows in the bottom, the one on the left with the workspaces, and the other on the right with floppy, CDROM icons and CPU meter.
Edit /home/dsl/.xinitrc, removing the "enhance" lines.

- change or remove background
bsetroot, bsetbg or xsri to change the background.  The command is contained in your style file or in .fluxbox/init

- any posibility to customize the taskbar?
What do you have in mind?  Any available customization is done in /home/dsl/.fluxbox/init and the current style.

- automatically log in a specified user when the system starts
Can't remember offhand, but it's probably somewhere in /etc/init.d.  User dsl is automatically logged in, so I assume you could just change 'dsl' to a different user (if i could remember where that happens).

- present users a graphical login screen when system starts
You'd need to install something like xdm and change the default runlevel.  I can't tell you the specifics because I don't use a graphical login.

=0  JUST WHAT I WAS LOOKING FOR!!!
had a quick question though regarding logins
what about a cui login instead of d/ling an app for a gui login (does that happen automatically when i create a new user?

and now that i think about, another questions is
as far as modding the taskbar - is there a way to stretch it across the screen or something like that? i'd like to be able to select what system info is avail on the bars and set there sizes and such

thanks for the help in advance

cli login would require basically the same thing.  I heard recently that it is actually root which is logged in, and root su's to dsl....maybe it's /etc/inittab?  I still don't know for sure.

toolbar:  It's all in /home/dsl/.fluxbox/init
tools: http://fluxbox.sourceforge.net/docbook/en/html/chap-toolbar.html
All other options are pretty easy to understand from their names in the init file (widthPercent, placement, visble).  The width of each tool dynamically changes according to its contents, and the height is determined by the font size (except in the newer development releases).  Font size is set in the current style file.

After making changes to init you will need to reload flux configuration, and in flux stable I think a few options cannot be changed while fluxbox is running .

terminal logins are usually handled by a getty. check /etc/inittab

root does su to user 'dsl' the information you're looking for is in /.bash_profile

Next Page...
original here.