Changeset 619
- Timestamp:
- 06/18/08 10:14:27 (5 months ago)
- Location:
- trinity/trunk
- Files:
-
- 1 added
- 4 modified
-
Makefile (added)
-
debian/changelog (modified) (1 diff)
-
debian/postinst (modified) (1 diff)
-
debian/trinity.gconf-defaults (modified) (4 diffs)
-
session/trinity-session (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trinity/trunk/debian/changelog
r612 r619 1 trinity (0.5.11) UNRELEASED; urgency=low 2 3 * New gconf defaults for netbook applets 4 * Exclude wine from menus 5 * Added Makefile 6 7 -- Trinity <trinity@trinity> Wed, 18 Jun 2008 11:12:06 +0200 8 1 9 trinity (0.5.10) 64studio; urgency=low 2 10 -
trinity/trunk/debian/postinst
r606 r619 26 26 cdd-config touchscreen 27 27 cdd-config asoundrc 28 cdd-config menu wine 28 29 29 30 # Configure dpsyco users -
trinity/trunk/debian/trinity.gconf-defaults
r612 r619 1 /apps/panel/general/toplevel_id_list [bottom_panel] 2 /apps/panel/toplevels/bottom_panel/size 24 3 /apps/panel/toplevels/bottom_panel/orientation bottom 4 /apps/panel/toplevels/bottom_panel/expand true 5 /apps/panel/general/object_id_list [menu] 6 /apps/panel/objects/menu/locked true 7 /apps/panel/objects/menu/menu_path applications:/ 8 /apps/panel/objects/menu/object_type menu-object 9 /apps/panel/objects/menu/position 0 10 /apps/panel/objects/menu/toplevel_id bottom_panel 11 /apps/panel/general/applet_id_list [windows,clock,brightness,mixer,tray,workspaces,trash] 12 /apps/panel/applets/trash/bonobo_iid OAFIID:GNOME_Panel_TrashApplet 13 /apps/panel/applets/trash/object_type bonobo-applet 14 /apps/panel/applets/trash/panel_right_stick true 15 /apps/panel/applets/trash/position 110 16 /apps/panel/applets/trash/toplevel_id bottom_panel 17 /apps/panel/applets/trash/locked true 18 /apps/panel/applets/workspaces/bonobo_iid OAFIID:GNOME_WorkspaceSwitcherApplet 19 /apps/panel/applets/workspaces/object_type bonobo-applet 20 /apps/panel/applets/workspaces/panel_right_stick true 21 /apps/panel/applets/workspaces/position 130 22 /apps/panel/applets/workspaces/toplevel_id bottom_panel 23 /apps/panel/applets/workspaces/locked true 1 /apps/panel/general/toplevel_id_list [top_panel] 2 /apps/panel/toplevels/top_panel/size 24 3 /apps/panel/toplevels/top_panel/orientation top 4 /apps/panel/toplevels/top_panel/expand true 5 /apps/panel/general/object_id_list [] 6 /apps/panel/general/applet_id_list [home,windows,clock,brightness,mixer,tray] 7 /apps/panel/applets/home/bonobo_iid OAFIID:GNOME_GoHome 8 /apps/panel/applets/home/object_type bonobo-applet 9 /apps/panel/applets/home/panel_right_stick false 10 /apps/panel/applets/home/position 0 11 /apps/panel/applets/home/toplevel_id top_panel 12 /apps/panel/applets/home/locked true 24 13 /apps/panel/applets/tray/bonobo_iid OAFIID:GNOME_NotificationAreaApplet 25 14 /apps/panel/applets/tray/object_type bonobo-applet 26 15 /apps/panel/applets/tray/panel_right_stick true 27 /apps/panel/applets/tray/position 15028 /apps/panel/applets/tray/toplevel_id bottom_panel16 /apps/panel/applets/tray/position 0 17 /apps/panel/applets/tray/toplevel_id top_panel 29 18 /apps/panel/applets/tray/locked true 30 19 /apps/panel/applets/mixer/bonobo_iid OAFIID:GNOME_MixerApplet 31 20 /apps/panel/applets/mixer/object_type bonobo-applet 32 21 /apps/panel/applets/mixer/panel_right_stick true 33 /apps/panel/applets/mixer/position 17034 /apps/panel/applets/mixer/toplevel_id bottom_panel22 /apps/panel/applets/mixer/position 20 23 /apps/panel/applets/mixer/toplevel_id top_panel 35 24 /apps/panel/applets/mixer/locked true 36 25 /apps/panel/applets/brightness/bonobo_iid OAFIID:GNOME_BrightnessApplet 37 26 /apps/panel/applets/brightness/object_type bonobo-applet 38 27 /apps/panel/applets/brightness/panel_right_stick true 39 /apps/panel/applets/brightness/position 19040 /apps/panel/applets/brightness/toplevel_id bottom_panel28 /apps/panel/applets/brightness/position 40 29 /apps/panel/applets/brightness/toplevel_id top_panel 41 30 /apps/panel/applets/brightness/locked true 42 31 /apps/panel/applets/clock/bonobo_iid OAFIID:GNOME_ClockApplet 43 32 /apps/panel/applets/clock/object_type bonobo-applet 44 33 /apps/panel/applets/clock/panel_right_stick true 45 /apps/panel/applets/clock/position 20046 /apps/panel/applets/clock/toplevel_id bottom_panel34 /apps/panel/applets/clock/position 60 35 /apps/panel/applets/clock/toplevel_id top_panel 47 36 /apps/panel/applets/clock/locked true 48 37 /apps/panel/applets/clock/prefs/show_date false 49 38 /apps/panel/applets/clock/prefs/format 24-hour 50 /apps/panel/applets/windows/bonobo_iid OAFIID:GNOME_Window ListApplet39 /apps/panel/applets/windows/bonobo_iid OAFIID:GNOME_WindowPicker 51 40 /apps/panel/applets/windows/object_type bonobo-applet 52 41 /apps/panel/applets/windows/panel_right_stick false 53 /apps/panel/applets/windows/position 2454 /apps/panel/applets/windows/toplevel_id bottom_panel42 /apps/panel/applets/windows/position 100 43 /apps/panel/applets/windows/toplevel_id top_panel 55 44 /apps/panel/applets/windows/locked true 56 45 /desktop/gnome/sound/enable_esd false … … 58 47 /desktop/gnome/background/picture_filename /usr/share/pixmaps/trinity/logo.png 59 48 /desktop/gnome/interface/gtk_color_scheme selected_bg_color:#797c797c797c 60 /desktop/gnome/interface/gtk_theme Mist49 /desktop/gnome/interface/gtk_theme Glider 61 50 /desktop/gnome/interface/icon_theme yasis 62 51 /desktop/gnome/interface/gtk_key_theme Default … … 65 54 /desktop/gnome/applications/browser/exec epiphany 66 55 /apps/metacity/global_keybindings/panel_main_menu 0xd9 67 /apps/metacity/general/theme Metabox 68 /apps/compiz/general/allscreens/options/active_plugins [regex,place,extrawm,winrules,neg,video,vpswitch,core,resize,png,resizeinfo,move,workardounds,text,svg,imgjpeg,dbus,session,decoration,snap,wall,animation,expo,fade,scale,scaleaddon,ezoom,switcher,scalefilter] 69 /apps/compiz/plugins/winrules/screen0/options/no_maximize_match (class=Ardour| class=frame | class=Hydrogen | class=Idjcgui.py) & !(title=ardour: plugins | name=ardour_plugin_editor) 70 /apps/compiz/plugins/winrules/screen0/options/no_move_match (class=Ardour | class=frame | class=Hydrogen) & !(title=ardour: plugins | name=ardour_plugin_editor) 71 /apps/compiz/plugins/winrules/screen0/options/no_resize_match (class=Ardour | class=frame | class=Hydrogen) & !(title=ardour: plugins | name=ardour_plugin_editor) 72 /apps/compiz/plugins/winrules/screen0/options/size_matches [(class=Ardour) & name=ardour_editor,class=frame,class=Hydrogen] 73 /apps/compiz/plugins/wall/allscreens/options/prev_key <Control>Left 74 /apps/compiz/plugins/wall/allscreens/options/next_key <Control>Right 56 /apps/metacity/general/theme Mist 75 57 /apps/metacity/global_keybindings/switch_windows <Control>Up 76 58 /apps/metacity/global_keybindings/show_desktop <Control>Down … … 78 60 /apps/gnome-volume-control/HDAIntelAlsamixerMic true 79 61 /apps/gnome-volume-control/HDAIntelAlsamixerMicBoost true 62 /apps/maximus/exclude_class [JACK Audio Connection Kit,pidgin,Pidgin,skype,Skype,gcalctool,gimp-2.4,Gimp-2.4,GNU Image Manipulation Program] -
trinity/trunk/session/trinity-session
r520 r619 1 1 #!/bin/sh 2 2 3 gconftool-2 --list-type=int -s --type=list /apps/compiz/plugins/winrules/screen0/options/size_height_values "[547,547,547]" 4 gconftool-2 --list-type=int -s --type=list /apps/compiz/plugins/winrules/screen0/options/size_width_values "[1022,1022,1022]" 3 exec maximus
