douglaslourey wrote:
Exec=sudo "/usr/bin/raspi-config" (tried /usr/bin/raspi-config, "sudo /usr/bin/raspi-config")
besides the sudo...
i use for calling my py programs
Exec=lxterminal -e 'python /home/pi/..../myprogram.py'
try
Code: Select all
[Desktop Entry]
Type=Application
Comment=Raspi-Configuration Tool
Name=Raspi-Config
Exec=lxterminal -e 'sudo /usr/bin/raspi-config'
Icon=obconf.xpm
Terminal=false
Categories=Utility
StartupNotify=true
lets say that file is /home/pi/Desktop/raspi_config.desktop
even in Desktop it looks like its name is Raspi-Config
but that's what you named it in the Name config!!
and you want it from Menu instead from a desktop icon
Code: Select all
sudo cp /home/pi/Desktop/raspi_config.desktop /usr/share/raspi-ui-overrides/applications/raspi_config.desktop
now you find it under Menu/Accessories!
http://kll.engineering-news.org/kllfusi ... config.png
to find the link, why a "Categories=Utility" shows up in Menu/Accessories
you might need some time.
the icon i selected from /usr/share/pixmaps/
and here for the headless friends: copy paste to putty
sudo nano /usr/share/raspi-ui-overrides/applications/raspi_config.desktop
copy paste above content code
[ctrl][o][Enter][ctrl][x]
tell me how many seconds you needed