KNetworkManager 0.2.2

Valentine Sinitsyn valentine.sinitsyn at usu.ru
Tue Apr 1 12:59:36 CEST 2008


Hello Helmut,

> If nobody has any objections I'll upload the tarballs to the kde-servers 
> tomorrow.
Sorry for the late reply but it seems we've lost the patch for autostart 
file I've sent back in January. Basically it's as follows:

==========================================================
--- src/Makefile.am	(revision 757371)
+++ src/Makefile.am	(working copy)
@@ -31,7 +31,7 @@
  lib_LTLIBRARIES =
  kdeinit_LTLIBRARIES = knetworkmanager.la

-KDE_CXXFLAGS = -UQT_NO_ASCII_CAST
+KDE_CXXFLAGS = -std=gnu++98 -UQT_NO_ASCII_CAST

  # the application source, library search path, and link libraries
  knetworkmanager_la_SOURCES = main.cpp knetworkmanager.cpp 
knetworkmanager-dbus.cpp \
@@ -66,6 +66,10 @@
  # this is where the desktop file will go
  xdg_apps_DATA = knetworkmanager.desktop

+# Autostart entry
+autostartdir = $(datadir)/autostart
+autostart_DATA = knetworkmanager.desktop
+
  # this is where the shell's XML-GUI resource file goes
  shellrcdir = $(kde_datadir)/knetworkmanager
  shellrc_DATA = knetworkmanagerui.rc


I don't insist it must be included into 2.2 but without it KNM simply 
doesn't autostart on my system (Arch Linux Core Dump/KDE 3.5.9, almost 
vanilla). That's because it has session management disabled and KDE 
looks for autostart apps in $KDE_PREFIX/share/autostart.

Does anyone else observe this behavior?

Sincerely,
Valentine Sinitsyn


More information about the kde-networkmanager mailing list