Earlier: http://www.kubuntuforums.net/showthr...-KLook-KDE-4-9
Thread: KDE Application Launchers: http://www.kubuntuforums.net/showthr...tion-Launchers
The Rosa launcher etc. is /1/:
More /2/.
The Rosa Launcher is working with the Kubuntu. Tested at here Kubuntu 11.10&12.04.
Direct link: http://www.dailymotion.com/video/xs1...u-desktop_tech
Sources
This is one way to get the source code.
Browsing to the: http://rpm.pbone.net/ and entering the searched expression: rosa-launcher.
Donwloading the RPM source: rosa-launcher-0.34.9-1.src.rpm
Unpacking it /3/:
Now there are:
or from the Rosa
https://abf.rosalinux.ru/tour/sources Search: rosa-launcher
Build-Depends
(with the Kubuntu 11.10)
- build-essential
and
- cmake
- kde-workspace-dev
- libxrandr-dev
- kde-runtime
DIY Example
The Rosa Launcher has a make file and it has options build & install.
Build:
Install:
Note that there is no uninstall !
At here:
Thre is no uninstall !:
The uninstall can be done by hand with the "make install" output.
Launcher button image
As default the Rosa Launcher has the Mandriva star in the launcher button.
To change this:
1) Remove the mandriva-icon.png
2) Make a symlink to the wanted icon (at this the start-here-kubuntu.png):
or simply overwrite:
PPA
https://launchpad.net/ubuntu/+ppas
--> https://launchpad.net/ubuntu/+ppas?n...=rosa-launcher
More
The PPA /4/ is telling:
and
Other options: http://www.ubuntubuzz.com/2012/02/ma...r-kubuntu.html
Links
1. http://wiki.mandriva.com/en/2011.0_Tour
2. http://ostatic.com/blog/rosalabs-rel...w-distribution
3. http://www.cyberciti.biz/tips/how-to...alling-it.html
4. https://launchpad.net/~pepematias/+a.../rosa-launcher
Thread: KDE Application Launchers: http://www.kubuntuforums.net/showthr...tion-Launchers
The Rosa launcher etc. is /1/:
SimpleWelcome is the completely new kickoff menu which is used in Mandriva 2011 instead of Kickoff...
TimeFrame is a new utility for Nepomuk. It allows you not to think in which folder you saved your photography, video or documents. You need only a date.
TimeFrame is a new utility for Nepomuk. It allows you not to think in which folder you saved your photography, video or documents. You need only a date.
The Rosa Launcher is working with the Kubuntu. Tested at here Kubuntu 11.10&12.04.
Direct link: http://www.dailymotion.com/video/xs1...u-desktop_tech
Sources
This is one way to get the source code.
Browsing to the: http://rpm.pbone.net/ and entering the searched expression: rosa-launcher.
Donwloading the RPM source: rosa-launcher-0.34.9-1.src.rpm
Unpacking it /3/:
Code:
rpm2cpio rosa-launcher-0.34.8-1.src.rpm | cpio -idmv
rosa-launcher-0.34.9.tar.gz
rosa-launcher.spec
rosa-launcher.spec
https://abf.rosalinux.ru/tour/sources Search: rosa-launcher
Build-Depends
(with the Kubuntu 11.10)
- build-essential
and
- cmake
- kde-workspace-dev
- libxrandr-dev
- kde-runtime
DIY Example
The Rosa Launcher has a make file and it has options build & install.
Build:
Code:
make build
Code:
make install
At here:
.../rosa-launcher-0.34.9$ make build
mkdir -p build
cd build; cmake ..; make
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
...
[100%] Built target plasma_applet_rosastarter
make[3]: Leaving directory `/media/sda3/Rosa/test/rosa-launcher-0.34.9/rosa-starter/build'
make[2]: Leaving directory `/media/sda3/Rosa/test/rosa-launcher-0.34.9/rosa-starter/build'
cp -f build/lib/*.so ./
make[1]: Leaving directory `/media/sda3/Rosa/test/rosa-launcher-0.34.9/rosa-starter'
mkdir -p build
cd build; cmake ..; make
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
...
[100%] Built target plasma_applet_rosastarter
make[3]: Leaving directory `/media/sda3/Rosa/test/rosa-launcher-0.34.9/rosa-starter/build'
make[2]: Leaving directory `/media/sda3/Rosa/test/rosa-launcher-0.34.9/rosa-starter/build'
cp -f build/lib/*.so ./
make[1]: Leaving directory `/media/sda3/Rosa/test/rosa-launcher-0.34.9/rosa-starter'
/rosa-launcher-0.34.9$ sudo make install
[sudo] password for oneline:
mkdir -p /usr/share/kde4/services/ /usr/lib/kde4/ /usr/bin/ /usr/share/locale/ru/LC_MESSAGES/ /usr/share/apps/plasma/plasmoids/rosastarter/ /usr/share/icons/rosa/apps/128/ /usr/share/apps/rosa-launcher/icons/buttons/ /usr/share/apps/rosa-launcher/extra/
cp -f local-applet/plasma-applet-rosa-launcher.desktop /usr/share/kde4/services/
cp -f local-applet/build/lib/plasma_applet_rosa-launcher.so /usr/lib/kde4/
cp -Rf locale/ /usr/share/
cp -f build/rosa-launcher /usr/bin/
cp -f rosa-services-runner/plasma-runner-rosa-services.desktop /usr/share/kde4/services/
cp -f rosa-services-runner/build/lib/plasma_runner_rosa_services.so /usr/lib/kde4/
cp -f icons/rosalauncher.png /usr/share/icons/rosa/apps/128/
cp -f icons/buttons/* /usr/share/apps/rosa-launcher/icons/buttons/
cp -f rosa-starter/plasma-applet-rosastarter.desktop /usr/share/kde4/services/
cp -f rosa-starter/build/lib/plasma_applet_rosastarter.so /usr/lib/kde4/
cp -f icons/rosa-icon.png icons/mandriva-icon.png /usr/share/apps/rosa-launcher/icons/
cp -f extra/checkos.sh /usr/share/apps/rosa-launcher/extra/
[sudo] password for oneline:
mkdir -p /usr/share/kde4/services/ /usr/lib/kde4/ /usr/bin/ /usr/share/locale/ru/LC_MESSAGES/ /usr/share/apps/plasma/plasmoids/rosastarter/ /usr/share/icons/rosa/apps/128/ /usr/share/apps/rosa-launcher/icons/buttons/ /usr/share/apps/rosa-launcher/extra/
cp -f local-applet/plasma-applet-rosa-launcher.desktop /usr/share/kde4/services/
cp -f local-applet/build/lib/plasma_applet_rosa-launcher.so /usr/lib/kde4/
cp -Rf locale/ /usr/share/
cp -f build/rosa-launcher /usr/bin/
cp -f rosa-services-runner/plasma-runner-rosa-services.desktop /usr/share/kde4/services/
cp -f rosa-services-runner/build/lib/plasma_runner_rosa_services.so /usr/lib/kde4/
cp -f icons/rosalauncher.png /usr/share/icons/rosa/apps/128/
cp -f icons/buttons/* /usr/share/apps/rosa-launcher/icons/buttons/
cp -f rosa-starter/plasma-applet-rosastarter.desktop /usr/share/kde4/services/
cp -f rosa-starter/build/lib/plasma_applet_rosastarter.so /usr/lib/kde4/
cp -f icons/rosa-icon.png icons/mandriva-icon.png /usr/share/apps/rosa-launcher/icons/
cp -f extra/checkos.sh /usr/share/apps/rosa-launcher/extra/
/rosa-launcher-0.34.9$ sudo make uninstall
make: *** No rule to make target `uninstall'. Stop.
make: *** No rule to make target `uninstall'. Stop.
Launcher button image
As default the Rosa Launcher has the Mandriva star in the launcher button.
To change this:
1) Remove the mandriva-icon.png
Code:
sudo rm /usr/share/apps/rosa-launcher/icons/mandriva-icon.png
Code:
sudo ln -s /usr/share/kubuntu-default-settings/kde4-profile/default/share/icons/oxygen/128x128/places/start-here-kubuntu.png /usr/share/apps/rosa-launcher/icons/mandriva-icon.png
or simply overwrite:
Code:
sudo kde-cp /usr/share/kubuntu-default-settings/kde4-profile/default/share/icons/oxygen/128x128/places/start-here-kubuntu.png /usr/share/apps/rosa-launcher/icons/mandriva-icon.png
PPA
https://launchpad.net/ubuntu/+ppas
--> https://launchpad.net/ubuntu/+ppas?n...=rosa-launcher
More
The PPA /4/ is telling:
#Vcs-Git: git://git.debian.org/collab-maint/rosa-launcher.git
#Vcs-Browser: http://git.debian.org/?p=collab-main....git;a=summary
#Vcs-Browser: http://git.debian.org/?p=collab-main....git;a=summary
Build-Depends: debhelper (>= 8.0.0), cmake, x11proto-core-dev, libdlrestrictions1, cmake-data, kdelibs5-dev, libgpg-error0, pkg-config, libgcrypt11,build-essential, kde-workspace-dev, libxrandr-dev, kde-runtime-dev, kdebase-workspace-dev
Links
1. http://wiki.mandriva.com/en/2011.0_Tour
2. http://ostatic.com/blog/rosalabs-rel...w-distribution
3. http://www.cyberciti.biz/tips/how-to...alling-it.html
4. https://launchpad.net/~pepematias/+a.../rosa-launcher
Comment