desktop file and launcher reviewed

This commit is contained in:
Sameer Rahmani 2015-07-07 16:25:33 +04:30
parent df94b822f4
commit acb15ca7c7
4 changed files with 27 additions and 26 deletions

View File

@ -1,16 +1,15 @@
Kuso IDE Future Gadgets 42
======== =================
If you love **GNU/Emacs**, If you love to program in an editor instead of big slow IDE but still enjoy to have a handy code editor then Kuso IDE is the right choice for you. If you love **GNU/Emacs**, If you love to program in an editor instead of big slow IDE but still enjoy to
have a handy code editor then **FG42** is the right choice for you.
Dependencies Dependencies
============ ============
Kuso IDE required these softwares: FG42 required these softwares:
* GNU Emacs >= 25
* GNU Emacs >= 24.3
* texinfo
* git (If you want to install or update packages via `el-get`)
* bzr (If you want to install or update packages via `el-get`)
Python dependencies (kuso-python plugin) Python dependencies (kuso-python plugin)
---------------------------------------- ----------------------------------------
@ -40,25 +39,24 @@ CSS dependencies
Installation Installation
============ ============
Just run `install.sh` script in its directory like this: Just clone the repository and run the `fg42` script.
```bash Enjoy using **FG42** ;)
$ ./install.sh
```
and answer to questions which installer will ask you. That's it. what's with the name?
=====================
Enjoy using **Kuso IDE** ;) I'm a huge fan of [Steins Gate](https://en.wikipedia.org/wiki/Steins;Gate) anime and I follow its
naming convensions on **Future Gadgets 42**.
License License
======= =======
Kuso IDE is free software; you can redistribute it and/or modify FG42 is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or the Free Software Foundation; either version 2 of the License, or
any later version. any later version.
Kuso IDE is distributed in the hope that it will be useful, FG42 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
@ -67,7 +65,7 @@ GNU General Public License for more details.
with this program; if not, write to the Free Software Foundation, Inc., with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
All the documents of Kuso IDE that locate in 'doc' directories release All the documents of FG42 that locate in 'doc' directories release
under the term of GNU FDL. under the term of GNU FDL.
Copyright (C) 2010-2014 Sameer Rahmani <lxsameer@gnu.org> Copyright (C) 2010-2015 Sameer Rahmani <lxsameer@gnu.org>

7
fg42
View File

@ -1,4 +1,7 @@
#! /bin/sh #! /bin/sh
#cask exec emacs -Q --no-splash --name FG42 --title FG42 -q -l /home/lxsameer/src/FG42/FG42/fg42-config.el "$@" #export FG42_HOME=--PATH--
emacs --name FG42 -Q -q --no-splash --title FG42 -l /home/lxsameer/src/FG42/FG42/fg42-config.el "$@" export FG42_HOME=$HOME/src/FG42/FG42
#emacs -Q --no-splash --name FG42 --title FG42 -q -l --PATH--/fg42-config.el "$@"
emacs --name FG42 -Q -q --no-splash --title FG42 -l $FG42_HOME/fg42-config.el "$@"

View File

@ -1,4 +1,4 @@
(add-to-list 'load-path "./lib") (add-to-list 'load-path (concat (getenv "FG42_HOME") "/lib"))
(toggle-debug-on-error) (toggle-debug-on-error)
(require 'fg42) (require 'fg42)

View File

@ -1,13 +1,13 @@
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Name=Kuso Name=FG42
GenericName=Kuso IDE GenericName=FG42
Comment=An Emacs base IDE for emacs lovers. Comment=An Emacs base IDE for emacs lovers.
MimeType=text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-java;application/x-shellscript;text/x-c;text/x-c++;text/x-ruby;text/x-python; MimeType=text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-java;application/x-shellscript;text/x-c;text/x-c++;text/x-ruby;text/x-python;
Type=Application Type=Application
Terminal=false Terminal=false
Categories=Development;TextEditor; Categories=Development;TextEditor;
StartupWMClass=Kuso StartupWMClass=FG42
Exec=--PATH--/kuso %F Exec=--PATH--/fg42 %F
Icon=kuso Icon=kuso
Version=--VERSION-- Version=--VERSION--