Показаны различия между двумя версиями страницы.
Следующая версия | Предыдущая версия | ||
удалить_кнопку_suspend_в_gnome-shell [2015.02.21 19:45] – создано admin | удалить_кнопку_suspend_в_gnome-shell [Дата неизвестна] (текущий) – удалено - внешнее изменение (Дата неизвестна) 127.0.0.1 | ||
---|---|---|---|
Строка 1: | Строка 1: | ||
- | ====== Удалить кнопку suspend в gnome-shell ====== | ||
- | |gnome-shell | 3.10.4| | ||
- | |файл | / | ||
- | < | ||
- | this._suspendAction = this._createActionButton(' | ||
- | this._suspendAction.connect(' | ||
- | |||
- | this._powerOffAction = this._createActionButton(' | ||
- | this._powerOffAction.connect(' | ||
- | | ||
- | |||
- | + item.actor.add(this._powerOffAction, | ||
- | - this._altSwitcher = new AltSwitcher(this._powerOffAction, | ||
- | - item.actor.add(this._altSwitcher.actor, | ||
- | </ |