Bug 40119 - Назакрываемое окно synaptic
Summary: Назакрываемое окно synaptic
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: synaptic (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-30 10:23 MSK by Speccyfighter
Modified: 2021-05-30 10:23 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Speccyfighter 2021-05-30 10:23:58 MSK
Если synaptic запустить прямой командой или через apt-indicator (Настройка репозиториев) 

synaptic -r

затем закрыть окно настройки репозиториев synaptic без изменений, то завершить процессы synaptic и "закрыть" оставшееся незакрываемое окно synaptic, можно только командой:

# kill -9 $(ps -eo pid,args | grep synaptic | \
> grep -v grep | awk '{print $1}')