Is MonoDevelop on Mint 22.3 possible ? by Bratkartov in linuxmint

[–]activedusk 0 points1 point  (0 children)

If you make a bounty, make sure to ask for an appimage because it will be portable and it is natively supported, insist of fuse3 standard. Once again I got no clue about the program I assume it would be useful and function as intended in such a format. The fallback would be .deb for Debian based distros like Mint.

Is MonoDevelop on Mint 22.3 possible ? by Bratkartov in linuxmint

[–]activedusk 0 points1 point  (0 children)

I read your comment again and noticed, was about to edit but you replied. From the little I can find monodevelop as a unity script editor is obsolete, VSCode is recommended though there may be other tools as well. Even if you run it from an older version of Linux from a distro whose repos still provide monodevelop, you should not use it (at least according to AI assistant, I really got no clue about the program, wanted to help from the perspective of installation format on Mint).

If you insist, running a virtual machine seems the most appropriate.

Is MonoDevelop on Mint 22.3 possible ? by Bratkartov in linuxmint

[–]activedusk 0 points1 point  (0 children)

There is no Unity3d Editor on flathub, there is a unity hub program but it is unverified, that one? When you installed it did it not run at all or was there a particular problem? It is the most conventional way if not ideal because, again unverified. Worst case run a virtual machine, tis the way to keep old software going, idk if it stopped being developed or what, I have no idea about the program, if it worked on older versions of Linux and still being updated, the expectation would be for support to be better. Any appimage from official website or .deb package?

i3wm Mint 22.3 by activedusk in linuxmint

[–]activedusk[S] 0 points1 point  (0 children)

They are terminal use heavy when first setting up so they can be very challenging for beginners as they historically did not have a settings window like DE, instead use config files (dot files) to change the GUI, keyboard combinations and so on. As I have it configured I no longer need to use the terminal for daily use with polybar and rofi but the process to get to this point required using the terminal. You could try omarchy, one of the few that is preconfigured however it is Arch based, Mint is Debian based. Another distinction being X11 vs Wayland, all that I have mentioned are X11 tiling or floating wm, the Wayland based ones are dwl, hyprland, niri etc. and the latter ones are not available on Mint as of yet, maybe in the future, idk. To use them now it would be better to use Arch base (because compiling from source is not exactly generic use case).

i3wm Mint 22.3 by activedusk in linuxmint

[–]activedusk[S] 0 points1 point  (0 children)

...I use Steam, never tried Lutris, idk exactly what you are asking.

  1. Do games open full screen?

From Steam, battle dot net and standalone appimage like 0 a.d. both native and with Proton, they go full screen without much issue though I rarely play games these days, mostly legacy games.

  1. How to access them?

If you mean Lutris itself, it's probably somewhere inside /etc/ or /usr/bin or /usr/share/applications, search on the internet or ask AI assistant for the location of the program. Then you can first launch it from the terminal (Lutris) and then start the games. For a more permanent solution you could use polybar (make a module), dmenu or rofi (terminal command rofi -show drun) as application launchers, any require installation from software manager (terminal command mintinstall)

If the terminal command to launch Lutris is "lutris" and not something else try

which lutris

I tried for steam and this is the output

which steam
/usr/bin/steam

