Am 26.07.2013 12:33, schrieb Ralf Mardorf:
Hi,
do session managers take care about the configurations of audio apps,
e.g. do they save and restore ~/.config/rncbc.org/ too?
Can they launch apps by a terminal emulation as I can do it using a
script?
E.g.
xfce4-terminal --maximize -T "♪ jackd" -e "jackd --sync -dalsa
-r$sample_rate -p$frames_period"
xfce4-terminal --maximize -T "♪ qtractor" -e qtractor\
$song_path/qtr/$song_name-$song_version_qtr.qtr
Somebody on the Arch general mailing list mentioned to use session
managers, when I ask "How to safe configs to another path than ~" -
https://mailman.archlinux.org/pipermail/arch-general/2013-July/thread.html#…
I'm looking for a solution, not only for audio sessions, but for audio
sessions it's the most important.
Regards,
Ralf
Applications can only save there config files by themselves, a
sessionmanager cant do that ever. All, a sessionmanager can do, is to
ask a application to save it now. If implemented in the application, it
will do so. As well the sessionmanager could give a path to save to, but
the same rule apply as before.