WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Wallpaper width  (Read 3108 times)

Offline Tenorio

  • Newbie
  • *
  • Posts: 5
Wallpaper width
« on: April 04, 2010, 08:42:26 PM »
How do I set an image on its original size when using it as background?  ???

If I choose "Scale" the image will be stretched out and deformed. Choosing "Tile" will duplicate the image side by side.  :P

Thanks everybody  ;D

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Wallpaper width
« Reply #1 on: April 04, 2010, 08:50:57 PM »
You could change the output which is the file .setbackground. Change -full to -center.
10+ Years Contributing to Linux Open Source Projects.

Offline Tenorio

  • Newbie
  • *
  • Posts: 5
Re: Wallpaper width
« Reply #2 on: April 04, 2010, 09:02:56 PM »
Roberts,

I couldn't find that parameter. Here's my  /home/tc/.setbackground file:

Code: [Select]
#!/bin/sh
Esetroot /opt/backgrounds/tux.jpg
[ -x /usr/bin/wbar.sh ] && wbar.sh

I'm using TC v2.8

Thanks for the reply.

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: Wallpaper width
« Reply #3 on: April 05, 2010, 06:07:46 AM »
just have a look into /etc/skel/.setbackground in order to find the command you need.

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: Wallpaper width
« Reply #4 on: April 05, 2010, 06:27:11 AM »
I am stating the obvious, but you could update to the latest version.
Many people see what is. Some people see what can be, and make a difference.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: Wallpaper width
« Reply #5 on: April 05, 2010, 06:34:27 AM »
Esetroot --center should work.
The only barriers that can stop you are the ones you create yourself.

Offline MakodFilu

  • Newbie
  • *
  • Posts: 46
Re: Wallpaper width
« Reply #6 on: April 05, 2010, 01:41:42 PM »
--help parameter when executed in a terminal as in Esetroot --help should give you enough clues. Remember that because you will find the same problem when you update to TC 2.10 and hsetroot

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Wallpaper width
« Reply #7 on: April 05, 2010, 03:07:30 PM »
Another example, "same problem", instead of a request, idea or suggestion.
It is simple to add I will do so, even with the lack of civility that is now so pervasive.


« Last Edit: April 05, 2010, 03:11:40 PM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline MakodFilu

  • Newbie
  • *
  • Posts: 46
Re: Wallpaper width
« Reply #8 on: April 05, 2010, 07:52:18 PM »
Let me rephrase it:

I'll do suggest teaching a new user how is it that others know how to do what he/she intends. Syntax of Esetroot and hsetroot differs.

Give him/ her the exact parameter, and the next time TC is updated he/she would be as clueless as she/he is now. Teach her/ him how to find it by *self and will hopefully teach others as well.

Offline Tenorio

  • Newbie
  • *
  • Posts: 5
[SOLVED] Re: Wallpaper width
« Reply #9 on: April 05, 2010, 11:22:40 PM »
Solved.

Just added -center like curaga and roberts suggested.

Thanks everybody.  ;D
« Last Edit: April 05, 2010, 11:24:59 PM by Tenorio »