Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
glacier-home
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
glacier-home
Commits
f4e94775
Commit
f4e94775
authored
Jun 21, 2014
by
Aleksi Suomalainen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[env] Add QT_QUICK_CONTROLS_STYLE=Nemo to give the Nemo styles to homescreen
parent
55ea5485
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
3 deletions
+11
-3
lipstick-glacier-home-qt5.spec
rpm/lipstick-glacier-home-qt5.spec
+1
-0
lipstick-glacier-home-qt5.yaml
rpm/lipstick-glacier-home-qt5.yaml
+1
-0
lipstick.service
rpm/lipstick.service
+1
-1
nemovars.conf
src/nemovars.conf
+1
-0
src.pro
src/src.pro
+7
-2
No files found.
rpm/lipstick-glacier-home-qt5.spec
View file @
f4e94775
...
...
@@ -72,5 +72,6 @@ ln -s ../lipstick.service %{buildroot}%{_libdir}/systemd/user/user-session.targe
%{_libdir}/systemd/user/lipstick.service
%config /etc/xdg/autostart/*.desktop
%{_libdir}/systemd/user/user-session.target.wants/lipstick.service
%{_datadir}/lipstick-glacier-home-qt5/nemovars.conf
# >> files
# << files
rpm/lipstick-glacier-home-qt5.yaml
View file @
f4e94775
...
...
@@ -31,3 +31,4 @@ Files:
-
"
%{_libdir}/systemd/user/lipstick.service"
-
"
%config
/etc/xdg/autostart/*.desktop"
-
"
%{_libdir}/systemd/user/user-session.target.wants/lipstick.service"
-
"
%{_datadir}/lipstick-glacier-home-qt5/nemovars.conf"
rpm/lipstick.service
View file @
f4e94775
...
...
@@ -5,7 +5,7 @@ After=pre-user-session.target
[Service]
Type=notify
EnvironmentFile=-/var/lib/environment/compositor/*.conf
EnvironmentFile=-/var/lib/environment/compositor/*.conf
-/usr/share/lipstick-glacier-home-qt5/nemovars.conf
ExecStart=/usr/bin/lipstick $LIPSTICK_OPTIONS --systemd
Restart=always
...
...
src/nemovars.conf
0 → 100644
View file @
f4e94775
QT_QUICK_CONTROLS_STYLE
=
Nemo
src/src.pro
View file @
f4e94775
...
...
@@ -8,6 +8,11 @@ VERSION = 0.1
INSTALLS
=
target
target
.
path
=
/
usr
/
bin
styles
.
path
=
/
usr
/
share
/
lipstick
-
glacier
-
home
-
qt5
styles
.
files
=
nemovars
.
conf
INSTALLS
+=
styles
CONFIG
+=
qt
link_pkgconfig
QT
+=
quick
compositor
DEFINES
+=
QT_COMPOSITOR_QUICK
...
...
@@ -43,6 +48,6 @@ OTHER_FILES += qml/*.qml \
qml/FeedsPage.qml \
qml/Statusbar.qml \
qml/StatusbarItem.qml \
qml/WifiPanel.qml
qml/WifiPanel.qml
\
nemovars.conf
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