#1543 closed defect (duplicate)
Gnome GDM error in post-install chmod command
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: | hugo@… |
Description ¶
In the two chmod commands, the "--prefix=" text should be removed:
Incorrect (current):
chmod -v 644 --prefix=pkg-config --variable=prefix ORBit-2.0
\
/share/gdm/BuiltInSessions/default.desktop &&
chmod -v 644 --prefix=pkg-config --variable=prefix ORBit-2.0
\
/share/xsessions/gnome.desktop
Correct:
chmod -v 644 pkg-config --variable=prefix ORBit-2.0
\
/share/gdm/BuiltInSessions/default.desktop &&
chmod -v 644 pkg-config --variable=prefix ORBit-2.0
\
/share/xsessions/gnome.desktop
Note:
See TracTickets
for help on using tickets.
This bug was already entered into the system, and fixed.
* This bug has been marked as a duplicate of 1542 *