Announcement

Collapse
No announcement yet.

K3B - Can't burn ISO image

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] K3B - Can't burn ISO image

    Original Post here --> https://www.kubuntuforums.net/showth...burn-ISO-image
    MARKED SOLVED now.

    GG, your hint helped but took me a while to search for what really needed done.

    So, K3B can't modify those permissions through it's settings interface thought it does show what it wants under New Permissions. See screenshot below. Had to go to Konsole to manually change to what they needed to be. That is below the screenshot. I did a pre-list of permissions just to be sure what I did worked and also to have a reference point to go back if I screwed it up. Working now so I guess it did work.

    Hope this helps others.

    Click image for larger version

Name:	Selection_191.png
Views:	1
Size:	95.7 KB
ID:	649330

    Code:
    moonrise@PANTHER:~$ ls -la /usr/bin/cdrdao
    -rwxr-xr-x 1 root root 665832 Jan 14 05:17 /usr/bin/cdrdao
    moonrise@PANTHER:~$ sudo chmod 4711 /usr/bin/cdrdao 
    moonrise@PANTHER:~$ ls -la /usr/bin/cdrdao 
    -rws--x--x 1 root root 665832 Jan 14 05:17 /usr/bin/cdrdao
    moonrise@PANTHER:~$ ls -la /usr/bin/wodim 
    -rwxr-xr-x 1 root root 454376 Apr 21  2017 /usr/bin/wodim
    moonrise@PANTHER:~$ sudo chmod 4711 /usr/bin/wodim 
    moonrise@PANTHER:~$ ls -la /usr/bin/wodim
    -rws--x--x 1 root root 454376 Apr 21  2017 /usr/bin/wodim
    Last edited by MoonRise; May 13, 2018, 06:17 PM.
Working...
X