Edit: Just tried it and saw the update in yaourt, and it works here now, too!
Thank you Berlios!

Edit: And thank you Joste for sending me the BerliOS link to report to!

Moderators: b1o, jkerr82508


Code: Select all
:) yaourt nero
1 community/nrg2iso 0.4-7 [0.00 M] [installed]
Utility for converting CD or DVD image generated by Nero Burning Rom to ISO format
2 aur/cdi2nero 0.9.9-2 (0)
A simple utility to convert a DiscJuggler image to a Nero NRG image.
3 aur/nero 2-1 (8)
Neuro-Evolving Robotic Operatives. A game of training and battle.
4 aur/neroaacdec 1.5.4-2 (34)
Nero AAC reference quality MPEG-4 and 3GPP audio codec
5 aur/neroaacenc 1.5.4-2 (72)
Nero AAC reference quality MPEG-4 and 3GPP audio codec
6 aur/neroaactag 1.5.4-2 (18)
Nero AAC reference quality MPEG-4 and 3GPP audio codec
7 aur/neroconv 1.00-2 (16)
A program which converts Nero image files (nrg) to ISO9660
8 aur/nerolinux 4.0.0.0-2 [installed] (356)
Nero Burning ROM for linux
9 aur/nerolinux3 3.5.3.1-1 (31)
Nero Burning ROM 3 for linux
10 aur/ogmrip-nero-aac 0.4-1 (2)
ogmrip-nero-aac is a plugin which adds support for Nero-AAC audio codec
11 aur/qtuneroid 0.9-7 (19)
Tuner for variety of musical instruments (especially guitar)
12 aur/tuneroid 0.9.5-2 (10)
Tuner for variety of musical instruments (especially guitar)
==> Enter n° of packages to be installed (ex: 1 2 3 or 1-3)Code: Select all
DAEMONS=(syslog-ng network netfs crond alsa hal alsa postgresql dbus)Add both dbus and hal to the array, with dbus preceding hal:Code: Select all
DAEMONS=(syslog-ng dbus hal network netfs ...)
For D-Bus and HAL to be of any practical use, local user accounts should be members of the groups optical and storage. To achieve this, use /usr/bin/gpasswd as root:Code: Select all
# gpasswd -a username optical
# gpasswd -a username storage
Replace username with your actual username (e.g. johndoe).
Code: Select all
:( yaourt -R mplayer-x mplayer-all-skins
Password:
Password:
Password:
You are not allowed to launch pacman with sudo
Please enter root password
Password:
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: acetoneiso2: requires mplayer
:: atunes: requires mplayer
:: devede: requires mplayer
:: electricsheep: requires mplayer
:: gmencoder: requires mplayer
:: gnome-mplayer-svn: requires mplayer
:: kdemultimedia-mplayerthumbs: requires mplayer
:: mandvd: requires mplayer
:: mplayer-terminal: requires mplayer
:: mplayerstart: requires mplayer
:: qdvdauthor: requires mplayer
:: tovid: requires mplayer
:: videotrans: requires mplayerCode: Select all
# pacman -S mplayer
resolving dependencies...
looking for inter-conflicts...
:: mplayer and mplayer-x are in conflict. Remove mplayer-x? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: mplayer-all-skins: requires mplayer-xdedanna1029 wrote:Next issue, seems like I kinda got meself into a pickle here. I need to install mplayer from the regular repos, and uninstall mplayer-x, but it's getting me into dep hell:
<snip>
How do I force-install mplayer, like we used to do in MDV, where we could use the --nodeps, or --force-nodeps (whatever it was) option? I was thinking I could install mplayer with whatever the --nodeps option is in Arch, then uninstall mplayer-x (then it wouldn't have the dep issue).
Code: Select all
# pacman -R tovid videotrans qdvdauthor acetoneiso2 atunes devede electricsheep gmencoder gnome-mplayer-svn kdemultimedia-mplayerthumbs mandvd mplayer-terminal mplayerstart mplayer-x mplayer-all-skins
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: kde-meta-kdemultimedia: requires kdemultimedia-mplayerthumbs
:: qdvdauthor-templates: requires qdvdauthorCode: Select all
.:[ viking@viking60-server : 08:36:47 : ~ ]:.
:) pacman -Q gnome-screensaver
feil: pakke "gnome-screensaver" ikke funnet
.:[ viking@viking60-server : 08:51:52 : ~ ]:.
:( pacman -Q xscreensaver
xscreensaver 5.12-1
.:[ viking@viking60-server : 08:52:16 : ~ ]:.
:)
USING GNOME
For many years, GNOME shipped xscreensaver as-is, and everything just worked out of the box. Recently, however, they've been re-inventing the wheel again in the form of "gnome-screensaver".
To replace gnome-screensaver with xscreensaver:
1: Turn off gnome-screensaver.
Open ``System / Preferences / Screensaver'' and uncheck both boxes.
2: Stop gnome-screensaver from launching at login.
Run the command:
gconftool-2 --type boolean -s \
/apps/gnome_settings_daemon/screensaver/start_screensaver \
false
Or, just uninstall the "gnome-screensaver" package entirely.
3: Launch xscreensaver at login.
Open ``System / Preferences / Sessions / Startup Programs''. Click ``Add'' and type ``xscreensaver''.
4: Tell Preferences to use the xscreensaver configurator.
Edit /usr/share/applications/gnome-screensaver-preferences.desktop and change the Exec= line to say
Exec=xscreensaver-demo
5: Make ``System / Quit / Lock Screen'' use xscreensaver.
Run the command:
sudo ln -sf /usr/bin/xscreensaver-command \
/usr/bin/gnome-screensaver-command
For example, if using Gnome, install gnome-screensaver and xscreensaver but only have gnome-screensaver active. This allows for all the screensavers to be selected, and keep the ability for user switching in the event that one user has the screen locked, and another user wants to "switch users" to he/she can access to the box.