Bug#1008957: gnome-weather: can not select location on Mobian posh PinePhone

2022-04-04 Thread Marek Bel
Package: gnome-weather
Version: 42.0-1
Severity: important

Dear Maintainer,

it is impossible to search for location on Mobian posh PinePhone.
Steps to reproduce:
1. Tap on Search for a city or country
2. Start typing name of the city on on-screen keyboard.
Expected behaviour:
Search bar is updated with text typed.
Actual behaviour:
Search bar disappears once on-screen keyboard is tapped for the first time to
type first letter or shift or basically anything.

Best Regards,
Marek Bel


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: arm64 (aarch64)

Kernel: Linux 5.15-sunxi64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_CRAP, TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gnome-weather depends on:
ii  dconf-gsettings-backend [gsettings-  0.40.0-3
ii  geoclue-2.0  2.5.7+really2.5.7+git20211204-0mobian1
ii  gir1.2-adw-1 1.1.0-1
ii  gir1.2-geoclue-2.0   2.5.7+really2.5.7+git20211204-0mobian1
ii  gir1.2-glib-2.0  1.72.0-1
ii  gir1.2-gtk-4.0   4.6.2+ds-1
ii  gir1.2-gweather-4.0  4.0.0-1
ii  gjs  1.72.0-2
ii  libglib2.0-bin   2.72.0-1+b1

gnome-weather recommends no packages.

gnome-weather suggests no packages.

-- no debconf information



Bug#1008893: geary: Unable to edit message body when composing new email

2022-04-03 Thread Marek Bel
Package: geary
Version: 40.0-2
Severity: important

Dear Maintainer,

when composing new email on PinePhone Mobian it is possible to select and fill
in email recipient and subject.
It is not possible to select and fill in message body. It is irrelevant if
plain text or rich text edit is enabled.
Only possible workaround to edit email body is to save it as draft, then open
and edit draft.
When editing the draft message body can be selected and edited successfully.

Best Regards,
Marek Bel


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: arm64 (aarch64)

Kernel: Linux 5.15-sunxi64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_CRAP, TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages geary depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.40.0-3
ii  gnome-keyring40.0-3
ii  libatk1.0-0  2.36.0-3
ii  libc62.33-7
ii  libcairo21.16.0-5
ii  libenchant-2-2   2.3.2-1
ii  libfolks26   0.15.5-2
ii  libgck-1-0   3.40.0-4
ii  libgcr-base-3-1  3.40.0-4
ii  libgdk-pixbuf-2.0-0  2.42.8+dfsg-1
ii  libgee-0.8-2 0.20.5-1
ii  libglib2.0-0 2.72.0-1
ii  libgmime-3.0-0   3.2.9+dfsg-1
ii  libgoa-1.0-0b3.40.1-2
ii  libgsound0   1.0.3-2
ii  libgspell-1-21.9.1-4
ii  libgtk-3-0   3.24.33-1mobian1
ii  libhandy-1-0 1.5.91-1
ii  libicu67 67.1-7
ii  libjavascriptcoregtk-4.0-18  2.34.6-1
ii  libjson-glib-1.0-0   1.6.6-1
ii  libpango-1.0-0   1.50.6+ds-1
ii  libpangocairo-1.0-0  1.50.6+ds-1
ii  libpeas-1.0-01.32.0-1+b1
ii  libsecret-1-00.20.5-2
ii  libsoup2.4-1 2.74.2-3
ii  libsqlite3-0 3.38.2-1
ii  libstemmer0d 2.2.0-1
ii  libunwind8   1.3.2-2
ii  libwebkit2gtk-4.0-37 2.34.6-1
ii  libxml2  2.9.13+dfsg-1
ii  libytnef02.0-1

geary recommends no packages.

geary suggests no packages.

-- no debconf information



Bug#802630: armory: Segmentation fault after Initializing Bitcoin Engine

2015-10-21 Thread Marek Bel
Package: armory
Version: 0.92.3-1+b1
Severity: important

Armory has segfault possibly between steps Initializing Bitcoin Engine and
Build Databases.

Armory output on command line:

(ERROR) ArmoryUtils.py:1115 - Error getting system details:
Traceback (most recent call last):
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1113, in 
SystemSpecs = GetSystemDetails()
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1108, in
GetSystemDetails
out.HddAvailB = getHddSize(BTC_HOME_DIR)/ (1024**3)
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1105, in getHddSize
s = os.statvfs(adir)
OSError: [Errno 2] No such file or directory: '/home/marek/.bitcoin/'
(ERROR) ArmoryUtils.py:1116 - Skipping.
(ERROR) announcefetch.py:305 - Could not verify data in signed message block
Traceback (most recent call last):
  File "/usr/lib/armory/announcefetch.py", line 297, in __runFetchSequence
sig, msg = readSigBlock(digestData)
  File "/usr/lib/armory/jasvet.py", line 589, in readSigBlock
name = r.split(BEGIN_MARKER)[1].split(DASHX5)[0]
IndexError: list index out of range
(ERROR) ArmoryQt.py:1172 - 29 attempts to load blockchain failed.  Remove
mempool.bin.
(ERROR) ArmoryQt.py:1177 - File mempool.bin does not exist. Nothing deleted.
-INFO  - 1445461656: (BlockUtils.cpp:2196) Set home directory:
(ERROR) BDM.py:1534 - Error processing BDM input
(ERROR) BDM.py:1536 - Received inputTuple: GoOnlineRequested [13, 5069987,
False]
(ERROR) BDM.py:1537 - Error processing ID (5069987)
(ERROR) BDM.py:1538 - ERROR:
Traceback (most recent call last):
  File "/usr/lib/armory/armoryengine/BDM.py", line 1520, in run
self.__startLoadBlockchain()
  File "/usr/lib/armory/armoryengine/Timer.py", line 99, in inner
ret = func(*args, **kwargs)
  File "/usr/lib/armory/armoryengine/BDM.py", line 72, in inner
return func(*newArgs, **kwargs)
  File "/usr/lib/armory/armoryengine/BDM.py", line 988, in
__startLoadBlockchain
self.bdm.SetBlkFileLocation(blockdir)
  File "/usr/lib/armory/CppBlockUtils.py", line 1794, in SetBlkFileLocation
def SetBlkFileLocation(self, *args): return
_CppBlockUtils.BlockDataManager_LevelDB_SetBlkFileLocation(self, *args)
TypeError: in method 'BlockDataManager_LevelDB_SetBlkFileLocation', argument 2
of type 'string'

Armory has crashed. Please provide the following in your bug report:
Failed to dereference address (nil)
/usr/lib/armory/_CppBlockUtils.so(+0xfa17b)[0x7fb4eb66817b]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xf8d0)[0x7fb4f3d938d0]
/usr/lib/armory/_CppBlockUtils.so(_ZN7LDBIterC2EPN7leveldb2DBEb+0xb)[0x7fb4eb5f545b]
/usr/lib/armory/_CppBlockUtils.so(_ZN14InterfaceToLDB8getTxRefE13BinaryDataRef+0x2c)[0x7fb4eb5fb6ec]
/usr/lib/armory/_CppBlockUtils.so(_ZN24BlockDataManager_LevelDB13hasTxWithHashERK10BinaryData+0x3e)[0x7fb4eb62a23e]
/usr/lib/armory/_CppBlockUtils.so(+0x1636a0)[0x7fb4eb6d16a0]
python(PyEval_EvalFrameEx+0x2813)[0x4bc473]
python(PyEval_EvalCodeEx+0x416)[0x4b79e6]
python[0x4d3679]
python(PyObject_Call+0x3e)[0x4a460e]
python(PyEval_EvalFrameEx+0x7408)[0x4c1068]
python(PyEval_EvalCodeEx+0x416)[0x4b79e6]
python[0x4d37b3]
python(PyObject_Call+0x3e)[0x4a460e]
python(PyEval_EvalFrameEx+0x7408)[0x4c1068]
python(PyEval_EvalCodeEx+0x416)[0x4b79e6]
python(PyEval_EvalFrameEx+0x60a7)[0x4bfd07]
python(PyEval_EvalFrameEx+0x55df)[0x4bf23f]
python(PyEval_EvalCodeEx+0x416)[0x4b79e6]
python[0x4d3679]
python[0x4ec34e]
python(PyObject_Call+0x3e)[0x4a460e]
python(PyEval_CallObjectWithKeywords+0x30)[0x4c3c50]
python[0x5886f2]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x80a4)[0x7fb4f3d8c0a4]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7fb4f319e06d]



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages armory depends on:
ii  bittornado 0.3.18-10.2
ii  libc6  2.19-22
ii  libcrypto++9v5 5.6.1-9
ii  libgcc11:5.2.1-22
ii  libleveldb1v5  1.18-5
ii  libstdc++6 5.2.1-22
ii  python-psutil  2.2.1-3+b1
ii  python-qt4 4.11.4+dfsg-1+b2
ii  python-qt4reactor  1.0-1
ii  python-twisted 15.2.1-1
ii  python2.7  2.7.10-5
pn  python:any 
ii  xdg-utils  1.1.1-1

