How to configure and run Wine on Fedora Linux

To configure Wine on Fedora Linux, connect to the Internet, then open a terminal window and enter:$ winecfg <enter> After wine is configured, any Windows application that is compatible with it can be installed by entering the below command:$ wine program.exe <enter> where program.exe is the program file to install. Run the program from the … Continue reading How to configure and run Wine on Fedora Linux

How to fix compile error in Android application where strings.xml contain invalid characters

I created an application with a string-array in the strings.xml file. Unfortunately, I left some apostrophe in one of the string values that was: D'Souza Obviously, at compile time, the Android Studio 2.2 IDE threw an error about invalid characters not preceded by a . I should have actually put the string as: D'Souza Now, … Continue reading How to fix compile error in Android application where strings.xml contain invalid characters

How to get back missing Dropbox icon in the Ubuntu panel

I noticed that my dropbox icon went missing due to a bug in Dropbox. To restore it, I came across this post, and at the command line, had to issue following commands after opening a terminal window: First, install libappindicator1 once by: $ sudo apt-get install libappindicator1 <enter> Now, each time, the below commands need … Continue reading How to get back missing Dropbox icon in the Ubuntu panel

Fix google-drive-ocamlfuse not able to get token error

The google-drive-ocamlfuse not able to get token error appears when using google-drive-ocamlfuse access to google-drive-ocamlfuse application to Google Drive has been revoked or not granted. If the above error appears, delete the .gdfuse folder and a new token will be generated when google-drive-ocamlfuse application is run again. Open the file manager and remove the folder … Continue reading Fix google-drive-ocamlfuse not able to get token error