1d48e [Solved] Cairo-dock - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Ports & Packages > Installation and Maintenance of FreeBSD Ports or Packages

Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software).

Reply
 
Thread Tools Display Modes
  #1  
Old July 14th, 2009, 06:50
Usaaf Usaaf is offline
Junior Member
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
Default Cairo-dock

Hm, can anybody install cairo-dock on freebsd 7.2?

http://www.cairo-dock.org/

i have this compilation problem:
Code:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:226,
                 from cairo-dock-config.c:12:
/usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
cairo-dock-config.c:19:19: error: crypt.h: No such file or directory
In file included from cairo-dock-draw-opengl.h:9,
                 from cairo-dock-config.c:29:
/usr/local/include/GL/glu.h:287: warning: function declaration isn't a prototype
cairo-dock-config.c: In function 'cairo_dock_decrypt_string':
cairo-dock-config.c:868: error: implicit declaration of function 'encrypt'
Reply With Quote
  #2  
Old July 24th, 2009, 18:21
Usaaf Usaaf is offline
Junior Member
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
Default

My dreams come true :]
Robert Noland want ti add cairo-dock to ports
Reply With Quote
  #3  
Old December 5th, 2009, 02:43
BeautifulFish BeautifulFish is offline
Junior Member
 
Join Date: Jun 2009
Posts: 75
Thanks: 3
Thanked 4 Times in 3 Posts
Default

any news about it?
Reply With Quote
  #4  
Old December 6th, 2009, 09:45
Usaaf Usaaf is offline
Junior Member
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
Default

:] if you really interested go to http://forum.lissyara.su/viewtopic.p...=cairo#p201521
Reply With Quote
  #5  
Old December 9th, 2009, 01:09
BeautifulFish BeautifulFish is offline
Junior Member
 
Join Date: Jun 2009
Posts: 75
Thanks: 3
Thanked 4 Times in 3 Posts
Default

i am very interested i use it on linux and i am moving to FreeBSD these days, just backing up my stuff first
but i don't know russian
could you plz translate what you wrote in that link?
Reply With Quote
  #6  
Old December 9th, 2009, 11:53
Usaaf Usaaf is offline
Junior Member
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hm... sorry for my english
FreeBSD can run linux programs in some kind of emulator
I just install port linux-base-f10
Than, download these rpms:
Code:
cairo-dock-1.6.3-0.3.rc1.fc10.i386.rpm
cairo-dock-themes-1.6.3-0.3.rc1.fc10.i386.rpm
dbus-1.2.4-1.fc10.i386.rpm
dbus-glib-0.76-3.fc10.i386.rpm
dbus-libs-1.2.4-4.fc10.i386.rpm
glib2-2.18.2-3.fc10.i386.rpm
glitz-0.5.6-6.fc10.i386.rpm
gtk2-engines-2.16.1-1.fc10.i386.rpm
libcroco-0.6.1-5.fc9.i386.rpm
libgsf-1.14.10-1.fc10.i386.rpm
librsvg2-2.22.3-1.fc10.i386.rpm
libxml2-2.7.2-1.fc10.i386.rpm
Than, uncompress it to /usr/compat:
Code:
[Usaaf@freeUsaaf /usr/home/Usaaf/Downloads]$ su
[root@freeUsaaf /usr/home/Usaaf/Downloads]# cd /compat/linux/
[root@freeUsaaf /compat/linux]# rpm2cpio -q < /usr/home/Usaaf/Downloads/gtk2-engines-2.16.1-1.fc10.i386.rpm | cpio -id
Then run:
Code:
/compat/linux/usr/bin/cairo-dock
Reply With Quote
The Following User Says Thank You to Usaaf For This Useful Post:
BeautifulFish (December 12th, 2009)
  #7  
Old December 10th, 2009, 06:08
BeautifulFish BeautifulFish is offline
Junior Member
 
Join Date: Jun 2009
Posts: 75
Thanks: 3
Thanked 4 Times in 3 Posts
Default

no problem, thank you very much
i will try it as soon as i install FreeBSD and tell you the results, i will hopefully do that later today

edit:
working like charm, thanks so much

