Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
5f73911b
Commit
5f73911b
authored
Jun 07, 2016
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lipstick: store notifications database inside ceres' home directory
parent
2dc6b09d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
0002-Store-notifications-database-inside-cere-s-home-dire.patch
...tore-notifications-database-inside-cere-s-home-dire.patch
+25
-0
lipstick_git.bb
recipes-nemomobile/lipstick/lipstick_git.bb
+2
-1
No files found.
recipes-nemomobile/lipstick/lipstick/0002-Store-notifications-database-inside-cere-s-home-dire.patch
0 → 100644
View file @
5f73911b
From ced56479a1ed6a70ed9678671cea86a30a971596 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Mon, 6 Jun 2016 17:13:57 +0200
Subject: [PATCH] Store notifications database inside cere's home directory
---
src/notifications/notificationmanager.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/notifications/notificationmanager.cpp b/src/notifications/notificationmanager.cpp
index f9d3a33..67f5e91 100644
--- a/src/notifications/notificationmanager.cpp
+++ b/src/notifications/notificationmanager.cpp
@@ -605,7 +605,7 @@
void NotificationManager::restoreNotifications(bool update)
bool NotificationManager::connectToDatabase()
{
- QString databasePath = "/home/nemo" + QString(PRIVILEGED_DATA_PATH) + QDir::separator() + "Notifications";
+ QString databasePath = "/home/ceres" + QString(PRIVILEGED_DATA_PATH) + QDir::separator() + "Notifications";
if (!QDir::root().exists(databasePath)) {
QDir::root().mkpath(databasePath);
}
--
2.8.1
recipes-nemomobile/lipstick/lipstick_git.bb
View file @
5f73911b
...
...
@@ -4,7 +4,8 @@ LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24"
SRC_URI = "git://git.merproject.org/mer-core/lipstick.git;protocol=https \
file://0001-Disables-tests-tools-and-doc-and-fixes-build.patch"
file://0001-Disables-tests-tools-and-doc-and-fixes-build.patch \
file://0002-Store-notifications-database-inside-cere-s-home-dire.patch"
SRCREV = "d393a948d2d7d179dbe5dedf3ae68543e655507a"
PR = "r1"
PV = "+git${SRCREV}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment