#1542 closed defect (fixed)
Gnome GDM error in post-install chmod command
Reported by: | Owned by: | Randy McMurchy | |
---|---|---|---|
Priority: | high | Milestone: | 6.2.0 |
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
Change History (4)
comment:1 by , 20 years ago
Milestone: | future → 6.2 |
---|---|
Owner: | changed from | to
rep_platform: | PC → All |
comment:2 by , 20 years ago
Status: | new → assigned |
---|
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Thanks Hugo for pointing this problem out. It has been fixed.