LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 01-13-2022, 07:04 AM   #16
johnprogrammer
Member
 
Registered: Jan 2022
Distribution: Manjaro Linux, Ubuntu in Windows 11 WSL2
Posts: 35

Rep: Reputation: Disabled

Quote:
Originally Posted by AllanP View Post
Laptop is three years old with 16GB RAM and still fairly quick and responsive. It was running Mint 20.2 with no problems. Mint's software manager gives me the option of removing Mate desktop, but then what do I have? I'm thinking install another desktop then re-install Mate desktop as I think something not quite right with the current one installed.
It is not a good idea to mix different Desktop Environments.

It is better to clean install Mint with MATE desktop environment.

You can download it here:

https://linuxmint.com/edition.php?id=293


If you clean install it on your laptop, and you get the issue, better try Ubuntu MATE, on which Mint MATE is based:

https://ubuntu-mate.org

Personally I prefer Ubuntu and its desktop environments, than Mint in terms of reliability, but that is a big discussion.

Last edited by johnprogrammer; 01-13-2022 at 07:11 AM.
 
Old 01-13-2022, 12:14 PM   #17
AllanP
Member
 
Registered: Jun 2007
Location: Nanoose Bay, B.C. Canada
Distribution: Mint, Ubuntu, Fedora, Debian, Win10, Win 11
Posts: 104

Original Poster
Rep: Reputation: 15
Smile

Quote:
Originally Posted by johnprogrammer View Post
It is not a good idea to mix different Desktop Environments.

It is better to clean install Mint with MATE desktop environment.

You can download it here:

https://linuxmint.com/edition.php?id=293


If you clean install it on your laptop, and you get the issue, better try Ubuntu MATE, on which Mint MATE is based:

https://ubuntu-mate.org

Personally I prefer Ubuntu and its desktop environments, than Mint in terms of reliability, but that is a big discussion.
Actually I dual boot Mint & Ubuntu. I also installed Mint Mate clean.
 
Old 01-15-2022, 12:31 AM   #18
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,878
Blog Entries: 1

Rep: Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078
Quote:
Originally Posted by rokytnji View Post
Quote:
What do you have against systemd...?
defaults to /usr/bin.
As opposed to what?
Quote:
Ignores /usr/local/bin text files.
What?
Code:
> echo $PATH
/home/me/bin:/usr/local/bin:/usr/bin:/bin:/home/me/bin
> inxi -S
System:
  Host: 00srv Kernel: 5.3.18-59.37-default x86_64 bits: 64
    Desktop: KDE 3.5.10 Distro: openSUSE Leap 15.3
I have hundreds of systemd distro installations. I haven't installed any non-systemd distro in probably more than 5 years. None I have ignore the scripts I put in /usr/local/bin/.
 
Old 01-15-2022, 01:07 PM   #19
AllanP
Member
 
Registered: Jun 2007
Location: Nanoose Bay, B.C. Canada
Distribution: Mint, Ubuntu, Fedora, Debian, Win10, Win 11
Posts: 104

Original Poster
Rep: Reputation: 15
Thumbs up Solved

I say solved, but don't know how. I did a sudo update & upgrade and wm now is supported.
 
Old 01-15-2022, 01:17 PM   #20
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,148
Blog Entries: 21

Rep: Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483
Open Suse and Debian are different distros. What open Suse does is not the way Debian operates.
What I experienced was in a Debian based distro without systemd and I unpinned that limitation.

Then dist-upgraded and broke my install. /usr/local/bin were ignored in my use case.
All my text files in /usr/local/bin were ignored.

I can only comment in my use case.

I don't run Open-Suse. This is not a Open Suse type thread either. I don't respond to rpm threads because I don't run them.

Bye.
 
Old 01-15-2022, 03:28 PM   #21
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,878
Blog Entries: 1

Rep: Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078
Quote:
Originally Posted by rokytnji View Post
Open Suse and Debian are different distros. What open Suse does is not the way Debian operates.
You're partially correct. There is no Open Suse (that I'm aware of), but openSUSE is quite different from the Debians:
Code:
> inxi -Sy
System:
  Host: asa88 Kernel: 5.10.0-9-amd64 x86_64 bits: 64 Console: tty 4
    Distro: Debian GNU/Linux 11 (bullseye)
> echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
>

> inxi -Sy
System:
  Host: asa88 Kernel: 5.4.0-91-generic x86_64 bits: 64 Console: tty 4
    Distro: Ubuntu 20.04.3 LTS (Focal Fossa)
> echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
>

> inxi -Sy
System:
  Host: asa88 Kernel: 5.8.0-44-generic x86_64 bits: 64 Console: tty 4
    Distro: Linux Mint 20 Ulyana
> echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
>

> inxi -Sy
System:
  Host: asa88 Kernel: 5.3.18-lp152.106-default x86_64 bits: 64 Console: tty 4
    Distro: openSUSE Leap 15.2
> echo $PATH
/home/username/bin:/usr/local/bin:/usr/bin:/bin
>
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a Fixed Window Size in a Window Manager (Odd Question) Stupac Programming 3 06-30-2011 04:04 AM
Awesome Window manager ~ resize window key bindings do not work. bubnoff Linux - Desktop 0 12-23-2010 01:08 PM
LXer: Window Maker - Your NeXT window manager LXer Syndicated Linux News 0 12-03-2009 07:50 AM
Close all window in a window manager zghh Linux - Software 1 12-20-2006 03:18 PM
What's the best X-Window System window manager in your opinion? t3gah Linux - Software 9 12-16-2006 10:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 10:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration