::::: YENİ :::::Uygulama/Program Tanıtımları
0 Üye ve 1 Ziyaretçi konuyu incelemekte.
Kod: [Seç]╔═[21:40]═[ata1@ata1]╚═══===═══[]>> sudo pacman -Ss oblogoutcommunity/oblogout 0.2-17 [kurulu] Openbox logout script
Kod: [Seç]## Read drop-in files from /etc/sudoers.d## (the '#' here does not indicate a comment)#includedir /etc/sudoers.d%wheel ALL=(ALL) ALL%wheel ALL=(ALL) NOPASSWD: ALLata1 ALL=NOPASSWD: ALLata1 ALL=(ALL) NOPASSWD: /sbin/poweroff, /sbin/reboot
Kod: [Seç]#!/bin/bashgmessage “Bilgisayarınızı kapatmak istediğinizden emin misiniz?” -center -title “Take action” -font “Sans bold 10” -default “Cancel” -buttons “_Vazgeç”:1,”_Oturumu Kapat”:2,”_Yeniden Başlat”:3,”_Kapat”:4 >/dev/nullcase $? in1)echo “Exit”;;2)killall openbox;;3)sudo shutdown -r now;;4)sudo shutdown -h now;;esac
Kod: [Seç]/etc/oblogout.conf
Kod: [Seç]/usr/bin/oblogout
Kod: [Seç]<item label="Power Off" icon="/usr/share/icons/la-capitaine-icon-theme-0.4.0/actions/22x22/system-lock-screen.svg"> <action name="Execute"> <execute>/usr/bin/oblogout</execute> </action>