Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] binhex - Krusader

Featured Replies

You should be able to do it in the Terminal window included  in the latest versions of unRAID GUI. (So many folks don't seem to remember that it is there.  SSH is  now only needed when the GUI is unavailable.) 

  • Replies 1k
  • Views 287.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Well that was super frustrating but i found a way of moving the window around:- press and hold ALT then use left mouse button and you can then drag the window around and resize it correctly, once

  • The problem was that in 6.8.0-rc1  I could not access the the Flash Drive ( boot drive) from Krusader.   The reason being that Limetech has changed the permission to the flash drive when it is mounted

  • DontWorryScro
    DontWorryScro

    Try navigating to the windows youd like to be your new default and then inside Krusader go to Window>Save Position  

Posted Images

you're right, Frank1940, I did forget that...thanks for the reminder!

well, since that was the only config folder I could find inside of the kde directory, I did this:
 

root@unRAID:/mnt/cache/appdata/kde# chown -R nobody:users /mnt/cache/appdata/kde/share/config

root@unRAID:/mnt/cache/appdata/kde# chown 755 -R /mnt/cache/appdata/kde/share/config


then I stopped Krusader and started it again...upon starting (it seemed to think that was the first time I started it, looking for associated apps again), it again alerted me about not being able to save bookmarks in /home/nobody/.local/share/user-places.xbel

what did I miss or do incorrectly?

try this command:

 

ls -al /mnt/cache/appdata/binhex-krusader/krusader

I have the latest version of Installed and I came from the 'old' version.  If that directory does not exist something must be awry in your install.  Make sure that you can create a file in the /mnt/cache/appdata  directory.  Along the path to this directory make sure that that the directory owners/users are nobody:users

 

The only other thing I can think of.  Did you install a cache drive since you first installed crusader?  The reason that I ask this is that in the back of my mind, I seem to recall that making a share 'cache only' will cause the share to be removed from the array entirely.  

 

This is what My settings look like.  Notice the AppData Config Path variable ---- Do you have this? 

Capture.thumb.JPG.7f18076bcc1f0ce8b87cf81b846444b0.JPG

 


 

the krusader folder that I have is inside appdata, not inside binhex-krusader.

My settings look like this:

screenshot_77.jpg

  • Author
9 minutes ago, tillkrueger said:

the krusader folder that I have is inside appdata, not inside binhex-krusader.

My settings look like this:

screenshot_77.jpg

 

looking at your screenshot you should be running chmod and chown against /mnt/cache/appdata/kde im assuming each application has its own config folder right?,  thats how it should be.

krusader is the only app I have installed, at the moment.

inside the kde folder there is no config folder...is that where it should be? the only config folder I could find is appdata/share/config, but that can't be right...

let me try this again.

so I did:
 

root@unRAID:/mnt/cache/appdata# chown -R nobody:users /mnt/cache/appdata/kde

root@unRAID:/mnt/cache/appdata# chmod 755 -R /mnt/cache/appdata/kde

restarted Krusader...

but when I open the WebUI it again acts like it's the first time and warns me of the Bookmarks not being able to be written.

I am sorry that I require so much help on getting this to run properly, and now I have to run for a meeting that I am a little late for...will check in again when I get back and thanks so much for all your help so far!

  • Author
17 hours ago, tillkrueger said:

krusader is the only app I have installed, at the moment.

inside the kde folder there is no config folder...is that where it should be? the only config folder I could find is appdata/share/config, but that can't be right...

let me try this again.

so I did:
 

root@unRAID:/mnt/cache/appdata# chown -R nobody:users /mnt/cache/appdata/kde

root@unRAID:/mnt/cache/appdata# chmod 755 -R /mnt/cache/appdata/kde

restarted Krusader...

but when I open the WebUI it again acts like it's the first time and warns me of the Bookmarks not being able to be written.

I am sorry that I require so much help on getting this to run properly, and now I have to run for a meeting that I am a little late for...will check in again when I get back and thanks so much for all your help so far!

 

ok lets try the following, i want to see the permissions are set correctly:-

ls -al -R /mnt/cache/appdata/kde

please post the output of that command here, also please attach the latest supervisord.log file.

Edited by binhex

thank you...here is the output and the log file:
 

root@unRAID:~# ls -al /mnt/cache/appdata/kde

total 76

drwxr-xr-x 1 nobody users   220 Jul 24 11:50 ./

drwxrwxrwx 1 nobody users   268 Jul 24 12:08 ../

-rwxr-xr-x 1 nobody users  8196 Jul 24 11:50 .DS_Store*

-rwxr-xr-x 1 nobody users  4096 Jul 24 11:50 ._.DS_Store*

lrwxrwxrwx 1 nobody users    24 Jan 12  2018 cache-36ce81a7a6d7 -> /var/tmp/kdecache-nobody

drwxr-xr-x 1 nobody users    20 Jul 24 17:01 krusader/

-rwxr-xr-x 1 nobody users   162 Jul 23 19:09 perms.txt*

drwxr-xr-x 1 nobody users    68 Jul 24 11:50 share/

lrwxrwxrwx 1 nobody users    19 Jan 12  2018 socket-36ce81a7a6d7 -> /tmp/ksocket-nobody

-rwxr-xr-x 1 nobody users 41047 Jul 24 18:42 supervisord.log*

lrwxrwxrwx 1 nobody users    15 Jan 12  2018 tmp-36ce81a7a6d7 -> /tmp/kde-nobody

supervisord.log

where is the config folder *supposed* to be, and at which point should it have been created in that place?

Krusader starts up every time like it was never run before, so my settings always revert back to defaults...probably because it can't put its settings anywhere, right?

  • Author
37 minutes ago, tillkrueger said:

where is the config folder *supposed* to be, and at which point should it have been created in that place?

Krusader starts up every time like it was never run before, so my settings always revert back to defaults...probably because it can't put its settings anywhere, right?

 

ok so that log file looks cleaner now, no signs of any permissions issues, if you now look in the following location do you see files/folders? :-

/mnt/cache/appdata/kde/krusader/.config/

 

if so then it is now correctly writing settings out, make a small change to something in krusader and then restart the container, you should now NOT receive the message telling its first run and the change you made should be persistent.

 

btw you have a lot of crud in that folder that shouldn't be there:-

 

-rwxr-xr-x 1 nobody users  8196 Jul 24 11:50 .DS_Store*
-rwxr-xr-x 1 nobody users  4096 Jul 24 11:50 ._.DS_Store*
lrwxrwxrwx 1 nobody users    24 Jan 12  2018 cache-36ce81a7a6d7 -> /var/tmp/kdecache-nobody
lrwxrwxrwx 1 nobody users    19 Jan 12  2018 socket-36ce81a7a6d7 -> /tmp/ksocket-nobody
lrwxrwxrwx 1 nobody users    15 Jan 12  2018 tmp-36ce81a7a6d7 -> /tmp/kde-nobody

so all of the above should be deleted from /mnt/cache/appdata/kde/

this is what I see

then let me try out what you suggested

 

screenshot_78.jpg

the settings changes I made (colors) made it through a restart of the container, but I still get the warning that bookmarks cannot be saved ?

  • Author
34 minutes ago, tillkrueger said:

the settings changes I made (colors) made it through a restart of the container, but I still get the warning that bookmarks cannot be saved ?

 

ok thats progress, so bookmarks should be stored in:- 

/mnt/cache/appdata/kde/krusader/.local/

 

do you see the folder .local and does it contain any files?.

no, I do not

only .config and tmp folders

Edited by tillkrueger
addendum

  • Author
2 minutes ago, tillkrueger said:

no, I do not

only .config and tmp folders

 

ok so the directory that contains the bookmarks doesn't exist, not sure why as i do checks for the existence of the softlink, so ive now removed the check and it will force a softlink on every start this should fix the issue for you, new build should be available in the next 30 mins or so, keep hitting the check for updates button ?

you rock, binhex

will hit that button, starting in about 30 then. :)

 

