~ubuntu-branches/ubuntu/lucid/sawfish/lucid-updates

« back to all changes in this revision

Viewing changes to debian/sawfish-gnome.README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-02-23 16:16:46 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050223161646-4id6qyw4h9lkvb0v
Tags: 1:1.3+cvs20050222-1
* New cvs release.
* Add an emacs initialisation script to load sawfish.el (Closes: #295290)
* Updated sawfish.el to 1.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Sawfish for Debian (Gnome version)
2
 
----------------------------------
3
 
 
4
 
The sawfish-gnome package includes sawfishl.el, written by Dave Pearson
5
 
<davep@davep.org>, which is normally distributed from his web site
6
 
http://www.acemake.com/hagbard/.
7
 
 
8
 
To install Gnome menu with popup-root-menu put these lines in your
9
 
~/.sawfishrc
10
 
 
11
 
  (require 'sawfish.wm.gnome.menus)
12
 
    (setq apps-menu gnome-menus)
13
 
 
14
 
---------------------------------------------------------------------
15
 
 
16
 
For each upstream release you need to restart Sawfish with :
17
 
 
18
 
sawfish-client -f restart
19
 
 
20
 
Because Sawfish load his lisp code on demand, each new version doesn't work
21
 
with previous lisp code (ie: popup menu doesn't work).
22
 
 
23
 
I'll close all bugs report related to this feature.
24
 
 
25
 
Also if you have this error:
26
 
 
27
 
$ sawfish-ui 
28
 
error--> (file-error "No such file or directory" "gui/gtk")
29
 
 
30
 
This is because you have mixed up Ximian packages and Debian packages.
31
 
You need to replace all Ximian packages related to sawfish by the Debian
32
 
packages (rep, rep-gtk, rep-gtk-gnome, librep9).
33
 
 
34
 
Why this doesn't work ?
35
 
 
36
 
Because Ximian doesn't follow the Debian policy (Chapter 12.1) :
37
 
 
38
 
     If a program needs to specify an _architecture specification string_
39
 
     in some place, the following format should be used:
40
 
 
41
 
                    <arch>-<os>
42
 
 
43
 
     where <arch>' is one of the following: i386, alpha, arm, m68k,
44
 
     powerpc, sparc and <os>' is one of: linux, gnu.  Use of _gnu_ in this
45
 
     string is reserved for the GNU/Hurd operating system.
46
 
 
47
 
I'll close all bugs report related to this feature too.
48
 
 
49
 
Christian