Home / simpleblogger 0.1.1
Name Modified Size InfoDownloads / Week
Parent folder
simpleblogger 0.1.1.7z 2011-06-23 4.4 MB
simpleblogger 0.1.1.zip 2011-06-23 6.6 kB
HISTORY 2011-06-23 126 Bytes
Totals: 3 Items   4.4 MB 0
simpleblogger 1.0

As we all use different linux distros here is instructions how to compile simpleblogger.

1. Download source file (*-src.zip) from this site
2. Download pyinstaller http://www.pyinstaller.org/
3. Install simpleblogger dependencies:
    yum install wxPython python-gdata python-devel
   Download Python Image Library (PIL) http://www.pythonware.com/products/pil/ and install it with
    python setup.py install
4. Now you are ready to compile. Copy all *.py files from simpleblogger directory to Pyinstaller directory.
5. From Pyinstaller directory run:
    python pyinstaller.py simpleblogger.py
6. Go to ./simpleblogger and change console=True to console=False in the simpleblogger.spec file
7. Remove buiild and dist directories
8. Repeat step 5
9. Copy all other files and directories from simpleblogger directory to Pyinstaller/simpleblogger/dist/simpleblogger
10. Done :)

-------------------------
How to create icon in Applications in the Gnome Shell:
1. Create file:
    gedit /usr/share/applications/simpleblogger.desktop
   and put into it:
	[Desktop Entry]
	Name=simpleblogger
	Comment=Blogger client
	Icon=sb512
	Exec=/home/jsn/app/simpleblogger/simpleblogger
	Path=/home/jsn/app/simpleblogger
	Terminal=false
	Type=Application
	Categories=Internet
	StartupNotify=true
   *Replace Exec and Path with your values
2. Copy ico file:
    cp /home/jsn/app/simpleblogger/icons/sb512.png /usr/share/icons
Source: readme.txt, updated 2013-12-22