| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,991
» Latest member: sebuschi
» Forum threads: 7,731
» Forum posts: 42,025
Full Statistics
|
|
|
| Fonts not available in text Tool |
|
Posted by: Rocket - 01-02-2020, 09:05 AM - Forum: Linux and other Unixen
- Replies (5)
|
 |
Hello, I have installed gimp 2.10.12 (I have the same problem for 2.10.14) on Linux (Kiss Linux). When
I try to add some text on a picture, I get:
Code:
Due to lack of any fonts, text functionality is not available.
So I can't add text on a picture. On my system I have the following fonts:
I have run fc-cache, but it didn't help. Fontconfig is installed. I have the following in /var/cache/fontconfig:
Code:
ls -l /var/cache/fontconfig/
total 80
-rw-r--r-- 1 root root 48208 Nov 22 23:35 2c204173d3592afc30a350ed81f64c67-le64.cache-7
-rw-r--r-- 1 root root 168 Nov 22 23:35 3830d5c3ddfd5cd38a049b759396e72e-le64.cache-7
-rw-r--r-- 1 root root 200 Dec 18 20:34 CACHEDIR.TAG
-rw-r--r-- 1 root root 144 Nov 22 23:35 c855463f699352c367813e37f3f70ea7-le64.cache-7
-rw-r--r-- 1 root root 20064 Nov 22 23:35 f6b893a7224233d96cb72fd88691c0b4-le64.cache-7
With fc-list I get:
Code:
/usr/share/fonts/X11/TTF/DejaVuSerif-Italic.ttf: DejaVu Serif:style=Italic
/usr/share/fonts/X11/TTF/DejaVuSansMono.ttf: DejaVu Sans Mono:style=Book
/usr/share/fonts/X11/TTF/DejaVuSansCondensed-Bold.ttf: DejaVu Sans,DejaVu Sans
Condensed:style=Condensed Bold,Bold
/usr/share/fonts/TTF/LiberationSans-Italic.ttf: Liberation Sans:style=Italic
/usr/share/fonts/X11/TTF/DejaVuSans-Bold.ttf: DejaVu Sans:style=Bold
/usr/share/fonts/TTF/LiberationMono-Regular.ttf: Liberation Mono:style=Regular
/usr/share/fonts/X11/TTF/DejaVuSerif-BoldItalic.ttf: DejaVu Serif:style=Bold
Italic
/usr/share/fonts/X11/TTF/DejaVuSansCondensed-Oblique.ttf: DejaVu Sans,DejaVu
Sans Condensed:style=Condensed Oblique,Oblique
/usr/share/fonts/TTF/LiberationSans-Bold.ttf: Liberation Sans:style=Bold
/usr/share/fonts/TTF/LiberationMono-BoldItalic.ttf: Liberation Mono:style=Bold
Italic
/usr/share/fonts/TTF/LiberationSans-Regular.ttf: Liberation Sans:style=Regular
/usr/share/fonts/TTF/LiberationSerif-Bold.ttf: Liberation Serif:style=Bold
/usr/share/fonts/X11/TTF/DejaVuSerifCondensed-BoldItalic.ttf: DejaVu
Serif,DejaVu Serif Condensed:style=Condensed Bold Italic,Bold Italic
/usr/share/fonts/X11/TTF/DejaVuSansMono-Bold.ttf: DejaVu Sans Mono:style=Bold
/usr/share/fonts/X11/TTF/DejaVuSerifCondensed.ttf: DejaVu Serif,DejaVu Serif
Condensed:style=Condensed,Book
/usr/share/fonts/TTF/LiberationMono-Italic.ttf: Liberation Mono:style=Italic
/usr/share/fonts/X11/TTF/DejaVuSerif.ttf: DejaVu Serif:style=Book
/usr/share/fonts/TTF/LiberationSerif-Italic.ttf: Liberation Serif:style=Italic
/usr/share/fonts/X11/TTF/DejaVuMathTeXGyre.ttf: DejaVu Math TeX
Gyre:style=Regular
/usr/share/fonts/TTF/LiberationSans-BoldItalic.ttf: Liberation Sans:style=Bold
Italic
/usr/share/fonts/TTF/LiberationSerif-BoldItalic.ttf: Liberation Serif:style=Bold
Italic
/usr/share/fonts/X11/TTF/DejaVuSans.ttf: DejaVu Sans:style=Book
/usr/share/fonts/TTF/LiberationSerif-Regular.ttf: Liberation Serif:style=Regular
/usr/share/fonts/X11/TTF/DejaVuSans-Oblique.ttf: DejaVu Sans:style=Oblique
/usr/share/fonts/X11/TTF/DejaVuSerifCondensed-Italic.ttf: DejaVu Serif,DejaVu
Serif Condensed:style=Condensed Italic,Italic
/usr/share/fonts/X11/TTF/DejaVuSansMono-Oblique.ttf: DejaVu Sans
Mono:style=Oblique
/usr/share/fonts/X11/TTF/DejaVuSansMono-BoldOblique.ttf: DejaVu Sans
Mono:style=Bold Oblique
/usr/share/fonts/X11/TTF/DejaVuSansCondensed-BoldOblique.ttf: DejaVu Sans,DejaVu
Sans Condensed:style=Condensed Bold Oblique,Bold Oblique
/usr/share/fonts/X11/TTF/DejaVuSansCondensed.ttf: DejaVu Sans,DejaVu Sans
Condensed:style=Condensed,Book
/usr/share/fonts/X11/TTF/DejaVuSans-ExtraLight.ttf: DejaVu Sans,DejaVu Sans
Light:style=ExtraLight
/usr/share/fonts/TTF/LiberationMono-Bold.ttf: Liberation Mono:style=Bold
/usr/share/fonts/X11/TTF/DejaVuSerif-Bold.ttf: DejaVu Serif:style=Bold
/usr/share/fonts/X11/TTF/DejaVuSerifCondensed-Bold.ttf: DejaVu Serif,DejaVu
Serif Condensed:style=Condensed Bold,Bold
/usr/share/fonts/X11/TTF/DejaVuSans-BoldOblique.ttf: DejaVu Sans:style=Bold
Oblique
In Kiss Linux, each package is built from source. Because it isn't packaged, I have created a package. I compiled
gimp with the following:
Code:
./configure \
--prefix=/usr \
--libexecdir=/usr/bin \
--disable-altivec \
--disable-static \
--disable-python \
--disable-nls \
--without-lcms \
--without-webkit
make
In Kiss Linux, intltool isn't packaged, so I had to remove everything concerning internationalization from code. My build compiled, but perhaps I removed something
which is needed to add text. I applied the following patches:
- patch to remove intltool dependency
- patch to remove translation directory
As I understand, the dependency glib-networking is only used for documentation. I also remove this dependency.
- patch to remove glib-networking
At start, gimp is a little slow, but all tools I have tested until now works. Perhaps there is a better way to remove internationalization. I have tested other "paint" software, for example
imagemagick and I can add text on a picture without problems. Do somebody has an idea what to check and what could be wrong ?
Thank you!
|
|
|
| 2.10.14 fails quoting: too many GEGL exceptions |
|
Posted by: Turn2Linux - 12-31-2019, 06:13 PM - Forum: Windows
- Replies (1)
|
 |
Hi All,
I uninstalled/ reinstalled (clean install) of 2.10.14, following the forum advice.
Using 2.10.8, I had no problem having lots of images and going through them one by one, choosing, editing etc...
I had the "too mny GEGL exceptions error" fault when using the 2.10.14.
This is when I followed the forum advice and installed it clean, instead of the upgrade I made before.
The problem persists.
Any targeted specific help will be greatly appreciated.
|
|
|
| make lines thicker on already drawn object |
|
Posted by: Gully - 12-31-2019, 04:39 PM - Forum: General questions
- Replies (13)
|
 |
I have several objects that are already drawn. After finishing them, I think they need to have thicker lines. Is there a way to make this so, without having to redraw the objects with a thicker line in the pencil or path tool?
I'm using GIMP 2.10 on linux.
|
|
|
| New Year |
|
Posted by: meetdilip - 12-30-2019, 01:22 PM - Forum: Gimp-Forum.net
- Replies (5)
|
 |
Considering this a graphics software forum, I thought you people will be putting some decorations for holidays. Not that it is important, but getting along with the festive mood is nice, right ?
|
|
|
|