Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Thursday, July 25, 2013

Enabling Bluetooth file receiving on Gnome 3.8

Well this applies to Fedora 19. With the default installation you will not be able to receive file from your Bluetooth device such as your smart phone. First of all you need to install the following libraries using your package manager.

gnome-user-share obexfs


Once the above libraries are installed, go into Settings -> Share and enable Bluetooth sharing and make sure you "Save Received Files to Download Folder". After this restart your PC.

Now you can pair your phone with the PC and send files to your PC.



Monday, November 5, 2012

Changing font size of view titles in Juno

If you are running the new eclipse platform which is 4.2 on linux you have already seen that the fonts sizes of view titles are pretty big. To adjust the font size for your prefference you need to edit the following file e4_default_gtk.css which is inside org.eclipse.platform_4.2.1.v201209141800/css. The version number might differ based on the updates you have installed in your sdk. The following entry in the above file needs to be change by providing the font size you would like to have

In above as you can see i have changed the default size to 8. Now save the file and start eclipse. You will have nice view titles which will match to you preference :).

Tuesday, December 8, 2009

How to run flash-plugin version 10 with flock and firefox on Fedora

It seems most of the users have a problem running Flock and Firefox with flash-plug-in version 10. This can be avoided if you install Firefox version which is provided by fedora it self. But for flock you can't do that. So as i found in this forum it seems the following solution works on fedora for custom Firefox and Flock installations.

Delete the following files from the Firefox or Flock installation folder.
  • libfreebl3.chk
  • libfreebl3.so
Good luck :)