Package Base Details: netctl-gui

Git Clone URL: https://aur.archlinux.org/netctl-gui.git (read-only, click to copy)
Keywords: gui kde netctl network qt
Submitter: arcanis
Maintainer: arcanis
Last Packager: arcanis
Votes: 49
Popularity: 0.000070
First Submitted: 2014-03-25 07:06 (UTC)
Last Updated: 2023-11-10 10:24 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

arcanis commented on 2016-01-12 18:01 (UTC)

as far as I understand, it should no be related to this package. Plasma applet use default KDE libraries to paint own in systray, so xembedsniproxy (which uses to provide "legacy" tray compatibility) does not work with this icon. Qt5 application tray icon does not use xembedsniproxy too, only qt4 version do it. In other hand I see the same issue for several other tray applets (including official KDE ones), so I believe that there is a problem on Plasma side.

sl1pkn07 commented on 2016-01-11 19:09 (UTC)

i found a problem with plasma5-applet-netctl-gui always get transparent icon when loging/relogin plasma5 when disable and enable again in systray, when logout/relogin, the icons gets transparent rebuild netctl-gui no fix the issue and in my last attemps (before rebuild) i get this (posted on kde bugtraker) https://bugs.kde.org/show_bug.cgi?id=355463#c18 for possible ralation

blackhole commented on 2015-12-20 19:02 (UTC)

I think there is a bug: now all profiles are in italic, as if all enabled...(really I have only one enabled) Only option with the context menu is disabling.

arcanis commented on 2015-10-13 18:41 (UTC)

@LeonardK Could you kindly specify when plasma-netctl-gui is mentioned?

ljrk commented on 2015-10-13 17:53 (UTC)

There's no plasma-netctl-gui anymore but this: https://aur.archlinux.org/packages/plasma5-applet-netctl-gui/ I suppose it has changed

arcanis commented on 2015-04-25 13:43 (UTC)

no, you shouldn't. Could you please run with -d, try enable/disable profile and post output to pastebin.com?

blackhole commented on 2015-04-25 13:37 (UTC)

With the last version I can start the profile but I cannot enable it. In the configuration I have [sudo] SUDO_PATH=/usr/bin/gksu Should I start netctl-gui with gksu netctl-gui?

arcanis commented on 2015-04-24 15:47 (UTC)

@justinzane should compile now with clang

arcanis commented on 2015-04-16 09:49 (UTC)

@justinzane you should use -std=c++11 or smth like this. nullptr has been described in C++11 standard. When I will have a little more time (maybe tonight) I'll try to modify CMakeLists.txt accordingly

justinzane commented on 2015-04-15 23:20 (UTC)

As of 2015-04-15 and for a few weeks previously, this package fails to build with CXX=clang++. Works fine with g++ and "ccache g++". Errors are like this: /tmp/yaourt-tmp-justin/aur-plasma5-applet-netctl-gui/src/netctl-gui/netctlgui/include/netctlgui/netctlinteract.h:290:36: error: use of undeclared identifier 'nullptr' NetctlProfile *netctlProfile = nullptr; ^ I'm unsure as to how to modify the pkgbuild to work with clang as a default compiler.