• xdg and Zoom

    From William Unruh@2:250/1 to All on Wed Feb 2 22:33:21 2022
    Everytime I open a zoom from my browser, I get the error message
    xdg-settings: default-url-scheme-handler not implimented for xfce
    I ignore this, and I then have to click on a another message
    Open xdg-open
    https://us06web.zoom.us wants to open this application.

    What is this all about? How do I get rid of this message?


    --- MBSE BBS v1.0.7.24 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Bit Twister@2:250/1 to All on Thu Feb 3 00:17:13 2022
    On Wed, 2 Feb 2022 22:33:21 -0000 (UTC), William Unruh wrote:
    Everytime I open a zoom from my browser, I get the error message xdg-settings: default-url-scheme-handler not implimented for xfce
    I ignore this, and I then have to click on a another message
    Open xdg-open
    https://us06web.zoom.us wants to open this application.

    What is this all about?
    How do I get rid of this message?

    If it were I, I would try running xdg-open in my zoom script,

    Running mga 8 xfce DE, zoom-5.9.3.1911-1.x86_64.rpm getting no message failure from zoom. Some basic sys info:
    # type firefox
    firefox is /usr/local/bin/firefox

    # dir /usr/local/bin/firefox
    lrwxrwxrwx 1 root root 33 Jan 28 05:23 /usr/local/bin/firefox -> /local/opt/firefox-96.0.3/firefox

    Then again
    $ env | grep -i xdg
    shows xdg variables set.


    Snippet from script I built for launching zoom

    # See
    # https://forums.mageia.org/en/viewtopic.php?f=7&t=13794&p=81012&hilit=zoom#p81012

    unset QT_PLUGIN_PATH
    export LD_LIBRARY_PATH=/opt/zoom
    export PATH=$PATH:/opt/zoom



    switch_desktop $_users_desktop

    nohup sleep 10 ; firefox http://zoom.us/test > /dev/null 2>&1 &


    /usr/bin/zoom 2> $_xmsg_fn
    _rtn_code=$?
    if [ $_rtn_code -ne 0 ] ; then
    echo "
    /usr/bin/zoom
    above message from /usr/bin/zoom and return code is $_rtn_code
    Message from $_exe
    " >> $_xmsg_fn
    xmsg FATAL
    fi

    /local/bin/sound_reset


    --- MBSE BBS v1.0.7.24 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From William Unruh@2:250/1 to All on Thu Feb 3 01:05:21 2022
    On 2022-02-03, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Wed, 2 Feb 2022 22:33:21 -0000 (UTC), William Unruh wrote:
    Everytime I open a zoom from my browser, I get the error message
    xdg-settings: default-url-scheme-handler not implimented for xfce
    I ignore this, and I then have to click on a another message
    Open xdg-open
    https://us06web.zoom.us wants to open this application.

    What is this all about?
    How do I get rid of this message?

    If it were I, I would try running xdg-open in my zoom script,

    Running mga 8 xfce DE, zoom-5.9.3.1911-1.x86_64.rpm getting no message failure
    from zoom. Some basic sys info:
    # type firefox
    firefox is /usr/local/bin/firefox

    # dir /usr/local/bin/firefox
    lrwxrwxrwx 1 root root 33 Jan 28 05:23 /usr/local/bin/firefox -> /local/opt/firefox-96.0.3/firefox

    Then again
    $ env | grep -i xdg
    shows xdg variables set.

    Which variables are set?
    I only have
    XDG_RUNTIME_DIR=/run/user/1000 XDG_DATA_DIRS=/home/unruh/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/



    Snippet from script I built for launching zoom

    # See
    # https://forums.mageia.org/en/viewtopic.php?f=7&t=13794&p=81012&hilit=zoom#p81012

    unset QT_PLUGIN_PATH
    export LD_LIBRARY_PATH=/opt/zoom
    export PATH=$PATH:/opt/zoom



    switch_desktop $_users_desktop

    nohup sleep 10 ; firefox http://zoom.us/test > /dev/null 2>&1 &


    /usr/bin/zoom 2> $_xmsg_fn
    _rtn_code=$?
    if [ $_rtn_code -ne 0 ] ; then
    echo "
    /usr/bin/zoom
    above message from /usr/bin/zoom and return code is $_rtn_code
    Message from $_exe
    " >> $_xmsg_fn
    xmsg FATAL
    fi

    /local/bin/sound_reset


    --- MBSE BBS v1.0.7.24 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Bit Twister@2:250/1 to All on Thu Feb 3 01:14:16 2022
    On Thu, 3 Feb 2022 01:05:21 -0000 (UTC), William Unruh wrote:
    On 2022-02-03, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Wed, 2 Feb 2022 22:33:21 -0000 (UTC), William Unruh wrote:
    Everytime I open a zoom from my browser, I get the error message
    xdg-settings: default-url-scheme-handler not implimented for xfce
    I ignore this, and I then have to click on a another message
    Open xdg-open
    https://us06web.zoom.us wants to open this application.

    What is this all about?
    How do I get rid of this message?

    If it were I, I would try running xdg-open in my zoom script,

    Running mga 8 xfce DE, zoom-5.9.3.1911-1.x86_64.rpm getting no message failure
    from zoom. Some basic sys info:
    # type firefox
    firefox is /usr/local/bin/firefox

    # dir /usr/local/bin/firefox
    lrwxrwxrwx 1 root root 33 Jan 28 05:23 /usr/local/bin/firefox -> /local/opt/firefox-96.0.3/firefox

    Then again
    $ env | grep -i xdg
    shows xdg variables set.

    Which variables are set?
    I only have
    XDG_RUNTIME_DIR=/run/user/1000

    XDG_DATA_DIRS=/home/unruh/.local/share/flatpak/exports/share:\
    /var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/

    How sad,

    $ env | grep -i xdg | sort
    XDG_CACHE_HOME=/home/bittwister/.cache
    XDG_CONFIG_DIRS=/etc/xdg
    XDG_CONFIG_HOME=/home/bittwister/.config
    XDG_CURRENT_DESKTOP=XFCE
    XDG_DATA_DIRS=/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/bittwister
    XDG_MENU_PREFIX=xfce-
    XDG_RUNTIME_DIR=/run/user/1500 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
    XDG_SEAT=seat0
    XDG_SESSION_CLASS=user
    XDG_SESSION_DESKTOP=xfce
    XDG_SESSION_ID=3
    XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
    XDG_SESSION_TYPE=x11
    XDG_VTNR=1
    [bittwister@wb ~]$

    --- MBSE BBS v1.0.7.24 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From William Unruh@2:250/1 to All on Thu Feb 3 01:57:02 2022
    On 2022-02-03, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Thu, 3 Feb 2022 01:05:21 -0000 (UTC), William Unruh wrote:
    On 2022-02-03, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Wed, 2 Feb 2022 22:33:21 -0000 (UTC), William Unruh wrote:
    Everytime I open a zoom from my browser, I get the error message
    xdg-settings: default-url-scheme-handler not implimented for xfce
    I ignore this, and I then have to click on a another message
    Open xdg-open
    https://us06web.zoom.us wants to open this application.

    What is this all about?
    How do I get rid of this message?

    If it were I, I would try running xdg-open in my zoom script,

    Running mga 8 xfce DE, zoom-5.9.3.1911-1.x86_64.rpm getting no message failure
    from zoom. Some basic sys info:
    # type firefox
    firefox is /usr/local/bin/firefox

    # dir /usr/local/bin/firefox
    lrwxrwxrwx 1 root root 33 Jan 28 05:23 /usr/local/bin/firefox -> /local/opt/firefox-96.0.3/firefox

    Then again
    $ env | grep -i xdg
    shows xdg variables set.

    Which variables are set?
    I only have
    XDG_RUNTIME_DIR=/run/user/1000

    XDG_DATA_DIRS=/home/unruh/.local/share/flatpak/exports/share:\
    /var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/

    How sad,

    $ env | grep -i xdg | sort
    XDG_CACHE_HOME=/home/bittwister/.cache
    XDG_CONFIG_DIRS=/etc/xdg
    XDG_CONFIG_HOME=/home/bittwister/.config
    XDG_CURRENT_DESKTOP=XFCE
    XDG_DATA_DIRS=/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/bittwister
    XDG_MENU_PREFIX=xfce-
    XDG_RUNTIME_DIR=/run/user/1500 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
    XDG_SEAT=seat0
    XDG_SESSION_CLASS=user
    XDG_SESSION_DESKTOP=xfce
    XDG_SESSION_ID=3
    XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11
    XDG_VTNR=1
    And where were they set? I installed Mga8 and all I got were the two
    variables listed above.
    There is an xdg directory in .config, but no zoom in that directory.



    --- MBSE BBS v1.0.7.24 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Bit Twister@2:250/1 to All on Thu Feb 3 02:49:26 2022
    On Thu, 3 Feb 2022 01:57:02 -0000 (UTC), William Unruh wrote:
    On 2022-02-03, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Thu, 3 Feb 2022 01:05:21 -0000 (UTC), William Unruh wrote:
    On 2022-02-03, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Wed, 2 Feb 2022 22:33:21 -0000 (UTC), William Unruh wrote:
    Everytime I open a zoom from my browser, I get the error message
    xdg-settings: default-url-scheme-handler not implimented for xfce
    I ignore this, and I then have to click on a another message
    Open xdg-open
    https://us06web.zoom.us wants to open this application.

    What is this all about?
    How do I get rid of this message?

    If it were I, I would try running xdg-open in my zoom script,

    Running mga 8 xfce DE, zoom-5.9.3.1911-1.x86_64.rpm getting no message failure
    from zoom. Some basic sys info:
    # type firefox
    firefox is /usr/local/bin/firefox

    # dir /usr/local/bin/firefox
    lrwxrwxrwx 1 root root 33 Jan 28 05:23 /usr/local/bin/firefox -> /local/opt/firefox-96.0.3/firefox

    Then again
    $ env | grep -i xdg
    shows xdg variables set.

    Which variables are set?
    I only have
    XDG_RUNTIME_DIR=/run/user/1000

    XDG_DATA_DIRS=/home/unruh/.local/share/flatpak/exports/share:\
    /var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/

    How sad,

    $ env | grep -i xdg | sort
    XDG_CACHE_HOME=/home/bittwister/.cache
    XDG_CONFIG_DIRS=/etc/xdg
    XDG_CONFIG_HOME=/home/bittwister/.config
    XDG_CURRENT_DESKTOP=XFCE
    XDG_DATA_DIRS=/usr/local/share:/usr/share
    XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/bittwister
    XDG_MENU_PREFIX=xfce-
    XDG_RUNTIME_DIR=/run/user/1500
    XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
    XDG_SEAT=seat0
    XDG_SESSION_CLASS=user
    XDG_SESSION_DESKTOP=xfce
    XDG_SESSION_ID=3
    XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
    XDG_SESSION_TYPE=x11
    XDG_VTNR=1
    And where were they set?

    Going to guess depends on DE, DM, and how you do session startup.

    I installed Mga8 and all I got were the two
    variables listed above.
    There is an xdg directory in .config, but no zoom in that directory.


    After a little research at https://www.google.com/advanced_search with
    where are xdg variables set
    in the first box. I wonder how you get started and what you are doing,

    I have only xfce DE installed and system is set to boot run level 5 (gui login)
    DM=lightdm




    --- MBSE BBS v1.0.7.24 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From William Unruh@2:250/1 to All on Thu Feb 3 04:17:54 2022
    On 2022-02-03, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Thu, 3 Feb 2022 01:57:02 -0000 (UTC), William Unruh wrote:
    On 2022-02-03, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Thu, 3 Feb 2022 01:05:21 -0000 (UTC), William Unruh wrote:
    On 2022-02-03, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Wed, 2 Feb 2022 22:33:21 -0000 (UTC), William Unruh wrote:
    Everytime I open a zoom from my browser, I get the error message
    xdg-settings: default-url-scheme-handler not implimented for xfce
    I ignore this, and I then have to click on a another message
    Open xdg-open
    https://us06web.zoom.us wants to open this application.

    What is this all about?
    How do I get rid of this message?

    If it were I, I would try running xdg-open in my zoom script,

    Running mga 8 xfce DE, zoom-5.9.3.1911-1.x86_64.rpm getting no message failure
    from zoom. Some basic sys info:
    # type firefox
    firefox is /usr/local/bin/firefox

    # dir /usr/local/bin/firefox
    lrwxrwxrwx 1 root root 33 Jan 28 05:23 /usr/local/bin/firefox -> /local/opt/firefox-96.0.3/firefox

    Then again
    $ env | grep -i xdg
    shows xdg variables set.

    Which variables are set?
    I only have
    XDG_RUNTIME_DIR=/run/user/1000

    XDG_DATA_DIRS=/home/unruh/.local/share/flatpak/exports/share:\
    /var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/

    How sad,

    $ env | grep -i xdg | sort
    XDG_CACHE_HOME=/home/bittwister/.cache
    XDG_CONFIG_DIRS=/etc/xdg
    XDG_CONFIG_HOME=/home/bittwister/.config
    XDG_CURRENT_DESKTOP=XFCE
    XDG_DATA_DIRS=/usr/local/share:/usr/share
    XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/bittwister
    XDG_MENU_PREFIX=xfce-
    XDG_RUNTIME_DIR=/run/user/1500
    XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
    XDG_SEAT=seat0
    XDG_SESSION_CLASS=user
    XDG_SESSION_DESKTOP=xfce
    XDG_SESSION_ID=3
    XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
    XDG_SESSION_TYPE=x11
    XDG_VTNR=1
    And where were they set?

    Going to guess depends on DE, DM, and how you do session startup.

    I installed Mga8 and all I got were the two
    variables listed above.
    There is an xdg directory in .config, but no zoom in that directory.


    After a little research at https://www.google.com/advanced_search with
    where are xdg variables set
    in the first box. I wonder how you get started and what you are doing,

    I have only xfce DE installed and system is set to boot run level 5 (gui login)
    DM=lightdm


    DE=sddm, DM=XFCE (if I get them right)

    runlevel 5.



    --- MBSE BBS v1.0.7.24 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Bit Twister@2:250/1 to All on Thu Feb 3 12:12:07 2022
    On Thu, 3 Feb 2022 04:17:54 -0000 (UTC), William Unruh wrote:
    On 2022-02-03, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Thu, 3 Feb 2022 01:57:02 -0000 (UTC), William Unruh wrote:
    On 2022-02-03, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Thu, 3 Feb 2022 01:05:21 -0000 (UTC), William Unruh wrote:
    On 2022-02-03, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Wed, 2 Feb 2022 22:33:21 -0000 (UTC), William Unruh wrote:
    Everytime I open a zoom from my browser, I get the error message >>>>>>> xdg-settings: default-url-scheme-handler not implimented for xfce >>>>>>> I ignore this, and I then have to click on a another message
    Open xdg-open
    https://us06web.zoom.us wants to open this application.

    What is this all about?
    How do I get rid of this message?

    If it were I, I would try running xdg-open in my zoom script,

    Running mga 8 xfce DE, zoom-5.9.3.1911-1.x86_64.rpm getting no message failure
    from zoom. Some basic sys info:
    # type firefox
    firefox is /usr/local/bin/firefox

    # dir /usr/local/bin/firefox
    lrwxrwxrwx 1 root root 33 Jan 28 05:23 /usr/local/bin/firefox -> /local/opt/firefox-96.0.3/firefox

    Then again
    $ env | grep -i xdg
    shows xdg variables set.

    Which variables are set?
    I only have
    XDG_RUNTIME_DIR=/run/user/1000

    XDG_DATA_DIRS=/home/unruh/.local/share/flatpak/exports/share:\
    /var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/

    How sad,

    $ env | grep -i xdg | sort
    XDG_CACHE_HOME=/home/bittwister/.cache
    XDG_CONFIG_DIRS=/etc/xdg
    XDG_CONFIG_HOME=/home/bittwister/.config
    XDG_CURRENT_DESKTOP=XFCE
    XDG_DATA_DIRS=/usr/local/share:/usr/share
    XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/bittwister
    XDG_MENU_PREFIX=xfce-
    XDG_RUNTIME_DIR=/run/user/1500
    XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
    XDG_SEAT=seat0
    XDG_SESSION_CLASS=user
    XDG_SESSION_DESKTOP=xfce
    XDG_SESSION_ID=3
    XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
    XDG_SESSION_TYPE=x11
    XDG_VTNR=1
    And where were they set?

    Going to guess depends on DE, DM, and how you do session startup.

    I installed Mga8 and all I got were the two
    variables listed above.
    There is an xdg directory in .config, but no zoom in that directory.


    After a little research at https://www.google.com/advanced_search with
    where are xdg variables set
    in the first box. I wonder how you get started and what you are doing,

    I have only xfce DE installed and system is set to boot run level 5 (gui login)
    DM=lightdm


    DE=sddm, DM=XFCE (if I get them right)

    DE=Display Environment
    afterstep, awesome, Blackbox, cinnamon, dwm, Enlightenment, fluxbox,
    Fvwm, fvwm2, fvwm-crystal, Gnome, i3, icewm, jwm, KDE, lightdm, lxde
    matchbox, mate, openbox, pekwm, pewwm, plasma, razorqt, spectrwm,
    sugar, swm, Unity, windowmaker, xbmc, Xfce,

    DM=Display Manager
    KDM, GDM, LXDM. SDDM, LightDM, icewm, twm, xsm, ...

    runlevel 5.

    good. Was suspecting run level 3.

    --- MBSE BBS v1.0.7.24 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)