Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (8) </ 1 2 3 4 [5] 6 7 8 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: user feedback< Next Oldest | Next Newest >
mikshaw Offline





Group: Members
Posts: 4856
Joined: July 2004
Posted: April 11 2005,14:08 QUOTE

When did this thread get all serious and questiony?
gildasbayard: You probably need to enable cookies for dillo.
http://www.dillo.org/Cookies.txt

Palmetto:  Some of your questions are answered here on a regular basis. Others can be easily found with a search here or google/linux.

Easiest way to change backgrounds is with the command "bsetbg -f /path/to/image". No copying necessary.

I think you're seeing things?  3 .xtdesktops?  There is one in /home/dsl, probably another one (template) in /etc/skel.  The only one that should have any influence is in /home/dsl.  You sure you only removed one gif/lnk pair? didn't change anything else?  If there is a missing gif listed in a lnk file, or if the lnk is not exact, no icons will display.

Reboot is practically never needed in Linux.

The "help file" is typically built into an application, and displays only a brief description of commandline arguments.  For more info, consult the program's man page.  If you are connected to the internet in DSL, do "man appname" in a terminal.  Otherwise, go to google/linux and search for "man appname".  Usually one of the top hits is a manpage, on die.net for example.

Do you have tiny tiny fonts?  I've never had trouble distinguishing characters. fixed is a very clean, readable font used as default most of the time.

Using sudo su does not negate security, but it does give you the opportunity to destroy your system with a few typos.  Running as a normal user unless absolutely necessary, and having strong passwords set up are still two very important steps toward a secure system.

For viewing postcript files, try gvu.  If you're looking for an application, usually "which appname" or "type -p appname" will find it much more quickly than "find".

Your internal modem is probably not a modem.  Winmodems are mostly software-controlled, which means more work for your system, and slower performance.

I don't know what the CHM issue is...I've never seen chm files in linux.


--------------
http://www.tldp.org/LDP/intro-linux/html/index.html
Back to top
Profile PM WEB 
noclobber Offline





Group: Members
Posts: 75
Joined: Sep. 2004
Posted: April 11 2005,15:45 QUOTE

Quote (mikshaw @ April 11 2005,10:08)
When did this thread get all serious and questiony?

I was beginning to wonder that myself. :cool:

Quote (palmetto @ April 09 2005,19:44)
Why would people use MS's HTML>CHM compiler to put technical info in for Linux???

Hmmm...  Linux info for Windows users, perhaps?

To read .chm files in DSL, try:

apt-get install xchm


--------------
Don't say "No" to Digital Restrictions Management, say "HELL, NO!!!".
Back to top
Profile PM 
palmetto
Unregistered






Posted: April 16 2005,03:29 QUOTE

Thank you John & Noclobber for the answers.

>Easiest way to change backgrounds is with the command "bsetbg -f /path/to/image". No copying necessary.

I tried this and it does not stick.  When you reboot its back to the original one.

>I think you're seeing things?  3 .xtdesktops?  There is one in /home/dsl, probably another one (template)>in /etc/skel.  The only one that should have any influence is in /home/dsl.

Thanks, was changing all 3. I have on my system /etc/skel/.xtdesktop,  /home/dsl/.xtdesktop and /root/.xtdesktop?

>You sure you only removed one gif/lnk pair? didn't change anything else? If there is a missing gif listed>in a lnk file, or if the lnk is not exact, no icons will display.

Thanks.  I thought it would not effect anything there if I changed "icon.gif" to "icon_gif" likewise with the lnk.  Had two icons then!  Must pick them up no matter what there named?  I now move the icon/lnk pair to another location.

>Reboot is practically never needed in Linux.

Menu options  & back grounds are immediate but the icon changes you have to reboot to see on my system.

>Do you have tiny tiny fonts?  I've never had trouble distinguishing characters. fixed is a very clean,
> readable font used as default most of the time.

I used "nano /home/dsl/.fluxbox/menu".  Between poor eyes, white text on black.  

>For viewing postcript files, try gvu.  If you're looking for an application, usually "which appname" or ">type -p appname" will find it much more quickly than "find".

Thank you, tried "gv" but I think I like "gvu" better.

>Your internal modem is probably not a modem.  Winmodems are mostly software-controlled, which means more >work for your system, and slower performance.

Eeeek, that much difference?  I guess I should have gone to external modems or an internal modem with a controller on it a long time ago!!! There is not many internal modems that have the controller on them now...


>I don't know what the CHM issue is...I've never seen chm files in linux.

I think Noclobber answered this with "apt-get install xchm".   Is this safe?  Says its locked and I have to have permission as root?  Taking the words of wisdom here and running commands not as root.
Back to top
mikshaw Offline





Group: Members
Posts: 4856
Joined: July 2004
Posted: April 16 2005,04:37 QUOTE

Any command used to change the background is always going to be a temporary change.  The background which appears every time you start up seems to be persistent only because the command is set in the default theme....so that command runs when you start fluxbox.  You can fix this by changing the "rootcommand" line in the default style (Simple), which is set for the Simple style only.  You could also add a "rootcommand" line to .fluxbox/init, which will set the background to the same thing regardless of the style you choose.  If you are running LiveCD, Frugal, or Poorman you will need to backup whichever file you edit.

/etc/skel/.xtdesktop is a sort of backup.  Anything in /etc/skel is there as a template to use when a new user is created...these files are copied into the new user's home directory.
/root/.xtdesktop is for root, in the event that you run X as root.  /root is root's home directory.

I'll repeat...reboot is practically never needed in linux.  The only times i can think of when you need to reboot is 1) if you modify the kernel or 2) if something serious happens where you loose control of keyboard and mouse.  Icon changes require only a restart of xtdesk.  "killall xtdesk" and restart xdesk or restart fluxbox.  You could also do this from the menu:
Desktop > no icons
Desktop > icons only


--------------
http://www.tldp.org/LDP/intro-linux/html/index.html
Back to top
Profile PM WEB 
noclobber Offline





Group: Members
Posts: 75
Joined: Sep. 2004
Posted: April 16 2005,19:16 QUOTE

Root privileges are generally required for installing software.

sudo apt-get install whatever
should do the trick.


--------------
Don't say "No" to Digital Restrictions Management, say "HELL, NO!!!".
Back to top
Profile PM 
39 replies since Mar. 14 2005,01:47 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (8) </ 1 2 3 4 [5] 6 7 8 >/
reply to topic new topic new poll
Quick Reply: user feedback

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code