Re: [DNG] connman missing from system menu

2022-08-23 Thread B Stack via Dng
On Fri, Aug 19, 2022 at 5:22 PM Steve Litt  wrote:
>
> On Thu, 2022-08-18 at 12:20 +1000, wirelessduck--- via Dng wrote:
> >
> >
> > > On 18 Aug 2022, at 02:52, Steve Litt  wrote:
> > >
> > > My experience with LXDE and Openbox is that the system menu is pretty 
> > > much given
> > > to
> > > you on LXDE/Openbox install. My experience based on LXDE and Openbox on 
> > > Ubuntu,
> > > Debian and Void is that installing a package doesn't put the package's
> > > executable in
> > > the LXDE or Openbox system menu. This is why I use dmenu as my main menu. 
> > > Dmenu
> > > is
> > > faster and requires no mouse.
> > >
> > > SteveT
> >
> > Can dmenu search and run applications from .desktop files like the xfce4-
> > appfinder, or does it just search through executables in bin/ directories? 
> > I’ve
> > been looking for an xfce4-appfinder replacement without dbus dependency.
> >
> > Tom
>
> If all your .desktop files are in the same directory, you could write a simple
> companion shellscript to list them, allow you to select one, and run it.
>
> As far as dbus, at 14 I walked a mile to dbus in order to go to dschool.
>
> SteveT