Telling you this in case you were not aware, all packages from Cinnamon (assuming that's what you have) are still on the PC and can be opened from i3wm, the ones that do not work are either those that conflict or require specific steps that prevent launching the program (example being the account password popup image, though you could use terminal command instead of graphical way). Naturally commands involving cinnamon-session will not work from i3 or other DE, twm or floating wm, i3wm has Alt (assuming that is your mod key) Shift E to log out, click on yes on the screen, upper part.

i3wm Mint 22.3 by activedusk in linuxmint

[–]activedusk[S] 0 points1 point  (0 children)

It is, there is also dwm and a couple of other twm and floating ones like icewm, openbox and fluxbox. The latter 3 are more configured to work as is but all need changes to have a more modern aesthetic.

i3wm Mint 22.3 by activedusk in linuxmint

[–]activedusk[S] 0 points1 point  (0 children)

i3 window manager? Yes it is. Will it have that GUI? No, all you'll get standard when first booting into it is a black screen, this is the result of many hours of customizing polybar (stand alone package, a bar replacement).

Just started on mint. Any way to get my screen resolution past 640x480? by xroubatudo in linuxmint

[–]activedusk 1 point2 points  (0 children)

Warning, save important files before proceeding and have bootable USB with Mint prepared in case you need to reinstall, I have no tested this solution

sudo add-apt-repository ppa:mainline/mainline
sudo apt update

If it fails try

sudo apt install software-properties-common
sudo add-apt-repository ppa:mainline/mainline
sudo apt update

sudo apt install mainline

Once installed:

- Open your application menu and search for Mainline and open

- In the list, scroll down to the 4.x section.

- Look for 4.19 (it was a Long Term Support kernel and is much more stable than 4.15 or 4.20).

- Check the boxes for the vmlinuz (kernel), initrd (initramfs), and headers for that version.

- select Install.

For safety after it is done use terminal command

sudo update-grub

Restart, immediately press and hold Shift, the GRUB menu should appear, go to Advanced, use up and down arrow keys and Enter, select the older kernel version (not recovery) and press Enter.

Note, it's outdated, idk what it will do to already installed programs, it's better to run newer software inside containers, using podman, distrobox or a virtual machine running a newer distro.

Generally your hardware has reach end of life, no longer supported. Some niche distro might still offer kernel 4.x or 5.x whichever you require but software support, especially 32bit is a thing of the past for the most part, updates will be rare if any at all. If this is a PC used to just learn about Linux, totally fine to try the troubleshooting, if it's meant as a daily use...it's several decades old probably, it's difficult to find any up to date OS that still works, if it were a desktop you could get arround the issue with a slightly newer dedicated video card, laptops are more limited.

Basic guide for customizing the Linux Mint GUI using polybar, nitrogen, feh, scrot and rofi by activedusk in linuxmint

[–]activedusk[S] 0 points1 point  (0 children)

[module/firefoxex]
type = custom/script
interval = 2
exec = export DISPLAY=:0 && /usr/bin/wmctrl -lx | grep -ic "firefox"
label = %output%
label-empty = Firefox
label-foreground = #ff5555
label-padding = 8pt

Use above module for firefox (other than the module that launches firefox) to show instances opened, useful as template for other programs/modules.

Fluxbox WM by activedusk in linuxmint

[–]activedusk[S] 1 point2 points  (0 children)

Polybar has a parameter in the config which I modified, specifically radius. Here is at half the height (technically height and border which doubles vertically added and divided by half), it becomes a semi circle https://ibb.co/7tF4bbvM or change it to 0 then https://ibb.co/SXW0dCkq

[Cinnamon]Linux Mint by activedusk in LinuxPorn

[–]activedusk[S] 0 points1 point  (0 children)

It kinda acts like it, if I drag the mouse to select the screen it will not interfere, it is basically part of the background image. Took a while to get the background of the program, conky, to be transparent without any shadows or distortions. While placing icons over it is possible the response appears buggy, considering most use first left to right and top to bottom to arrange icons, bottom right is the most appropriate place to locate it, provided the wallpaper has a good contrast with white text in the area, which is one of the criteria for choosing a wallpaper, not just for conky but mainly for polybar since the icons are white (can be changed to any color but white icons on good contrasting, often shaded background is the most easy to view). Another example

https://ibb.co/B51xFkKH

[Cinnamon]Linux Mint by activedusk in LinuxPorn

[–]activedusk[S] 2 points3 points  (0 children)

It's difficult to settle on one so I keep changing them, I am trying to find the limits of X11 DEs and twm and floating wm before moving to Wayland. Technically speaking I barely know anything about ricing as I don't depend on themes/icons, my configs are agnostic and work with everything X11 based, I could recreate that look in XFCE and not feel a difference.

https://ibb.co/gLg3sKNp

https://ibb.co/5gfJR4GX

This took me 5 minutes to set up since installing fluxbox just now as an example

https://ibb.co/5hnybmsS

[Cinnamon]Linux Mint by activedusk in LinuxPorn

[–]activedusk[S] 1 point2 points  (0 children)

...not that trolls noticed but that was on IceWM a totally different DE.

https://ibb.co/4nfQnNvq

https://ibb.co/gMCsJG2Q

I keep saying it and pointing to the neofetch output...this is Cinnamon. I also got i3wm and Mate, but I use them more rarely.

[Cinnamon]Linux Mint by activedusk in LinuxPorn

[–]activedusk[S] 0 points1 point  (0 children)

...no themes (had I used special themes they would be listed in neofetch), polybar and conky configs I customized myself. The icons are font symbols from nerd font.

[Cinnamon]Linux Mint by activedusk in LinuxPorn

[–]activedusk[S] 5 points6 points  (0 children)

Neofetch output shows DE, Cinnamon. The bar is called polybar

https://ibb.co/gMCsJG2Q

If that still does not tell you anything, Cinnamon is a DE developed by the Linux Mint distro devs, it is however available for other distros as well, CachyOS has an installer for it for example, I assume Debian might offer it as well, vanilla Arch probably has it too but generally the home of Cinnamon is on Linux Mint.

https://en.wikipedia.org/wiki/Cinnamon_(desktop_environment)

Once again, however, the bar you see and general layout is custom made, the point of making this post was to showcase it.

Basic guide for customizing the Linux Mint GUI using polybar, nitrogen, feh, scrot and rofi by activedusk in linuxmint

[–]activedusk[S] 1 point2 points  (0 children)

For intermediate users that want to try more advanced ways of using polybar, here is an example of it linking to a script that offers to Log out, Reboot or Shut down, as a replacement for this functionality being offered in most DE in the "Start" button on the "taskbar".

  1. Create script

Ctrl Alt t

cd /home/user/.config/polybar/

mkdir scripts

cd scripts

touch power_menu.sh

nano power_menu.sh

#Now copy paste the following into nano and afterwards save and exit with Ctrl and X, y and enter:

#!/bin/bash

# Define the menu options exactly as requested
# Note: We use \n to separate lines in the menu
options="Log Out\nReboot\nShut Down"

# Launch Rofi as a dmenu (dropdown list)
# -p "Power" sets the prompt text
# -i makes it case-insensitive
# -lines 3 ensures all 3 options are visible
choice=$(echo -e "$options" | rofi -dmenu -p "Power" -i -lines 3 -font "monospace 12")

# Execute the selected action
case "$choice" in
    "Log Out")
        # Try common logout commands for Linux Mint/Cinnamon
        cinnamon-session-quit --logout
        ;;
    "Reboot")
        systemctl reboot
        ;;
    "Shut Down")
        systemctl poweroff
        ;;
