Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

BSD Cafe Billboard

  1. Home
  2. BSD
  3. Show off your *BSD desktop!

Show off your *BSD desktop!

Scheduled Pinned Locked Moved BSD
26 Posts 14 Posters 1.3k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • izder456I izder456

    @unix_joe said:

    Thanks. It's not a very complicated setup (that would be my Debian+sway workstation with custom keybindings) but it's functional and reliable. LXQt is underrated as a traditional desktop.

    Did you have issues with the default config weirdness? When I was testing my PRs of desktop-installer to add OpenBSD support (still trying to get that imported into the ports tree), it had strange defaults like forcing you to install sudo (even if you wanted doas only), or no desktop icon theme installed by default, or the session manager popup from the "start" menu not handling power on / power off / reboot correctly (even when following the pkg-readme)?

    I wish I were an active user of LXQt cos then I'd have a reason to fix these weird quirks with the ports/packages if they still existed. Alas, I'm very comfortable in my StumpWM/Emacs setup to change anything major like that.

    U Offline
    U Offline
    unix_joe
    wrote last edited by
    #17

    @izder456 said:

    Did you have issues with the default config weirdness? When I was testing my PRs of desktop-installer to add OpenBSD support (still trying to get that imported into the ports tree), it had strange defaults like forcing you to install sudo (even if you wanted doas only), or no desktop icon theme installed by default, or the session manager popup from the "start" menu not handling power on / power off / reboot correctly (even when following the pkg-readme)?

    I don't remember that being an issue with the icons, or if it was, I installed them shortly thereafter.

    sudo is not currently installed ('pkg_info | grep sudo' only reveals ksudoku, a game)

    You're right that the session manager doesn't work correctly; it only takes me back to the xenodm login screen no matter what option I select. Generally the only time I reboot is from a weekly 'syspatch -s'.

    It's still LXQt 2.2.0. OpenBSD -current.

    izder456I 1 Reply Last reply
    0
    • U unix_joe

      @izder456 said:

      Did you have issues with the default config weirdness? When I was testing my PRs of desktop-installer to add OpenBSD support (still trying to get that imported into the ports tree), it had strange defaults like forcing you to install sudo (even if you wanted doas only), or no desktop icon theme installed by default, or the session manager popup from the "start" menu not handling power on / power off / reboot correctly (even when following the pkg-readme)?

      I don't remember that being an issue with the icons, or if it was, I installed them shortly thereafter.

      sudo is not currently installed ('pkg_info | grep sudo' only reveals ksudoku, a game)

      You're right that the session manager doesn't work correctly; it only takes me back to the xenodm login screen no matter what option I select. Generally the only time I reboot is from a weekly 'syspatch -s'.

      It's still LXQt 2.2.0. OpenBSD -current.

      izder456I Offline
      izder456I Offline
      izder456
      wrote last edited by izder456
      #18

      Pardon the long reply here, I am mainly writing this so I, or someone else like you can report the accurate behavior to ports@ so things can be fixed if they need to be.

      @unix_joe

      @unix_joe said:

      I don't remember that being an issue with the icons, or if it was, I installed them shortly thereafter.

      I don't see the icons you used (papirus-icon-theme) as a depend of lxqt or lxqt-extras on -stable, but -current seems to also not have them:

      ~ $ pkg_info -Dsnap -f lxqt | awk '/^@depend/ { print $2 }' 
      x11/lxqt/about:lxqt-about-*:lxqt-about-2.2.0
      x11/lxqt/config:lxqt-config-*:lxqt-config-2.2.0
      x11/lxqt/globalkeys:lxqt-globalkeys-*:lxqt-globalkeys-2.2.0
      x11/lxqt/notificationd:lxqt-notificationd-*:lxqt-notificationd-2.2.0
      x11/lxqt/obconf-qt:obconf-qt-*:obconf-qt-0.16.5p1
      x11/lxqt/panel:lxqt-panel-*:lxqt-panel-2.2.2p0
      x11/lxqt/pcmanfm-qt:pcmanfm-qt-*:pcmanfm-qt-2.2.0
      x11/lxqt/policykit:lxqt-policykit-*:lxqt-policykit-2.2.0
      x11/lxqt/powermanagement:lxqt-powermanagement-*:lxqt-powermanagement-2.2.0
      x11/lxqt/qterminal:qterminal-*:qterminal-2.2.0
      x11/lxqt/qtermwidget:qtermwidget-*:qtermwidget-2.2.0
      x11/lxqt/qtplugin:lxqt-qtplugin-*:lxqt-qtplugin-2.2.0
      x11/lxqt/session:lxqt-session-*:lxqt-session-2.2.0
      x11/lxqt/themes:lxqt-themes-*:lxqt-themes-2.2.0
      ~ $ pkg_info -Dsnap -f lxqt-themes | awk '/^@depend/ { print $2 }'
      x11/gtk+4,-guic:gtk4-update-icon-cache-*:gtk4-update-icon-cache-4.22.2
      

      sudo is not currently installed ('pkg_info | grep sudo' only reveals ksudoku, a game)

      It seems to be related to x11/lxqt/sudo (or lxqt-sudo being installed by lxqt-extras):

      ~ $ pkg_info -f lxqt | awk '/^@depend/ { print $2 }'
      x11/lxqt/about:lxqt-about-*:lxqt-about-2.2.0
      x11/lxqt/config:lxqt-config-*:lxqt-config-2.2.0
      x11/lxqt/globalkeys:lxqt-globalkeys-*:lxqt-globalkeys-2.2.0
      x11/lxqt/notificationd:lxqt-notificationd-*:lxqt-notificationd-2.2.0
      x11/lxqt/obconf-qt:obconf-qt-*:obconf-qt-0.16.5p0
      x11/lxqt/panel:lxqt-panel-*:lxqt-panel-2.2.2
      x11/lxqt/pcmanfm-qt:pcmanfm-qt-*:pcmanfm-qt-2.2.0
      x11/lxqt/policykit:lxqt-policykit-*:lxqt-policykit-2.2.0
      x11/lxqt/powermanagement:lxqt-powermanagement-*:lxqt-powermanagement-2.2.0
      x11/lxqt/qterminal:qterminal-*:qterminal-2.2.0
      x11/lxqt/qtermwidget:qtermwidget-*:qtermwidget-2.2.0
      x11/lxqt/qtplugin:lxqt-qtplugin-*:lxqt-qtplugin-2.2.0
      x11/lxqt/session:lxqt-session-*:lxqt-session-2.2.0
      x11/lxqt/themes:lxqt-themes-*:lxqt-themes-2.2.0
      ~ $ pkg_info -f lxqt-extras | awk '/^@depend/ { print $2 }'
      meta/lxqt,-main:lxqt-=2.1.0:lxqt-2.1.0
      x11/lxqt/lximage-qt:lximage-qt-*:lximage-qt-2.2.0
      x11/lxqt/openssh-askpass:lxqt-openssh-askpass-*:lxqt-openssh-askpass-2.2.0
      x11/lxqt/pavucontrol-qt:pavucontrol-qt-*:pavucontrol-qt-2.2.0
      x11/lxqt/runner:lxqt-runner-*:lxqt-runner-2.2.0
      x11/lxqt/screengrab:screengrab-*:screengrab-3.0.0
      x11/lxqt/sudo:lxqt-sudo-*:lxqt-sudo-2.2.0
      

      It's still LXQt 2.2.0. OpenBSD -current.

      I checked on -stable in above, but this sudo thing seems to be true for -current as well if you have lxqt-extras installed:

      ~ $ pkg_info -Dsnap -f lxqt-extras | awk '/^@depend/ { print $2 }'
      meta/lxqt,-main:lxqt-=2.1.0:lxqt-2.1.0
      x11/lxqt/lximage-qt:lximage-qt-*:lximage-qt-2.2.0
      x11/lxqt/openssh-askpass:lxqt-openssh-askpass-*:lxqt-openssh-askpass-2.2.0
      x11/lxqt/pavucontrol-qt:pavucontrol-qt-*:pavucontrol-qt-2.2.0
      x11/lxqt/runner:lxqt-runner-*:lxqt-runner-2.2.0
      x11/lxqt/screengrab:screengrab-*:screengrab-3.0.0p0
      x11/lxqt/sudo:lxqt-sudo-*:lxqt-sudo-2.2.0
      

      You're right that the session manager doesn't work correctly; it only takes me back to the xenodm login screen no matter what option I select. Generally the only time I reboot is from a weekly 'syspatch -s'.

      I wonder if adding your user to the _shutdown group would fix this.

      # usermod -G _shutdown <username>

      Could you try that and see if that fixes the session manager and report back?

      iz (she/her)

      > i like to say mundane things,
      > there are too many uninteresting things
      > that go unnoticed.

      izder456 (dot) neocities (dot) org

      1 Reply Last reply
      0
      • U Offline
        U Offline
        unix_joe
        wrote last edited by
        #19

        I added unix_joe to the shutdown group and gave it a restart. Still takes me back to xenodm when I choose those options from the menu.

        You are correct about papirus being manually installed. Additionally, I recall that I also installed adwaita icons to get a larger sized cursor. I don't recall what icon set, if anything, was installed by default as it has been a while.

        1 Reply Last reply
        1
        • U unix_joe

          20260419-openbsd.png

          OpenBSD current on a ThinkPad. LXQt. Daily laptop.

          G Offline
          G Offline
          gta1998
          wrote last edited by
          #20
          This post is deleted!
          1 Reply Last reply
          0
          • izder456I Offline
            izder456I Offline
            izder456
            wrote last edited by
            #21

            22bc448c-0019-4ecd-b90f-dd137043291c-image.jpeg

            Here's another screenshot. I recently rebuilt the King Gizzard portion of my music library as I had a few duplicates. shown on the left is deadbeef with a playlist open with King Gizzard's discography, and on the right it emacs editing the OpenBSD port of the well-known desktop-installer script originally for FreeBSD I have been working on cleaning up lately.

            iz (she/her)

            > i like to say mundane things,
            > there are too many uninteresting things
            > that go unnoticed.

            izder456 (dot) neocities (dot) org

            1 Reply Last reply
            3
            • grahamperrinG Offline
              grahamperrinG Offline
              grahamperrin
              wrote last edited by
              #22

              A little stupidity (nothing special), just FreeBSD with KDE Plasma in VirtualBox with two virtual displays:

              17841eb8-e11a-4d69-9a66-d260b7d6c546-image.jpeg

              1 Reply Last reply
              1
              • U unix_joe

                20260419-openbsd.png

                OpenBSD current on a ThinkPad. LXQt. Daily laptop.

                naltunN Offline
                naltunN Offline
                naltun
                wrote last edited by naltun
                #23

                @unix_joe said:

                OpenBSD current on a ThinkPad. LXQt. Daily laptop.

                I've never used LXQt but this looks great! I'm preparing to install OpenBSD on my Dell Inspiron w/ Spectrwm, but I might try LXQt as well.

                e: removed picture from quote

                1 Reply Last reply
                0
                • ianmjonesI Offline
                  ianmjonesI Offline
                  ianmjones
                  wrote last edited by
                  #24

                  In progress build out of CWM on OpenBSD, with minimal Polybar config.

                  Screenshot-2026-05-05_00-03-22.png

                  1 Reply Last reply
                  2
                  • ianmjonesI Offline
                    ianmjonesI Offline
                    ianmjones
                    wrote last edited by
                    #25

                    Same machine, different hard disk ... in progress build out of OpenBox on FreeBSD, with minimal Polybar again.

                    Screenshot-2026-05-06_08-48-02.png

                    1 Reply Last reply
                    1
                    • grahamperrinG Offline
                      grahamperrinG Offline
                      grahamperrin
                      wrote last edited by grahamperrin
                      #26

                      SDDM with X11Libre:

                      dbab3a96-681c-4f93-aad6-abd36c721c89-image.jpeg

                      Sorry. I couldn't resist the urge to replace x11/xorg with x11/xlibre, in a test environment, after someone made a throwaway comment:

                      Wayland is very bad shit. XLibre wins

                      Fixed by reinstalling x11/xorg 😉

                      1 Reply Last reply
                      0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      Powered by NodeBB Contributors
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups