so now we have no root mode GUI file manager by default?
well Krusader still works as root !
VINNY
well Krusader still works as root !
VINNY
+#ifndef [COLOR=#ff0000]Q_OS_WIN[/COLOR] + // Check whether we are running as root + if (getuid() == 0) { + std::cout << "Executing Dolphin as root is not possible." << std::endl; + return EXIT_FAILURE;
#ifndef Q_OS_WIN // Check whether we are running as root if (getuid() == 0) { std::cout << "Executing Dolphin as root is not possible." << std::endl; return EXIT_FAILURE; } #endif
#ifndef Q_OS_WIN // Check whether we are running as root if (getuid() == 0) { std::cout << "Executing Dolphin as root is not possible." << std::endl; return EXIT_FAILURE; } #endif
Comment