forked from openkylin/ukui-search
Remove useless dbus call.
This commit is contained in:
parent
cc9b5dde11
commit
48c388d129
|
@ -38,7 +38,7 @@ UkuiSearchQDBus::~UkuiSearchQDBus() {
|
||||||
//一键三连
|
//一键三连
|
||||||
void UkuiSearchQDBus::setInotifyMaxUserWatches() {
|
void UkuiSearchQDBus::setInotifyMaxUserWatches() {
|
||||||
// /proc/sys/fs/inotify/max_user_watches
|
// /proc/sys/fs/inotify/max_user_watches
|
||||||
this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep1");
|
// this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep1");
|
||||||
// sysctl
|
// sysctl
|
||||||
this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep2");
|
this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep2");
|
||||||
// /etc/sysctl.conf
|
// /etc/sysctl.conf
|
||||||
|
|
Loading…
Reference in New Issue