quandary
January 19th, 2008, 04:51 PM
Hi,
I am customizing the Gnome Display manager.
My problem is, that every time I compile and install, there seems to be no changes commited to my system.
I had this before when customizing the gnome-session, and there it was that the gnome-session executable wasn't copied to /usr/sbin... so i had to overwrite the gnome-session file, and the changes suddenly appeared.
Now I have the changed file "gdm-binary", and thought maybe i have to copy it to /usr/sbin, but there is no file named "gdm-binary" in sbin, nor anywhere else on the system...
I thought it could be /usr/sbin/gdm, so i renamed gdm-binary to gdm, and copied it there. But the only thing that happened was for Ubuntu to start Xubuntu on startup, which is not what i want...
Previously I changed the "gdmsetup" executable, and there the changes also only took effect when i manually copied the file over, after typing "make install"...
Also, the filesize is of the compiled versions is rather much larger than the size of the original files. I suppose there is debug information in it. But there is no "make release". How do i tell make not to include debug information?
I am customizing the Gnome Display manager.
My problem is, that every time I compile and install, there seems to be no changes commited to my system.
I had this before when customizing the gnome-session, and there it was that the gnome-session executable wasn't copied to /usr/sbin... so i had to overwrite the gnome-session file, and the changes suddenly appeared.
Now I have the changed file "gdm-binary", and thought maybe i have to copy it to /usr/sbin, but there is no file named "gdm-binary" in sbin, nor anywhere else on the system...
I thought it could be /usr/sbin/gdm, so i renamed gdm-binary to gdm, and copied it there. But the only thing that happened was for Ubuntu to start Xubuntu on startup, which is not what i want...
Previously I changed the "gdmsetup" executable, and there the changes also only took effect when i manually copied the file over, after typing "make install"...
Also, the filesize is of the compiled versions is rather much larger than the size of the original files. I suppose there is debug information in it. But there is no "make release". How do i tell make not to include debug information?