Notices


Reply
Thread Tools
Posts: 376 | Thanked: 511 times | Joined on Aug 2009 @ Greece
#141
Originally Posted by techie View Post
The background icon for desktop shortcuts for each theme is located under
/opt/usr/share/themes/the-theme-name/images/
The png files under this directory to look for are:
"ApplicationShortcutApplet.png" & "ApplicationShortcutAppletPressed.png"
(name self explanatory I hope although I personally prefer the blue effect when pressing).
Also since some themes change icons for default applications like phone, conversations etc, I noticed that adding them through drlaunch shows their original icons NOT the new ones.Known? Intended?
Thanks for the info. Is it possible to find out the current theme's name?

I wasn't aware for the icons issue. The fact is that locating the icons is a tricky part and I rely on a library for xdg which *should* return the proper icons. In fact, I wonder how the frack the hildon-home can locate icons in non-standard places. Is there a path definition somewhere?
 
kl2010's Avatar
Posts: 35 | Thanked: 2 times | Joined on Jul 2010 @ lagos, Nigeria
#142
Techie...
Not related to DrLaunch.The issue lies with flashlight itself.If you want to make it appear then open file
"/usr/share/applications/hildon/flashlight-applet-launcher.desktop" in a text editor.Here find the line "NoDisplay=true".Remove this line or set it to false.Icon will now appear in menu and can be added to desktop.[/QUOTE]

First- thanks very much. i followed ur instruction and am now able to add the flashlight icon to the desktop.

However, the flashlight icon work from the desktop, but still not from Dr Launch. it just does not respond.

i should add that all the other apps i have tested so far from DrLaunch work flawlessly.

As i have the flashlight icon working from desktop it is not critical for me that it should work fromDrLaunch but any help to make it work will be coooooool!

thanks.thanks.
__________________
C. Shirky: Everybody has something strange they are trying to accomplish.

Last edited by kl2010; 2010-08-29 at 22:33.
 
kl2010's Avatar
Posts: 35 | Thanked: 2 times | Joined on Jul 2010 @ lagos, Nigeria
#143
wow!!

it now works. merely changing the "Nodisplay" line to false as instructed by Techie now makes it work.

A zillion thanks to V13, and Techie.
__________________
C. Shirky: Everybody has something strange they are trying to accomplish.
 
Posts: 208 | Thanked: 220 times | Joined on Apr 2010
#144
Originally Posted by v13 View Post
Thanks for the info. Is it possible to find out the current theme's name?
"/etc/hildon/theme" is a symlink to whatever theme is currently selected.

I wasn't aware for the icons issue. The fact is that locating the icons is a tricky part and I rely on a library for xdg which *should* return the proper icons. In fact, I wonder how the frack the hildon-home can locate icons in non-standard places. Is there a path definition somewhere?
Yes I find this tricky too.
[Background Info] From what I know, icons are located in "/opt/usr/share/icons/".The default ones are under the "hicolor" folder.If a theme uses its own icons then they will be under their respective theme directory in this icons folder (further categorized by their size).
The desktop application icons are 48x48.for eg "/opt/usr/share/icons/hicolor/48x48/hildon/" is for default theme.This is where icons for default applications (phone,contacts etc) and for (some) apps are located.
What I think is done here is,icons are first searched under "../icons/theme-name/".If they are found here they are loaded.If not then icons from "../icons/hicolor/" are loaded.In case they are missing here too, then a general blue square is shown.[/Background Info]
However, I am pretty confident that these things are not required to be manually specified by a developer.There should be appropriate calls available somewhere.You really should ask D-Iivil since he has extensive knowledge and experience in theme making.
In any case I do not believe this is too big a issue to be worked on at expense of other areas, and I would consider it a bonus if you were to devote any time resolving this.I love your app and probably you should invest your time in improving other areas (or more requested features) first
__________________
With Linux-powered N900..ANYTHING is possible
 

