Sawfish will go in -plus
This commit is contained in:
parent
e15975f4f0
commit
969778e09f
15 changed files with 159 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
Sawfish.directory
|
||||
*.desktop
|
||||
Makefile
|
||||
Makefile.in
|
||||
*.directory
|
||||
*.directory.in
|
68
capplets/desktop-links/Sawfish/Makefile.am
Normal file
68
capplets/desktop-links/Sawfish/Makefile.am
Normal file
|
@ -0,0 +1,68 @@
|
|||
## .desktop files
|
||||
##
|
||||
## translate foo.desktop.in and create a foo.desktop file.
|
||||
##
|
||||
|
||||
capplets = \
|
||||
appearance-properties \
|
||||
misc-properties \
|
||||
bindings-properties \
|
||||
move-properties \
|
||||
focus-properties \
|
||||
placement-properties \
|
||||
match-properties \
|
||||
sound-properties \
|
||||
maximize-properties \
|
||||
workspace-properties \
|
||||
meta-properties
|
||||
|
||||
##
|
||||
## Pixmaps
|
||||
##
|
||||
|
||||
pixmaps_DATA = $(group_icon)
|
||||
pixmapsdir = $(GNOMECC_ICONS_DIR)
|
||||
|
||||
|
||||
##
|
||||
## dekstop files
|
||||
##
|
||||
desktop_files = $(capplets:=.desktop)
|
||||
desktop_in_files = $(desktop_files:.desktop=.desktop.in)
|
||||
|
||||
cappletsdir = $(datadir)/control-center/capplets/Sawfish
|
||||
capplets_DATA = $(desktop_files)
|
||||
|
||||
EXTRA_DIST = $(desktop_in_files) Sawfish.directory.in.in $(pixmaps_DATA)
|
||||
|
||||
$(desktop_files): %.desktop: %.desktop.in
|
||||
$(top_builddir)/xml-i18n-merge -d $(top_srcdir)/po $< $@
|
||||
|
||||
|
||||
## Create the .directory file
|
||||
##
|
||||
## foo.directory.in is created from foo.directory.in.in and substituting the Icon field with
|
||||
## the full path of the icon.
|
||||
## foo.directory.in is merged with the translations to create foo.directory
|
||||
## foo.directory is installed and renamed
|
||||
##
|
||||
groups = Sawfish
|
||||
group_icon = sawfish-group.png
|
||||
groups_files = $(groups:=.directory)
|
||||
groups_in_files = $(groups_files:.directory=.directory.in)
|
||||
|
||||
Gnomeccdir = $(datadir)/control-center/capplets/$(groups)
|
||||
Gnomecc_DATA = $(groups_files)
|
||||
|
||||
$(groups_in_files): %.directory.in: %.directory.in.in
|
||||
sed s#Icon=\.*#Icon=$(GNOMECC_ICONS_DIR)/${group_icon}# < $< > $@
|
||||
|
||||
$(groups_files): %.directory: %.directory.in
|
||||
$(top_builddir)/xml-i18n-merge -d $(top_srcdir)/po $< $@
|
||||
|
||||
## We need to install this ourselves cause we change the name of the
|
||||
## file to .directory.
|
||||
install-data-local:
|
||||
$(mkinstalldirs) $(DESTDIR)$(Gnomeccdirp)
|
||||
$(INSTALL_DATA) Sawfish.directory $(DESTDIR)$(Gnomeccdir)/.directory
|
||||
|
5
capplets/desktop-links/Sawfish/Sawfish.directory.in.in
Normal file
5
capplets/desktop-links/Sawfish/Sawfish.directory.in.in
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Desktop Entry]
|
||||
_Name=Sawfish window manager
|
||||
_Comment=Control Center Menu
|
||||
Icon=gnome-ccwindowmanager.png
|
||||
Type=Directory
|
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=Appearance
|
||||
_Comment=Configure window appearance
|
||||
Exec=sawfish-capplet --sawfish-group=appearance
|
||||
Icon=sawfish-appearance.png
|
||||
Terminal=0
|
||||
Type=Application
|
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=Shortcuts
|
||||
_Comment=Configure key shortcuts
|
||||
Exec=sawfish-capplet --sawfish-group=bindings
|
||||
Icon=sawfish-shortcuts.png
|
||||
Terminal=0
|
||||
Type=Application
|
15
capplets/desktop-links/Sawfish/focus-properties.desktop.in
Normal file
15
capplets/desktop-links/Sawfish/focus-properties.desktop.in
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Desktop Entry]
|
||||
_Name=Focus behavior
|
||||
_Comment=Configure window focusing
|
||||
Exec=sawfish-capplet --sawfish-group=focus
|
||||
Icon=sawfish-focus.png
|
||||
Terminal=0
|
||||
Type=Application
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=Matched Windows
|
||||
_Comment=Configure window properties
|
||||
Exec=sawfish-capplet --sawfish-group=match-window
|
||||
Icon=sawfish-matched.png
|
||||
Terminal=0
|
||||
Type=Application
|
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=Minimizing and Maximizing
|
||||
_Comment=Configure window minimization and maximization
|
||||
Exec=sawfish-capplet --sawfish-group=min-max
|
||||
Icon=sawfish-minmax.png
|
||||
Terminal=0
|
||||
Type=Application
|
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=Meta
|
||||
_Comment=Configure window manager configuration properties
|
||||
Exec=sawfish-capplet --sawfish-no-flatten
|
||||
Icon=gnome-ccdialog.png
|
||||
Terminal=0
|
||||
Type=Application
|
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
_Name=Miscellaneous
|
||||
_Comment=Configure miscellaneous window features
|
||||
Exec=sawfish-capplet --sawfish-group=misc
|
||||
Icon=sawfish-misc.png
|
||||
Terminal=0
|
||||
Type=Application
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=Moving and Resizing
|
||||
_Comment=Configure window move/resize
|
||||
Exec=sawfish-capplet --sawfish-group=move
|
||||
Icon=sawfish-moveresize.png
|
||||
Terminal=0
|
||||
Type=Application
|
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=Placement
|
||||
_Comment=Configure window placement
|
||||
Exec=sawfish-capplet --sawfish-group=placement
|
||||
Icon=sawfish-placement.png
|
||||
Terminal=0
|
||||
Type=Application
|
BIN
capplets/desktop-links/Sawfish/sawfish-group.png
Normal file
BIN
capplets/desktop-links/Sawfish/sawfish-group.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=Sound
|
||||
_Comment=Enable window manager sound events
|
||||
Exec=sawfish-capplet --sawfish-group=audio
|
||||
Icon=gnome-multimedia.png
|
||||
Terminal=0
|
||||
Type=Application
|
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=Workspaces
|
||||
_Comment=Configure workspaces
|
||||
Exec=sawfish-capplet --sawfish-group=workspace
|
||||
Icon=sawfish-workspaces.png
|
||||
Terminal=0
|
||||
Type=Application
|
Loading…
Add table
Add a link
Reference in a new issue