Custom Query (1145 matches)
Results (220 - 222 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#242 | invalid | view_home setting in .owlconf gets overridden | kchen | |
Description |
In my .owlconf's owl::startup, I have: owl::comamnd('set view_home std'); When I start barnowl, though, "show variable view_home" says that the current value is "all". barnowl should not override the value of view_home. Ideally, barnowl will also start with the specified value of view_home in use. |
|||
#243 | fixed | openafs support should take advantage of dkms | lizdenys | broder |
Description |
Now that there's dkms support for openafs in Jaunty, we should figure out how best to take advantage of it. We probably don't want to install openafs-modules-dkms instead of our openafs-modules metapackages, because the time to build the kernel module sucks if it can be avoided. Maybe adding openafs-modules-dkms as a recommendation of debathena-locker? |
|||
#244 | fixed | tex-config may not configure tex completely | jesstess | |
Description |
Some further investigation is needed, but it seems like tex-config (or maybe something else?) isn't completely configuring the format cache correctly. Jessica reported getting the following when she tried to TeX a beamer file today: kpathsea: Running mktexfmt latex.fmt fmtutil: config file `fmtutil.cnf' not found. I can't find the format file `latex.fmt'! Running fmtutil-sys --all fixed the problem. Maybe tex-config's postinst should run that instead of fmtutil-sys --refresh? |