Is it possible to restore the “My Computer” icon on the desktop in Gnome 3.6? After upgrading to opensuse 12.3 the “Computer icon visible on the desktop” setting no longer exists in the “Tweak Tool”.
Thanks
Is it possible to restore the “My Computer” icon on the desktop in Gnome 3.6? After upgrading to opensuse 12.3 the “Computer icon visible on the desktop” setting no longer exists in the “Tweak Tool”.
Thanks
It is possible to create it
open gedit(Alt+F2==>gedit) and paste the following code into it and save the file onto the desktop with any name abc.desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon[en_GB]=computer
Exec=nautilus computer:///
Name[en_GB]=My Computer
Name=My Computer
Icon=computer