2009/4/6 Julie S <[email protected]>:
> I  must type "export KDEDIRS=/usr/local:$KDEDIRS" at the shell level to get 
> RG to run.  Otherwise, I get a dialoge pop up telling me it found RG 
> 1.7.0--Which I have unistalled.
>
> 2. If that is not possible, could somebody tell me how to add this export 
> command to a startup or login script so all users will be able to run this 
> without typing the export command itself.
>

Hi Julie

One solution would be a small script "rosegarden-start.sh" in /usr/bin
with two lines:

export KDEDIRS=/usr/local:$KDEDIRS
/usr/bin/rosegarden

Make it executable:
chmod o+x /usr/bin/rosegarden-start.sh


Another one:
Add the export to /etc/bash.bashrc

------------------------------------------------------------------------------
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to