Here is my way of creating a Google Chrome desktop shortcut in Gnome 3:
Create a file called Google Chrome.desktop in /home/name of user/Desktop:
#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Name=Google Chrome
Exec='/opt/google/chrome/google-chrome'
Terminal=false
Icon=/opt/google/chrome/product_logo_256.png
Save the file. Double-click on the file.
http://www.youtube.com/watch?v=-7slN_kAoeY&feature=youtu.be
Showing posts with label Gnome 3. Show all posts
Showing posts with label Gnome 3. Show all posts
Wednesday, April 16, 2014
Sunday, April 6, 2014
Sharp enlarged font
There are different ways of doing things.
An enlarged font is sharp, for example, when a font size is set to 80 in LibreOffice on Debian Linux.
It is necessary to turn on ClearType on Microsoft Windows to make the font look sharp.
Reference:
http://windows.microsoft.com/en-us/windows/make-text-easier-read-cleartype#1TC=windows-7
An enlarged font is sharp, for example, when a font size is set to 80 in LibreOffice on Debian Linux.
It is necessary to turn on ClearType on Microsoft Windows to make the font look sharp.
Reference:
http://windows.microsoft.com/en-us/windows/make-text-easier-read-cleartype#1TC=windows-7
Change the default font in Gnome 3
Here is the way to change the default font:
Go to Advanced Settings, click on Fonts. Type the name of the font and use the Down Arrow Key to select the font. Click on Select.
Screencast in Gnome 3
In Gnome 3, the shortcut below is useful for capturing the desktop:
Ctrl + Shift + Alt + R
This key combination starts and ends the screencast recording. The file can be found in the /home/userName/Videos folder.
Ctrl + Shift + Alt + R
This key combination starts and ends the screencast recording. The file can be found in the /home/userName/Videos
Print to PDF
Install cups-pdf. Then, when clicking Print, a PDF option is available.
# aptitude install cups-pdf
You may want to install system-config-printer as well.
# aptitude install system-config-printer
# aptitude install cups-pdf
You may want to install system-config-printer as well.
# aptitude install system-config-printer
Monday, March 31, 2014
iBus and LibreOffice
I think that the following lines will help me to use iBus with LibreOffice.
iBus does not start without the following lines. I type Chinese characters with iBus.
#!/bin/sh
/usr/bin/ibus-daemon -d
In particular, I need the following packages:
ibus
ibus-table-cangjie3
ibus-qt4
ibus-gtk3
Remember to turn off the Caps Lock.
iBus does not start without the following lines. I type Chinese characters with iBus.
#!/bin/sh
/usr/bin/ibus-daemon -d
In particular, I need the following packages:
ibus
ibus-table-cangjie3
ibus-qt4
ibus-gtk3
Remember to turn off the Caps Lock.
Subscribe to:
Posts (Atom)
