<div dir="ltr">I'm getting<div><br></div><div><div>tac@tac-xps13:~/Downloads$  ./digikam-5.9.0-20180217T042939-i386.appimage </div><div>dlopen(): error loading libfuse.so.2</div><div><br></div><div>AppImages require FUSE to run. </div><div>You might still be able to extract the contents of this AppImage </div><div>if you run it with the --appimage-extract option. </div><div>See <a href="https://github.com/AppImage/AppImageKit/wiki/FUSE">https://github.com/AppImage/AppImageKit/wiki/FUSE</a> </div><div>for more information</div><div><br></div><div>When I run it with --appimage-extract, a bunch of files are extracted, but nothing happens, it just ends:</div><div><br></div><div><div>TODO: Implement inode.base.inode_type 10</div><div>squashfs-root/usr/share/showfoto/breeze.rcc</div><div>TODO: Implement inode.base.inode_type 10</div><div>squashfs-root/usr/share/showfoto/data</div><div>squashfs-root/usr/share/showfoto/data/banner-showfoto.png</div><div>squashfs-root/usr/share/showfoto/data/logo-showfoto.png</div><div>squashfs-root/usr/share/showfoto/data/splash-showfoto.png</div><div>squashfs-root/usr/share/solid</div><div>squashfs-root/usr/share/solid/actions</div><div>squashfs-root/usr/share/solid/actions/digikam-opencamera.desktop</div><div>tac@tac-xps13:~/Downloads$ <br></div></div><div><br></div><div>I've followed the instructions on the github issue, too.</div><div><br></div><div>Although I've been using Ubuntu for a while, these permissions, mounting and group issues make me feel like a newbie!</div><div><br></div><div>Tac</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 21, 2018 at 4:05 PM, Andrey Goreev <span dir="ltr"><<a href="mailto:aegoreev@gmail.com" target="_blank">aegoreev@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">
If you get this error:<br><br># fuse: failed to exec fusermount: Permission denied<br><br>check permissions of /usr/bin/fusermount:<br><br># ls -lah /usr/bin/fusermount<br><br>If the output looks like this:<br><br># -rwsr-x--- 1 root root 31K Jul 17 05:18 /usr/bin/fusermount<br><br>then run this command:<br><br># sudo chmod +x /usr/bin/fusermount<br><br>to make permissions loke like this:<br><br># ls -lah /usr/bin/fusermount<br># -rwsr-x--x 1 root root 31K Jul 17 05:18 /usr/bin/fusermount

<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail-m_1581519763638641410gmail_signature"><div dir="ltr"><div>Best regards, <br></div></div></div></div><div><div class="gmail-h5">
<br><div class="gmail_quote">On Wed, Feb 21, 2018 at 2:01 PM, Tac Tacelosky <span dir="ltr"><<a href="mailto:tacman@gmail.com" target="_blank">tacman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Thanks -- will 5.9 release require fuse?  If so, can you add more instructions, I've followed what I can, but am still stuck.  The other missing dependency (in 5.8) was actually pretty easy to install.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 21, 2018 at 2:42 PM, Gilles Caulier <span dir="ltr"><<a href="mailto:caulier.gilles@gmail.com" target="_blank">caulier.gilles@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>2018-02-21 14:46 GMT+01:00 Tac Tacelosky <span dir="ltr"><<a href="mailto:tacman@gmail.com" target="_blank">tacman@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I'm wondering if Facebook integration works better in 5.9 (beta), under Ubuntu 17.10<div><br></div><div>I tried to see for myself, but can't run the appimage because of a fuse error.</div><div><br></div><div><div>dlopen(): error loading libfuse.so.2</div><div><br></div><div>AppImages require FUSE to run. </div><div>You might still be able to extract the contents of this AppImage </div><div>if you run it with the --appimage-extract option. </div><div>See <a href="https://github.com/AppImage/AppImageKit/wiki/FUSE" target="_blank">https://github.com/AppImage/Ap<wbr>pImageKit/wiki/FUSE</a> </div></div><div><br></div><div>I've tried to install Fuse following the instructions, and also the with --appimage-extract option, but no luck.  </div></div></blockquote><div><br></div></span><div>The fuse component is used internally by AppImage to decompress and mount quickly in user sapce the virtual disk from the bundle.</div><div><br></div><div>If i'm not too wrong, fuse right is managed by user properties. Your account must be listed in fuse group from the system. This is how i use Kate AppImage 32 bits compiled by myself to use on embeded Linux CentOS 6 in my office. Typically, the account is just add to fuse group in /etc/groups. You must to be un-logged to see the changes take effect.</div><span><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>Any suggestions?  I've been contributing a bit to the flickr uploader (<a href="https://github.com/TheFox/flickr-cli" target="_blank">https://github.com/TheFox/fli<wbr>ckr-cli</a>) with the idea of eventually being able to use that script to upload to flickr via a queue, but would really like to simply be able to upload selected images via the integrated DigiKam tools.</div></div></blockquote><div><br></div></span><div>The Facebook tool must be ported to OAuth2 to automatize the identification. We will have a student working on this project while this summer. He will also ports others webservice tools to OAuth2, as Google for ex.</div><div><br></div><div>A lots of changes are planed about webservice tools for next 6.0.0. This is a main goal from my pending tasks since a while : more Qt5 only implementations, available everywhere (editor, light table, showfoto), no run-time loading at startup, and a factored API in digiKam core.</div><div> </div><div>I will explain more details later in this room, after to publish the last 5.9.0 release planed in few weeks.</div><div><br></div><div>Best</div><span class="gmail-m_1581519763638641410m_-7174127026330859646HOEnZb"><font color="#888888"><div><br></div><div>Gilles Caulier</div></font></span></div></div></div>
</blockquote></div><br></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>