6 months ago
How to auto-mount eSATA devices

By default it seems that eSATA devices are treated as evil foreign things that only super users can mount. Thunar will bork with somehting like this:

org.freedesktop.hal.storage.mount-removable no <— (action, result).

I am toor and I expect to be able to do things like this, therefore do the following:

In /usr/share/PolicyKit/policy/org.freedesktop.hal.storage.policy, modify (change no to yes) [See this]

Code:

  <action id="org.freedesktop.hal.storage.mount-removable">
<description>Mount file systems from removable drives.</description>
<message>System policy prevents mounting removable media</message>
<defaults>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>

In /etc/PolicyKit/PolicyKit.conf, add:

Code:

<match action="org.freedesktop.hal.storage.mount-removable">
<match user="your-user-account">
<return result="yes"/>
</match>
</match>

[Also see this]

Comments (View)
1 year ago
Fix Songbird: failed to load libgstpulse.so

sudo apt-get remove libvisual-0.4-plugins

Comments (View)
1 year ago 1 year ago 1 year ago
Linux, Operating System of Bad Mother Fuckers everywhere

Em Emalb in /. comments:

“Reprising his role as Jules from Pulp Fiction:

Jules: [Jules shoots the man on the couch, who turns out to be Steve Jobs, turns to talk to Bill Gates] I’m sorry, did I break your concentration? I didn’t mean to do that. Please, continue, you were saying something about best intentions. What’s the matter? Oh, you were finished! Well, allow me to retort. What does Linus Torvalds look like?

Bill: What?
Jules: What OS do you run?
Bill: What? What? Wh - ?
Jules: “What” ain’t no OS I’ve ever heard of. They have a usable command line in What?
Bill: What?
Jules: Usable command line, mother fucker, do you have one?
Bill: Yes! Yes!
Jules: Then you know what I’m sayin’!
Bill: Yes!
Jules: Describe what Linus Torvalds looks like!
Bill: What?
Jules: Say ‘what’ again. Say ‘what’ again, I dare you, I double dare you motherfucker, say what one more Goddamn time!

[end scene, fade out with Linux, Operating System of Bad Mother Fuckers everywhere]”

Comments (View)
1 year ago 1 year ago 1 year ago 1 year ago