View Single Post
Old 02-13-2018, 09:16 PM   #1
EngelEatos
Junior Member
EngelEatos began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2018
Device: iPad
Setting up Calibre development environment

Hi,

I want to set up a development environment. (Archlinux, zsh)

Code:
#!/bin/sh
export CALIBRE_DEVELOP_FROM="/home/rias/calibre/src"
calibre-debug -g
but it doesn't use the source folder. There is no asterisk beside the version.
Quote:
asterisk after the version number in the GUI window, indicating that you are running from source.
calibre-debug output
Spoiler:
Code:
calibre 3.17  embedded-python: False is64bit: True
Linux-4.15.2-2-ARCH-x86_64-with-glibc2.2.5 Linux ('64bit', '')
('Linux', '4.15.2-2-ARCH', '#1 SMP PREEMPT Thu Feb 8 18:54:52 UTC 2018')
Python 2.7.14
Linux: ('', '', '')
Interface language: None
Successfully initialized third party plugins: FanFicFare (2, 22, 0)
Turning on automatic hidpi scaling
devicePixelRatio: 2.0
logicalDpi: 48.0 x 48.1263157895
physicalDpi: 78.9126213592 x 79.2832369942
Using calibre Qt style: True
Starting up...
Looking for desktop notifier support from: org.freedesktop.Notifications
org.freedesktop.Notifications found in 0.0 seconds
Started up in 1.61 seconds with 0 books


I hope somebody can help. If you need further information, I will try to provide it.

Thanks

Last edited by EngelEatos; 02-13-2018 at 09:26 PM.
EngelEatos is offline   Reply With Quote