![]() |
[Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
4 Attachment(s)
A gui has been made by D-livil so we are just waiting for it to be released. If you can't wait do the below in terminal.
The gui is finished! Go to this thread instead. Do not do the below.. it is not necessary any longer thanks to D-livils work. Download (to /home/user/MyDocs/) hildon-home.launch1.tar.gz (modified by CepiPerez) Then extract it. Code:
tar xzvf /home/user/MyDocs/hildon-home.launch1.tar.gz Code:
mv /home/user/MyDocs/hildon-home.launch1 /usr/bin/ Code:
sudo gainroot Code:
gconftool -s /apps/osso/hildon-home/task-shortcuts-size -t int XX Code:
gconftool -s /apps/osso/hildon-home/task-shortcuts-back -t int X Code:
gconftool -s /apps/osso/hildon-home/task-bookmarks-size -t int XX Code:
dsmetool -k /usr/bin/hildon-home !! There is a better way doing this now. If you continue reading in the thread you will come to this post by CepiPerez. This will also allow you to change the bookmarks. !! I have written how it works above... Do not do the below. It is the old way.... The past week i have been working on a program to resize the program icons. It is pretty basic but works. It is still in a early release state but i have tried it and could not find any big bugs. This is the second program i have made so the code could probably look better. Everything is done in the shell (terminal). I have not yet learned how to package it to deb. Also, it does not have a real gui. I have zenity helping me with that. To give an illusion of a gui. It works pretty well but is not as good looking as a real gui. The program will ask you two questions. How big you want the background image and how big you want the foreground image to be. It will then download the custom hildon-home that Matan made and install it. It will ask you if you want to hold it (so it wont get replaced by the old during an upgrade). Lastly it finds which programs you have on the desktop and resize the icons to the values you set in the first step. The last step will take a minute or so. The change will only affect your current theme and some of the stock icons that are not covered by the theme. If you wish to change the theme it is important to first uninstall to reset all the values. Desktop Shortcut Resizer finds your current icons by the name of your theme. It will not be succesful if you change it and then uninstall. The size could be set between 0-256 pixels. I have put the default background value to 62 pixels and 42 pixels for the foreground. The install process: 1. Download the program/script to your n900 (i.e. /home/user/MyDocs/) Desktop Shortcut Resizer v0.1-beta142. Open terminal and: 1. sudo gainroot5. done! If you want to see all the commands. Just write as root 1. desktop-shortcut You might want to make a test run first to see if it finds all your program icons. 1. desktop-shortcut -t I have configured the program to find if you have any missing dependencies and if not install them for you. You will need wget, zenity and imagemagick. It will take a backup on your original icons during the install. In case you decide to uninstall the program later. If so it will reset to your original icons. I encourage you to also take a normal backup. Which will happen if you do the "desktop-shortcut -b" command. Please tell me what you think. Is it good? should something be done differently? Did i spell something wrong? Some pictures below which shows the process. |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Looks wicked, cant wait to get home and test it, is there any chance this app could also be used to resize the bookmark shortcuts too?
also i've set my shortcut backgrounds to invisable except when clicked, will this change that or will it modify them as they are? Thanks Matt |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
It will change the background to the size of your likening.. no matter if it is visible or not. As you can see on my screen dump.. the clickable area is contained to the background image. |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
When I run the sh /home/user/MyDocs/filename -i command as given in the 2nd step above, xterm gives an output "incompatible theme"... Any workarounds? I have MohammadAG's modified hildon desktop installed. Can that be the reason?
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
Edit: By the way.. this will change MohammadAG's hildon-home to Matans. |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
I'm running the Pleegoblue theme, which is a part of the Black Plastic theme package of D-livil.
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
So if you want to try it.. do a "desktop-shortcut -t" to test what it finds. A test will not change anything. |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Looks like Black Plastic uses the original icon-theme. Should not be too difficult.. coming with a new version shortly.
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
I have now updated to beta6. It should work with the Black Plastic and default themes. Download the new script and try.. i did and it worked as expected.
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
New update to beta7. I had forgot to make sure the extras-devel repo was active.
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Found a bug. It will not find "dropn900" cause the file it looks in starts with leading spaces. Need to figure out how to compensate that in the awk command.
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
1 Attachment(s)
Now i can have all apps in single desktop,Thank-x guys
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Great to hear c:drive :)
I have solved the "dropn900" problem yesterday.. but still have problem whit finding the "fapman" icon. So i have not released the new version yet. I will do so as soon as i can. |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
Haven't looked through your script, it might do this already. |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Would be great if this could be extended to resize contacts shortcuts. That is what I need to resize above all else.
I do not have my n900 at the moment (out for repairs) so cannot try this out at the moment. Just a quick question though - - use transparent short cut backgrounds. Will this retain the transparent backgrounds? |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
edit: When i tried the Black Plastic theme it did not change my icons (except the background). They where all from hicolor. When i looked at the "/etc/hildon/theme/index.theme" it said "default" which normally mean the stock icons. Does this change if you change something in the Black Plastic config? |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
The transparent background is just an image like all the others. Desktop Shortcut Resizer should treat it the same way. It should resize it.. but it will still be transparent and not be visible. :) |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
I tried beta7 today... it seems there was some error in installing hildon-home by Matan. The script installation completed though. When I changed the icon and background size, the icon size changes but not the background image for pressed mode. The output from xterm was:
/home/user # desktop-shortcut -l Executing the script! /usr/sbin/desktop-shortcut: line 180: wget: not found dpkg: error processing hildon-home_0.3.66-2+0m5_armel.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: hildon-home_0.3.66-2+0m5_armel.deb rm: cannot remove '/tmp/hildon-home_0.3.66-2+0m5_armel.deb': No such file or directory ... Dowload and installation successful. Can you help please? |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
A new version beta9 have been released. Download it from the first post. It will now find both Dropn900 and fapman.
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
Anyways, restore didn't work for me (version 7), got bunch of file not found -errors. |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
2 Attachment(s)
OK... I installed wget separately and launched the script then. Seems to be working much better now, except for the following two issues:
1) In case of Black Plastic theme when I am using custom icons option, the icon size for phone application does not change (see screenshot 1) This happens probably because the custom icons for blackplastic are in different folder than hicolor 2) One of my icons seems to have been cut. (See screenshot 2, terminal icon - laptop). I'm using 94 size for icons and 128 for backgrounds. |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
Did you do a restore or uninstall? What did --test give you? |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Navsin: I will check in to the black plastic again. It seams like it is not working as i thought. But D-livil is great as always :)
2) You might need to increase the background a bit BTW.. awesome destop you got there. |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
I remember that one "not found" messages was like "/usr/share/icons/*: Not found" I think that the extra : was the issue. |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
download Beta10 from the first post. |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
it won't install for me.
some syntax error.... |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
beta10 worked.... |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
how to restore it like it was?
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
If you uninstall it.. it should reset everything. |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
I did this:
desktop-shortcut -r desktop-shortcut -u my icons are back but there is a small black box in the left corner?? |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
apt-get remove zenity
that uninstalled it.... apt-get remove imagemagic that won't work |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
Try "dpkg -P imagemagick" |
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
|
Re: [Announce] Desktop Shortcut Resizer - It will resize your program icons on the desktop
Quote:
hmm... not the backgrounds. Might be a thing with gtkrc too. That is also something i fetch from the index.theme file. I got some hours to look this up now. Will see if i can figure it out. |
All times are GMT. The time now is 22:00. |
vBulletin® Version 3.8.8