Notices


Reply
Thread Tools
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#41
@qole

In your desktop file for "Make Window Transparent", have you thought about adding the -t option? I prefer it because if the window is already transparent, it lets me make the window opaque again easily.
 

The Following User Says Thank You to qwerty12 For This Useful Post:
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#42
Grog, thanks for clarifications! Indeed, I tried to change 'user' to my normal user id so I would not have to add this before @ when I do ssh but this rendered my NIT unbootable.

Back on my project to change the background based on the time of the day. I've found many nice (environmental) 800x480 backgrounds with potentially can be used for this project. In fact, the page I linked to also contains tags so you can search for backgrounds related to an area (your area? the area where you are?). IMO this type of 'smart' usage of GPS and time is a real killer. Now, I've been able to find a C program which calculates the sunrise and sunset based on long/lat with maths (offline). One could also change this using the GPS, but that might be some thing to do for later. Right now, I would use these with at(1) but this is not included in Maemo so I guess I must use cron which is sub-optimal because I do not know the exact time it will kick in because it differs. I'll also put the script in boot up because the machine might have been down during the time the cron script would kick in.
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#43
New version available! 0.3.0

Changes include Grog's good random number generator, and most of the settings moved to the .wallpaper file, so you can tweak transparency and brightness values to find just the right settings for your desktop.

Also, at the last minute , I added qwerty12's suggestion to have the -t in the menu item for setting windows transparent.

I also have the habak line in the /usr/bin/setback script, to use it to add the file name to the wallpaper, you install habak in Easy Debian and then edit setback so that hsetroot is commented out and habak is uncommented.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 2 Users Say Thank You to qole For This Useful Post:
grog's Avatar
Posts: 546 | Thanked: 85 times | Joined on Feb 2008 @ Winnipeg, Canada
#44
Originally Posted by qole View Post
New version available! 0.3.0

Changes include Grog's good random number generator, and most of the settings moved to the .wallpaper file, so you can tweak transparency and brightness values to find just the right settings for your desktop.

Also, at the last minute , I added qwerty12's suggestion to have the -t in the menu item for setting windows transparent.

I also have the habak line in the /usr/bin/setback script, to use it to add the file name to the wallpaper, you install habak in Easy Debian and then edit setback so that hsetroot is commented out and habak is uncommented.
I figured I post a followup saying thanks because I could only put one thanks on your post.
__________________
GROG!
N900 | ZAGG Body Armour | 16Gb A-DATA micro-sd
N810 | 2 x Patriot 8gb mini-SD | Boxwave Crystal Clear SS | Black Aluminum case | OTG dongle
N800 | 2 x 8gb OCX SD | Boxwave Anti-glare SS | PDAir book-style case
Holux M-1200 bluetooth GPS | iGo 4-row bluetooth keyboard | Linksys USB 10/100 ethernet | Plantronics Voyager 855 BT Headset
 
grog's Avatar
Posts: 546 | Thanked: 85 times | Joined on Feb 2008 @ Winnipeg, Canada
#45
Originally Posted by qole View Post
well of course, you gotta 'apt-get install habak' in Debian first!
Does it always have to be that obvious . Of course then I run into yet another speed-bump:

Code:
~$ rndback 
changing to /media/mmc1/More.Pictures/Caribbean.Cruise/2.Philipsburg.,St.Maarten.Feb.19,.06/DSC00376.JPG
Starting Debian habak
chroot set up already!
Everything set up, running chroot...
File '/home/user/.fonts' not found
Set Property to 0.3
Set Property to 0.8
Set Property to 0.6
~$ touch ~/.fonts
~$ rndback 
changing to /media/mmc1/More.Pictures/Caribbean.Cruise/5.Margarita.Island,.Venezuela.Feb.22,.06/DSC00486.JPG
Starting Debian habak
chroot set up already!
Everything set up, running chroot...
Couldn't load font.
Set Property to 0.3
Set Property to 0.8
Set Property to 0.6
Obviously habak doesn't fallback on a default list of fonts as I hoped. What is it expecting in .fonts file? tx
__________________
GROG!
N900 | ZAGG Body Armour | 16Gb A-DATA micro-sd
N810 | 2 x Patriot 8gb mini-SD | Boxwave Crystal Clear SS | Black Aluminum case | OTG dongle
N800 | 2 x 8gb OCX SD | Boxwave Anti-glare SS | PDAir book-style case
Holux M-1200 bluetooth GPS | iGo 4-row bluetooth keyboard | Linksys USB 10/100 ethernet | Plantronics Voyager 855 BT Headset
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#46
The .fonts directory is the place for a user to put all of their fonts. Most Linux programs look there for fonts. I have a bunch of .ttf fonts in my .fonts directory, so I didn't notice that error...

You can make a .fonts directory, and put one generic .ttf font file in there, and that should fix things. I think I'll put something like that in the next package.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following User Says Thank You to qole For This Useful Post:
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#47
You do touch ~/.fonts while you should do mkdir ~/.fonts
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
 

The Following User Says Thank You to allnameswereout For This Useful Post:
grog's Avatar
Posts: 546 | Thanked: 85 times | Joined on Feb 2008 @ Winnipeg, Canada
#48
Originally Posted by qole View Post
The .fonts directory is the place for a user to put all of their fonts. Most Linux programs look there for fonts. I have a bunch of .ttf fonts in my .fonts directory, so I didn't notice that error...

You can make a .fonts directory, and put one generic .ttf font file in there, and that should fix things. I think I'll put something like that in the next package.
Well, this is certainly getting me closer, but that elusive carrot is still dangling just out of reach. I did 'ln -s /usr/share/fonts /home/user/.fonts' & now the text shows up (YIPPEE! ) BUT (yah, another one of those ) no picture:

Code:
$ rndback 
changing to /media/mmc1/More.Pictures/Caribbean.Cruise/6.Oranjestad,.Aruba.Feb.23,.06/DSC00558.JPG
Starting Debian habak
chroot set up already!
Everything set up, running chroot...
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 36 requests (32 known processed) with 0 events remaining.
Set Property to 0.3
Set Property to 0.8
Set Property to 0.6
Qole, does the error have anything to do with this problem in the Easy Debian development thread?
__________________
GROG!
N900 | ZAGG Body Armour | 16Gb A-DATA micro-sd
N810 | 2 x Patriot 8gb mini-SD | Boxwave Crystal Clear SS | Black Aluminum case | OTG dongle
N800 | 2 x 8gb OCX SD | Boxwave Anti-glare SS | PDAir book-style case
Holux M-1200 bluetooth GPS | iGo 4-row bluetooth keyboard | Linksys USB 10/100 ethernet | Plantronics Voyager 855 BT Headset
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#49
grog: I get those errors too, but the picture does show up. If you can see the text on the background, then habak is working, but for some reason, it can't find or display the pictures. Remember that Easy Debian can't see files that aren't in your home drive (/home/user/ and below) or on your SD cards (/media/mmc1 or /media/mmc2 and below). Could that be the problem?
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#50
grog: I'm a total idiot. Sorry.

The habak line in the 0.3.0 version is totally missing the part that displays the picture!!

Replace that habak line with (or modify yours to look like):

Code:
debbie habak -mS -hi $1 -mp 80,400 -mh 14 -ht "$1"
This is the code I posted, but then I messed about with it (trying to get it to work alongside hsetroot, and failing) and I shipped the messed up version!
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following User Says Thank You to qole For This Useful Post:
Reply

Tags
background, hildon-desktop, qwerty12, transparent, wallpaper


 
Forum Jump


All times are GMT. The time now is 01:19.