Skip to content

Instantly share code, notes, and snippets.

# $Id$
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Maintainer: Thomas Baechler <thomas@archlinux.org>
# Contributor: James Rayner <iphitus@gmail.com>
pkgbase=nvidia-340xx-utils
pkgname=('nvidia-340xx-utils' 'opencl-nvidia-340xx')
pkgver=340.102
pkgrel=5
arch=('i686' 'x86_64')
# Maintainer: David P. <megver83@openmailbox.org>
pkgname=pm-utils
pkgver=1.4.1
pkgrel=1
pkgdesc="Utilities and scripts for suspend and hibernate power management"
arch=('any')
url="https://pm-utils.freedesktop.org"
license=('GPL')
depends=('bash' 'pm-quirks' 'procps')
2017-06-08T01:01:29.669:app.d:main:37 CWD = /home/dirkos/Downloads
2017-06-08T01:01:29.669:app.d:main:41 PWD = /home/dirkos/Downloads
2017-06-08T01:01:29.670:app.d:main:52 UHD = /home/dirkos
2017-06-08T01:01:29.670:app.d:main:56 args[0]=tilix
2017-06-08T01:01:29.670:app.d:main:56 args[1]=-q
2017-06-08T01:01:29.670:app.d:main:56 args[2]=-s
2017-06-08T01:01:29.670:app.d:main:56 args[3]=/home/dirkos/.local/share/data/dev.sda4/tilix.dropdown.json
2017-06-08T01:01:30.172:app.d:main:102 Starting tilix with 4 arguments...
2017-06-08T01:01:30.172:app.d:main:104 arg[0] = tilix
2017-06-08T01:01:30.172:app.d:main:104 arg[1] = -q
2017-06-08T01:12:43.461:app.d:main:37 CWD = /home/dirkos/Downloads
2017-06-08T01:12:43.462:app.d:main:41 PWD = /home/dirkos/Downloads
2017-06-08T01:12:43.462:app.d:main:52 UHD = /home/dirkos
2017-06-08T01:12:43.462:app.d:main:56 args[0]=tilix
2017-06-08T01:12:43.462:app.d:main:56 args[1]=-q
2017-06-08T01:12:43.462:app.d:main:56 args[2]=-s
2017-06-08T01:12:43.462:app.d:main:56 args[3]=/home/dirkos/.local/share/data/dev.sda4/tilix.dropdown.json
2017-06-08T01:12:44.021:app.d:main:102 Starting tilix with 4 arguments...
2017-06-08T01:12:44.021:app.d:main:104 arg[0] = tilix
2017-06-08T01:12:44.021:app.d:main:104 arg[1] = -q
goal:
* build the latest tilix from git with debug info
* to experiment with optimal value for https://github.com/gnunn1/tilix/issues/858
procedure for Ubuntu systems:
:: get the needed dependencies to build tilix
#!/bin/sh
#
## build & install firejail from git via checkinstall
#+ assumptions:
#+ expects presence of $HOME/Downloads/deb.control.firejail
#+ which offers a template for creating a nice .deb
#+ content is in comment attched to this gist
### vars
package="firejail"
/etc/udev/rules.d/60-ios.rules
= = = = = = = = = = = = = = = = = = =
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="05ac", RUN+="/etc/mikkel/ios mount"
ACTION=="remove", SUBSYSTEM=="usb", ATTRS{idVendor}=="05ac", RUN+="/etc/mikkel/ios unmount"
/etc/mikkel/ios
= = = = = = = = = =
#!/bin/sh
/etc/udev/rules.d/60-ios.rules
= = = = = = = = = = = = = = = = = = =
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="05ac", RUN+="/etc/mikkel/ios mount"
ACTION=="remove", SUBSYSTEM=="usb", ATTRS{idVendor}=="05ac", RUN+="/etc/mikkel/ios unmount"
/etc/mikkel/ios
= = = = = = = = = =
#!/bin/sh
# $Id$
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname=seahorse
pkgver=3.20.0
pkgrel=3
pkgdesc="GNOME application for managing PGP keys."
arch=(i686 x86_64)
@glitsj16
glitsj16 / README
Created September 24, 2017 06:24
freetype2-fix for waterfox-bin
This is a temporary fix for people who use waterfox-bin from the AUR.
After freetype2 from official repo got upgraded to 2.8.1-1, firefox font
rendering got broken [ see https://bugs.archlinux.org/task/55663].
Luckily, this got fixed in Arch Linux firefox 55.0.3-3.
Those who use waterfox-bin from AUR are currently still left
with broken font rendering, as upstream tagged the relevant bugs
as '55 wontfix'.
So what to do if you're hit by this bug?
One option is to wait it out untill waterfox-bin 56.x hits the AUR.