- Sep 16, 2017
-
- Sep 15, 2017
-
-
anonym authored
The previous pattern, `*.{mdwn,html}`, would expand to `HACKING.mdwn *.html` due to `HACKING.mdwn` existing in the Git root these days, leading to all .mdwn files in the wiki would be ignored.
-
anonym authored
-
anonym authored
-
anonym authored
Fix-committed: #14673
-
anonym authored
-
anonym authored
-
intrigeri authored
-
anonym authored
-
anonym authored
-
anonym authored
Fix-committed: #12705
-
anonym authored
-
anonym authored
-
anonym authored
-
anonym authored
Fix-committed: #14623
-
anonym authored
Fix-committed: #14612
-
anonym authored
Merge remote-tracking branch 'origin/feature/12034-improve-ux-of-nautilus-in-root-terminal' into devel Fix-committed: #12034
-
anonym authored
Fix-committed: #14655
-
anonym authored
We want at least the Root Terminal to have our /usr/local/{bin,sbin} scripts *and* overrides in its PATH. Before #12738, when the Root Terminal was started with gksu instead of pkexec, it inherited amnesia's PATH, but that is not the case any more. In particular, now our /usr/local/sbin/nautilus override will be active in the Root Terminal, which was the point of that override. Refs: #12034, #12738
-
anonym authored
-
anonym authored
-
anonym authored
Refs: #14612
-
anonym authored
* It can now handle Array return types. * It has the `return_shellcommand` flag, which, when set, returns the RemoteShellCommand object instead of trying to interpret the return value. This is especially useful when `dbus-send` is expected to fail.
-
anonym authored
We actually depend on it for some tests. Refs: #14612
-
anonym authored
Fix-committed: #13440
-
anonym authored
Fix-committed: #13442
-
amnesia authored
-
intrigeri authored
-
intrigeri authored
Mary Meeker is the author of the "Kleiner Perkins: 2017 Internet trends" report so I think these two bullet points actually refer to the same document.
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
"." is a regexp special char. We mean "." literally so it ought to be escaped. Wrong: $ echo 'user_pref("extensionsXenigmailYconfiguredVersion",' \ | sed --regexp-extended \ '/^(user_)?pref\("extensions.enigmail.configuredVersion",/d' Right: $ echo 'user_pref("extensionsXenigmailYconfiguredVersion",' \ | sed --regexp-extended \ '/^(user_)?pref\("extensions\.enigmail\.configuredVersion",/d' user_pref("extensionsXenigmailYconfiguredVersion",
-
anonym authored
-
anonym authored
Fix-committed: #8917
-
anonym authored
-
anonym authored
Fix-committed: #12436, #12707
-
anonym authored
Apparently I forgot to adapt this scenario when fixing the others.
-
anonym authored
-
anonym authored
This just feels like better organization!
-