Versions of packages armory recommends:
ii  bitcoind  0.11.0-1+b1

armory suggests no packages.

-- no debconf information



Bug#786672: xfce4-power-manager: Display brightness reduced during VLC video playback

2015-05-24 Thread Marek Bel
Package: xfce4-power-manager
Version: 1.4.4-4
Severity: normal

Prerequisites:
VLC 2.2.1 is in advanced settings set to Inhibit the power manager daemon
during playback. (default)
System runs on battery, power-manager is not in presentation mode, Brightness
reduction On battery is set to On inactivity reduce to 5% after 120 Seconds.
Video is played in VLC.

Actual behaviour:
Display brightness is reduced after 120 seconds.

Expected:
Display brightness is NOT reduced during video playback.



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xfce4-power-manager depends on:
ii  libc6 2.19-18
ii  libcairo2 1.14.2-2
ii  libdbus-1-3   1.8.18-1
ii  libdbus-glib-1-2  0.102-1
ii  libgdk-pixbuf2.0-02.31.4-1
ii  libglib2.0-0  2.44.1-1
ii  libgtk2.0-0   2.24.25-3
ii  libnotify40.7.6-2
ii  libpango-1.0-01.36.8-3
ii  libpangocairo-1.0-0   1.36.8-3
ii  libupower-glib3   0.99.2-3
ii  libx11-6  2:1.6.3-1
ii  libxext6  2:1.3.3-1
ii  libxfce4ui-1-04.12.1-2
ii  libxfce4util7 4.12.1-2
ii  libxfconf-0-2 4.12.0-2+b1
ii  libxrandr22:1.4.2-1+b1
ii  upower0.99.2-3
ii  xfce4-power-manager-data  1.4.4-4

