mdeguzis / RetroRig

(discontinued) Repository for XBMC Retro gaming on x86_64 Linux systems
Other
74 stars 12 forks source link

Start up error on desktop #168

Open Lockzi opened 9 years ago

Lockzi commented 9 years ago

Ubuntu x86_64 14.0.4.1

After doing install and selecting "Start RetroRig on startup" I am presented with a message box on boot (after user login).

Title: Oops! Something went wrong. Message: Unable to create a required folder. Please create the following folder, or set permissions such that it can be created: /home/administrator/.config/nautilus

beaumanvienna commented 9 years ago

Is "administrator" your user name?

Lockzi commented 9 years ago

Yes

beaumanvienna commented 9 years ago

Could you check the permissions of this folder?

It's fine for me after a fresh install yesterday of Ubuntu 14.10 and RR 0.9.8.2: http://slexy.org/view/s21oH1myun

see line 19

beaumanvienna commented 9 years ago

Looking at the slexy paste, line 20 looks suspicious to me.

Thanks for all the feedback Lockzi!

Lockzi commented 9 years ago

Line 20 is linking to itself..?

I did not have that nautilus folder... Created it but the problem did not resolve. Finally re installed Ubuntu 14.04.1 but have not enabled Auto start through retrorig-setup yet. Can do that tomorrow


Sent from my iPhone

On 02 Jan 2015, at 01:56, Jens-Christian notifications@github.com wrote:

Looking at the slexy paste, line 20 looks suspicious to me.

Thanks for all the feedback Lockzi!

— Reply to this email directly or view it on GitHub.

beaumanvienna commented 9 years ago

And now you got this folder?

No, it's linking from ~/.config to .retrorig/.config. We had introduced this link so that you can configure pcsx2 as normal user with $HOME=/home/user instead of $HOME=/home/user/.retrorig (the latter is what all our emulator see when called from within XBMC)