Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (304 - 306 of 1145)

Ticket Resolution Summary Owner Reporter
#445 fixed debathena-libmoira-dev doesn't install moira.h jdreed

Reported by jdreed, 14 years ago.

Description

third/moira/include/Makefile.in does not define $prefix, and $includedir is defined as ${prefix}/include, so moira.h gets installed as /include/moira/moira.h, and thus is not included in the package.

Adding a

prefix=@prefix@

line fixes the problem.

#446 fixed debathena-lprng fails to patch lpc on squeeze broder broder

Reported by broder, 14 years ago.

Description

The debathenify-lprng script fails to rename lpc -> mit-lpc on Squeeze.

It also fails to do so silently, which sucks. It shouldn't do that.

#447 fixed Update login session options for new gdm in karmic rbasch

Reported by rbasch, 14 years ago.

Description

We will need to update our login session customizations for the new version of gdm in karmic. Needed changes include:

  1. Stop diverting /usr/share/gdm/BuiltInSessions/default.desktop, which does not exist in the new version. I believe this was only diverted to change the name (from "Run Xclient script"). "GNOME" is the new default session name.
  1. Our NOCALLS session is not displaying its blurb to the user, apparently because the message function is no longer available in the new /etc/gdm/Xsession. (It looks like we have other Xsession.d files using message).
  1. Review the new set of session options (in /usr/share/xsessions/). Stock set includes "GNOME", "Failsafe GNOME", and "xterm", and we will again add our "Login Without Customizations" here. We can remove the gnome-failsafe and xterm session files on cluster machines, to match what we do in the old version. We can consider adding another .desktop file if "GNOME" is deemed unsatisfactory.
Note: See TracQuery for help on using queries.