I use a package for my fluxbox menu to interpret all those
/usr/share/application/*.desktop files: xdgmenumaker [0]. I package it
for myself in my OBS repository [1] for Devuan Ceres. It requires a
step in the ~/.fluxbox/startup to run and update the menu for the
user, because it will also interpret the ~/.local/share/applications
as part of that XDG specification (which, is the same group of people
as systemd, so take this with few grains of salt!).

[0]: https://github.com/gapan/xdgmenumaker/
[1]: https://build.opensuse.org/package/show/home:bgstack15/xdgmenumaker

 -- B. Stack
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] connman missing from system menu

2022-08-19 Thread Steve Litt
On Thu, 2022-08-18 at 12:20 +1000, wirelessduck--- via Dng wrote:
> 
> 
> > On 18 Aug 2022, at 02:52, Steve Litt  wrote:
> > 
> > My experience with LXDE and Openbox is that the system menu is pretty much 
> > given
> > to
> > you on LXDE/Openbox install. My experience based on LXDE and Openbox on 
> > Ubuntu,
> > Debian and Void is that installing a package doesn't put the package's
> > executable in
> > the LXDE or Openbox system menu. This is why I use dmenu as my main menu. 
> > Dmenu
> > is
> > faster and requires no mouse.
> > 
> > SteveT
> 
> Can dmenu search and run applications from .desktop files like the xfce4-
> appfinder, or does it just search through executables in bin/ directories? 
> I’ve
> been looking for an xfce4-appfinder replacement without dbus dependency.
> 
> Tom

If all your .desktop files are in the same directory, you could write a simple
companion shellscript to list them, allow you to select one, and run it.

As far as dbus, at 14 I walked a mile to dbus in order to go to dschool.

SteveT



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] connman missing from system menu

2022-08-17 Thread wirelessduck--- via Dng


> On 18 Aug 2022, at 02:52, Steve Litt  wrote:
> 
> My experience with LXDE and Openbox is that the system menu is pretty much 
> given to
> you on LXDE/Openbox install. My experience based on LXDE and Openbox on 
> Ubuntu,
> Debian and Void is that installing a package doesn't put the package's 
> executable in
> the LXDE or Openbox system menu. This is why I use dmenu as my main menu. 
> Dmenu is
> faster and requires no mouse.
> 
> SteveT

Can dmenu search and run applications from .desktop files like the 
xfce4-appfinder, or does it just search through executables in bin/ 
directories? I’ve been looking for an xfce4-appfinder replacement without dbus 
dependency.

Tom
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] connman missing from system menu

2022-08-17 Thread fsmithred via Dng
On 8/17/22 06:20, Hendrik Boom wrote:
> connman is missing from the system menu of my 32-bit laptop running chimaera.
> I have installed:
> connman-gtkverion 1.1.1+git20180626.b72c6ab-2
> connmanversion 1.36-2.2
> connman-uiversion 0-20150623-1
> The menu item is absent from the system menus in lxqt, and in xfce.
> What am I missing?
> 

> What am I missing?  Why isn't there a menu item for connman in the system 
> menu tree for either xfce or lxqt?
> 
> Shouldn't connman contain the menu item?
> 
> -- hendrik
> ___

In xfce go to Settings, Session and Startup, Application Autostart and add
connman-ui-gtk

There should be something similar in lxqt. In lxde, it's under
Preferences, Default applications for LXSession, Core applications,
Network GUI.

fsmithred
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] connman missing from system menu

2022-08-17 Thread Steve Litt
On Wed, 2022-08-17 at 06:20 -0400, Hendrik Boom wrote:
> connman is missing from the system menu of my 32-bit laptop running chimaera.
> I have installed:
>     connman-gtk    verion 1.1.1+git20180626.b72c6ab-2
>     connman    version 1.36-2.2
>     connman-ui    version 0-20150623-1
> The menu item is absent from the system menus in lxqt, and in xfce.
> What am I missing?

Hi Hendrik,

My experience with LXDE and Openbox is that the system menu is pretty much 
given to
you on LXDE/Openbox install. My experience based on LXDE and Openbox on Ubuntu,
Debian and Void is that installing a package doesn't put the package's 
executable in
the LXDE or Openbox system menu. This is why I use dmenu as my main menu. Dmenu 
is
faster and requires no mouse.

SteveT


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] connman missing from system menu

2022-08-17 Thread terryc
On Wed, 17 Aug 2022 06:20:13 -0400
Hendrik Boom  wrote:

> connman is missing from the system menu of my 32-bit laptop running
> chimaera. I have installed:
> connman-gtkverion 1.1.1+git20180626.b72c6ab-2
> connmanversion 1.36-2.2
> connman-uiversion 0-20150623-1
> The menu item is absent from the system menus in lxqt, and in xfce.
> What am I missing?
> 
> History:
> I upgraded from beowulf *without* first replacing wicd.
> So I initially had no cnonectivity after the upgrade.
> I instaled the connman packages by downlading them on another
> machine, transferring them cia USB stick, and installing on the
> laptop by using dpkg.
> 
> (Another computer, where I installed connman before I upgraded to
> chimara, works fine, even though it has only the package connman
> installed, without connman-ui or connman-gtk or any of the other
> connman-related package.  It has the "Connman UI Setup" menu item in
> teh "Internet" submenu when running LXQt.
> 
> What am I missing?  Why isn't there a menu item for connman in the
> system menu tree for either xfce or lxqt?
> 
> Shouldn't connman contain the menu item?

As a guess, that is not the way to do it/instsall conman.

Try aptitude search connman
That will tell you if the system sees it as installed (i not p)

Then sudo apt install connman 
with all the other bits you desire.

> 
> -- hendrik
> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] connman missing from system menu

2022-08-17 Thread Hendrik Boom
connman is missing from the system menu of my 32-bit laptop running chimaera.
I have installed:
connman-gtkverion 1.1.1+git20180626.b72c6ab-2
connmanversion 1.36-2.2
connman-uiversion 0-20150623-1
The menu item is absent from the system menus in lxqt, and in xfce.
What am I missing?

History:
I upgraded from beowulf *without* first replacing wicd.
So I initially had no cnonectivity after the upgrade.
I instaled the connman packages by downlading them on another machine, 
transferring them cia USB stick, and installing on the laptop by using dpkg.

(Another computer, where I installed connman before I upgraded to chimara, 
works fine, even though it has only the package connman installed, without 
connman-ui or connman-gtk or any of the other connman-related package.  It has 
the "Connman UI Setup" menu item in teh "Internet" submenu when running LXQt.

What am I missing?  Why isn't there a menu item for connman in the system menu 
tree for either xfce or lxqt?

Shouldn't connman contain the menu item?

-- hendrik
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng