You are not logged in.
Pages: 1
Have anybody installed Nero burning into archlinux?
There is only
deb - Debian packet manager
rpm - Red Hat packet manager
http://www.nero.com/eng/nerolinux-prog.html
Last edited by Mindaugas (2007-04-20 12:15:04)
Offline
Offline
Thank YOU ![]()
Offline
I've downloaded PKGBUILD file and whole conversion went OK. I've copied generated files into /usr/bin/* /usr/lib/* and /usr/share/*. Application is working but at launching I get information that some icons are not found and I should reinstall Nero.
What am I doing wrong?
Linux registered user #328626
Arch powered machine
Offline
IMO nero for linux sux. Get k3b or gnomebaker.
Offline
Brasero 0.5.90 is imo the best choice for a gnome cd burning program.
Offline
Or graveman, if you don't want all the GNOME / KDE depends.
Offline
Nothing's better than cdrecord ![]()
Piou Piou
Offline
Have you guys tried the NeroLinux 3 beta yet?
I'll admit I haven't done much CD burning on Linux, but 3beta seems to be much improved over older NeroLinux versions.
Check it out here: http://www.nero.com/eng/NeroLinux3Beta.html
Make special note of the new GTK2 support :-D
Offline
I've downloaded PKGBUILD file and whole conversion went OK. I've copied generated files into /usr/bin/* /usr/lib/* and /usr/share/*. Application is working but at launching I get information that some icons are not found and I should reinstall Nero.
Test your file permissions with
for n in `pacman -Ql ttf-dejavu | awk '{print $2}'`;do ls -ld $n;done | lessI use in my package for nerolinux this as last line because i have had the same problem:
# fix permissions of directories
find $startdir/pkg -type d -print0 | xargs -r0 chmod 755Last edited by attila (2007-05-17 06:44:52)
Offline
Thanks a lot attila
Everything works fine now
Last edited by hypnos (2007-05-17 19:50:56)
Linux registered user #328626
Arch powered machine
Offline
Thanks a lot attila
Everything works fine now
Nice to see because you got it instead i have a stupid error im my example of finding file permissons of a package.-)
Offline
Pages: 1