FileCase not starting [solved]

asked 2018-06-04 01:27:34 +0300

chris_bavaria gravatar image

updated 2018-06-04 09:20:50 +0300

[root@Sailfish nemo]# filecase  
error: XDG_RUNTIME_DIR not set in the environment.    
[C] unknown:0 - Failed to create display (No such file or directory)

After update to 2.2.0.29 FileCase shows a white screen if started.

Reinstalling with "# pkcon install --allow-reinstall filecase" won't help. Is anybody with same issue?

[root@Sailfish nemo]# sudo filecase
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Available platform plugins are: hwcomposer, minimal, wayland-egl, wayland.

Reinstalling the application may fix this problem.
Aborted
edit retag flag offensive close delete

Comments

5

Hi. Fix with:

  1. Open terminal

  2. write devel-su vi /usr/share/filecase/qml/pages/TransfersDelegate.qml +145

  3. Now search this line: _hasValueLabel: false

  4. Write so: //_hasValueLabel: false

Save and open the FilseCase

Rafaelvlmendes ( 2018-06-04 06:33:35 +0300 )edit
1

I had the same problem and this promp opend just an empty screen in vi. I did use the line with nano (via ssh from my Linux desktop) and without +145. In nano you can use the shortcut x_ (x=ctrl or strg) than you can type in the line 145 and comment it out like Rafaelvlmendes wrote

dirksche ( 2018-06-04 08:34:14 +0300 )edit

When Nano is used in place of Vi, the command then looks like this;

devel-su nano +145 /usr/share/filecase/qml/pages/TransfersDelegate.qml

Then there is the problem of dropbox not working in Filecase.

Spam Hunter ( 2018-06-04 10:22:20 +0300 )edit

FileCase seems abandoned, is the source code available?

pmelas ( 2018-06-04 12:19:07 +0300 )edit
1

@pmelas - I'd agree, Cepi Perez hasn't been seen for sometime now. It is my understanding that his last phone got stolen and access to the internet is not always possible for him. As far as I'm aware, there is no source code available and is certainly not on his Github page; https://github.com/CepiPerez

Spam Hunter ( 2018-06-04 14:03:01 +0300 )edit