You are not logged in.

#1 2007-04-20 12:11:53

Mindaugas
Member
From: Ireland
Registered: 2004-03-25
Posts: 95

NERO for archlinux?

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

#2 2007-04-20 12:21:45

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,019

Offline

#3 2007-04-20 12:31:01

Mindaugas
Member
From: Ireland
Registered: 2004-03-25
Posts: 95

Offline

#4 2007-05-16 11:12:02

hypnos
Member
From: Poland, Jarocin
Registered: 2006-12-05
Posts: 21

Re: NERO for archlinux?

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

#5 2007-05-16 11:24:41

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

Re: NERO for archlinux?

IMO nero for linux sux. Get k3b or gnomebaker.

Offline

#6 2007-05-16 13:02:35

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: NERO for archlinux?

Brasero 0.5.90 is imo the best choice for a gnome cd burning program.

Offline

#7 2007-05-16 13:05:25

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: NERO for archlinux?

Or graveman, if you don't want all the GNOME / KDE depends.

Offline

#8 2007-05-16 19:11:17

Origynet
Member
From: France - Cannes
Registered: 2007-05-03
Posts: 101

Re: NERO for archlinux?

Nothing's better than cdrecord wink


Piou Piou

Offline

#9 2007-05-16 20:02:56

isez2001
Member
Registered: 2006-08-24
Posts: 33

Re: NERO for archlinux?

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

#10 2007-05-17 06:41:33

attila
Member
Registered: 2006-11-14
Posts: 293

Re: NERO for archlinux?

hypnos wrote:

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 | less

I 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 755

Last edited by attila (2007-05-17 06:44:52)

Offline

#11 2007-05-17 19:50:13

hypnos
Member
From: Poland, Jarocin
Registered: 2006-12-05
Posts: 21

Re: NERO for archlinux?

Thanks a lot attila big_smile Everything works fine now

Last edited by hypnos (2007-05-17 19:50:56)


Linux registered user #328626
Arch powered machine

Offline

#12 2007-05-18 09:38:13

attila
Member
Registered: 2006-11-14
Posts: 293

Re: NERO for archlinux?

hypnos wrote:

Thanks a lot attila big_smile 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

Board footer

Powered by FluxBB