<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=583&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Shutdown and root passsword]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=583</link>
		<description><![CDATA[The most recent posts in Shutdown and root passsword.]]></description>
		<lastBuildDate>Fri, 09 Jun 2017 15:42:49 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2106#p2106</link>
			<description><![CDATA[<div class="quotebox"><cite>greenjeans wrote:</cite><blockquote><div><p>Possibly in /usr/share/polkit-1/actions/org.freedesktop.consolekit.policy, change &quot;auth_admin_keep&quot; to &quot;yes&quot; where appropriate, not sure this is the best way or recommended way but I imagine it will work:</p><div class="codebox"><pre class="vscroll"><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE policyconfig PUBLIC
 &quot;-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN&quot;
 &quot;http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd&quot;&gt;

&lt;!--
Policy definitions for ConsoleKit
--&gt;

&lt;policyconfig&gt;

  &lt;action id=&quot;org.freedesktop.consolekit.system.stop&quot;&gt;
    &lt;description&gt;Stop the system&lt;/description&gt;
    &lt;message&gt;System policy prevents stopping the system&lt;/message&gt;
    &lt;defaults&gt;
      &lt;allow_inactive&gt;no&lt;/allow_inactive&gt;
      &lt;allow_active&gt;yes&lt;/allow_active&gt;
    &lt;/defaults&gt;
  &lt;/action&gt;

  &lt;action id=&quot;org.freedesktop.consolekit.system.stop-multiple-users&quot;&gt;
    &lt;description&gt;Stop the system when multiple users are logged in&lt;/description&gt;
    &lt;message&gt;System policy prevents stopping the system when other users are logged in&lt;/message&gt;
    &lt;defaults&gt;
      &lt;allow_inactive&gt;no&lt;/allow_inactive&gt;
      &lt;allow_active&gt;auth_admin_keep&lt;/allow_active&gt;
    &lt;/defaults&gt;
  &lt;/action&gt;

  &lt;action id=&quot;org.freedesktop.consolekit.system.restart&quot;&gt;
    &lt;description&gt;Restart the system&lt;/description&gt;
    &lt;message&gt;System policy prevents restarting the system&lt;/message&gt;
    &lt;defaults&gt;
      &lt;allow_inactive&gt;no&lt;/allow_inactive&gt;
      &lt;allow_active&gt;yes&lt;/allow_active&gt;
    &lt;/defaults&gt;
  &lt;/action&gt;

  &lt;action id=&quot;org.freedesktop.consolekit.system.restart-multiple-users&quot;&gt;
    &lt;description&gt;Restart the system when multiple users are logged in&lt;/description&gt;
    &lt;message&gt;System policy prevents restarting the system when other users are logged in&lt;/message&gt;
    &lt;defaults&gt;
      &lt;allow_inactive&gt;no&lt;/allow_inactive&gt;
      &lt;allow_active&gt;auth_admin_keep&lt;/allow_active&gt;
    &lt;/defaults&gt;
  &lt;/action&gt;

&lt;/policyconfig&gt;</code></pre></div></div></blockquote></div><p>configuration file looking like xml/xhtml... not so much nice to see.</p>]]></description>
			<author><![CDATA[dummy@example.com (spartrekus)]]></author>
			<pubDate>Fri, 09 Jun 2017 15:42:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2106#p2106</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1995#p1995</link>
			<description><![CDATA[<div class="quotebox"><cite>zapper wrote:</cite><blockquote><div><p>alt + p didn&#039;t really work for me so I am assuming it is a glitch of the testing version.</p></div></blockquote></div><p>Well it won&#039;t work unless you specifically bind those keys (or any other combo of keys) to that command.&#160; Alt+p works in my system because I made that keyboard shortcut as well as the others. Just need to figure out where to change keybindings in your system and tie keys to the obsesssion-exit commands.</p><div class="codebox"><pre><code>mate@vuudomate:~$ obsession-exit --help
Usage:
  obsession-exit [OPTION...] 

Help Options:
  -h, --help             Show help options

Application Options:
  -p, --poweroff         Shutdown the computer
  -s, --suspend          Suspend the computer
  -H, --hibernate        Go to Hibernation
  -r, --reboot           Restart the computer
  -c, --capabilities     List power capabilities</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sun, 04 Jun 2017 21:02:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1995#p1995</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1946#p1946</link>
			<description><![CDATA[<p>alt + p didn&#039;t really work for me so I am assuming it is a glitch of the testing version.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Fri, 02 Jun 2017 22:08:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1946#p1946</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1927#p1927</link>
			<description><![CDATA[<div class="quotebox"><cite>Nili wrote:</cite><blockquote><div><p>sudo shutdown is it not so practical even i&#039;m using it. policykit-1 tool with a config shortcut like alt+p It&#039;s more simplicity.</p></div></blockquote></div><p>I just tied keybindings to obsession commands, obsession-exit is the cli executable i.e. : obsession-exit -p = poweroff/shutdown</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Fri, 02 Jun 2017 19:05:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1927#p1927</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1926#p1926</link>
			<description><![CDATA[<p>I just hope someone wouldn&#039;t come and say here is a AppImage, Snap,&#160; Flatpak... package to do a shutdown <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p> I have mapped it to what i don&#039;t use and can&#039;t easely press it like ctrl+super+alt+del for reboot or end for shutdown.</p>]]></description>
			<author><![CDATA[dummy@example.com (smoki)]]></author>
			<pubDate>Fri, 02 Jun 2017 18:59:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1926#p1926</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1923#p1923</link>
			<description><![CDATA[<div class="quotebox"><cite>zapper wrote:</cite><blockquote><div><p>Yeah... I just tried sudo shutdown and it worked. I will just say, ignore all my kshutdown comments, sudo shutdown is better. hehe.</p></div></blockquote></div><p>Ofcourse that will work, It is the basic shutdown command of the system. I&#039;m still using this one, but what greenjeans says is correct</p><div class="quotebox"><cite>greenjeans wrote:</cite><blockquote><div><p>Still not as quick and cool as merely hitting alt+p and getting a quick 3 second shutdown.</p></div></blockquote></div><p>sudo shutdown is it not so practical even i&#039;m using it. policykit-1 tool with a config shortcut like alt+p It&#039;s more simplicity.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nili)]]></author>
			<pubDate>Fri, 02 Jun 2017 18:28:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1923#p1923</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1922#p1922</link>
			<description><![CDATA[<div class="quotebox"><cite>zapper wrote:</cite><blockquote><div><p>Yeah... I just tried sudo shutdown and it worked. I will just say, ignore all my kshutdown comments, sudo shutdown is better. hehe.</p></div></blockquote></div><p>Still not as quick and cool as merely hitting alt+p and getting a quick 3 second shutdown. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Fri, 02 Jun 2017 18:09:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1922#p1922</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1920#p1920</link>
			<description><![CDATA[<div class="quotebox"><cite>Nili wrote:</cite><blockquote><div><p>Topic interesting this one. I thought to try kshutdown on my minimal setup. <br />WOW just Cool! I didn&#039;t imagine that would bring so many goddess <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Edit: Oh just i see now this is a KDE tool right? Isn&#039;t for me anyway...</p><div class="codebox"><pre class="vscroll"><code>nili ~ $ sudo apt-get install -s kshutdown
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  aspell aspell-en dbus-x11 dictionaries-common docbook-xml docbook-xsl emacsen-common fonts-freefont-ttf gnupg-agent gnupg2 iso-codes
  kate-data katepart kde-runtime kde-runtime-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools liba52-0.7.4 libaa1 libaspell15
  libassuan0 libattica0.4 libaudio2 libavc1394-0 libbasicusageenvironment0 libcanberra0 libcddb2 libchromaprint0 libclucene-core1
  libcrystalhd3 libdbusmenu-qt2 libdca0 libdirectfb-1.2-9 libdlrestrictions1 libdvbpsi9 libebml4 libenchant1c2a libexiv2-13 libfaad2
  libfam0 libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1 libfreerdp-crypto1.1
  libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-primitives1.1 libfreerdp-rail1.1 libfreerdp-utils1.1 libgles1-mesa libgles2-mesa
  libgpgme++2 libgpgme11 libgpm2 libgroupsock1 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libhunspell-1.3-0 libilmbase6 libiodbc2
  libiso9660-8 libkactivities6 libkate1 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5
  libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4
  libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkprintutils4 libkpty4 libkrosscore4 libksba8 libktexteditor4 libkutils4
  libkxmlrpcclient4 libldb1 liblivemedia23 libltdl7 libmad0 libmatroska6 libmhash2 libmng1 libmodplug1 libmpcdec6 libmpeg2-4 libnepomuk4
  libnepomukquery4a libnepomukutils4 libnl-3-200 libnl-route-3-200 libntdb1 libntrack-qt4-1 libntrack0 libopenexr6 libphonon4 libplasma3
  libpolkit-agent-1-0 libpolkit-gobject-1-0 libpolkit-qt-1-1 libpostproc52 libproxy-tools libproxy1 libpth20 libpulse-mainloop-glib0
  libpython2.7 libqca2 libqt4-dbus libqt4-declarative libqt4-designer libqt4-network libqt4-opengl libqt4-qt3support libqt4-script
  libqt4-sql libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libqtwebkit4 libraptor2-0 librasqal3 librdf0
  libresid-builder0c2a libsdl-image1.2 libsdl1.2debian libshine3 libshout3 libsidplay2 libsmbclient libsolid4 libsoprano4 libspeexdsp1
  libssh-gcrypt-4 libstreamanalyzer0 libstreams0 libsysfs2 libtag1-vanilla libtag1c2a libtalloc2 libtdb1 libtevent0 libthreadweaver4
  libtwolame0 libupnp6 libusageenvironment1 libutempter0 libva-drm1 libvcdinfo0 libvlc5 libvlccore8 libvncclient0 libvorbisfile3
  libwbclient0 libwebp5 libwinpr-crt0.1 libwinpr-crypto0.1 libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1 libwinpr-handle0.1
  libwinpr-heap0.1 libwinpr-input0.1 libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1 libwinpr-pool0.1 libwinpr-registry0.1
  libwinpr-rpc0.1 libwinpr-sspi0.1 libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1 libxcb-composite0
  libxcb-keysyms1 libxcb-randr0 libxcb-xv0 libxml2-utils libxslt1.1 libyajl2 libzvbi-common libzvbi0 ntrack-module-libnl-0
  oxygen-icon-theme phonon phonon-backend-vlc pinentry-gtk2 plasma-scriptengine-javascript python-talloc qdbus qtchooser qtcore4-l10n
  samba-libs sgml-base sgml-data soprano-daemon vlc vlc-data vlc-nox vlc-plugin-pulse xdg-utils xml-core
Suggested packages:
  aspell-doc spellutils wordlist docbook docbook-dsssl docbook-defguide dbtoepub docbook-xsl-doc-html docbook-xsl-doc-pdf
  docbook-xsl-doc-text docbook-xsl-doc docbook-xsl-saxon fop libsaxon-java libxalan2-java libxslthl-java xalan gnupg-doc parcimonie
  xloadimage isoquery djvulibre-bin finger icoutils libcanberra-pulse sound-theme-freedesktop nas libcanberra-gtk0 libchromaprint-tools
  python-acoustid firmware-crystalhd libenchant-voikko exiv2 fam freerdp-x11 gpgsm gpm libvisual-0.4-plugins gstreamer-codec-install
  gnome-codec-install gstreamer1.0-tools iodbc hspell libqca2-plugin-cyrus-sasl libqca2-plugin-gnupg libqca2-plugin-ossl
  libqt4-declarative-folderlistmodel libqt4-declarative-gestures libqt4-declarative-particles libqt4-declarative-shaders qt4-qmlviewer
  libqt4-dev libicu52 qt4-qtconfig raptor2-utils rasqal-utils librdf-storage-postgresql librdf-storage-mysql librdf-storage-sqlite
  librdf-storage-virtuoso redland-utils media-player-info phonon-backend-gstreamer phonon-backend-mplayer pinentry-doc sgml-base-doc
  perlsgml w3-recs opensp virtuoso-minimal videolan-doc libdvdcss2 gvfs-bin debhelper
Recommended packages:
  fonts-dejavu enchant gstreamer1.0-plugins-base hunspell-en-us hunspell-dictionary myspell-dictionary libkactivities-bin libqt4-sql-mysql
  libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite libqt4-sql-sqlite2 libqt4-sql-ibase udisks2 upower vlc-plugin-notify vlc-plugin-samba
  libfile-mimeinfo-perl libnet-dbus-perl libx11-protocol-perl x11-utils
The following NEW packages will be installed:
  aspell aspell-en dbus-x11 dictionaries-common docbook-xml docbook-xsl emacsen-common fonts-freefont-ttf gnupg-agent gnupg2 iso-codes
  kate-data katepart kde-runtime kde-runtime-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools kshutdown liba52-0.7.4 libaa1
  libaspell15 libassuan0 libattica0.4 libaudio2 libavc1394-0 libbasicusageenvironment0 libcanberra0 libcddb2 libchromaprint0
  libclucene-core1 libcrystalhd3 libdbusmenu-qt2 libdca0 libdirectfb-1.2-9 libdlrestrictions1 libdvbpsi9 libebml4 libenchant1c2a
  libexiv2-13 libfaad2 libfam0 libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1
  libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-primitives1.1 libfreerdp-rail1.1 libfreerdp-utils1.1 libgles1-mesa
  libgles2-mesa libgpgme++2 libgpgme11 libgpm2 libgroupsock1 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libhunspell-1.3-0 libilmbase6
  libiodbc2 libiso9660-8 libkactivities6 libkate1 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdeclarative5 libkdecore5
  libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4
  libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkprintutils4 libkpty4 libkrosscore4 libksba8 libktexteditor4
  libkutils4 libkxmlrpcclient4 libldb1 liblivemedia23 libltdl7 libmad0 libmatroska6 libmhash2 libmng1 libmodplug1 libmpcdec6 libmpeg2-4
  libnepomuk4 libnepomukquery4a libnepomukutils4 libnl-3-200 libnl-route-3-200 libntdb1 libntrack-qt4-1 libntrack0 libopenexr6 libphonon4
  libplasma3 libpolkit-agent-1-0 libpolkit-gobject-1-0 libpolkit-qt-1-1 libpostproc52 libproxy-tools libproxy1 libpth20
  libpulse-mainloop-glib0 libpython2.7 libqca2 libqt4-dbus libqt4-declarative libqt4-designer libqt4-network libqt4-opengl
  libqt4-qt3support libqt4-script libqt4-sql libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libqtwebkit4
  libraptor2-0 librasqal3 librdf0 libresid-builder0c2a libsdl-image1.2 libsdl1.2debian libshine3 libshout3 libsidplay2 libsmbclient
  libsolid4 libsoprano4 libspeexdsp1 libssh-gcrypt-4 libstreamanalyzer0 libstreams0 libsysfs2 libtag1-vanilla libtag1c2a libtalloc2 libtdb1
  libtevent0 libthreadweaver4 libtwolame0 libupnp6 libusageenvironment1 libutempter0 libva-drm1 libvcdinfo0 libvlc5 libvlccore8
  libvncclient0 libvorbisfile3 libwbclient0 libwebp5 libwinpr-crt0.1 libwinpr-crypto0.1 libwinpr-dsparse0.1 libwinpr-environment0.1
  libwinpr-file0.1 libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1 libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1
  libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1 libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1
  libwinpr-utils0.1 libxcb-composite0 libxcb-keysyms1 libxcb-randr0 libxcb-xv0 libxml2-utils libxslt1.1 libyajl2 libzvbi-common libzvbi0
  ntrack-module-libnl-0 oxygen-icon-theme phonon phonon-backend-vlc pinentry-gtk2 plasma-scriptengine-javascript python-talloc qdbus
  qtchooser qtcore4-l10n samba-libs sgml-base sgml-data soprano-daemon vlc vlc-data vlc-nox vlc-plugin-pulse xdg-utils xml-core
0 upgraded, 225 newly installed, 0 to remove and 0 not upgraded.</code></pre></div><p>replay: <strong>0 upgraded, 225 newly installed, 0 to remove and 0 not upgraded</strong>.</p><p>I&#039;m better staying with sudo shutdown or do not exclude the possibility of installing <strong>policykit-1</strong>. Afterall i used previously on Debian jesssie and i was pretty happy. policykit-1 wants to install only 6 packages in the end. Good solution looks to me.</p></div></blockquote></div><p>Yeah... I just tried sudo shutdown and it worked. I will just say, ignore all my kshutdown comments, sudo shutdown is better. hehe.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Fri, 02 Jun 2017 17:36:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1920#p1920</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1918#p1918</link>
			<description><![CDATA[<div class="quotebox"><cite>smoki wrote:</cite><blockquote><div><div class="quotebox"><cite>zapper wrote:</cite><blockquote><div><p> KShutdown is flawless for ascii.</p></div></blockquote></div><p> Flawlessness is not a problem there, just unbelievable too much uneeded bloatness there <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p> PC hardware have poweroff/restart buttons, these are simple buttons - you press that usually just with one finger and it did the job.</p><p> So why in the hell someone needed 500+ packages on top of basic system, just to provide same functionality with that KShutdown <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p></div></blockquote></div><p>well it&#039;s the only way I have found to shut it down until they fix the issue that doesn&#039;t let the menu shutdown option work.</p><p>I will look for other ways though if you wish... to add to this list. heh.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Fri, 02 Jun 2017 17:28:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1918#p1918</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1916#p1916</link>
			<description><![CDATA[<div class="quotebox"><cite>zapper wrote:</cite><blockquote><div><p> KShutdown is flawless for ascii.</p></div></blockquote></div><p> Flawlessness is not a problem there, just unbelievable too much uneeded bloatness there <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p> PC hardware have poweroff/restart buttons, these are simple buttons - you press that usually just with one finger and it did the job.</p><p> So why in the hell someone needed 500+ packages on top of basic system, just to provide same functionality with that KShutdown <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (smoki)]]></author>
			<pubDate>Fri, 02 Jun 2017 15:48:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1916#p1916</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1842#p1842</link>
			<description><![CDATA[<p>First time to hear about obsession. I&#039;ll give a check definitely. Thank you greenjeans! This looks very minimal, only one package to install.</p><p>Edit: obsession looks like an openbox helpful shutdown tool while i use a tile wm, I have no other choice than using policykit-1 or edit my /etc/sudoers.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nili)]]></author>
			<pubDate>Wed, 31 May 2017 19:04:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1842#p1842</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1837#p1837</link>
			<description><![CDATA[<p>If you want an alternate shutdown system, I have tested Obsession extensively in both Openbox and Mate and it works great. Super easy to make keyboard shortcuts using obsession and get one click shutdown, suspend, hibernate etc.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Wed, 31 May 2017 18:11:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1837#p1837</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1834#p1834</link>
			<description><![CDATA[<p>Topic interesting this one. I thought to try kshutdown on my minimal setup. <br />WOW just Cool! I didn&#039;t imagine that would bring so many goddess <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Edit: Oh just i see now this is a KDE tool right? Isn&#039;t for me anyway...</p><div class="codebox"><pre class="vscroll"><code>nili ~ $ sudo apt-get install -s kshutdown
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  aspell aspell-en dbus-x11 dictionaries-common docbook-xml docbook-xsl emacsen-common fonts-freefont-ttf gnupg-agent gnupg2 iso-codes
  kate-data katepart kde-runtime kde-runtime-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools liba52-0.7.4 libaa1 libaspell15
  libassuan0 libattica0.4 libaudio2 libavc1394-0 libbasicusageenvironment0 libcanberra0 libcddb2 libchromaprint0 libclucene-core1
  libcrystalhd3 libdbusmenu-qt2 libdca0 libdirectfb-1.2-9 libdlrestrictions1 libdvbpsi9 libebml4 libenchant1c2a libexiv2-13 libfaad2
  libfam0 libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1 libfreerdp-crypto1.1
  libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-primitives1.1 libfreerdp-rail1.1 libfreerdp-utils1.1 libgles1-mesa libgles2-mesa
  libgpgme++2 libgpgme11 libgpm2 libgroupsock1 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libhunspell-1.3-0 libilmbase6 libiodbc2
  libiso9660-8 libkactivities6 libkate1 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5
  libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4
  libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkprintutils4 libkpty4 libkrosscore4 libksba8 libktexteditor4 libkutils4
  libkxmlrpcclient4 libldb1 liblivemedia23 libltdl7 libmad0 libmatroska6 libmhash2 libmng1 libmodplug1 libmpcdec6 libmpeg2-4 libnepomuk4
  libnepomukquery4a libnepomukutils4 libnl-3-200 libnl-route-3-200 libntdb1 libntrack-qt4-1 libntrack0 libopenexr6 libphonon4 libplasma3
  libpolkit-agent-1-0 libpolkit-gobject-1-0 libpolkit-qt-1-1 libpostproc52 libproxy-tools libproxy1 libpth20 libpulse-mainloop-glib0
  libpython2.7 libqca2 libqt4-dbus libqt4-declarative libqt4-designer libqt4-network libqt4-opengl libqt4-qt3support libqt4-script
  libqt4-sql libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libqtwebkit4 libraptor2-0 librasqal3 librdf0
  libresid-builder0c2a libsdl-image1.2 libsdl1.2debian libshine3 libshout3 libsidplay2 libsmbclient libsolid4 libsoprano4 libspeexdsp1
  libssh-gcrypt-4 libstreamanalyzer0 libstreams0 libsysfs2 libtag1-vanilla libtag1c2a libtalloc2 libtdb1 libtevent0 libthreadweaver4
  libtwolame0 libupnp6 libusageenvironment1 libutempter0 libva-drm1 libvcdinfo0 libvlc5 libvlccore8 libvncclient0 libvorbisfile3
  libwbclient0 libwebp5 libwinpr-crt0.1 libwinpr-crypto0.1 libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1 libwinpr-handle0.1
  libwinpr-heap0.1 libwinpr-input0.1 libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1 libwinpr-pool0.1 libwinpr-registry0.1
  libwinpr-rpc0.1 libwinpr-sspi0.1 libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1 libxcb-composite0
  libxcb-keysyms1 libxcb-randr0 libxcb-xv0 libxml2-utils libxslt1.1 libyajl2 libzvbi-common libzvbi0 ntrack-module-libnl-0
  oxygen-icon-theme phonon phonon-backend-vlc pinentry-gtk2 plasma-scriptengine-javascript python-talloc qdbus qtchooser qtcore4-l10n
  samba-libs sgml-base sgml-data soprano-daemon vlc vlc-data vlc-nox vlc-plugin-pulse xdg-utils xml-core
Suggested packages:
  aspell-doc spellutils wordlist docbook docbook-dsssl docbook-defguide dbtoepub docbook-xsl-doc-html docbook-xsl-doc-pdf
  docbook-xsl-doc-text docbook-xsl-doc docbook-xsl-saxon fop libsaxon-java libxalan2-java libxslthl-java xalan gnupg-doc parcimonie
  xloadimage isoquery djvulibre-bin finger icoutils libcanberra-pulse sound-theme-freedesktop nas libcanberra-gtk0 libchromaprint-tools
  python-acoustid firmware-crystalhd libenchant-voikko exiv2 fam freerdp-x11 gpgsm gpm libvisual-0.4-plugins gstreamer-codec-install
  gnome-codec-install gstreamer1.0-tools iodbc hspell libqca2-plugin-cyrus-sasl libqca2-plugin-gnupg libqca2-plugin-ossl
  libqt4-declarative-folderlistmodel libqt4-declarative-gestures libqt4-declarative-particles libqt4-declarative-shaders qt4-qmlviewer
  libqt4-dev libicu52 qt4-qtconfig raptor2-utils rasqal-utils librdf-storage-postgresql librdf-storage-mysql librdf-storage-sqlite
  librdf-storage-virtuoso redland-utils media-player-info phonon-backend-gstreamer phonon-backend-mplayer pinentry-doc sgml-base-doc
  perlsgml w3-recs opensp virtuoso-minimal videolan-doc libdvdcss2 gvfs-bin debhelper
Recommended packages:
  fonts-dejavu enchant gstreamer1.0-plugins-base hunspell-en-us hunspell-dictionary myspell-dictionary libkactivities-bin libqt4-sql-mysql
  libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite libqt4-sql-sqlite2 libqt4-sql-ibase udisks2 upower vlc-plugin-notify vlc-plugin-samba
  libfile-mimeinfo-perl libnet-dbus-perl libx11-protocol-perl x11-utils
The following NEW packages will be installed:
  aspell aspell-en dbus-x11 dictionaries-common docbook-xml docbook-xsl emacsen-common fonts-freefont-ttf gnupg-agent gnupg2 iso-codes
  kate-data katepart kde-runtime kde-runtime-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools kshutdown liba52-0.7.4 libaa1
  libaspell15 libassuan0 libattica0.4 libaudio2 libavc1394-0 libbasicusageenvironment0 libcanberra0 libcddb2 libchromaprint0
  libclucene-core1 libcrystalhd3 libdbusmenu-qt2 libdca0 libdirectfb-1.2-9 libdlrestrictions1 libdvbpsi9 libebml4 libenchant1c2a
  libexiv2-13 libfaad2 libfam0 libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1
  libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-primitives1.1 libfreerdp-rail1.1 libfreerdp-utils1.1 libgles1-mesa
  libgles2-mesa libgpgme++2 libgpgme11 libgpm2 libgroupsock1 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libhunspell-1.3-0 libilmbase6
  libiodbc2 libiso9660-8 libkactivities6 libkate1 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdeclarative5 libkdecore5
  libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4
  libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkprintutils4 libkpty4 libkrosscore4 libksba8 libktexteditor4
  libkutils4 libkxmlrpcclient4 libldb1 liblivemedia23 libltdl7 libmad0 libmatroska6 libmhash2 libmng1 libmodplug1 libmpcdec6 libmpeg2-4
  libnepomuk4 libnepomukquery4a libnepomukutils4 libnl-3-200 libnl-route-3-200 libntdb1 libntrack-qt4-1 libntrack0 libopenexr6 libphonon4
  libplasma3 libpolkit-agent-1-0 libpolkit-gobject-1-0 libpolkit-qt-1-1 libpostproc52 libproxy-tools libproxy1 libpth20
  libpulse-mainloop-glib0 libpython2.7 libqca2 libqt4-dbus libqt4-declarative libqt4-designer libqt4-network libqt4-opengl
  libqt4-qt3support libqt4-script libqt4-sql libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libqtwebkit4
  libraptor2-0 librasqal3 librdf0 libresid-builder0c2a libsdl-image1.2 libsdl1.2debian libshine3 libshout3 libsidplay2 libsmbclient
  libsolid4 libsoprano4 libspeexdsp1 libssh-gcrypt-4 libstreamanalyzer0 libstreams0 libsysfs2 libtag1-vanilla libtag1c2a libtalloc2 libtdb1
  libtevent0 libthreadweaver4 libtwolame0 libupnp6 libusageenvironment1 libutempter0 libva-drm1 libvcdinfo0 libvlc5 libvlccore8
  libvncclient0 libvorbisfile3 libwbclient0 libwebp5 libwinpr-crt0.1 libwinpr-crypto0.1 libwinpr-dsparse0.1 libwinpr-environment0.1
  libwinpr-file0.1 libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1 libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1
  libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1 libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1
  libwinpr-utils0.1 libxcb-composite0 libxcb-keysyms1 libxcb-randr0 libxcb-xv0 libxml2-utils libxslt1.1 libyajl2 libzvbi-common libzvbi0
  ntrack-module-libnl-0 oxygen-icon-theme phonon phonon-backend-vlc pinentry-gtk2 plasma-scriptengine-javascript python-talloc qdbus
  qtchooser qtcore4-l10n samba-libs sgml-base sgml-data soprano-daemon vlc vlc-data vlc-nox vlc-plugin-pulse xdg-utils xml-core
0 upgraded, 225 newly installed, 0 to remove and 0 not upgraded.</code></pre></div><p>replay: <strong>0 upgraded, 225 newly installed, 0 to remove and 0 not upgraded</strong>.</p><p>I&#039;m better staying with sudo shutdown or do not exclude the possibility of installing <strong>policykit-1</strong>. Afterall i used previously on Debian jesssie and i was pretty happy. policykit-1 wants to install only 6 packages in the end. Good solution looks to me.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nili)]]></author>
			<pubDate>Wed, 31 May 2017 14:56:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1834#p1834</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1779#p1779</link>
			<description><![CDATA[<div class="quotebox"><cite>pekman wrote:</cite><blockquote><div><p>Nice explanation. But, need to install the polkit package.</p></div></blockquote></div><p> I tought policykit-1 is installed by default <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p> Yes, Restart/Shutdown commands require &#039;policykit-1&#039; package to be installed, Suspend/Hibernate require &#039;upower&#039; package also.</p><p> Thinked of as zapper mentioned KShutdown that GUI require a lot of packages/deps, there is also i think &#039;obsession&#039; gtk2 app can do this also... but if someone like OP mentioned don&#039;t use/want a GUI that is it <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (smoki)]]></author>
			<pubDate>Tue, 30 May 2017 01:19:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1779#p1779</guid>
		</item>
		<item>
			<title><![CDATA[Re: Shutdown and root passsword]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1777#p1777</link>
			<description><![CDATA[<div class="quotebox"><cite>smoki wrote:</cite><blockquote><div><p>With ck on Devuan 1.0, as a user proper commandline should be:</p><p> Shutdown:</p><div class="codebox"><pre><code>dbus-send --system --print-reply --dest=&quot;org.freedesktop.ConsoleKit&quot; /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop</code></pre></div><p> Reboot:</p><div class="codebox"><pre><code>dbus-send --system --print-reply --dest=&quot;org.freedesktop.ConsoleKit&quot; /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart</code></pre></div><p> No additional dependencies again, for those who like <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p> I don&#039;t use Suspend/Hibernate but these should go with UPower, so something like...</p><p> Suspend:</p><div class="codebox"><pre><code>dbus-send --system --print-reply --dest=&quot;org.freedesktop.UPower&quot; /org/freedesktop/UPower org.freedesktop.UPower.Suspend</code></pre></div><p> Hibernate:</p><div class="codebox"><pre><code>dbus-send --system --print-reply --dest=&quot;org.freedesktop.UPower&quot; /org/freedesktop/UPower org.freedesktop.UPower.Hibernate</code></pre></div></div></blockquote></div><p>Nice explanation. But, need to install the polkit package.</p>]]></description>
			<author><![CDATA[dummy@example.com (pekman)]]></author>
			<pubDate>Tue, 30 May 2017 00:30:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1777#p1777</guid>
		</item>
	</channel>
</rss>
