Reply
Thread Tools
qosmio's Avatar
Posts: 532 | Thanked: 949 times | Joined on Apr 2010 @ Uk for 6months then Thailand
#1941
Attachment 15995[QUOTE=richwhite;885210]
Originally Posted by qosmio View Post

No i just use the default media widget
Here you go... Have not seen them on the N900! They should be ok, please let me know.

Kind Regards Qosmio
Attached Files
File Type: zip Q_Media_for Rich.zip (34.1 KB, 137 views)
__________________
http://q0smio.deviantart.com

http://s1031.photobucket.com/albums/y372/q0smio/

N900 x 2 Overclocked at 900 Mhz.
Samsung Galaxy S 2
iPhone 4 (Jailbroken)

Last edited by qosmio; 2010-11-29 at 01:09.
 

The Following 2 Users Say Thank You to qosmio For This Useful Post:
Posts: 908 | Thanked: 501 times | Joined on Sep 2010 @ West Sussex, England
#1942
[QUOTE=qosmio;885295]Attachment 15995
Originally Posted by richwhite View Post

Here you go... Have not seen them on the N900! They should be ok, please let me know.

Kind Regards Qosmio
They look perfect, thanks a lot. I'll transfer them to the phone later and upload the screenshot
 
qosmio's Avatar
Posts: 532 | Thanked: 949 times | Joined on Apr 2010 @ Uk for 6months then Thailand
#1943
Just a quick one..... Found a fantastic wee Widget from the king of Widgets "nicolai"

He has done it again Its basic at the mo,BUT IT WORKS!!

It will get better as all of his widgets do. I have changed the look to fit with my screens sorry Nicolai.

Great work as ever... Thanks for all your hard work

Kind regards Qosmio


http://talk.maemo.org/showthread.php...615#post885615
__________________
http://q0smio.deviantart.com

http://s1031.photobucket.com/albums/y372/q0smio/

N900 x 2 Overclocked at 900 Mhz.
Samsung Galaxy S 2
iPhone 4 (Jailbroken)

Last edited by qosmio; 2010-11-29 at 15:43.
 

The Following User Says Thank You to qosmio For This Useful Post:
Posts: 1,179 | Thanked: 770 times | Joined on Nov 2009
#1944
There is a python script to use QBW to randomly change your desktop wallpaper. The script is below. However, I don't know how to use the script nor even know what python is. I tried entering the script in QBW but get an error message. Tried it in xterm but that didn't work either. Could someone tell me how I implement it.

#!/usr/bin/python

import glob, random, shlex, subprocess
debug = 0

desktops = [1, 2, 3, 4]
file_extensions = ['jpg', 'tif', 'png']
image_dir = "/media/mmc1/DCIM/"

images = []
for current_file_extension in file_extensions:
images = images + glob.glob(image_dir + '*.' + current_file_extension)
images = images + glob.glob(image_dir + '*/*.' + current_file_extension)
if debug:
print images
for current_desktop in desktops:
new_image = images[random.randint(1, len(images)) - 1]
cmd = "gconftool-2 --type string --set /apps/osso/hildon-desktop/views/%d/bg-image '%s'" % (current_desktop, new_image)
if debug:
print cmd
args = shlex.split(cmd)
if debug:
print args
subprocess.Popen(args)
 
Posts: 17 | Thanked: 3 times | Joined on Nov 2010
#1945
better is Live Wallpaper with slideshow..
 
shazosbourne's Avatar
Posts: 257 | Thanked: 205 times | Joined on Jan 2010 @ Sydney, Australia
#1946
Originally Posted by qosmio View Post

Kind regards Qosmio
Hey Qosmio would you run
find / -name transmission.png in xterm as root for me please mate and post the output. I have this transmission icon (attached) to add to my icon pack for next update but need to know file sizes and locations. I noticed you have it.
Cheers.

PS. If you want larger icons for those other desktop ones from faenza let me know, you can have them up to 512x512px.
__________________
Everybody wants to go to heaven..............but nobody wants to go now.

