Skip to content

Instantly share code, notes, and snippets.

gpg --search-keys Dubslow
gpg: searching for "Dubslow" from hkp server keys.gnupg.net
(1) Dubslow <bunslow@gmail.com>
2048 bit RSA key 15C220AA, created: 2014-11-27, expires: 2029-11-23
```
[sean@salyut.local:~] lldb /Applications/qtox.app/Contents/MacOS/qtox
(lldb) target create "/Applications/qtox.app/Contents/MacOS/qtox"
Current executable set to '/Applications/qtox.app/Contents/MacOS/qtox' (x86_64).
(lldb) r
Process 650 launched: '/Applications/qtox.app/Contents/MacOS/qtox' (x86_64)
Settings: Loading from "/Users/sean/Library/Preferences/tox/settings.ini"
Using custom bootstrap nodes list
built on: 19:27:12 Nov 25 2014 ( 1416972398 )
commit: 00b511ed98b5abfb860f43682e893f23014f33b6
diff --git a/src/misc/settings.cpp b/src/misc/settings.cpp
index 3c2deec..d9c746a 100644
--- a/src/misc/settings.cpp
+++ b/src/misc/settings.cpp
@@ -138,7 +138,7 @@ void Settings::load()
smileyPack = s.value("smileyPack", ":/smileys/cylgom/emoticons.xml").toString();
customEmojiFont = s.value("customEmojiFont", true).toBool();
emojiFontFamily = s.value("emojiFontFamily", "DejaVu Sans").toString();
- emojiFontPointSize = s.value("emojiFontPointSize", QApplication::font().pointSize()).toInt();
+ emojiFontPointSize = s.value("emojiFontPointSize", 12).toInt();
make
/usr/lib/x86_64-linux-gnu/qt5/bin/lupdate qtox.pro
/home/bill/qtox/qtox.pro(43): Function 'system' is not implementedUpdating 'translations/bg.ts'...
Found 225 source text(s) (50 new and 175 already existing)
Kept 29 obsolete entries
Same-text heuristic provided 15 translation(s)
Updating 'translations/de.ts'...
Found 225 source text(s) (126 new and 99 already existing)
Kept 50 obsolete entries
Same-text heuristic provided 10 translation(s)
[New Thread 0x7fffb29e6700 (LWP 24645)]
[New Thread 0x7fffb21e5700 (LWP 24646)]
[New Thread 0x7fff9ffff700 (LWP 24647)]
[New Thread 0x7fff9f7fe700 (LWP 24648)]
[New Thread 0x7fff9edc3700 (LWP 24650)]
[Thread 0x7fff9edc3700 (LWP 24650) exited]
[Thread 0x7fff9ffff700 (LWP 24647) exited]
[New Thread 0x7fff9ffff700 (LWP 24651)]
[New Thread 0x7fff9edc3700 (LWP 24652)]
[Thread 0x7fff9edc3700 (LWP 24652) exited]
"Core::sendFile: Created file sender 0 with friend 12"
"Core::sendFile: Created file sender 1 with friend 12"
"Core::sendFile: Created file sender 2 with friend 12"
"Core::sendFile: Created file sender 3 with friend 12"
"Core::sendFile: Created file sender 4 with friend 12"
"Core::sendFile: Created file sender 5 with friend 12"
"Core::sendFile: Created file sender 6 with friend 12"
"Core::sendFile: Created file sender 7 with friend 12"
"Core::sendFile: Created file sender 8 with friend 12"
"Core::sendFile: Created file sender 9 with friend 12"
"Core: AV ringing with 12 without video"
"Core: AV starting from 12 without video"
"Core: preparing call 0"
Core: toxav_send_audio error
Core: toxav_send_audio error
Core: toxav_send_audio error
Core: toxav_send_audio error
Core: toxav_send_audio error
Core: toxav_send_audio error
Core: toxav_send_audio error
"Core: Group invite by 1"
"Trying to join groupchat invite by friend 1"
Widget::onGroupInviteReceived: Joined group with id 1
"Core: Group invite by 1"
"Trying to join groupchat invite by friend 1"
Widget::onGroupInviteReceived: Joined group with id 2
"Core: Group invite by 1"
"Trying to join groupchat invite by friend 1"
Widget::onGroupInviteReceived: Joined group with id 3
"Core: Group invite by 1"
diff --git a/src/widget/form/settings/identityform.cpp b/src/widget/form/settings/identityform.cpp
index 691aa4d..491a650 100644
--- a/src/widget/form/settings/identityform.cpp
+++ b/src/widget/form/settings/identityform.cpp
@@ -108,8 +108,11 @@ void IdentityForm::onLoadClicked()
if (bodyUI->profiles->currentText() != Settings::getInstance().getCurrentProfile())
{
if (Core::getInstance()->anyActiveCalls())
+ {
+ prtinf("Detected a call, can't switch!\n");
"Core: Starting new call with 12 without video"
"Core: AV ringing with 12 without video"
"Core: AV starting from 12 with video"
"Core: preparing call 0"
[New Thread 0x7fffd009e700 (LWP 21408)]
CameraWorker: Resume
Core::sendCallVideo: Invalid frame (bad camera ?)
VideoSurface: Init
Core::sendCallVideo: Invalid frame (bad camera ?)
Core::sendCallVideo: Invalid frame (bad camera ?)