[MacPorts] #25578: amarok doesn't run

MacPorts noreply at macports.org
Wed Jul 28 12:43:42 PDT 2010


#25578: amarok doesn't run
-------------------------------+--------------------------------------------
  Reporter:  sa00044@…         |       Owner:  illogic-al@…           
      Type:  defect            |      Status:  reopened               
  Priority:  Normal            |   Milestone:                         
 Component:  ports             |     Version:  1.9.1                  
Resolution:                    |    Keywords:                         
      Port:  amarok            |  
-------------------------------+--------------------------------------------

Comment(by michaelld@…):

 Yeah; seems as though you have a local permissions issue.  If you do:
 {{{
 ls -ld /Users/Nikolas/Library/Preferences/KDE
 ls -ld /Users/Nikolas/Library/Preferences/KDE/share
 }}}
 make sure it comes back with what you'd expect for a local directory --
 mine are:
 {{{
 drwxr-xr-x  3 FOO  staff  204 Jul  7 20:25
 /Users/FOO/Library/Preferences/KDE/
 drwx------  4 FOO  staff  136 Jul  7 20:25
 /Users/FOO/Library/Preferences/KDE/share/
 }}}
 so I would expect yours to be something like:
 {{{
 drwxr-xr-x  3 Nikolas  staff  [stuff]
 /Users/Nikolas/Library/Preferences/KDE/
 drwx------  3 Nikolas  staff  [stuff]
 /Users/Nikolas/Library/Preferences/KDE/share
 }}}
 If you find instead that they are not owned by you ("Nikolas" & "staff"),
 then you'll want to change them to be do, e.g.:
 {{{
 sudo chown -R Nikolas /Users/Nikolas/Library/Preferences/KDE
 sudo chgrp -R staff /Users/Nikolas/Library/Preferences/KDE
 }}}
 You might also consider checking other parts of ~/Library and
 ~/Library/Preferences to make sure you own them; lack of ownership causes
 issues!

-- 
Ticket URL: <http://trac.macports.org/ticket/25578#comment:30>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list