Last edited by BeautifulFish; December 12th, 2009 at 00:01.
Reply With Quote
  #8  
Old January 15th, 2010, 13:21
fidaj fidaj is offline
Junior Member
 
Join Date: Nov 2008
Posts: 49
Thanks: 9
Thanked 4 Times in 4 Posts
Default

Run native cair-dock on FreeBSD...
http://www.bsdportal.ru/viewtopic.php?p=127339#127339

Last edited by fidaj; January 29th, 2010 at 00:03. Reason: Correction of errors
Reply With Quote
  #9  
Old January 15th, 2010, 14:45
fidaj fidaj is offline
Junior Member
 
Join Date: Nov 2008
Posts: 49
Thanks: 9
Thanked 4 Times in 4 Posts
Default

http://www.youtube.com/watch?v=WnqOuiYz_vM

Last edited by fidaj; January 29th, 2010 at 00:04. Reason: Change URL to permanent
Reply With Quote
  #10  
Old January 15th, 2010, 17:02
BeautifulFish BeautifulFish is offline
Junior Member
 
Join Date: Jun 2009
Posts: 75
Thanks: 3
Thanked 4 Times in 3 Posts
Default

that is great!! could you please write a port for it? i can't compile it

Code:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:228,
                 from cairo-dock-config.c:23:
/usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
cairo-dock-config.c:30:19: error: crypt.h: No such file or directory
In file included from cairo-dock-draw-opengl.h:28,
                 from cairo-dock-config.c:40:
/usr/local/include/GL/glu.h:287: warning: function declaration isn't a prototype
cairo-dock-config.c: In function 'cairo_dock_decrypt_string':
cairo-dock-config.c:862: error: implicit declaration of function 'encrypt'
*** Error code 1

Stop in /tmp/cairo-dock-2.1.0/src.
*** Error code 1

Stop in /tmp/cairo-dock-2.1.0/src.
*** Error code 1

Stop in /tmp/cairo-dock-2.1.0.
*** Error code 1

Stop in /tmp/cairo-dock-2.1.0.
Reply With Quote
  #11  
Old January 15th, 2010, 17:18
roddierod's Avatar
roddierod roddierod is offline
Member
 
Join Date: Nov 2008
Location: On my Slingerlands!
Posts: 642
Thanks: 30
Thanked 73 Times in 63 Posts
Default

Quote:
Originally Posted by BeautifulFish View Post
that is great!! could you please write a port for it? i can't compile it

Code:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:228,
                 from cairo-dock-config.c:23:
/usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
cairo-dock-config.c:30:19: error: crypt.h: No such file or directory
In file included from cairo-dock-draw-opengl.h:28,
                 from cairo-dock-config.c:40:
/usr/local/include/GL/glu.h:287: warning: function declaration isn't a prototype
cairo-dock-config.c: In function 'cairo_dock_decrypt_string':
cairo-dock-config.c:862: error: implicit declaration of function 'encrypt'
*** Error code 1

Stop in /tmp/cairo-dock-2.1.0/src.
*** Error code 1

Stop in /tmp/cairo-dock-2.1.0/src.
*** Error code 1

Stop in /tmp/cairo-dock-2.1.0.
*** Error code 1

Stop in /tmp/cairo-dock-2.1.0.
I got passed that error by editing configure starting at line 15046,
Code:
# if test "$LIBCRYPT_LIBS" != ""; then
#  HAVE_LIBCRYPT_TRUE=
#  HAVE_LIBCRYPT_FALSE='#'
# else
  HAVE_LIBCRYPT_TRUE='#'
  HAVE_LIBCRYPT_FALSE=
#fi
I did this after trying libgcrypt and other with the same error.
The build fails know at

Code:
Making all in po
Error expanding embedded variable.
*** Error code 1

Stop in /usr/local/tmp/cairo-dock-2.1.0.
*** Error code 1
It built a cairo-dock executable so I tried make install, and everything except the po directory installed. I haven't been able to see if it runs because I'm doing all this remotely.
Reply With Quote
  #12  
Old January 15th, 2010, 18:35
crsd crsd is offline
Member
 
