Commit Graph

6 Commits

Author SHA1 Message Date
Marek Marczykowski
47e1665096 vm/file-editor: connect /dev/null as stdin (#657)
If stdin is closed (not connected to /dev/null) first opened file will get fd=0
and will be treated as stdin.
2012-09-27 02:06:26 +02:00
Marek Marczykowski
e81fb612ce vm/file-editor: load session environment (#620)
Especially set DBUS socket to allow interprocess communication instead of
spawning new instances or timeouts.
2012-07-12 03:56:09 +02:00
Marek Marczykowski
7a190d4171 vm: do not ignore file extension when selecting file editor (#423) 2012-02-06 15:03:43 +01:00
Marek Marczykowski
42325fc8e4 vm/file-editor: update masked characters (#406)
Do not blacklist eg dot.
2012-01-14 01:33:18 +01:00
Marek Marczykowski
dda13ef35f vm/file-editor: mask some charracters in filename (#406)
mimeopen passes wrong filename to the editor/viewer when filename contains '#'.
So mask this (replace _) and some other non-alpha-numeric characters.
2012-01-11 19:08:15 +01:00
Marek Marczykowski
adc0b6eff5 vm(+dom0): major rearrage VM files in repo; merge core-*vm packages 2012-01-06 21:31:12 +01:00