Questions tagged [cairo]
43 questions
15
votes
1 answer
How to install Cairo 1.8.10
The package libcairo2-dev is the latest version of the Cairo graphics library (1.10.2). Is there any way I can install version 1.8.10?
I'm running 11.10, but would be interested in a general solution if possible.
Daniel Standage
- 253
12
votes
2 answers
No package 'cairo' found
I'm running Ubuntu 14.04 and trying to compile libgdiplus (following instructions at http://www.lovesmesomecode.com/20130719-compiling-mono-3-in-ubuntu/) in preparation to install NZBdrone.
Error occurs when running ./autogen.sh --prefix=/usr/local.…
RaifMT
- 139
- 1
- 1
- 6
9
votes
4 answers
How to add a program to Cairo Dock
I want to add VLC and other programs to the Cairo Dock but I don't know how. I have accidentally removed Terminal from the dock and I want to get it back.
I am using Gnome Desktop.
Megamo
- 103
8
votes
2 answers
Can't access cairo.h
I've installed cairo-1.4.14 using make install, but after trying to compile my code:
fatal error: cairo.h: No such file or directory
#include
^
I compile using this:
g++ screenshot.cpp
I installed 3 packages from this…
R S
- 2,649
5
votes
1 answer
Making Gtk.Window Transparent?
Here's my code and I simply cannot figure out why my top level window doesn't become transparent.
xwininfo says that windows has 32 Bit depth. I am running Ubuntu 11.10 and if I call .set_opacity(.5) on the window itself, it will become transparent.…
BigWhale
- 734
5
votes
5 answers
Python won't run in terminal
In an attempt to get CairoPlot to run correctly on my Ubuntu 11.04, I stupidly copied the CairoPlot.py into my /usr/local/bin/python dir. When I realized that this wasn't the way to go, I deleted the file, now running 'python' in terminal just…
Kilizo
- 929
4
votes
1 answer
Creating a Gtk window with input shape mask in python
I am trying to create a Gtk3 Window with a custom input mask, so that the window wouldn't receive any mouse clicks. This is a piece of code that I've came up with:
surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, w , h)
surface_ctx =…
BigWhale
- 734
4
votes
2 answers
conky-all says it's installing cairo but lua can't find cairo anywhere
I've been trying to get conky to work for awhile now, but I can't seem to make it install cairo properly.
What I've done:
installed conky-all (sudo apt-get install conky-all)
Tried to get a theme which used lua and cairo, but that didn't work,…
user662777
4
votes
3 answers
How do I Add Cairo Dock with OpenGL to Startup?
Probably a dumb question, I have just started using linux again, since college 5 years ago, and getting back into the swing of things. I would like to add cairo dock to my startup and just cant figure out how for some reason, thanks.
4
votes
1 answer
Problem using any docks (Cairo, AWN, Docky)
I installed Cairo dock in 11.04, but I cannot add any shortcuts to the Cairo bar. Before that I installed AWN and Docky and I had the same problem. Any solution?
3
votes
0 answers
graphviz embed svg image
I am trying to generate a diagram with embedded SVG images.
If I run Graphviz with the regular svg command, the images are only referenced:
dot -Tsvg diagram.dot -O
Here it says to build with -Tsvg:cairo but I get the following:
$ dot -Tsvg:cairo…
DavidGamba
- 284
2
votes
1 answer
Custom DE. cairo-dock and Pcmanfm reset on logout?
Using Lubuntu Latest...
I created a custom Desktop Environment using Openbox, cairo-dock and Pcmanfm...
I created mydesk.desktop in /usr/share/xsessions containing
[Desktop Entry]
Name=WOWcool
Comment=Really…
Zaid Rizvi
- 21
2
votes
0 answers
software-center won't start: cairo and/or libgdk-3 problem?
I'm running Ubuntu 14.04.5. and I can no longer open the Ubuntu Software Center gui, either from the launcher or from terminal. When I enter software-center at the command line, the message returned is: /usr/bin/python: symbol lookup error:…
Kreuzfeld
- 69
2
votes
1 answer
How install libcairo2 (>= 1.12.0) in 12.04?
i want to install libcairo2 (>= 1.12.0) on my 12.04 LTS.
I need this package for monodevelop package. Any idea?
rafael@rafael-note:~/Downloads/cairo-1.12.0$ sudo apt-get install
monodevelop Reading package lists...Done
Building dependency tree …
user155542
- 141
2
votes
1 answer
Cairo dock startup issues on ubuntu 15.04
Cairo Dock doesn't start on startup, I always have to start it automatically.
nana
- 21