WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: SpaceFM a file manager  (Read 13239 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: SpaceFM a file manager
« Reply #15 on: February 27, 2013, 11:59:09 AM »
Hi tinypoodle
Absolutely correct, I forgot about that possibility. If the drive lies about having finished writing to the OS then waiting
for the umount command to complete is not sufficient.
Update my previous reply to reflect such.

aus9

  • Guest
Re: SpaceFM a file manager
« Reply #16 on: February 27, 2013, 03:06:04 PM »
AmatCoder
thanks for the heads up

Lee
I found my error, it was the desktop entry not matching the icon name, silly me. Its morning here  so will do a rebuild and test later.
Once tested I will supply a kind of script to allow you to remaster the tcz until the repository is updated.

tinypoddle
I will send you a pm shortly

to all interested in clean unmounting
I mentioned that I had not resolved that issue. I do know about our /etc/fstab having an impact.

I hope you read my info file on eject and clean unmounting

EDIT
rebuild works will make a temporary remaster script later
image attached
possible tcz fix submitted for approval.

« Last Edit: February 27, 2013, 04:09:04 PM by aus9 »

aus9

  • Guest
Re: SpaceFM a file manager
« Reply #17 on: February 27, 2013, 05:08:43 PM »
ok this is a possible work-a-round only for those users who need a wbar icon and can not wait for the tcz fix to be uploaded.
try at own risk but give feedback if it does not work, it works for me but I did rush it out

download the attachment and then make it executable with
Code: [Select]
chmod +x fix.sh
# and peruse it and if happy run it with
# from where ever you download to
sh fix.sh

to save you downloading it just have a look here it is a version 1
Quote
#!/bin/sh

mkdir /tmp/unpack
cp /etc/sysconfig/tcedir/optional/SpaceFM.tcz /tmp/unpack
tce-load -i squashfs-tools-4.x coreutils

cd /tmp/unpack
unsquashfs *.tcz
rm -rf *.tcz
rm -rf squashfs-root/usr/local/share/applications/SpaceFM.desktop

DESK=squashfs-root/usr/local/share/applications/SpaceFM.desktop

echo '[Desktop Entry]' > $DESK
echo 'Version=1.0' >> $DESK
echo 'Name=SpaceFM' >> $DESK
echo 'Categories=System;FileTools;Utility;Core;GTK;FileManager;' >> $DESK
echo 'Exec=spacefm %F' >> $DESK
echo 'Icon=spacefm' >> $DESK
echo 'StartupNotify=true' >> $DESK
echo 'Type=Application' >> $DESK
echo 'Terminal=false' >> $DESK
echo 'MimeType=inode/directory;inode/mount-point;x-scheme-handler/ssh;x-scheme-handler/smb;x-scheme-handler/nfs;x-scheme-handler/ftp;' >> $DESK
echo 'GenericName=File Manager' >> $DESK
echo 'Comment=Browse the file system' >> $DESK
echo 'X-FullPathIcon=/usr/local/share/icons/Faenza/apps/48/spacefm.png' >> $DESK

mksquashfs squashfs-root/ SpaceFM.tcz
md5sum SpaceFM.tcz > SpaceFM.tcz.md5.txt

/usr/local/bin/cp -f *.tcz* /etc/sysconfig/tcedir/optional/

aus9

  • Guest
Re: SpaceFM a file manager
« Reply #18 on: February 28, 2013, 04:59:56 PM »
to only those interested in seeing a 8 second movie with a cheap nasty camera,
a good camera person always blames his tools, hand held and image is not super clear

first is left hand pane no usb stick
insert usb stick
pane changes .....like most auto mount type distros
remove usb stick
pane changes

of course I am not recommending anyone try this, so I refuse to name the distro where you could ruin your stick's data

http://www.youtube.com/watch?v=PXZGG9rWMsY&feature=youtu.be

Merely showing for proof of concept so not interested in putting a timer in front of camera etc

aus9

  • Guest
Re: SpaceFM a file manager
« Reply #19 on: March 07, 2013, 03:58:20 PM »
wbar is fixed IMO

For those testing spacefm, wbar is fixed in the main server update.
wbar now shows search, root and local user spacefms

they all come from the one tcz SpaceFM



thanks to gutmensch for his time