Problem: Only one desktop background available. Run this command in the terminal: sudo apt-get install kdebase-workspace-wallpapers kdewallpapers Now a whole lot of images will be installed and availabe in “desktop activity settings” on desktop.
Tag: ErrorFix
Linux Network Management disabled after reboot
Problem: Network Management was disabled after a reboot and no way to enabled it again via GUI on task list (it were running). The issue was caused by NetworkEnabled=false. Use an editor, kate, gedit or similar. sudo kate /var/lib/NetworkManager/NetworkManager.state Change the following line it back to NetworkEnabled=true Restart the network management program sudo service network-manager restart It
Android Thread Updates Not Enabled For Selected Client Use Toolbar Button To Enable
In the DDMS in Eclipse Android you can get this error when you want to see the threads. “Thread updates not enabled for selected client (use toolbar button to enable)” This can easily be fixed by pressing the thread icon button in the Devices. The fifth icon from the left (marked in yellow). Now you can see
Linux GRUB2 Failing Loading Disk After Forced Reboot
Problem: After a forced reboot because it froze the linux partition won’t mount. “An error occurred while accessing ‘Volume (ext3)’, the system responded: org.freedesktop.Hal.Device.Volume.UnknownFailure: mount: wrong fs type, bad option, bad superblock on /dev/sda5. missing codepage or helper program, or other error In some cases useful info is found in syslog – try dmesg |
Eclipse Android The Import Is Never Used
When coding you frequently remove unnecessary code and run into this warning for Android in Eclipse or Motodev. The import * is never used. “The import android.util.Log is never used” You can do two things to resolve this error, go to the line and remove the import. Or the easy way, press Ctrl + Shift + O. That’s
Eclipse Android Error Cannot Be Resolved To A Type
When using new functions in Eclipse you will run into this problem before you import the needed class. E.g. “Log cannot be resolved”, “TextView cannot be resolved to a type” or something like This cannot be resolved to a type. If you hover your mouse over the error line you’ll get the following. In this case
Eclipse +++ LOG: Entry Corrupt Or Truncated
When developing in Eclipse you might run into this error when using logging. In this case Java while developing for Andorid. “+++ LOG: entry corrupt or truncated” First thing to test is if you’re running First thing to test is if you’re using a variable that might contain to much data. Log.e(“#”, myVar); Try using
Samsung Remote Not Compatible With Samsung Galaxy Nexus
Having a Samsung Television you would have thought your Galaxy Nexus mobile would be able to use Samsung Remote App. However this is not the case as you’ll only get an error saying. “This item is not compatible with your device” which is quite sad actually. There doesn’t seem to be any news about when
WordPress HTTP Error 500 Internal Server Error
After playing around with some plugins for WordPress suddenly came up with the following error when trying to login. “Server error. The website encountered an error while retrieving website. It may be down for maintenance or configured incorrectly. HTTP Error 500 (Internal Server Error). An unexpected condition was encounted while the server was attempting to
Eclipse Android Error Conversion To Dalvik Format Failed: Unable To Execute Dex: Null
After connecting Eclipse Android project up to Team Foundation Server the application the following error occurred: Conversion to Dalvik format failed: Unable to execute dex: null After doing a Project -> Clean the problem got solved. If this does not solve it. Try look in the bin folder of your project directory and you will see