Ivan Daudt
Ivan Daudt
I had some situations where a card gets duplicated (same title) and it makes even more complicated to decide what card exactly you want to discard and what card to...
Agree with @adroslice that advanced options should be there for those that would like to do "something else" with that note. For those that simply want to make a quick...
Running 6.1 Jólnir, kernel 5.13 and just had the same issue connecting to a nextcloud server via webdav It just crashes while file list or thumbs is being updated. Very...
@jeremypw Your're right. Mine is crashing after connection, while it generates thumbs for remote files. This is what I got from gdb. Hope it helps. ``` Starting program: /usr/bin/io.elementary.files [Thread...
Could not reconnect today (apparently the server is not available), BUT just connected to another server and it worked like a charm, so the issue is related to connection speed....
@jeremypw there you go: ``` Starting program: /usr/bin/io.elementary.files [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff2c3d700 (LWP 6081)] [New Thread 0x7ffff243c700 (LWP 6082)] [New Thread...
Had a hard time to find it, but finally have that disabled. Besides being hard to find, it depends on mounting the filesystem, which brings the risk of a crash...
Same thing here. Luckily I found this thread!
Guys, Went around the export limitation with a single command line in linux: `awk -F':' '$1~/^(SUMMARY)/{ printf "%s%s",$2,($1=="SUMMARY"? ORS:"\t") }' input-file.ics > output-file.csv` The output contains only the item name,...