Last edited by shazosbourne; 2010-11-30 at 12:18.
 

The Following User Says Thank You to shazosbourne For This Useful Post:
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#1947
Originally Posted by criz View Post
After 2 days of customizing... still not finished.
Big thanks to D4rKlar for the gread work!
where can i get this ???? which is this theme?? do i need to download some icon pack too??
 
qosmio's Avatar
Posts: 532 | Thanked: 949 times | Joined on Apr 2010 @ Uk for 6months then Thailand
#1948
Originally Posted by shazosbourne View Post
Hey Qosmio would you run
find / -name transmission.png in xterm as root for me please mate and post the output. I have this transmission icon (attached) to add to my icon pack for next update but need to know file sizes and locations. I noticed you have it.
Cheers.

PS. If you want larger icons for those other desktop ones from faenza let me know, you can have them up to 512x512px.
Here you go... Nokia-N900:~# find / -name transmission.png
/opt/maemo/usr/share/icons/hicolor/48x48/apps/transmission.png
/opt/maemo/usr/share/icons/hicolor/32x32/apps/transmission.png
/opt/maemo/usr/share/icons/hicolor/64x64/apps/transmission.png
/opt/usr/share/pixmaps/transmission.png
/opt/usr/share/icons/hicolor/48x48/apps/transmission.png
/opt/usr/share/icons/hicolor/32x32/apps/transmission.png
/opt/usr/share/icons/hicolor/24x24/apps/transmission.png
/opt/usr/share/icons/hicolor/64x64/apps/transmission.png
/opt/usr/share/icons/awoken-icon-theme/scalable/apps/transmission.png
/home/opt/maemo/usr/share/icons/hicolor/48x48/apps/transmission.png
/home/opt/maemo/usr/share/icons/hicolor/32x32/apps/transmission.png
/home/opt/maemo/usr/share/icons/hicolor/64x64/apps/transmission.png
/home/opt/usr/share/pixmaps/transmission.png
/home/opt/usr/share/icons/hicolor/48x48/apps/transmission.png
/home/opt/usr/share/icons/hicolor/32x32/apps/transmission.png
/home/opt/usr/share/icons/hicolor/24x24/apps/transmission.png
/home/opt/usr/share/icons/hicolor/64x64/apps/transmission.png
/home/opt/usr/share/icons/awoken-icon-theme/scalable/apps/transmission.png
Nokia-N900:~#

Kind regards Qosmio
__________________
http://q0smio.deviantart.com

http://s1031.photobucket.com/albums/y372/q0smio/

N900 x 2 Overclocked at 900 Mhz.
Samsung Galaxy S 2
iPhone 4 (Jailbroken)
 

The Following User Says Thank You to qosmio For This Useful Post:
qosmio's Avatar
Posts: 532 | Thanked: 949 times | Joined on Apr 2010 @ Uk for 6months then Thailand
#1949
Just some Icons I'm messing around with...
__________________
http://q0smio.deviantart.com

http://s1031.photobucket.com/albums/y372/q0smio/

N900 x 2 Overclocked at 900 Mhz.
Samsung Galaxy S 2
iPhone 4 (Jailbroken)

Last edited by qosmio; 2010-12-03 at 22:43.
 

The Following 4 Users Say Thank You to qosmio For This Useful Post:
qosmio's Avatar
Posts: 532 | Thanked: 949 times | Joined on Apr 2010 @ Uk for 6months then Thailand
#1950
New Lockscreen and Slider if anyone wants it?

I just wanted to have some colour this time.


Regards Qosmio

__________________
http://q0smio.deviantart.com

http://s1031.photobucket.com/albums/y372/q0smio/

N900 x 2 Overclocked at 900 Mhz.
Samsung Galaxy S 2
iPhone 4 (Jailbroken)
 

The Following 7 Users Say Thank You to qosmio For This Useful Post:
Reply

Tags
desktop, epic thread, fremantle, maemo, maemo 5, picture, pictures, screenshot, screenshots, show and tell


 
Forum Jump


All times are GMT. The time now is 16:42.