Versions of packages xfce4-power-manager recommends:
ii  libpam-systemd   215-18
ii  xfce4-power-manager-plugins  1.4.4-4

xfce4-power-manager suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#768623: ekiga: Unable to build package from source code.

2014-11-08 Thread Marek Bel
Package: ekiga
Version: 4.0.1-5
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Unable to build package from source code.  Unmet build dependency gnome-icon-
theme reported, even though gnome-icon-theme is installed.

Actions done:

sudo apt-get build-dep ekiga
DEB_BUILD_OPTIONS=parallel=4 apt-get -b source ekiga


Expected result:

file ekiga_4.0.1-5_amd64.deb is generated


Actual result:

dpkg-checkbuilddeps: Unmet build dependencies: gnome-icon-theme
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
Build command 'cd ekiga-4.0.1  dpkg-buildpackage -b -uc' failed.
E: Child process failed

note: package gnome-icon-theme is installed on my system


Possible workaround:

sudo apt-get build-dep ekiga
apt-get source ekiga
cd ekiga-4.0.1/
DEB_BUILD_OPTIONS=parallel=4 dpkg-buildpackage -b -d



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ekiga depends on:
ii  gconf-service   3.2.6-3
it  gconf2  3.2.6-3
it  gnome-icon-theme3.12.0-1
ii  libatk1.0-0 2.14.0-1
ii  libavahi-client30.6.31-4
ii  libavahi-common30.6.31-4
ii  libavahi-glib1  0.6.31-4
ii  libboost-signals1.55.0  1.55.0+dfsg-3
ii  libc6   2.19-13
ii  libcairo2   1.14.0-2.1
ii  libdbus-1-3 1.8.8-2
ii  libdbus-glib-1-20.102-1
ii  libfontconfig1  2.11.0-6.1
ii  libfreetype62.5.2-2
ii  libgcc1 1:4.9.2-1
ii  libgconf-2-43.2.6-3
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.0-2
ii  libgtk2.0-0 2.24.25-1
ii  libidn111.29-1
ii  libldap-2.4-2   2.4.40-2
ii  libloudmouth1-0 1.4.3-12
ii  libnotify4  0.7.6-2
ii  libopal3.10.10  3.10.10~dfsg2-1
ii  libpango-1.0-0  1.36.8-2
ii  libpangocairo-1.0-0 1.36.8-2
ii  libpangoft2-1.0-0   1.36.8-2
ii  libpt2.10.102.10.10~dfsg-4.1
ii  libsasl2-2  2.1.26.dfsg1-12
ii  libspeexdsp11.2~rc1.2-1
ii  libstdc++6  4.9.2-1
ii  libx11-62:1.6.2-3
ii  libxext62:1.3.3-1
ii  libxml2 2.9.2+dfsg1-1
ii  libxv1  2:1.0.10-1

Versions of packages ekiga recommends:
ii  gvfs  1.22.1-1
ii  yelp  3.14.1-1

Versions of packages ekiga suggests:
pn  asterisknone
pn  ekiga-plugin-evolution  none
pn  gnugk   none
pn  mediaproxy  none
pn  rtpproxynone
pn  ser none
pn  siproxd none
pn  yatenone

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org