網上都是2.0的,顯然是不能再用了。在外網找到了乙份。
新建乙個exact.sh
#!/bin/sh
workdir=$/shell-theme/
if [ ! -d $/theme ]; then
mkdir -p $/theme
figst=/usr/share/gnome-shell/gnome-shell-theme.gresource
for r in `gresource list $gst`; do
gresource extract $gst $r >$workdir$
done
gnome-shell-theme.gresource.xml
實際檔案應該參考個人實際情況
<?xml version="1.0" encoding="utf-8"?>
calendar-arrow-left.svg
calendar-arrow-right.svg
calendar-today.svg
checkbox-focused.svg
checkbox-off-focused.svg
checkbox-off.svg
checkbox.svg
close-window-active.svg
close-window-hover.svg
close-window.svg
corner-ripple-ltr.png
corner-ripple-rtl.png
dash-placeholder.svg
gnome-shell.css
gnome-shell-high-contrast.css
your file
no-events.svg
no-notifications.svg
noise-texture.png
page-indicator-active.svg
page-indicator-inactive.svg
page-indicator-checked.svg
page-indicator-hover.svg
process-working.svg
toggle-off-us.svg
toggle-off-intl.svg
toggle-on-hc.svg
toggle-on-us.svg
toggle-on-intl.svg
gnome-shell.css
#lockdialoggroup
輸入
apt install libglib2.0-dev-bin
最後
glib-compile-resources gnome-shell-theme.gresource.xml
複製到/usr/share/gnome-shell覆蓋原來檔案即可。 使用者登入後更換會話ID
漏洞 會話標識未更新。提供的解決辦法是,在使用者登入時始終使用新的會話。我仔細檢視了我的 系統。原來在使用者進入登入頁面,但還未登入時,就已經產生了乙個session,使用者輸入資訊,登入以後,session的id不會改變,也就是說還是以前的那個session 事實上session也確實不會改變,因...
使用者登入後更換會話ID
漏洞 會話標識未更新。提供的解決辦法是,在使用者登入時始終使用新的會話。我仔細檢視了我的 系統。原來在使用者進入登入頁面,但還未登入時,就已經產生了乙個session,使用者輸入資訊,登入以後,session的id不會改變,也就是說還是以前的那個session 事實上session也確實不會改變,因...
Windows 7 登入背景更換器
windows 7 beta build 7000 以後提供了乙個新特性,允許廠商或使用者修改 windows 7 的登入背景。以往的系統要實現這個功能必須破解關鍵的系統元件,並使用專用的工具。而現在這一切都變得十分簡單,只需要通過修改登錄檔並將需要的背景命名為指定的名稱拷貝到指定的位置即可!雖然如...