Re: kubuntu 13.04 crashes

2013-06-16 Thread Heena Mahour
Thanks it is working now On Sun, Jun 16, 2013 at 9:01 PM, Roney Gomes wrote: > Hi Heena. > > I sourced your bashrc and got a "Unexpected end of file" error. To fix > this I had to split in multiple lines your functions defined at the > 215 and 216 lines. > > Like this: > > function gd { >

Re: kubuntu 13.04 crashes

2013-06-16 Thread Nelson Chan
Hi Heena, i grabbed a copy of your script. i notice the same error you got when i source it, if i download it directly by wget/curl e.g. curl http://pastebin.com/raw.php?i=YtuMcrX6 -o kderc.sh to make "syntax error near unexpected token `$'{\r'' " error get away, i did a dos2unix on the f

Re: kubuntu 13.04 crashes

2013-06-16 Thread Roney Gomes
Hi Heena. I sourced your bashrc and got a "Unexpected end of file" error. To fix this I had to split in multiple lines your functions defined at the 215 and 216 lines. Like this: function gd { git diff -w "$@" } function gc { git commit -am "$@" } On Sun, Jun 16, 2013 at 12:09 PM, He

Re: kubuntu 13.04 crashes

2013-06-16 Thread Heena Mahour
Hi, I am getting these errors heena@heena-Aspire-5750:~/kde$ source bashrc.php : command not found bash: bashrc.php: line 66: syntax error near unexpected token `$'{\r'' 'ash: bashrc.php: line 66: `function cmakekde { http://pastebin.com/raw.php?i=YtuMcrX6 This is my bashrc script saved in h

Re: kubuntu 13.04 crashes

2013-06-16 Thread Nelson Chan
The make install commands will overwrite your system libraries with your build, this could break your kubuntu installation. As your system is already ruined by make install, it is probably easier just do a reinstall in order to fix it On 16/06/2013 5:00 PM, "Heena Mahour" wrote: > Hi, I recentl

Re: kubuntu 13.04 crashes

2013-06-16 Thread Shantanu Tushar Jha
When you install kubuntu (or any other kde linux distribution), it already has KDE installed into /usr of your filesystem. If you run make install as you show in the command, you are overwriting that KDE with one built from the source code, this is very likely to break things. Why? Its because your

kubuntu 13.04 crashes

2013-06-16 Thread Heena Mahour
Hi, I recently installed kubuntu 13.04 ,it works fine some hours ago when I build kdelibs,kde-runtime,kactivities,kde-wrkspace .Now it is displaying error data directory for applet not found . Later even the application launcher disappeared . I build like the following: git clone kde:kdelibs mkdir