Add migrate from gnome3.2 to gnome3.4

atratsevskiy
parent 82fe1ac904
commit 7810890cc9

@ -0,0 +1,7 @@
# Calculate format=samba
[ver]
gnome = 3.4
[update]
gnome = on

@ -0,0 +1 @@
# Calculate append=skip belong(gnome-core-libs)!=&&ini(update.gnome)!=off&&ini(ver.gnome)>=3.2&&ini(ver.gnome)<3.4&&pkg(gnome-base/gnome-core-libs)>=3.4

@ -0,0 +1 @@
{"category_menu_id":"Internet","button_label":"","display_icon":true,"is_hot_corner":false,"icon_name":"start-here2","main_icon_size":29,"start_with_fav":false,"show_bottom_pane":true,"display_activites":false,"activites_position":false,"main_box_width":520,"left_pane_width":165,"display_places":false,"display_bookmarks":false,"display_system":true,"display_search":true,"system_apps":"gnome-control-center,gnome-terminal","display_shutdown":true,"show_left_pane":false,"max_bookmarks":5,"searchentry_width":260,"favorites_text":true,"favorites_columns":3,"favorites_icon_size":68,"category_with_scroll":false,"category_icon_size":24,"leftpane_icon_size":22,"application_icon_size":32,"categories_box_width":180,"smart_height":true,"axe_in_hotcorner":false,"click_on_category":false,"search_tool":"gnome-search-tool"}

@ -0,0 +1,9 @@
# Calculate format=kde
[rc]
use_copy=true
use_primary=true
synchronize=false
history_pos=true
#-sum(offset,,#-os_x11_width-#)-#
history_x=#-sum(offset,offset - 250)-#
history_y=60

@ -0,0 +1,28 @@
# Calculate path=~ name=.dconfigure chmod=700
#!/bin/bash
wait_dbus() {
for waittime in {0..10};
do
gdbus introspect -e -d org.gnome.Shell -o /org/gnome/Shell | grep EnableExtension &>/dev/null && return
sleep 1
done
}
change_params() {
wait_dbus
gdbus call -e -d org.gnome.Shell --object-path /org/gnome/Shell -m org.gnome.Shell.EnableExtension "axemenu@wheezy" &>/dev/null
gdbus call -e -d org.gnome.Shell --object-path /org/gnome/Shell -m org.gnome.Shell.DisableExtension "auto_close_menu@calculate-linux.org" &>/dev/null
gdbus call -e -d org.gnome.Shell --object-path /org/gnome/Shell -m org.gnome.Shell.DisableExtension "Applications_Menu@rmy.pobox.com" &>/dev/null
}
change_params &
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-1 \[\'\<Primary\>F1\'\]
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-2 \[\'\<Primary\>F2\'\]
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-3 \[\'\<Primary\>F3\'\]
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-4 \[\'\<Primary\>F4\'\]
# hack for lock screen by scroll lock
dconf write /org/gnome/desktop/wm/keybindings/set-spew-mark \[\'Scroll_Lock\'\]
dconf write /org/gnome/desktop/wm/preferences/resize-with-right-button true
rm ~/.dconfigure

@ -0,0 +1,10 @@
# Calculate format=xml_gconf
<?xml version="1.0"?>
<gconf>
<entry name="titlebar_font" type="string">
<stringvalue>Droid Sans Bold 10</stringvalue>
</entry>
<entry name="theme" type="string">
<stringvalue>Adwaita</stringvalue>
</entry>
</gconf>

@ -12,20 +12,20 @@ wait_dbus() {
change_params() {
wait_dbus
#?env(client.os_remote_auth)==||ur_domain_set==off#
gdbus call -e -d org.gnome.Shell --object-path /org/gnome/Shell -m org.gnome.Shell.EnableExtension "Shut_Down_Menu@rmy.pobox.com" &>>/tmp/mmmmqqqq
gdbus call -e -d org.gnome.Shell --object-path /org/gnome/Shell -m org.gnome.Shell.DisableExtension "remove_shutdown@calculate-linux.org" &>>/tmp/mmmmqqqq
gdbus call -e -d org.gnome.Shell --object-path /org/gnome/Shell -m org.gnome.Shell.EnableExtension "Shut_Down_Menu@rmy.pobox.com" &>/dev/null
gdbus call -e -d org.gnome.Shell --object-path /org/gnome/Shell -m org.gnome.Shell.DisableExtension "remove_shutdown@calculate-linux.org" &>/dev/null
#env#
#?env(client.os_remote_auth)!=&&ur_domain_set==on#
gdbus call -e -d org.gnome.Shell --object-path /org/gnome/Shell -m org.gnome.Shell.DisableExtension "Shut_Down_Menu@rmy.pobox.com"
gdbus call -e -d org.gnome.Shell --object-path /org/gnome/Shell -m org.gnome.Shell.EnableExtension "remove_shutdown@calculate-linux.org"
gdbus call -e -d org.gnome.Shell --object-path /org/gnome/Shell -m org.gnome.Shell.DisableExtension "Shut_Down_Menu@rmy.pobox.com" &>/dev/null
gdbus call -e -d org.gnome.Shell --object-path /org/gnome/Shell -m org.gnome.Shell.EnableExtension "remove_shutdown@calculate-linux.org" &>/dev/null
#env#
}
#?env(client.os_remote_auth)==||ur_domain_set==off#
dconf write /org/gnome/org/gnome/nautilus/desktop/home-icon-visible true &>>/tmp/mmmmqqqq
dconf write /org/gnome/org/gnome/nautilus/desktop/home-icon-visible true &>/dev/null
#env#
#?env(client.os_remote_auth)!=&&ur_domain_set==on#
dconf write /org/gnome/org/gnome/nautilus/desktop/home-icon-visible false &>>/tmp/mmmmqqqq
dconf write /org/gnome/org/gnome/nautilus/desktop/home-icon-visible false &>/dev/null
#env#
change_params &

Loading…
Cancel
Save