View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1
Hi guys.
Can someone help me?
I created refresh button on desktop:
Code:
[Desktop Entry] 
Type=Application 
Terminal=false 
Name=N9 QRefresh 
Categories=System; 
Terminal=false 
Exec=/usr/bin/meego-terminal -n -e devel-su -c "sh /opt/N9QTweak/Refresh/refresh" 
Icon=/usr/share/icons/hicolor/80x80/apps/n9refresh80.png
and it's work good, but it's need open the terminal app and insert root password. Maybe someone know what I need write in the "Exec" line that I can use refresh command without opening of terminal. Directly refresh. It is passably?