Siduction Forum

Siduction Forum => Software - Support => Topic started by: tescan on 2014/07/28, 17:10:12

Title: PCManFM und samba
Post by: tescan on 2014/07/28, 17:10:12
Hallo,
hab seit 1 Woche Siduction laufen und bin eigentlich zufrieden  :)

Nur ein kleines Problem mit PCManFM
Netzwerk Siduction-pc <--> XP-pc mit samba errichtet.

Richtung Xp --> Sid ist alles ok.

Sid -->XP sehe ich die share-ordner von XP, kann dateien kopieren und in Sid ablegen + umgekehrt, aber direkt öffnen geht teilweise nicht.
Teilweise, weil z.B. mit Gimp geht es, jedoch ein ".pdf" mit  Pdf-viewer, ein ".txt" mit Medit oder ein ".ods" mit Aoo klappt nicht.
Pdf-wiewer oder Medit kommt hoch aber bleibt leer.

Funktioniert auf Debian/testing und Nautilus

Hat jemand eine Idee?
Title: Re: PCManFM und samba
Post by: dibl on 2014/07/28, 18:02:23


..... oder ein ".ods" mit Aoo klappt nicht.


LibreOffice also fails to open .odt from a Linux server with ssh, using PCmanFM.  The problem may be in LO.
Title: Re: PCManFM und samba
Post by: der_bud on 2014/07/28, 19:35:26
...  The problem may be in LO. 

Yes it is  ;)

Ich finde grade den passenden Bugreport nicht, aber über nicht bearbeitbare LibreOffice-Dateien auf Samba-Shares gibt es viele Beschwerden. Teilweise soll es wohl helfen, wenn man die Pakete gvfs und gvfs-backends nachinstalliert, andere berichten von Erfolg wenn nicht ein smb://-Pfad, sondern ein gemapptes Verzeichnis genutzt wird (im Stil von ungefähr  mount -t cifs -o //192.168.1.1/winfolder  /media/sharedfolder )
Title: Re: PCManFM und samba
Post by: tescan on 2014/07/28, 20:30:53
Danke für die Antworten,
gvfs, gvfs-backends auch schon geladen, mit mount auch rumprobiert, hilft nichts.
Quote
...  The problem may be in LO. 
Aber dann ist der wurm wohl auch in PdfViewer, Medit, ImageMagick ?

Nur mit the Gimp und Icewiesel kann ich eine Bilddatei direkt öffnen!?
Title: Re: PCManFM und samba
Post by: Gabriel_M on 2014/07/29, 00:57:55
When the network folder is open in the file browser and using the details view of files in the folder, the file browser reads the contents of the files in the folder.
If a program tries to open a file exclusively when the file browser is open the network resource, an access violation occurs.
Title: Re: PCManFM und samba
Post by: reinob on 2014/07/29, 10:22:09
Hat jemand eine Idee?

(Ich schreibe liebe auf Englisch, sonst brauche ich eine Woche..)

The problem is AFAIK PCManFM uses gvfs so it doesn't really mount the share. Some programs work OK when they receive the file as "smb://bla/blah" (because they have support for gvfs or somehow understand the syntax), but others (most) do not.

You can verify this by opening the share with PCManFM and then typing "mount" from a terminal to see if it's mounted and how.
If you mount the share regularly you can always add it to your /etc/fstab so that it's "properly" mounted and accessible like (almost) a local filesystem, so everything should work seamlessly.