LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-20-2016, 07:56 PM   #1
slacknoff
Member
 
Registered: Apr 2015
Location: North Carolina,USA
Distribution: Slackware 14.1 stable
Posts: 30

Rep: Reputation: Disabled
Question Mate Desktop installation procedure/ upgrade


My laptop is toast and I only have my Slackware box ... so I don't want to screw it up before it's time to move to Slackware 14.2, which I hope isn't too much longer--

I mainly have been using Mate Desktop 1.10.2 and thought about upgrading to 1.12 for now but can't remember exactly how I actually installed it initially. It's been a long while ago and I guess I've had a bad brain dump.

I have the /dep /base /extras folders from the UK site with the msb files; but not sure if that is what I ended up installing or if it was from sbopkg ....

I've wondered too how could I roll the currently installed Mate into a single package (.txz) file.

So, basically I'd like to ask how did you install / upgrade Mate ...and which is the preferred installation method ?
 
Old 04-20-2016, 08:21 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
It's advisable to clone the git repo and build the packages yourself but these packages are available for your convenience.

Try here at this link:
https://mateslackbuilds.github.io/

http://www.linuxquestions.org/questi...ckware-938148/

HTH
 
Old 04-20-2016, 08:26 PM   #3
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
Do you prefer to install software with slackpkg or by using pkgtools?

There is a lot of information on the project page: https://mateslackbuilds.github.io/

I just pointed my slackpkgplus.conf to the url for the specific version I wanted to use.

Here is the MATE 1.12 for slackware 14.1.

http://slackware.uk/msb/14.1/1.12/

Or if you choose to build from source, here is the x86_64 read me,

http://slackware.uk/msb/14.1/1.12/x86_64/MSB_README.TXT
 
Old 04-20-2016, 08:40 PM   #4
slacknoff
Member
 
Registered: Apr 2015
Location: North Carolina,USA
Distribution: Slackware 14.1 stable
Posts: 30

Original Poster
Rep: Reputation: Disabled
I use both slackpkg and pkgtool ... I tend to remove with pkgtool and install with installpkg.

I've a copy of the repos as it suggested but all those files .... I think I processed /dep first, then /base but can't remember the approach I took to keep it from being too time intensive.
 
Old 04-21-2016, 12:44 AM   #5
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Code:
upgradepkg --reinstall --install-new deps/*.txz base/*.txz extra/*.txz
there are no changes in the package name from 1.10 to 1.12
 
1 members found this post helpful.
Old 04-22-2016, 09:36 PM   #6
slacknoff
Member
 
Registered: Apr 2015
Location: North Carolina,USA
Distribution: Slackware 14.1 stable
Posts: 30

Original Poster
Rep: Reputation: Disabled
Thanks for the code, it worked like a charm.
 
Old 04-23-2016, 02:32 PM   #7
keithpeter
Member
 
Registered: Nov 2015
Location: 52:30N 1:55W
Distribution: Slackware 15.0, OpenBSD 7.4
Posts: 310

Rep: Reputation: Disabled
Quote:
Originally Posted by willysr View Post
Code:
upgradepkg --reinstall --install-new deps/*.txz base/*.txz extra/*.txz
Used lftp to mirror the Mate 1.14 files under testing from slackware.uk and ran above command in my local copy of the http://slackware.uk/msb/testing/1.14/x86_64/ directory.

Then I decided to remove kde/kdei/xfce package sets using the appropriate slackpkg commands...

Code:
# slackpkg remove kde
# slackpkg remove xfce
And blacklisted kde/xfce package sets in /etc/slackpkg/blacklist using the patterns...

Code:
kde/*
kdei/*
xfce/*
I then had to add my UK keyboard layout in Mate | System | Preferences | Hardware | Keyboard

Result is very familiar from the Gnome 2 years. Thanks very much for this work.
 
Old 04-23-2016, 10:48 PM   #8
mtslzr
LQ Newbie
 
Registered: May 2005
Location: Austin, TX
Distribution: Slackware
Posts: 12

Rep: Reputation: Disabled
I was able to install MATE by grabbing their GitHub repo and running the included scripts. To handle updates, I use slackpkg+ and added the MATE repo to it. Went off with out a hitch.
 
Old 04-24-2016, 07:56 AM   #9
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
Mate Desktop installation procedure/ upgrade

I have been running MATE 1.14 on -current for about 1.5 weeks. My only complaint is that the Enigmail add on for Thunderbird fails to encrypt my out going mail while the gnome-keyring-daemon is running.

I was working around this by not upgrading enigmail to 1.9.1, but I feared the lack of security fixes. So now I kill the gnome-keyring-daemon every time I log into a new MATE session, and everything works as expected.
 
Old 04-24-2016, 09:44 AM   #10
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
the solution is to downgrade enigmail to 1.8.2 from here until 1.9.x received proper fix.

So far, there's no mentioning about security vulnerabilities, just removing support for GnuPG 1.x and requires GnuPG 2.x for enigmail 1.9.x
 
Old 04-24-2016, 10:21 AM   #11
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
Quote:
Originally Posted by willysr View Post
So far, there's no mentioning about security vulnerabilities, just removing support for GnuPG 1.x and requires GnuPG 2.x for enigmail 1.9.x
Good to know. I was concerned only about the fact that I had to keep automatic updates of enigmail off. Otherwise every time I open up a new session of Thunderbird enigmail gets updated to 1.9.
 
Old 05-01-2016, 06:28 AM   #12
keithpeter
Member
 
Registered: Nov 2015
Location: 52:30N 1:55W
Distribution: Slackware 15.0, OpenBSD 7.4
Posts: 310

Rep: Reputation: Disabled
Atril since April 29 upgrade

I'm using the MATE 1.14 testing binary packages from slackware.uk/msb on a current 64 bit install, so testing to the power 2.

Atril was not able to load pdfs this morning after upgrading and I noticed changes in the poppler libraries so I *guessed* that I would need to recompile Atril against the new poppler.

I was able to grab the slackbuild for just Atril from

https://github.com/mateslackbuilds/msb/tree/1.14/extra

and recompile just that package against the new poppler fine.

A quick removepkg then installpkg restored the functionality.

Just in case it helps. I'd appreciate confirmation or clarification on my guesswork
 
Old 05-01-2016, 08:33 AM   #13
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Yes, that's normal since atril will link to poppler and since last update bump the soname library, everything that are linked to poppler should be rebuilt.

The packages in testing will not be updated on every current update. I will rebuild everything from scratch when 14.2 gets finalized
 
1 members found this post helpful.
Old 05-01-2016, 10:24 AM   #14
keithpeter
Member
 
Registered: Nov 2015
Location: 52:30N 1:55W
Distribution: Slackware 15.0, OpenBSD 7.4
Posts: 310

Rep: Reputation: Disabled
Quote:
Originally Posted by willysr View Post
The packages in testing will not be updated on every current update. I will rebuild everything from scratch when 14.2 gets finalized
Sounds perfectly reasonable. Really nice to use, so thanks for providing the slackbuilds & binaries.
 
  


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
LXer: Ubuntu MATE 15.04 Arrives With MATE Desktop 1.8.2 and MATE Tweak LXer Syndicated Linux News 0 05-15-2015 09:30 AM
[SOLVED] "No system tray detected on this system" error on MATE desktop after nvidia graphics upgrade. lensilvan Slackware 14 07-23-2014 11:36 PM
kernel upgrade procedure Ibrahimbazar Linux - Kernel 2 05-29-2006 08:16 AM
RedHat AS 3.2 to 3.4 upgrade procedure dollster31 Linux - Software 1 02-16-2005 04:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:13 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