Posts by tag : elementary os

Как исправить "дублирование" иконки Google Chrome в Elementary OS Plank

chrome

После недавнего апдейта Google Chrome, его иконка стала "раздваиваться" в доке (Plank). Одна "копия" прикреплена в доке (и не активна), а "вторая" появляется при запуске и уже отвечает за активное окно.

Исправить это можно, внеся изменения в ярлык запуска :
sudo gedit /usr/share/applications/google-chrome.desktop

Внутри каждой секции "[Desktop Entry]" надо добавить строку
StartupWMClass=Google-chrome-stable

Затем закрыть Chrome, удалить иконка из Plank, перезапустить Chrome. Перезакрепить иконку.

Проблемы ?

Если вы получаете ошибку Your profile could not be opened correctly при запуске браузера - попробуйте "убить" процесс (фоновый процесс может блокировать файлы профиля) :
sudo killall -9 chrome


Notes by tag : elementary os

No results found.
Ievgen
Kuzminov "iJackUA"
Web Team Lead
at MobiDev (Kharkiv, Ukraine)
Code in Ruby and Elixir, but still love PHP. Explore ES6 and Vue.js. Explore databases, use Ubuntu and MacOS, think about IT people and management

Notes


Skaffold tool that facilitates continuous development for Kubernetes-native applications. Continuously deploys to your local or remote Kubernetes cluster.



DoItLive is a tool for live presentations in the terminal. It reads a file of shell commands and replays the commands in a fake terminal session as you type random characters.