The Following User Says Thank You to techie For This Useful Post:
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#145
I love this program but I have a problem with it. It tends to get stuck, reacts and displays the icon is pressed but does not open any applications. I have to reboot the n900. The other applications are running smoothly so discard crash.

This happens regularly.
 
Posts: 80 | Thanked: 19 times | Joined on May 2010 @ Planet Earth, sometimes
#146
Originally Posted by GaRy delaMEr View Post
Hi all

I've a bug too. I can't had a shorcut for application with space in his name. I can select the name in the list but i can't apply.

I've tested with:
Mobile Maps 9
Search Tool
System Event Scheduler
Timed Silencer
Tracker Cfg
Transition Control


Thx for your application, I like it.
I can confirm I also cannot add "Mobile Maps 9". Pressing OK does nothing. And after I try to add that in the "App select" screen, then it wont let me add any other apps at all, until I go out of the screen and retry.

PS I dont think it is because of the space in the name, because I can add others with a space. So it's something else

Last edited by menno; 2010-09-20 at 10:07.
 
Posts: 376 | Thanked: 511 times | Joined on Aug 2009 @ Greece
#147
Originally Posted by menno View Post
I can confirm I also cannot add "Mobile Maps 9". Pressing OK does nothing. And after I try to add that in the "App select" screen, then it wont let me add any other apps at all, until I go out of the screen and retry.
Try this:

Open a terminal and run:
Code:
python2.5 /usr/share/pyshared/drlaunch/widget.py
Then, on the new widget that is shown try to add "mobile maps 9". It should produce some output which is the thing that interests me. (copy-paste it here)

Unfortunately I don't have mobile maps 9 and other apps that I tested (like search tool) did not trigger the problem for me.
 
Posts: 112 | Thanked: 105 times | Joined on Mar 2010 @ Montpellier, FRANCE
#148
Hello

I've tested again with Mobile Maps 9
Code:
python2.5 /usr/share/pyshared/drlaunch/widget.py
Traceback (most recent call last):
  File "/usr/share/pyshared/drlaunch/win_config.py", line 242, in slotLongpress
    self.doConfig(icon)
  File "/usr/share/pyshared/drlaunch/win_config.py", line 383, in doConfig
    app['icon2']=getIcon(app['icon'], self.config.getIconSize())
  File "/usr/share/pyshared/drlaunch/icon.py", line 63, in getIcon
    ret=gtk.gdk.pixbuf_new_from_file_at_size(ico, iconsize, iconsize)
glib.GError: Format d'image non reconnu


^CTraceback (most recent call last):
  File "/usr/share/pyshared/drlaunch/widget.py", line 216, in <module>
    gtk.main()
KeyboardInterrupt
 

The Following User Says Thank You to GaRy delaMEr For This Useful Post:
MaddogG's Avatar
Posts: 234 | Thanked: 175 times | Joined on Jun 2010 @ Genova (Italy)
#149
@V13

Hi!

I have a suggestion: I don't know if it is possible, but I think that you could add a scrollbar to your widget and make it able to contain an arbitrary large number of items (a sort of menu on the desktop...I don't know if I explained myself ).

Anyway, great work!
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#150
First of all, a quote from actman-thread considering a bug:

Originally Posted by rantom View Post
If I'm right this is again, a bug in DrLaunch, but just to be sure I'll post it here.

So if I make new widgets for DrLaunch for Desktop Activity e.g. Normal and duplicate that to DA e.g. Portrait I lose possibilities to customize DrLaunch. Why is that? Well, since I normally would be customizing the launchers to custom ones (ones for Portrait others for Normal) the app comes in and every time mirrors the made changes from one to another. For example, now I have Portraits some DrLaunchers on Normal and vice versa.
And secondly, a feature-request. Would it be possible to mod the DrLaunch so in the future, that one could have the launchers on certain position on horizontal and on another one in portrait? In my opinion this would be a great feature to implement, since we can't really have (yet/ever) full portrait support for Maemo 5.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 22:02.