This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo mic create fs --arch armv7hl \ | |
--tokenmap=ARCH:armv7hl,RELEASE:$RELEASE,EXTRA_NAME:$EXTRA_NAME \ | |
--record-pkgs=name,url \ | |
--outdir=sfa-$DEVICE-ea-$RELEASE$EXTRA_NAME \ | |
--pack-to=sfa-$DEVICE-ea-$RELEASE$EXTRA_NAME.tar.bz2 \ | |
$ANDROID_ROOT/tmp/Jolla-@RELEASE@-$DEVICE-@[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MerSDK user@Build-Box-II:~/1/devel/mer-hybris/qt5-qpa-hwcomposer-plugin$ mb2 -s rpm/$PKG.spec -t $VENDOR-$DEVICE-armv7hl build | |
Loading repository data... | |
Reading installed packages... | |
'pkgconfig(Qt5Core)' not found in package names. Trying capabilities. | |
'qt5-qtcore-devel' providing 'pkgconfig(Qt5Core)' is already installed. | |
'pkgconfig(glib-2.0)' not found in package names. Trying capabilities. | |
'pkgconfig(Qt5Gui)' not found in package names. Trying capabilities. | |
'qt5-qtgui-devel' providing 'pkgconfig(Qt5Gui)' is already installed. | |
'pkgconfig(Qt5DBus)' not found in package names. Trying capabilities. | |
'qt5-qtdbus-devel' providing 'pkgconfig(Qt5DBus)' is already installed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[nemo@Jolla ~]$ /usr/bin/harbour-warehouse | |
[D] QWaylandEglClientBufferIntegration::QWaylandEglClientBufferIntegration:62 - Using Wayland-EGL | |
[W] QQmlImportDatabase::registerPluginTypes:1875 - Module 'Sailfish.Silica' does not contain a module identifier directive - it cannot be protected from external registrations. | |
[D] eval:6 - loading api... | |
[D] :14 - loading private-objects... | |
[D] :14 - loading api-core... | |
[D] :14 - loading api-apps... | |
[D] :14 - loading api-categories... | |
[D] :14 - loading api-search... | |
[D] eval:41 - api loaded. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[nemo@Jolla ~]$ /usr/bin/salmeta | |
/usr/bin/salmeta: symbol lookup error: /usr/bin/salmeta: undefined symbol: _ZN11QtBluetooth16QBluetoothSocket16staticMetaObjectE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[nemo@Jolla ~]$ /usr/bin/harbour-fahrplan2 | |
[D] main:81 - Startup | |
[D] main:91 - QML | |
[D] QWaylandEglClientBufferIntegration::QWaylandEglClientBufferIntegration:62 - Using Wayland-EGL | |
[D] main:146 - SailfishOs | |
[W] QQmlImportDatabase::registerPluginTypes:1875 - Module 'Sailfish.Silica' does not contain a module identifier directive - it cannot be protected from external registrations. | |
[W] unknown:439 - file:///usr/lib/qt5/qml/Sailfish/Silica/PageStack.js:439: Error: Error while loading page: qrc:/src/gui/sailfishos/pages/MainPage.qml:280 Type JourneyResultsPage unavailable | |
qrc:/src/gui/sailfishos/pages/JourneyResultsPage.qml:192 Type JourneyDetailsResultsPage unavailable | |
qrc:/src/gui/sailfishos/pages/JourneyDetailsResultsPage.qml:131 left-hand side of assignment operator is not an lvalue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[nemo@Jolla ~]$ /usr/bin/harbour-warehouse | |
[D] QWaylandEglClientBufferIntegration::QWaylandEglClientBufferIntegration:62 - Using Wayland-EGL | |
[W] QQmlImportDatabase::registerPluginTypes:1875 - Module 'Sailfish.Silica' does not contain a module identifier directive - it cannot be protected from external registrations. | |
[D] eval:6 - loading api... | |
[D] :14 - loading private-objects... | |
[D] :14 - loading api-core... | |
[D] :14 - loading api-apps... | |
[D] :14 - loading api-categories... | |
[D] :14 - loading api-search... | |
[D] eval:41 - api loaded. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Copyright (C) 2012 Michael Clemens | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: Audiobook-Player | |
# Required-Start: mpd | |
# Required-Stop: | |
# Default-Start: 2 | |
# Default-Stop: 0 1 6 | |
# Description: Startet das python-script fuer Audiobookplayer.py | |
### END INIT INFO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SailfishOS icons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tags = {} | |
-- Each screen has its own tag table. | |
tags[1] = awful.tag({ "xxx", "xx", "x" }, 1, layouts[2]) | |
tags[2] = awful.tag({ "xxxx", "xxx", "xx", "x" }, 2, layouts[2]) | |
-- }}} |
OlderNewer