Re: unable to push

2013-06-16 Thread Heena Mahour
http://pastebin.com/raw.php?i=h7nBxjV2 On Mon, Jun 17, 2013 at 11:23 AM, Heena Mahour wrote: > > Hi, > I created a branch using git checkout -b heenamahour/gsoc in > kde-workspace.But I am unable to push .The ssh key is synched by > kde-sysadmin . > > http://pastebin.com/raw.php?i=F5qgNr85 > >

unable to push

2013-06-16 Thread Heena Mahour
Hi, I created a branch using git checkout -b heenamahour/gsoc in kde-workspace.But I am unable to push .The ssh key is synched by kde-sysadmin . http://pastebin.com/raw.php?i=F5qgNr85 http://pastebin.com/raw.php?i=kysmzLrS Please provide some suggestions -- -Heena Season of kde'12 participant D

Re: How to enable preview in dolphin by default?

2013-06-16 Thread Franklin Weng
Hi Anne, What I'm going to do is to put this global configuration as system default. When I add a user, he will get this behavior (preview all folders) as default setting in dolphin. However, I tried to put this global view_properties in /usr/share/kde4/apps/dolphin and /usr/share/kubuntu-defau

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: How to enable preview in dolphin by default?

2013-06-16 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/06/2013 10:55, Franklin Weng wrote: > > > > 2013/6/16 Thomas Lübking > > > On Sonntag, 16. Juni 2013 11:26:31 CEST, Franklin Weng wrote: > > Thanks, but after setting it, I didn't see config files change. >

Re: How to enable preview in dolphin by default?

2013-06-16 Thread Franklin Weng
2013/6/16 Thomas Lübking > On Sonntag, 16. Juni 2013 11:26:31 CEST, Franklin Weng wrote: > > Thanks, but after setting it, I didn't see config files change. Could you >> please tell me where dolphin recorded this state? >> > > Per-directory setting, see /path/to/dir/.directory > > Cheers, > Tho

Re: How to enable preview in dolphin by default?

2013-06-16 Thread Thomas Lübking
On Sonntag, 16. Juni 2013 11:26:31 CEST, Franklin Weng wrote: Thanks, but after setting it, I didn't see config files change. Could you please tell me where dolphin recorded this state? Per-directory setting, see /path/to/dir/.directory Cheers, Thomas Visit http://mail.kde.org/mailman/list

Re: How to enable preview in dolphin by default?

2013-06-16 Thread Franklin Weng
Hi, 2013/6/12 James A > View > Adjust View Properties > Show Preview > > > Thanks, but after setting it, I didn't see config files change. Could you please tell me where dolphin recorded this state? Thanks, Franklin >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscr

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