• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Today scope without showing day scope

Scheduled Pinned Locked Moved Support
45 Posts 18 Posters 17.6k Views 8 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      darkeye @Gerd
      last edited by 28 May 2017, 19:02

      @Gerd It seems that its under GPL v3 it least by the license that was selected in launchpad... I asked the day-scope-team if it's possible to fork it to ubports i`ll update this thread if he replys.

      1 Reply Last reply Reply Quote 1
      • D Offline
        doniks @darkeye
        last edited by 28 May 2017, 20:35

        @darkeye said in Today scope without showing day scope:

        • News Scope

        If I remember it right, the news scope itself is an aggregating one that relies on other scopes. I think I had BBC installed. Probably good to keep in mind for a nice out of box experience for the image to consider the whole set/chain of scopes.

        1 Reply Last reply Reply Quote 0
        • M Offline
          marcokarlo
          last edited by 17 Jun 2017, 19:48

          @Gerd, @darkeye I have forked and built the Day Scope now using the original launchpad version.
          A click package which works for myself can be found with the changed code on my personal Github repo https://github.com/mharrend/ubuntu-touch-day-scope.

          Unfortunately, the moon phase indication is not working any longer since an external API was used for this functionality which requires a fee-based license.

          @darkeye Feel free to fork my repository to the official UBPorts repository.
          Maybe, we could use another API provider for the moon phase like http://www.farmsense.net/api/astro-widgets/ or we should remove the moon phase indication.

          C D F 3 Replies Last reply 17 Jun 2017, 20:38 Reply Quote 5
          • C Offline
            corvusd @marcokarlo
            last edited by 17 Jun 2017, 20:38

            @marcokarlo Thankss! πŸ™‚

            David GΓ‘miz JimΓ©nez
            Industrial Designer, 3D CAD/CAM designer.

            1 Reply Last reply Reply Quote 0
            • D Offline
              darkeye @marcokarlo
              last edited by 18 Jun 2017, 00:39

              @marcokarlo Thanks! I`ll have a look πŸ™‚

              1 Reply Last reply Reply Quote 0
              • M Offline
                marcokarlo
                last edited by marcokarlo 18 Jun 2017, 08:47

                BTW Does anybody knows which scopes are already migrated to UBPorts / openStore?
                When I was switching to UBPorts, the most scopes I had to install from the old Ubuntu store and if I remember correctly, this store will be closed at some point of time, so we would loose the possibility to install scopes.

                Is there some work ongoing to port some scopes to UBPorts? I would be willing to help with this task.

                Looking on the following page it seems that the Todays scope uses the following scopes in the same order if installed:

                • Day scope (now forked by myself)
                • Weather channel scope (part of the Ubuntu REST scopes)
                • Holidays scope ( relies on fee-based web api, maybe can be rewritten using Python holidays module, part of Canonical scopes)
                • Event scope ( has its own repo)
                • Tasks scope ( part of the task app)
                • Contacts scope (not sure, where code is, maybe aggregation of Calls and message scope?)
                • Fitbit scope (low on my own priority list)
                • News scope (aggregator scope, part of Canonical scopes)
                • Twitter scope (part of Canonical scopes)

                So it seems IMHO necessary to port some of the Canonical scopes and Ubuntu REST scopes together with the Event Scope at least to UBPorts to keep the basic scope functionality.

                Does it make sense to fork the corresponding launchpad repositories to the UBPort project (All code seems to be using GNU GPLv3)?

                F 1 Reply Last reply 18 Jun 2017, 08:56 Reply Quote 0
                • F Offline
                  flohack @marcokarlo
                  last edited by 18 Jun 2017, 08:56

                  @marcokarlo well I dont know of any scopes that we transferred to our Github, and from the core team no one is working on scopes right now, so you can fill in this position πŸ™‚

                  @sverzegnassi had a cool idea how to continue with a new "meta-scope" concept since in general UBports does not want to continue the current scope concept on the long run for various reasons. Maybe you can take a look at his screenshots (were they put only on Telegram Stefano? =)).

                  For the present of course we can transfer/maintain/integrate the most important "system" scopes. So yes, please go ahead, write me a PM with a list of Launchpad branches that you need.

                  BR

                  My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                  S 1 Reply Last reply 18 Jun 2017, 11:36 Reply Quote 0
                  • G Offline
                    Gerd
                    last edited by 18 Jun 2017, 09:45

                    @marcokarlo: Thank you very much for providing the click package. I will try to install it after re-reading the "how-to-install click-packages".

                    C 1 Reply Last reply 23 Jun 2017, 12:10 Reply Quote 0
                    • S Offline
                      sverzegnassi @flohack
                      last edited by 18 Jun 2017, 11:36

                      @Flohack Did you mean this? πŸ˜‰

                      It's just an early exploration done through a QML mockup, the UX design is currently the same used for scopes.

                      Conceptually, it should work as a JSON documents aggregator. Apps would be able to update their data in background, using the new account-polld service, or during app execution, and the homescreen would fetch those new data once they become available.

                      This way the homescreen would work like a sort of Google Now clone, without sending user's infos here and there. Everything relies on the availability of those data locally.

                      What it would get lost is the ability to perform per-scope and remote searches, however it would enforce a proper model where advanced features are provided by apps only. In any case, we could add a search bar in a different tab in order to allow online searches via Google, DuckDuckGo, etc. anytime.

                      This would be available for all the third party apps that'd like to use it, with the only limitation that their "homescreen widget" could expire if their data are not up-to-date.

                      A few integration cases I will probably take in account are: Apps, Events, Weather, News (e.g. Morning Digest, Afternoon Edition), Bookmarks, Contacts, Documents, Books, IM apps (e.g. for latest conversations list), Notes/Tasks, World Clock and Spotify playlists.

                      Of course, this is just an idea that hasn't been validated yet. Nothing has been decided yet.

                      B M 2 Replies Last reply 23 Jun 2017, 14:31 Reply Quote 1
                      • C Offline
                        cherrie @Gerd
                        last edited by cherrie 23 Jun 2017, 12:10

                        @Gerd I installed the click package: sudo click install-local --allow-untrusted com.canonical.scopes.day_1.5.2_armhf.click but could not find a today scope, did also a reboot. Anything I am missing?

                        G 1 Reply Last reply 23 Jun 2017, 18:25 Reply Quote 0
                        • B Offline
                          bq4.5 @sverzegnassi
                          last edited by 23 Jun 2017, 14:31

                          @sverzegnassi If you work on the weather one, please add C not only F to the settings πŸ˜‰

                          1 Reply Last reply Reply Quote 0
                          • G Offline
                            Gerd @cherrie
                            last edited by 23 Jun 2017, 18:25

                            @cherrie Just installed the the click-package that marcokarlo provided. Rebooted the phone and: tadaaa, the day is back on the screen.

                            I copied the package into the download-folder on the phone, then used phablet-shell with this command: "pkcon install-local --allow-untrusted Downloads/com.canonical.scopes.day_1.5.2_armhf.click" (Command provided here: http://daniel-beck.org/howto-install-click-packages/).

                            Many, many thanks to marcokarlo!

                            C 1 Reply Last reply 24 Jun 2017, 18:54 Reply Quote 0
                            • F Offline
                              flohack @marcokarlo
                              last edited by 24 Jun 2017, 11:24

                              @marcokarlo Do you want to put this thingie maybe in the openstore?

                              BR

                              My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                              G M 2 Replies Last reply 24 Jun 2017, 14:04 Reply Quote 0
                              • G Offline
                                Gerd @flohack
                                last edited by 24 Jun 2017, 14:04

                                @Flohack Good idea, as it is much easier to get it into your phone.

                                1 Reply Last reply Reply Quote 0
                                • C Offline
                                  cherrie @Gerd
                                  last edited by 24 Jun 2017, 18:54

                                  @Gerd Tried again this: pkcon install-local --allow-untrusted Downloads/com.canonical.scopes.day_1.5.2_armhf.click

                                  It says: Installing files, Finished, Installing files, Starting, Finished, then the unity bar shows up shortly and the end I get: Installed com.canonical.scopes.day-1.5.2.armhf (installed: click,removable=1,app_name=day) summary goes here

                                  Did I reboot, but still no day/today scope

                                  F 1 Reply Last reply 24 Jun 2017, 19:27 Reply Quote 0
                                  • F Offline
                                    flohack @cherrie
                                    last edited by 24 Jun 2017, 19:27

                                    @cherrie Did you try searching for it in the dash main window?

                                    My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                                    C 1 Reply Last reply 24 Jun 2017, 19:59 Reply Quote 0
                                    • C Offline
                                      cherrie @flohack
                                      last edited by cherrie 24 Jun 2017, 19:59

                                      @Flohack I searched in the main window (Apps upper corner left) nothing; I looked under Manage, where the other scopes are, but nothing. I tried to remove it and reinstall it again. Nothing
                                      phablet@ubuntu-phablet:~$ click list | grep day
                                      com.canonical.scopes.day 1.5.2

                                      phablet@ubuntu-phablet:~$ ps auxww | grep scope
                                      phablet 3374 0.8 0.7 384764 7476 ? Ssl 21:56 0:01 /usr/lib/arm-linux-gnueabihf/unity-scopes/smartscopesproxy upstart
                                      phablet 3441 0.1 0.7 352096 7304 ? Ssl 21:56 0:00 /usr/lib/arm-linux-gnueabihf/unity-scopes/scoperegistry
                                      phablet 6393 0.0 0.0 4848 676 pts/18 S+ 21:59 0:00 grep --color=auto scope

                                      Do I need to install other scopes, because they are needed for the today scope?

                                      F LakotaubpL 2 Replies Last reply 24 Jun 2017, 21:03 Reply Quote 0
                                      • F Offline
                                        flohack @cherrie
                                        last edited by 24 Jun 2017, 21:03

                                        @cherrie Please ask @Gerd, I am not familiar with this thingie right now...

                                        BR

                                        My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                                        1 Reply Last reply Reply Quote 0
                                        • LakotaubpL Offline
                                          Lakotaubp @cherrie
                                          last edited by 25 Jun 2017, 22:15

                                          @cherrie Ssorry if I miss understand but the click package only adds the missing day panel to the Today scope that is available in the Ubuntu app store, along with the task, events and news scopes etc that show up in it.
                                          Ijust followed the instructions above and downloaded the click via the browser into the downloads folder and then ran the install command and all worked great or to put it another way as above tadaa!

                                          C 1 Reply Last reply 26 Jun 2017, 08:46 Reply Quote 0
                                          • C Offline
                                            cherrie @Lakotaubp
                                            last edited by cherrie 26 Jun 2017, 08:46

                                            @Lakota Thanks a lot:
                                            So it needs 2 things:

                                            • Install Today Scope from Ubuntu Store
                                            • Install click package from Github repo https://github.com/mharrend/ubuntu-touch-day-scope using this command:
                                              pkcon install-local --allow-untrusted Downloads/com.canonical.scopes.day_1.5.2_armhf.click
                                            • Reboot phone
                                            • Add Today Scope by pulling in Apps Window the Window on top, locate Today, enable and drag to the top of the Scope list.
                                            T H 2 Replies Last reply 26 Jun 2017, 12:29 Reply Quote 1
                                            • First post
                                              Last post