I have made the following changes intended for :
  CE:UX:MTF / nemo-mobile-session

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/7256

Thank You,
Islam Amer

[This message was auto-generated]

---

Request # 7256:

Messages from BOSS:

State: review at 2012-11-02T10:27:51 by bossbot

Reviews:
       accepted by bossbot : Prechecks succeeded.
       new for CE-maintainers : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:iamer:branches:CE:UX:MTF / nemo-mobile-session -> CE:UX:MTF / 
nemo-mobile-session
  
changes files:
--------------
--- nemo-mobile-session.changes
+++ nemo-mobile-session.changes
@@ -0,0 +1,3 @@
+* Thu Nov 2 2012 Islam Amer <[email protected]> - 3
+- Add user session environment variables file, which replaces the profile.d 
based mechanism
+

new:
----
  nemo-mobile-ui

spec files:
-----------
--- nemo-mobile-session.spec
+++ nemo-mobile-session.spec
@@ -1,12 +1,13 @@
 Name:       nemo-mobile-session
 Summary:    Target for nemo systemd user session
-Version:    2
+Version:    3
 Release:    1.1
 Group:      System/Libraries
 License:    Public Domain
 Source0:    nemo-mobile-session.target
 Source1:    nemo-middleware.target
 Source2:    [email protected]
+Source3:    nemo-mobile-ui
 
 Requires: pkgconfig(systemd)
 Requires: xorg-launch-helper
@@ -20,9 +21,10 @@
 mkdir -p %{buildroot}%{_libdir}/systemd/user/nemo-middleware.target.wants/
 mkdir -p %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/
 mkdir -p %{buildroot}/lib/systemd/system/graphical.target.wants/
-install -m 0644 %SOURCE0 %{buildroot}%{_libdir}/systemd/user/
-install -m 0644 %SOURCE1 %{buildroot}%{_libdir}/systemd/user/
-install -m 0644 %SOURCE2 %{buildroot}/lib/systemd/system/
+install -D -m 0644 %SOURCE0 %{buildroot}%{_libdir}/systemd/user/
+install -D -m 0644 %SOURCE1 %{buildroot}%{_libdir}/systemd/user/
+install -D -m 0644 %SOURCE2 %{buildroot}/lib/systemd/system/
+install -D -m 0644 %SOURCE3 %{buildroot}%{_sysconfdir}/sysconfig/nemo-mobile-ui
 
 ln -sf ../[email protected] 
%{buildroot}/lib/systemd/system/graphical.target.wants/[email protected]
 #ln -sf ../xterm.service 
%{buildroot}/%{_libdir}/systemd/user/nemo-mobile-session.target.wants/
@@ -50,3 +52,4 @@
 %{_libdir}/systemd/user/default.target
 /lib/systemd/system/graphical.target.wants/[email protected]
 /lib/systemd/system/[email protected]
+%{_sysconfdir}/sysconfig/nemo-mobile-ui

other changes:
--------------

++++++ nemo-mobile-ui (new)
--- nemo-mobile-ui
+++ nemo-mobile-ui
@@ -0,0 +1,30 @@
+OPTIONS=-background none -nocursor
+
+# using runtime means that GL contexts will be dropped when applications are
+# minimised (this is useful, since contexts are rare, and require a huge
+# allocation of RAM, locked and thus unswappable)
+QT_GRAPHICSSYSTEM=runtime
+
+# default runtime system to meego, uses GL, very fast, etc.
+# Not used globally, as it requires certain GL extensions.
+QT_DEFAULT_RUNTIME_SYSTEM=meego
+
+#Use maliit VKB
+QT_IM_MODULE=Maliit
+
+#Don't use window decorations
+M_DECORATED=0
+
+# Set libaccounts-glib environment variables
+AG_SERVICES=/usr/share/accounts/services
+AG_SERVICE_TYPES=/usr/share/accounts/service-types
+AG_PROVIDERS=/usr/share/accounts/providers
+
+## This caused GLib2 applications to convert filenames from
+## locale encoding to UTF-8. If the locale encoding is already
+## UTF-8 then it makes no difference.
+
+G_BROKEN_FILENAMES=1
+
+# Use gconf backend for gsettings
+GSETTINGS_BACKEND=gconf



Reply via email to