Giter VIP home page Giter VIP logo

ukui-control-center's People

Contributors

15907433303 avatar allforlinux avatar badfish-boop avatar brsvh avatar cx-100805 avatar datyuesh avatar dou-y avatar dstsoo avatar felixonmars avatar fengyongfan avatar fzx-h avatar hamburger-os avatar handsome-feng avatar hepuyao avatar hillwoodroc avatar huayadong1 avatar ll-eleven avatar lmq3342xja avatar mammonsama666 avatar new-world-2019 avatar oltulu avatar seven-leaves-of-snow avatar shilixiaoguai avatar smiley286 avatar supreme886 avatar wanted002 avatar xing9634 avatar yinjie-zhang avatar z-bin avatar zhouxiali avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

ukui-control-center's Issues

Build-eror on Slackware: /usr/include/c++/11.2.0/type_traits:3183:1: error: template with C linkage

System:
Slackware 15 / Kernel 5.15.3 / GCC 11.2.0

GTK3: 3.24.30
QT5: 5.15.3
GLIB2: 2.70.1
BOOST: 1.77.0

/usr/include/c++/11.2.0/type_traits:3185:1: error: template with C linkage
 3185 | template <typename _From, typename _To>
      | ^~~~~~~~
../../../../plugins/account/userinfo/run-passwd.cpp:10:1: note: ‘extern "C"’ linkage started here
   10 | extern "C" {
      | ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/glib-typeof.h:39,
                 from /usr/include/glib-2.0/glib/gatomic.h:28,
                 from /usr/include/glib-2.0/glib/gthread.h:32,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
                 from /usr/include/glib-2.0/glib.h:32,
                 from ../../../../plugins/account/userinfo/run-passwd.cpp:11:
/usr/include/c++/11.2.0/type_traits:3191:3: error: template with C linkage
 3191 |   template<typename _Tp>
      |   ^~~~~~~~
../../../../plugins/account/userinfo/run-passwd.cpp:10:1: note: ‘extern "C"’ linkage started here
   10 | extern "C" {
      | ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/glib-typeof.h:39,
                 from /usr/include/glib-2.0/glib/gatomic.h:28,
                 from /usr/include/glib-2.0/glib/gthread.h:32,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
                 from /usr/include/glib-2.0/glib.h:32,
                 from ../../../../plugins/account/userinfo/run-passwd.cpp:11:
/usr/include/c++/11.2.0/type_traits:3201:3: error: template with C linkage
 3201 |   template<typename _Tp>
      |   ^~~~~~~~
../../../../plugins/account/userinfo/run-passwd.cpp:10:1: note: ‘extern "C"’ linkage started here
   10 | extern "C" {
      | ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/glib-typeof.h:39,
                 from /usr/include/glib-2.0/glib/gatomic.h:28,
                 from /usr/include/glib-2.0/glib/gthread.h:32,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
                 from /usr/include/glib-2.0/glib.h:32,
                 from ../../../../plugins/account/userinfo/run-passwd.cpp:11:
/usr/include/c++/11.2.0/type_traits:3209:3: error: template with C linkage
 3209 |   template<typename _Tp>
      |   ^~~~~~~~
../../../../plugins/account/userinfo/run-passwd.cpp:10:1: note: ‘extern "C"’ linkage started here
   10 | extern "C" {
      | ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/glib-typeof.h:39,
                 from /usr/include/glib-2.0/glib/gatomic.h:28,
                 from /usr/include/glib-2.0/glib/gthread.h:32,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
                 from /usr/include/glib-2.0/glib.h:32,
                 from ../../../../plugins/account/userinfo/run-passwd.cpp:11:
/usr/include/c++/11.2.0/type_traits:3215:3: error: template with C linkage
 3215 |   template<typename _Tp>
      |   ^~~~~~~~
../../../../plugins/account/userinfo/run-passwd.cpp:10:1: note: ‘extern "C"’ linkage started here
   10 | extern "C" {
      | ^~~~~~~~~~
../../../../plugins/account/userinfo/run-passwd.cpp: In function ‘gboolean io_watch_stdout(GIOChannel*, GIOCondition, PasswdHandler*)’:
../../../../plugins/account/userinfo/run-passwd.cpp:204:67: warning: unused parameter ‘condition’ [-Wunused-parameter]
  204 | static gboolean io_watch_stdout (GIOChannel *source, GIOCondition condition, PasswdHandler *passwd_handler)
      |                                                      ~~~~~~~~~~~~~^~~~~~~~~
../../../../plugins/account/userinfo/run-passwd.cpp: In function ‘void child_watch_cb(GPid, gint, PasswdHandler*)’:
../../../../plugins/account/userinfo/run-passwd.cpp:440:34: warning: unused parameter ‘pid’ [-Wunused-parameter]
  440 | static void child_watch_cb (GPid pid, gint status, PasswdHandler *passwd_handler)
      |                             ~~~~~^~~
../../../../plugins/account/userinfo/run-passwd.cpp: In function ‘gboolean spawn_passwd(PasswdHandler*, GError**)’:
../../../../plugins/account/userinfo/run-passwd.cpp:480:15: warning: ISO C++ forbids converting a string constant to ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
  480 |     argv[0] = "/usr/bin/passwd";    /* Is it safe to rely on a hard-coded path? */
      |               ^~~~~~~~~~~~~~~~~
../../../../plugins/account/userinfo/run-passwd.cpp: In function ‘void passwd_authenticate(PasswdHandler*, const char*, PasswdCallback, gpointer)’:
../../../../plugins/account/userinfo/run-passwd.cpp:649:63: warning: cast between incompatible function types from ‘void (*)(gpointer)’ {aka ‘void (*)(void*)’} to ‘GFunc’ {aka ‘void (*)(void*, void*)’} [-Wcast-function-type]
  649 |         g_queue_foreach (passwd_handler->backend_stdin_queue, (GFunc) g_free, NULL);
      |                                                               ^~~~~~~~~~~~~~
make[2]: *** [Makefile:1625: run-passwd.o] Error 1
make[2]: Leaving directory '/home/lancs/build/ukui/ukui-control-center/ukui-control-center-3.0.2/build/plugins/account/userinfo'
make[1]: *** [Makefile:626: sub-account-userinfo-make_first] Error 2
make[1]: Leaving directory '/home/lancs/build/ukui/ukui-control-center/ukui-control-center-3.0.2/build/plugins'
make: *** [Makefile:138: sub-plugins-make_first-ordered] Error 2

French translation

Hi,
How to translate ukui-control-center in particular, and ukui in general. I need the French translation.

add a new shortcut

I would like to add a new shortcut, with Super Key I would like to open the ukui-menu. But i can't see any place where to do this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.