Thread
:
How to Configure Status Bar
View Single Post
Mentalist Traceur
2011-02-12 , 21:26
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#
37
Use
Code:
dpkg -l | grep "flashlight"
to see what the actual package name is. dpkg -l lists all the packages the dpkg utility has installed (which means everything installed with the app managers, apt-get, or dpkg -i, etc), and grep then filters out all the lines except those which contain the string "flashlight". If that doesn't find it, try using just "light" instead of flashlight, or something.
Running this on my device, I get the package "flashlight-applet". So I think that's the proper name of the package. So try pinning that.
Quote & Reply
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post:
moepda
Mentalist Traceur
View Public Profile
Send a private message to Mentalist Traceur
Find all posts by Mentalist Traceur