

Various KDE 1.-4. Improvements
Hi
This option is exactly to make kooldock behave like this.
The simpliest method to do taht at once is to recomple the dock with that change:
In kooldock.cpp replace
void KoolDock::setDockAbove() {
KWin::setState(winId(), NET::KeepAbove);
raise();
}
to
void KoolDock::setDockAbove() {
setDockBelow();
//KWin::setState(winId(), NET::KeepAbove);
//raise();
}
- May 17 2008
This option is exactly to make kooldock behave like this.
The simpliest method to do taht at once is to recomple the dock with that change:
In kooldock.cpp replace
void KoolDock::setDockAbove() {
KWin::setState(winId(), NET::KeepAbove);
raise();
}
to
void KoolDock::setDockAbove() {
setDockBelow();
//KWin::setState(winId(), NET::KeepAbove);
//raise();
}
- May 17 2008
Hi
Version 0.4.7 is a bit buggy, and likes to crash in unexpected situations.
I recomend to use version from SVN. If you are already using it, and problem appears in that version, then it's unfixed yet.
To download version from SVN use this command (in an empty folder):
svn co https://kooldock.svn.sourceforge.net/svnroot/kooldock kooldock - Mar 20 2008
Version 0.4.7 is a bit buggy, and likes to crash in unexpected situations.
I recomend to use version from SVN. If you are already using it, and problem appears in that version, then it's unfixed yet.
To download version from SVN use this command (in an empty folder):
svn co https://kooldock.svn.sourceforge.net/svnroot/kooldock kooldock - Mar 20 2008
1) Instead of using Kooldock's K menu, you can add manually .desktop shortcut, that do same thing. So:
Add icon to kooldock's quick launch, name it i.e. kmenu, and as file to run type:
dcop kicker kicker popupKMenu 0
Choose icon, and click OK. Place that icon where you want it, and apply settings.
Now, open kooldock, and right click on your new icon, and click 'Edit Element'.
Open third tab (Program), and click button 'Advanced options'. In window, that the button would have opened, should be 'Show notification' or something like that - is it's ticked, uncheck that box.
Done.
- Mar 16 2008
Add icon to kooldock's quick launch, name it i.e. kmenu, and as file to run type:
dcop kicker kicker popupKMenu 0
Choose icon, and click OK. Place that icon where you want it, and apply settings.
Now, open kooldock, and right click on your new icon, and click 'Edit Element'.
Open third tab (Program), and click button 'Advanced options'. In window, that the button would have opened, should be 'Show notification' or something like that - is it's ticked, uncheck that box.
Done.
- Mar 16 2008
Multiple instances: Currently it can be done only by running it as different users. However - it's not very problematic and can be solved.
Filtering: I understand, you want to show only specified application in kooldock. That is more difficult, but also possible. - Sep 25 2007
Filtering: I understand, you want to show only specified application in kooldock. That is more difficult, but also possible. - Sep 25 2007
For version 0.4.6
make -f Makefile.dist
should do the trick, but for source code from SVN use this:
make -f Makefile.cvs
I recomend to use version from SVN - it's much better (however it's not complited yet, and some features don't work fully, or don't do anything). - Aug 27 2007
make -f Makefile.dist
should do the trick, but for source code from SVN use this:
make -f Makefile.cvs
I recomend to use version from SVN - it's much better (however it's not complited yet, and some features don't work fully, or don't do anything). - Aug 27 2007
Hi
I'll check how kooldock works with beryl again. Now, I can tell only about kooldock's command line usage - kooldock -k kills all kooldock's, and kooldock -o makes, that settings window will be shown at start.
And, if you are using kooldock v 0.4.6 I suggest use latest version, from SVN repository, maybe it will work better. - Jun 27 2007
I'll check how kooldock works with beryl again. Now, I can tell only about kooldock's command line usage - kooldock -k kills all kooldock's, and kooldock -o makes, that settings window will be shown at start.
And, if you are using kooldock v 0.4.6 I suggest use latest version, from SVN repository, maybe it will work better. - Jun 27 2007
Hi
Probably you haven't set this option, and kooldock appears on bottom (default).
To do this right click on kooldock, and choose "Edit preferences" somewhere there. In preferences window is a tab named "Position and speed", and it allows to change kooldock's screen position. - Jun 02 2007
Probably you haven't set this option, and kooldock appears on bottom (default).
To do this right click on kooldock, and choose "Edit preferences" somewhere there. In preferences window is a tab named "Position and speed", and it allows to change kooldock's screen position. - Jun 02 2007
Ok, I've prepared PO template with updated string table. You can download it here
http://kooldock.svn.sourceforge.net/viewvc/*checkout*/kooldock/po/kooldock.pot
It's necessary to rename it to {language symbol}.po (i.e. for polish it's pl.po for french fr.po).
You can translate it in programs like poEdit or do it in any text editor.
Inside the file you'll find such lines:
msgid "&Edit item"
msgstr ""
Mgsgid contains original text, and msgstr its translation. Don't stay empty translatios, they shold be removed then.
You can send me filled file via email. - May 04 2007
http://kooldock.svn.sourceforge.net/viewvc/*checkout*/kooldock/po/kooldock.pot
It's necessary to rename it to {language symbol}.po (i.e. for polish it's pl.po for french fr.po).
You can translate it in programs like poEdit or do it in any text editor.
Inside the file you'll find such lines:
msgid "&Edit item"
msgstr ""
Mgsgid contains original text, and msgstr its translation. Don't stay empty translatios, they shold be removed then.
You can send me filled file via email. - May 04 2007
I've put new kooldock on SVN repository (checkout:
#svn co https://kooldock.svn.sourceforge.net/svnroot/kooldock kooldock
)
Changes:
- Kooldock window is sticky
- Added: option stay below when not used
- Added: option show only minimized icons (only icons of minimized windows will be showed on the dock)
- Apr 28 2007
#svn co https://kooldock.svn.sourceforge.net/svnroot/kooldock kooldock
)
Changes:
- Kooldock window is sticky
- Added: option stay below when not used
- Added: option show only minimized icons (only icons of minimized windows will be showed on the dock)
- Apr 28 2007
Hi
1. Yum must use context menu of icon on dock, not in configuration. I haven't noticed it, I'll fix it soon.
2. It's a bit difficult. Probably, I won't add it in near future.
3. I've made some changes, that in incoming version it'll be fixed. - Apr 10 2007
1. Yum must use context menu of icon on dock, not in configuration. I haven't noticed it, I'll fix it soon.
2. It's a bit difficult. Probably, I won't add it in near future.
3. I've made some changes, that in incoming version it'll be fixed. - Apr 10 2007
I'm glad it'd possible to compile. I forget to ask which version of automake you're using? I've checked the code, and it should work even with v 1.10.
If you want technical info, about translation, then the files are in folder ../po
There is file kooldock.pot which is empty translation file. Italian translation is based on this file, and have the same entries. Other are outdated. - Apr 10 2007
If you want technical info, about translation, then the files are in folder ../po
There is file kooldock.pot which is empty translation file. Italian translation is based on this file, and have the same entries. Other are outdated. - Apr 10 2007