Join Date: Nov 2008
Location: Russia, Krasnodar
Posts: 420
Thanks: 8
Thanked 92 Times in 82 Posts
Default

Something resembling a port (cairo-dock-core only, no plugins yet).
Attached Files
File Type: bz2 cairo-dock.shar.bz2 (2.9 KB, 58 views)
Reply With Quote
The Following User Says Thank You to crsd For This Useful Post:
fidaj (February 1st, 2010)
  #13  
Old January 15th, 2010, 20:47
BeautifulFish BeautifulFish is offline
Junior Member
 
Join Date: Jun 2009
Posts: 75
Thanks: 3
Thanked 4 Times in 3 Posts
Default

thanks very much roddierod and crsd
the port is working
Reply With Quote
  #14  
Old January 16th, 2010, 11:00
Usaaf Usaaf is offline
Junior Member
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
Default

That's nice =) FreeBSD 8.0 rulez
Reply With Quote
  #15  
Old January 17th, 2010, 14:29
roddierod's Avatar
roddierod roddierod is offline
Member
 
Join Date: Nov 2008
Location: On my Slingerlands!
Posts: 642
Thanks: 30
Thanked 73 Times in 63 Posts
Default

Here's a screen. I got a few of the plugins working.



Having trouble compiling all because I get a trouble expanding embedded variable, in the src/po directory. Haven't looked into all that much(been busy). So I just compile a few of the plugins in the subdirectories and installed.
Reply With Quote
  #16  
Old January 18th, 2010, 06:14
BeautifulFish BeautifulFish is offline
Junior Member
 
Join Date: Jun 2009
Posts: 75
Thanks: 3
Thanked 4 Times in 3 Posts
Default

i compiled many plugins too even though i don't use them, the weather plugin looks cool, but i can't compile it

Code:
applet-notifications.c: In function 'cd_weather_show_forecast_dialog':
applet-notifications.c:120: error: too many arguments to function 'cairo_dock_show_temporary_dialog_with_icon'
applet-notifications.c: In function 'cd_weather_show_current_conditions_dialog':
applet-notifications.c:155: error: too many arguments to function 'cairo_dock_show_temporary_dialog_with_icon'
*** Error code 1

Stop in /tmp/cairo-dock_plugins/weather/src.
Reply With Quote
  #17  
Old January 28th, 2010, 20:38
fidaj fidaj is offline
Junior Member
 
Join Date: Nov 2008
Posts: 49
Thanks: 9
Thanked 4 Times in 4 Posts
Default

I managed to compile plug-ins (except one) for cairo-dock
http://www.youtube.com/watch?v=bVzC44vaDTI
In the near future will try to make a port ...

Last edited by fidaj; January 29th, 2010 at 00:06. Reason: Combining two posts into one
Reply With Quote
  #18  
Old February 1st, 2010, 14:30
fidaj fidaj is offline
Junior Member
 
Join Date: Nov 2008
Posts: 49
Thanks: 9
Thanked 4 Times in 4 Posts
Default

You can test my WIP ports (version 2.1.0)
/usr/ports/deskutils/cairo-dock and /usr/ports/deskutils/cairo-dock-plugins

Last edited by fidaj; February 2nd, 2010 at 20:47.
Reply With Quote
The Following User Says Thank You to fidaj For This Useful Post:
dvbme (February 1st, 2010)
  #19  
Old March 20th, 2010, 19:20
fidaj fidaj is offline
Junior Member
 
Join Date: Nov 2008
Posts: 49
Thanks: 9
Thanked 4 Times in 4 Posts
Default

PR deskutils/cairo-dock
PR deskutils/cairo-dock-plugins

Last edited by fidaj; March 20th, 2010 at 22:45.
Reply With Quote
  #20  
Old March 21st, 2010, 15:09
fidaj fidaj is offline
Junior Member
 
Join Date: Nov 2008
Posts: 49
Thanks: 9
Thanked 4 Times in 4 Posts
Default

already in the ports!
Reply With Quote
Reply

Tags
cairo dock gnome

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[XFCE] Dock in VirtualBSD qingliangshanren Other Window Managers 3 March 31st, 2009 10:47


All times are GMT +1. The time now is 04:32.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0