Since ahead released NeroLinux 2.0.0.0 as rpm i wrote an ebuild to install/remove NeroLinux via portage. ebuild will be attached. Reproducible: Always Steps to Reproduce: mkdir -p /usr/local/portage/app-cdr/nerolinux wget -O /usr/local/portage/app-cdr/nerolinux http://lichtspiele.org/~equinox/nerolinux-2.0.0.0.ebuild ebuild /usr/local/portage/app-cdr/nerolinux/nerolinux-2.0.0.0.ebuild digest emerge nerolinux Actual Results: ebuild not added to portage Expected Results: add ebuild to portage tree NeroLinux is not for free, will require a subscription (ahead software Germany) category: app-cdr package: nerolinux version: 2.0.0.0
Created attachment 53628 [details] nerolinux 2.0.0.0 ebuild
*** Bug 85838 has been marked as a duplicate of this bug. ***
Thanx for the ebuild... After emerging I needed to perform these actions: chown root:cdrw /usr/share/nero -R chmod g+x /usr/share/nero -R ...in order to get access to the virtual and my own burner.
I didn't had to change group rights, all .so-files in /usr/share/linux had been set rights to 0755. The only thing I had to do was give read/write access to devices as described in NeroLinux: Menu -> Help -> System Settings. I updated the ebuild with an apropriate message. I'm not sure if it's needed to change group to cdrw, it works for me without this. @Harold Aling: Is your user in group 'cdrw'? PS: I did a little mistake in my first comment, should be: wget -O /usr/local/portage/app-cdr/nerolinux/nerolinux-2.0.0.0.ebuild http://lichtspiele.org/~equinox/nerolinux-2.0.0.0.ebuild -or- cd /usr/local/portage/app-cdr/nerolinux wget http://lichtspiele.org/~equinox/nerolinux-2.0.0.0.ebuild
The user (me) is in CDRW, and before I changed the owner of the files I didn't have any burner, not even the virtual... I will double check this tonight, when I'm back from work... An other question: maybe add mpg123 als dependency under a encode/decode use flag?
I modified the ebuild: IUSE="mp3 oggvorbis shorten" RDEPEND="x11-libs/gtk+ mp3? ( media-sound/mpg123 ) oggvorbis? ( media-sound/vorbis-tools ) shorten? ( media-sound/shorten )" I didn't find any corresponding use-flag for media-sound/shorten so I added "shorten" as a new useflag to the ebuild hoping this wouldn't make any trouble... ebuild has been updated
Comment on attachment 53628 [details] nerolinux 2.0.0.0 ebuild ebuild is obsolete now
Created attachment 54334 [details] nerolinux 2.0.0.0 ebuild
After the un- and remerge of nerolinux (new ebuild), standard users can't burn a cd's again... /usr/share/nero: drwx------ 2 root root 4.0K Mar 24 21:15 nero Meaning: other users than root:root can't access this directory. The EULA also isn't showing due to these permissions: drwx------ 2 root root 4.0K Mar 24 21:15 desktop drwx------ 2 root root 4.0K Mar 24 21:15 docs drwx------ 2 root root 4.0K Mar 24 21:15 pixmaps So, I will quote myself again: chown root:cdrw /usr/share/nero -R chmod g+x /usr/share/nero -R Harold...
Created attachment 54379 [details] /usr/share/applications/nerolinux.desktop Maybe add this .desktop file?
*** This bug has been marked as a duplicate of 84847 ***
Thank you, Wolfram... (for putting this into Portage!)