dang, that was fast!

updated, and BINGO, jumped right into the UI without any errors and with my custom color settings retained.
brilliant, just brilliant

thanks so much binhex

  • Author
1 minute ago, tillkrueger said:

dang, that was fast!

updated, and BINGO, jumped right into the UI without any errors and with my custom color settings retained.
brilliant, just brilliant

thanks so much binhex

 

excellent, thanks for confirming it works.

it’s the least I can do

@binhexDid the update on my Server and no problems.  While you are online, are you aware of this:

 

       https://www.askwoody.com/

 

Apparently, Chrome beginning with version 68 (releasing today) is going to be marking all websites that aren't using https as insecure. Any idea of what this will mean for things like Krusader which use an insecure browser window to run in?  

Edited by Frank1940

  • Author
1 hour ago, Frank1940 said:

Apparently, Chrome beginning with version 68 (releasing today) is going to be marking all websites that aren't using https as insecure. Any idea of what this will mean for things like Krusader which use an insecure browser window to run in?  

 

decided to be a guinea pig *squeak squeak* and upgraded chrome, now running 68 and can still access krusader via novnc html with no obvious problems, yay.

something entirely different and mundane:

being a stickler for details and also a UI designer, would it be much trouble to include the background color of the column header and footer (which is now that garish blue) in the color settings? I would love to keep it all in monochrome tones...it's such a good-looking file-manger already, and that would make it perfect (in my beady eyes, anyway).

  • Author
1 hour ago, tillkrueger said:

something entirely different and mundane:

being a stickler for details and also a UI designer, would it be much trouble to include the background color of the column header and footer (which is now that garish blue) in the color settings? I would love to keep it all in monochrome tones...it's such a good-looking file-manger already, and that would make it perfect (in my beady eyes, anyway).

 

you should be able to tweak pretty much anything you can see and it should persist.

I was trying to find the parameter responsible for those but couldn’t find it...do you know that is accessible via the settings UI?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.