Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for python3 #27

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ Installation
1. Download this repository by clicking the Downloads button at the top of the
github page or issue the following command in a terminal:

git clone git://github.com/Quixotix/gedit-source-code-browser.git
```git clone git://github.com/toobaz/gedit-source-code-browser.git --depth=1```

2. Copy the file `sourcecodebrowser.plugin` and the folder `sourcecodebrowser` to
`~/.local/share/gedit/plugins/`.
@@ -49,11 +49,13 @@ Installation
5. (Optional) If you want to enable the configuration dialog you need to compile
the settings schema. You must do this as root.

cd /home/<YOUR USER NAME>/.local/share/gedit/plugins/sourcecodebrowser/data/
```
cd /home/<YOUR USER NAME>/.local/share/gedit/plugins/sourcecodebrowser/data/
cp org.gnome.gedit.plugins.sourcecodebrowser.gschema.xml /usr/share/glib-2.0/schemas/
glib-compile-schemas /usr/share/glib-2.0/schemas/
```
Screenshots
-----------