d9bc9b0989
just don't create any visual feedback. This will make sure the apps will also have windows shown on the virtual desktop where they were launched (#68851), and they'll also be able to get user timestamp from the startup notification. KGet no longer needs exception in focus stealing prevention, KWallet either (as the openWallet() call can get a mainwindow id). If I'm lucky I even haven't broken anything. svn path=/trunk/kdebase/kwin/; revision=358798
20 lines
617 B
Makefile
20 lines
617 B
Makefile
kconf_PROGRAMS = kwin_update_window_settings
|
|
kconfdir = $(libdir)/kconf_update_bin
|
|
|
|
kwin_update_window_settings_SOURCES = update_window_settings.cpp
|
|
|
|
kwin_update_window_settings_LDADD = $(LIB_KDECORE)
|
|
kwin_update_window_settings_LDFLAGS = $(all_libraries)
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
sounddir= $(kde_sounddir)
|
|
sound_DATA = pop.wav
|
|
|
|
update_DATA = kwin.upd kwinsticky.upd kwiniconify.upd kwin3_plugin.upd kwin_focus1.upd \
|
|
kwinupdatewindowsettings.upd kwin_focus2.upd
|
|
update_SCRIPTS = pluginlibFix.pl kwin3_plugin.pl kwin_focus1.sh kwin_focus2.sh
|
|
|
|
updatedir = $(kde_datadir)/kconf_update
|