Difference: UnixNotes (50 vs. 51)

Revision 5104 May 2014 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="TechNotes"
Line: 198 to 198
  That command dumps all HTTP traffic to 173.76.76.13 into capture.txt and displays it on the console. -s 0 means no packet size limit, -A means dump in ASCII (good for HTTP), and -vv means verbose.
Added:
>
>

default applications

I had a problem where xdg-open (and all of GNOME) was using Handbrake to open video/mp4 files when I had configured GNOME (using the settings app) and xdg-open (using xdg-mime) to use VLC. It turns out that xdg-open delegates to gvfs-open in a GNOME environment, and for some reason gvfs-open didn't respect what I had done in the settings app. gvfs-mime is supposed to allow you to set the preferences, but they didn't "stick". In the end I had to strace gvfs_mime to see what files it was reading, and then hand-edit ~/.local/share/applications/mimeapps.list. There's a section called [Added Associations] that seems to have precedence over [Default Applications]. When I removed ghb from the added associations gvfs-mime started being willing to use vlc to open videos.

 
META TOPICMOVED by="guest" date="1077055262" from="Tech.UnixTips" to="Tech.UnixNotes"
View topic | History: r51 < r50 < r49 < r48 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback