Coder Social home page Coder Social logo

connman-ui's People

Contributors

bbc2 avatar edhelas avatar filmor avatar fitojb avatar lu-zero avatar timothytylee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

connman-ui's Issues

GTK2 version

Hi, I like this Internet connection manager, it is lightweight and fast with not too many dependencies, but since would like to avoid GTK3 I'm curious is there plan to support building with GTK2. Regards.

Hi - connman-ui Still In Development?

Hello,

I've been looking for an alternative to wicd which led me to connman, then to connman-ui since I'd like to have a small UI front-end to control it.

Is connman-ui still being actively maintained, and your readme says this is alpha, any ideas on when you might be reaching a stable release on this?

Thank you for your time. :)

Display Available Networks issue: Pop up box does not expand with systray on bottom panel

System and Platform:

KDE=4.10.5 (fresh home .kde folder)
Kernel: 3.10.17 (stock)
OS: Slackware 14.1 (stock)
Video: nouveau driver (VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M](rev a1))
Git Pull: 2015-02-15

Description of issue:

With system tray on bottom panel, left-clicking connman-ui icon brings up an unusable list of available networks. All that's visible is scroll arrows at top and bottom.

With system tray on top panel, display of available networks works fine.

Thank you.

connman-ui-gtk-connections-bot
connman-ui-gtk-connections-top

Tray Icon theme

Hi, I'm curious how theming works in this little piece of ui for connman, Is there a way to change the standard tray icons?

left click menu requires held mouse button

To get the right click menu, one right click is enough to keep the menu open. The left click menu however requires the left mouse button to be held. I'm using connman-ui with xfce4-panel 4.10.1. Simply curious if this is intended behaviour or not.

Debugging/Developement on connman-ui-gtk

Hi,

I'd like to contribute to connman-ui-gtk but would need some hints first on how you usually debug/develop connman-ui-gtk.

For example there does not seem to be a --verbose option to print what's going on?
There seem to be no debug messages in the code?
How do you usually figure out what dbus signals are received or what dbus methods are called by connman-ui-gtk?
What is your usual development cycle?

cheers, josch

new fresher for connman-ui for embeded system

hello master, i download the connman-ui packets for "connmand project",and it run as follows,
** (connman-ui-gtk:16251): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

although,it is a warning, i still want to know why it is?
and then ,why not pop up connman-ui user interface on my ubuntu desktop,any problems occurred?

Some gtk+3 still use gtk_widget_set_margin_left/right, not start/end

In version gtk+3-3.8.2, it still uses gtk_widget_set_margin_left and gtk_widget_set_margin_right functions, not gtk_widget_set_margin_start/end. file gtktechnology.c needs to be updated for successful compilation and linking. Not sure which version implemented the change to start/end though.

src/src_connman_ui_gtk-gtktechnology.o: In function gtk_technology_init': gtktechnology.c:(.text+0x377): undefined reference togtk_widget_set_margin_start'
gtktechnology.c:(.text+0x384): undefined reference to gtk_widget_set_margin_end' gtktechnology.c:(.text+0x3a7): undefined reference togtk_widget_set_margin_start'
gtktechnology.c:(.text+0x3b4): undefined reference to `gtk_widget_set_margin_end'

bash-4.2# sed -e 's/gtk_widget_set_margin_start/gtk_widget_set_margin_left/g' -i gtktechnology.c
bash-4.2# sed -e 's/gtk_widget_set_margin_end/gtk_widget_set_margin_right/g' -i gtktechnology.c

fixes all.

applet menu blinks

I made a thread in the Archlinux subreddit
I installed connman-ui-git from the AUR, I couldn't get hold of the menu to select my wifi network. I had to hold down the button in my trackpad and tap with my other finger to select a network(while still holding down the button, I had to make multiple attempts).

development

Hi, was just wondering if you're planning to continue developing this. It's a really good client.

ALL_LINGUAS env variable being set breaks compilation

it does this when ALL_LINGUAS is set (to en_GB in this case):

$ make
make --no-print-directory all-recursive
Making all in po
make[2]: *** No rule to make target 'en_GB.gmo', needed by 'all-yes'.  Stop.
Makefile:1077: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
Makefile:496: recipe for target 'all' failed
make: *** [all] Error 2

If the .gmo files are supposed to be generated, then the makefile is missing a step
(I don't really know how gettext etc works... I --disable-nls when possible!)

connman-ui WiFI signal strength meter would be nice

Hi there,

I just installed Connman, and am impressed by the speed of gaining a connection. Apart from the already known bug of the wrong size list of WiFI SSIDs, I have another suggestion: It would be nice to have a signal strength meter in the tray icon, maybe just a simple dbm measurement to start, and then maybe the usual 5 bars sort of icon.

Thanks for developing connman-ui!

cut releases

Cool thing. I finnally ditched networkmanager and all its crap. Now I want to package this for gentoo, but there is no release yet. Any plans?

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.