<---- template headericclude ----->
Appcenter Fedora
FedoraForum.org - Fedora Support Forums and Community
Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    Join Date
    Jan 2012
    Location
    all world
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Lightbulb Appcenter Fedora

    Hi friends, I am David Va, I hope it is the correct category I ported Appcenter of Elementary OS to Fedora, now Appcenter Fedora! and work great. But I need tester, then I will include some dependencies perhaps lost.

    also a pastebin can help me


    http://sourceforge.net/projects/appcenterfedora/


    Do you like? try it now!

    Code:
    su -c "wget -P/etc/yum.repos.d/ http://sourceforge.net/projects/appcenterfedora/files/fedora/appcenter.repo && yum install appcenter"
    Last edited by debo2011; 27th August 2013 at 11:34 PM.

  2. #2
    Join Date
    Jul 2011
    Location
    Birmingham, UK
    Age
    41
    Posts
    2,759
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Appcenter Fedora

    Moved to Fedora Focus.

  3. #3
    Join Date
    Jul 2004
    Location
    Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
    Age
    79
    Posts
    24,953
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Appcenter Fedora

    Well, here's your first glitch:
    [bob@localhost ~]$ appcenter
    [_LOG_LEVEL_INFO 12:42:01.886624] Application.vala:77: AppCenter version: 0.1
    [_LOG_LEVEL_INFO 12:42:01.886711] Application.vala:79: Kernel version: 3.10.9-200.fc19.x86_64
    [_LOG_LEVEL_WARN 12:42:01.886939] [GLib-GIO] Settings schema 'org.pantheon.AppCenter.SavedState' is not installed
    Trace/breakpoint trap (core dumped)
    [bob@localhost ~]$
    Linux & Beer - That TOTALLY Computes!
    Registered Linux User #362651


    Don't use any of my solutions on working computers or near small children.

  4. #4
    Join Date
    Jan 2012
    Location
    all world
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Unhappy Re: Appcenter Fedora

    Quote Originally Posted by bob
    Well, here's your first glitch:
    Thanks bob! try install sqlite else vala-devel or PackageKit-glib-devel and glib2-devel

    next

    Code:
    write: appcenter -r
    (as normal user)

    I solvent all dependence, but I do not find a dependence lost.

  5. #5
    Join Date
    Jul 2004
    Location
    Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
    Age
    79
    Posts
    24,953
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Appcenter Fedora

    No luck with that:
    yum install vala-devel
    Installed:
    vala-devel.x86_64 0:0.20.1-1.fc19

    yum install PackageKit-glib-devel glib2-devel
    Package PackageKit-glib-devel.x86_64 0:0.8.9-6.fc19 will be installed
    --> Processing Dependency: sqlite-devel for package: PackageKit-glib-devel-0.8.9-6.fc19.x86_64
    --> Processing Dependency: pkgconfig(sqlite3) for package: PackageKit-glib-devel-0.8.9-6.fc19.x86_64
    --> Running transaction check
    ---> Package sqlite-devel.x86_64 0:3.7.17-1.fc19 will be installed

    Installed:
    PackageKit-glib-devel.x86_64 0:0.8.9-6.fc19

    Dependency Installed:
    sqlite-devel.x86_64 0:3.7.17-1.fc19
    Then, running as user or root:
    [bob@localhost ~]$ appcenter
    [_LOG_LEVEL_INFO 16:24:52.933767] Application.vala:77: AppCenter version: 0.1
    [_LOG_LEVEL_INFO 16:24:52.933833] Application.vala:79: Kernel version: 3.10.9-200.fc19.x86_64
    [_LOG_LEVEL_WARN 16:24:52.934058] [GLib-GIO] Settings schema 'org.pantheon.AppCenter.SavedState' is not installed
    Trace/breakpoint trap (core dumped)
    No fix yet.
    Linux & Beer - That TOTALLY Computes!
    Registered Linux User #362651


    Don't use any of my solutions on working computers or near small children.

  6. #6
    Join Date
    Jan 2012
    Location
    all world
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Smile Re: Appcenter Fedora

    Yeah!!!!! I have found the dependence!! Bob now you can run correctly

    It took several tests from 0 to my external drive, erasing all day fedora

    The dependence

    Code:
    yum install webkitgtk

    Appcenter should be started as user without privilege, if you installed AppCenter and not worked, type.

    Code:
    appcenter -r



    In the next few hours, I'll update and will include 'WebKitGTK' in 'AppCenter Fedora'
    Last edited by debo2011; 29th August 2013 at 07:33 AM.

  7. #7
    Join Date
    Jul 2004
    Location
    Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
    Age
    79
    Posts
    24,953
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Appcenter Fedora

    Well....no, that's not it:
    [root@localhost bob]# yum install webkitgtk
    Package webkitgtk-2.0.4-1.fc19.x86_64 already installed and latest version
    Nothing to do
    [bob@localhost ~]$ appcenter -r
    [_LOG_LEVEL_INFO 07:05:16.652465] Application.vala:77: AppCenter version: 0.1
    [_LOG_LEVEL_INFO 07:05:16.652519] Application.vala:79: Kernel version: 3.10.9-200.fc19.x86_64
    [_LOG_LEVEL_WARN 07:05:16.652747] [GLib-GIO] Settings schema 'org.pantheon.AppCenter.SavedState' is not installed
    Trace/breakpoint trap (core dumped)
    But, at this point, let me uninstall appcenter, wait for you to do your update and then test as a full package. Maybe piecing it together like this is blocking something.
    Linux & Beer - That TOTALLY Computes!
    Registered Linux User #362651


    Don't use any of my solutions on working computers or near small children.

  8. #8
    Join Date
    Jan 2012
    Location
    all world
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Re: Appcenter Fedora

    Quote Originally Posted by bob
    Well....no, that's not it:


    But, at this point, let me uninstall appcenter, wait for you to do your update and then test as a full package. Maybe piecing it together like this is blocking something.
    mmm try install webkitgtk3 the recent version 2.0.4-1

  9. #9
    Join Date
    Mar 2011
    Location
    /
    Posts
    5,242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Appcenter Fedora

    I suspect I am not understanding this correctly - but why does this user end application need so many development libraries as dependencies?

    I thought devel libraries are needed typically when one compiles/builds packages/prgrams, etc. etc,

  10. #10
    Join Date
    Mar 2011
    Location
    /
    Posts
    5,242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Appcenter Fedora

    Also, I am getting the same error as Bob. Best wishes for your work, by the way!

  11. #11
    Join Date
    Jan 2012
    Location
    all world
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Smile Re: Appcenter Fedora

    Quote Originally Posted by nonamedotc
    I suspect I am not understanding this correctly - but why does this user end application need so many development libraries as dependencies?

    I thought devel libraries are needed typically when one compiles/builds packages/prgrams, etc. etc,
    Hi, I share the part of requires and build, into my .spec:

    Code:
    BuildRequires:	cmake
    BuildRequires:	gtk3-devel >= 3.4
    BuildRequires:	PackageKit-glib-devel >= 0.8.9
    BuildRequires:	sqlheavy-devel
    BuildRequires:	granite
    BuildRequires:	libpeas-devel
    BuildRequires:	pygobject2-devel >= 2.26.0
    BuildRequires:	glib-devel 
    BuildRequires:	glib2-devel >= 2.26.0
    BuildRequires:	libunity
    BuildRequires:	appstore
    BuildRequires:	pkgconfig
    BuildRequires:	libgee06-devel
    BuildRequires:	json-glib-devel
    BuildRequires:	vala-devel
    
    Requires:	libgee06
    Requires:	json-glib
    Requires:	glib2
    Requires:	pkgconfig
    Requires:	glib
    Requires:	pygobject2
    Requires:	libpeas
    Requires:	sqlheavy
    Requires:	granite
    Requires:	libunity
    Requires:	gtk3
    Requires:	appstore
    Requires:	app-install-data-ubuntu
    Requires:	elementary-icons
    Requires:	egtk 
    Requires:	PackageKit >= 0.8.9
    Requires:	vala
    Requires:	webkitgtk3 >= 2.0.4 (adding now)
    Requires:	webkitgtk >= 2.0.4 (adding now)
    Requires:	rpmfusion-free-release
    Requires:	rpmfusion-nonfree-release
    As you can see, the development libraries are will installing; if you compile o rebuild for example the .srpm


    Now cmake dependencies list of Source Code:

    # Deps
    set (APPCENTER_DEPS "glib-2.0;gee-1.0;gobject-2.0;gio-2.0;gtk+-3.0;granite;libpeas-1.0;packagekit-glib2;sqlheavy-0.1;appstore;unity;json-glib-1.0")
    find_package (PkgConfig)
    pkg_check_modules (GLIB REQUIRED "glib-2.0 >= 2.26.0")
    pkg_check_modules (GOBJECT REQUIRED "gobject-2.0 >= 2.26.0")
    pkg_check_modules (GIO REQUIRED "gio-2.0 >= 2.26.0")
    pkg_check_modules (GTK+ REQUIRED "gtk+-3.0 >= 3.4")
    pkg_check_modules (LIBGRANITE REQUIRED "granite")
    pkg_check_modules (LIBPEASGTK REQUIRED "libpeas-gtk-1.0")
    pkg_check_modules (LIBUNITY REQUIRED "unity")
    pkg_check_modules (LIBAPPSTORE REQUIRED "appstore")
    pkg_check_modules (LIBSQLHEAVY REQUIRED "sqlheavy-0.1 >= 0.1")
    pkg_check_modules (GTHREAD REQUIRED "gthread-2.0 >= 2.14.0")
    pkg_check_modules (DEPS REQUIRED ${APPCENTER_DEPS} gthread-2.0)

  12. #12
    Join Date
    Jul 2004
    Location
    Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
    Age
    79
    Posts
    24,953
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Appcenter Fedora

    Debo, that version of webkitgtk3 is the same one I have.

    By the way, gave it one more try just a minute ago (7:00AM):
    Installing : appcenter-0.1-7.fc19.x86_64 1/1
    Verifying : appcenter-0.1-7.fc19.x86_64 1/1

    Installed:
    appcenter.x86_64 0:0.1-7.fc19

    Complete!
    [bob@localhost ~]$ appcenter -r
    [_LOG_LEVEL_INFO 07:01:27.181455] Application.vala:77: AppCenter version: 0.1
    [_LOG_LEVEL_INFO 07:01:27.181524] Application.vala:79: Kernel version: 3.10.9-200.fc19.x86_64
    [_LOG_LEVEL_WARN 07:01:27.181770] [GLib-GIO] Settings schema 'org.pantheon.AppCenter.SavedState' is not installed
    Trace/breakpoint trap (core dumped)
    So, nothing's changed; no new dependency issues, but not working.
    Linux & Beer - That TOTALLY Computes!
    Registered Linux User #362651


    Don't use any of my solutions on working computers or near small children.

  13. #13
    Join Date
    Jan 2012
    Location
    all world
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Lightbulb Re: Appcenter Fedora

    Quote Originally Posted by bob
    Debo, that version of webkitgtk3 is the same one I have.

    By the way, gave it one more try just a minute ago (7:00AM):
    So, nothing's changed; no new dependency issues, but not working.
    Bob, I am concerned, I understand that is lost. I installed from fedora virgin (Gnome version), but installing webkitgtk3 and webkitgt (the current version) solved the problem. maybe there is some dependence outdated, perhaps a 'yum clean metadata && yum -y update' resolve it :/

    hoo I completely forgot, the brazilian community are using now Appcenter Fedora in KDE, check it.

    http://www.dihitt.com/barra/imagens-...-para-o-fedora

    --------------------------------------------------

    For all, try install the new rpm

    https://dl.dropboxusercontent.com/u/...c19.x86_64.rpm
    Last edited by debo2011; 31st August 2013 at 12:22 AM.

  14. #14
    Join Date
    Aug 2009
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Appcenter Fedora

    Thanks for your work debo2011, but I'm getting the same error:
    [_LOG_LEVEL_WARN 07:01:27.181770] [GLib-GIO] Settings schema 'org.pantheon.AppCenter.SavedState' is not installed

    Maybe that means we need some pantheon package installed? My guess is that debo2011 has some library or package installed from the building process, hence it works there.

    debo2011, any chance you could check for the above schema, and perhaps also try your own repo in a fresh Fedora virtual machine?

    Cheers,
    -c

    ---------- Post added at 11:20 AM ---------- Previous post was at 11:17 AM ----------

    Silly me, I should have actually looked first.

    So the schema is provided, @bob try this:
    sudo glib-compile-schemas /usr/share/glib-2.0/schemas

    Then:
    appcenter -r

    @debo2011 perhaps you could add that to your %post script in appcenter?

    Thanks,
    -c

  15. #15
    Join Date
    Jul 2004
    Location
    Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
    Age
    79
    Posts
    24,953
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Appcenter Fedora

    Nope, lots of issues there:
    [root@localhost bob]# glib-compile-schemas /usr/share/glib-2.0/schemas
    warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.freedesktop.gstreamer-0.10.default-elements' has path '/desktop/gstreamer/0.10/default-elements/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.freedesktop.ibus.general.xkblayoutconfig' has path '/desktop/ibus/general/xkblayoutconfig/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
    Linux & Beer - That TOTALLY Computes!
    Registered Linux User #362651


    Don't use any of my solutions on working computers or near small children.

Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]