[arch-general] Add keditbookmarks to kdebase
Hello! Sorry for my english, i'm russian :) Look at that: http://websvn.kde.org/tags/KDE/4.4.5/kdebase/apps/ But there is no keditbookmarks app in kdebase: pkgbase=kdebase pkgname=('kdebase-dolphin' 'kdebase-kappfinder' 'kdebase-kdepasswd' 'kdebase-kdialog' 'kdebase-kfind' 'kdebase-kinfocenter' 'kdebase-konqueror' 'kdebase-konsole' 'kdebase-kwrite' 'kdebase-lib' 'kdebase-plasma') Keditbookmarks now is a part of konqueror (see the file list for kdebase-konqueror => usr/bin/konqueror). But keditbookmarks is required by some apps (krdc, krusader and others) to edit bookmarks. So, without konqueror you can't edit bookmarks in the krusader (nothing appears after clicking "manage bookmarks"). I think that need to split konqueror on two packages: konqueror and keditbookmarks, because install konqueror just for working bookmark editor in krusader isn't good. P.S. I think you understand me :)
[arch-general] Interactive boot mode like in Gentoo
What do you think about it? Need to be in Arch? During booting before starting daemons appears message: "Press I to enter interactive boot mode" Interactive boot allows to select action for each daemon such "start service" and "skip service"
[arch-general] Bug in aur.archlinux.org
I tried to send new package, made archive with makepkg --source. After uploading package, i saw package version ".-1" on the packages' page in aur. In the PKGBUILD: pkgver=2858 but build() function contains one interesting string: pkgver="$ver.$revision" it's for fix pkg version during the build ($ver gets from sources). I tried to change this string to: sleep 0;pkgver="$ver.$revision" and aur successfully discovered package version (2858)
[arch-general] Shutdown and reboot
Please tell me the best way to allow non root user to use halt, reboot, shutdown e t.c. May be set group "power" to this binaries? $ ls -l /sbin/halt -rwxr-xr-x 1 root root 15152 2010-10-02 13:26 /sbin/halt (Not only for me but in distro). No?