
Yakuake for Kubuntu Intrepid
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
aeternos
14 years ago
Now it doesn't work anymore, because Debian did a transition a while ago and now kdelibs4 is kdelibs4c2a. Seems to me that it's also the same with (k)ubuntu...
Report
Version4
14 years ago
Thanks,
LJ
Report
elektroschock
14 years ago
Report
urmelchen
14 years ago
Report
djclue917
14 years ago
By the way, please post your Yakuake comments here:
http://www.kde-apps.org/content/show.php?content=29153
I'm not Yakuake's developer you know. I just do the packaging for Kubuntu. :-)
Report
dbd
14 years ago
Report
panzi
14 years ago
Report
GreatBunzinni
14 years ago
You are too impacient...
Report
Sho
14 years ago
Report
Sho
14 years ago
Report
djclue917
14 years ago
from:
args.append("-l");
to:
args.append("");
the "-l bug" watzke is talking about miraculously disappeared and YaKuake now reads my ~/.bashrc file.
It seems that it doesn't matter what arguments are passed as long as it is not "-l". I hope that helps... :-)
Report
olli
14 years ago
»OPTIONS
(...)
-l Make bash act as if it had been invoked as a login shell (see INVOCATION below).
(...)
When bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it first reads and executes commands from the file /etc/profile, if that file exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. The --noprofile option may be used when the shell is started to inhibit this behavior.
(...)
When an interactive shell that is not a login shell is started, bash reads and executes commands from /etc/bash.bashrc and ~/.bashrc, if these files exist. This may be inhibited by using the --norc option. The --rcfile file option will force bash to read and execute commands from file instead of /etc/bash.bashrc and ~/.bashrc.«
So if you want yakuake to read your ~/.bashrc, you simply have to add
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
to ~/.bash_profile.
No tweaking of yakuake's source is neccessary.
Report
djclue917
14 years ago
Report
Sho
14 years ago
Anyhow, in 2.7.5 (probably out tomorrow or on Tuesday) Yakuake will spawn non-login shells, so ~/.bashrc will be read.
Report
djclue917
14 years ago
I'll repackage YaKuake as soon as you release 2.7.5. :)
Thanks for the nice work. Continue the great job! :)
Report