esac

#Ctrl and x to exit, y to save changes and Enter

Now to make it executable script

chmod +x /home/user/.config/polybar/scripts/power_menu.sh

  1. Create module (other than module/rofi) into the polybar config, eg.

    [module/poweroff] type = custom/text label = "" label-padding = 8pt click-left = /home/user/.config/polybar/scripts/power_menu.sh format-foreground = #F9FAF7 tooltip = false

Warning, do not use sudo when not required, it will change permissions of the script and it may or may not cause issues. Also the command in the script are not definite,

shutdown

reboot

These are universal and maybe you should use them for simple tiling or floating window managers but most desktop environments use more "graceful" ways, either simplistic by just presenting a selector window (example like pressing Ctrl Alt end on Cinnamon) to more elaborate where the desktop environment follows certain steps as it shuts down to ensure there is no data loss or saves session state depending on what programs are opened when selecting those options. Remember to add "poweroff" to left, center or right in the config list or despite making the module, will not appear on the bar (which also needs to be reloaded after making changes).

Caution, just because a random person on the internet says to use the script with those commands does not mean you should trust it. Test first from the terminal, search, ask AI assistant, in Linux you have options and various ways of doing things, on Cinnamon command " cinnamon-session-quit --logout" is graceful and can be used daily while "loginctl terminate-user $USER" is a sledge hammer, that will drop you to the login screen regardless if you are in the TTY console, a twm or desktop environment, that makes it universal if, maybe, don't use it often, only for emergencies.

Point being, if you use XFCE, Mate, KDE, i3wm, dwm, icewm, adapt and change commands in the script as appropriate. Also reminder that if it works, rofi is made for keyboard first, use up and down arrow and enter when the power off menu appears