Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
07-02-2013, 06:30 AM
|
#61
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Rep: 
|
For me, MATE is well installed. However, MATE don't appears in xwmconfig and there is no such things as a ~/.xinitrc file or /etc/skel/.xinitrc (like in Arch)... What shoud I do?
|
|
|
07-02-2013, 06:42 AM
|
#62
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559
|
The package "mate-session-manager" of the MSB package set contains the file /etc/X11/xinit/xinitrc.mate-session which should make MATE a visible choice in xwmconfig. I have no idea why it won't show up for you.
The xwmconfig script will create ~/.xinitrc for you. Slackware does not have /etc/skel/.xinitrc .
Eric
|
|
|
07-02-2013, 09:52 AM
|
#63
|
Member
Registered: Mar 2002
Location: 127.0.0.1
Distribution: Slackware and OpenBSD
Posts: 740
Rep: 
|
@lensilvan - did you install MATE from the MATE SlackBuilds project and if so, did you use our install scripts to build the packages yourself or did you use our binary packages? Because if you installed MATE from MATE SlackBuilds then, like Eric mentioned, the xwmconfig should give you MATE as a desktop environment option.
|
|
|
07-02-2013, 09:23 PM
|
#64
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Rep: 
|
Quote:
Originally Posted by Alien Bob
The package "mate-session-manager" of the MSB package set contains the file /etc/X11/xinit/xinitrc.mate-session which should make MATE a visible choice in xwmconfig. I have no idea why it won't show up for you.
The xwmconfig script will create ~/.xinitrc for you. Slackware does not have /etc/skel/.xinitrc .
Eric
|
Strangely, although set-mate was already installed, there was no mate-session-manager and I had to install it through slapt-get. Then, I find a mate entry in xwmconfig and selected it and it appeared on the ~/.xinitrc file. However, when I run startx, there was only a blank screen.
|
|
|
07-02-2013, 09:33 PM
|
#65
|
Member
Registered: Jul 2012
Distribution: Slackware
Posts: 95
Rep:
|
Quote:
Originally Posted by lensilvan
Strangely, although set-mate was already installed, there was no mate-session-manager and I had to install it through slapt-get. Then, I find a mate entry in xwmconfig and selected it and it appeared on the ~/.xinitrc file. However, when I run startx, there was only a blank screen.
|
I recommend you to compile and install the packages by yourself with the sources from the Git Repo
|
|
|
07-02-2013, 09:36 PM
|
#66
|
Member
Registered: Mar 2002
Location: 127.0.0.1
Distribution: Slackware and OpenBSD
Posts: 740
Rep: 
|
Quote:
Originally Posted by lensilvan
Strangely, although set-mate was already installed, there was no mate-session-manager and I had to install it through slapt-get. Then, I find a mate entry in xwmconfig and selected it and it appeared on the ~/.xinitrc file. However, when I run startx, there was only a blank screen.
|
Hmm, it sounds to me like you are not using MATE SlackBuilds or our packages since our repo is not set up for slapt-get. Do you remember where you got your Mate packages from? What repo? Are you mixing packages from different repos?
|
|
|
07-02-2013, 11:28 PM
|
#67
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Rep: 
|
For the moment I used slapt-get but now that I have a graphical interface, I will try Slackbuilds.
In fact, many packages necessary for running slackware were missing. After I installed them, now MATE is displayed correctly, however with still some issues. Many icons are missing in the menus as you can see in the screenshot I added in my message. What should I do in this case?
|
|
|
07-02-2013, 11:38 PM
|
#68
|
LQ Guru
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,528
|
Quote:
Originally Posted by lensilvan
In fact, many packages necessary for running slackware were missing. After I installed them, now MATE is displayed correctly, however with still some issues. Many icons are missing in the menus as you can see in the screenshot I added in my message. What should I do in this case?
|
if you are not using a full installation you can meet dependency problems not only for the stuff installed but also for any third party, like MSB or the scripts from slackbuilds.org: if you are not able to resolve all dependencies yourself, you can try sticking to the only supported installation, the full one.
to add all the missing packages (you can still select to exclude what you prefer, but remember it's your choice so you have to live with the consequencies  ), refresh slackpkg datas with
and then, if you have slackware (32bit) issue as root
Code:
slackpkg install slackware
if you have slackware64
Code:
slackpkg install slackware64
Last edited by ponce; 07-02-2013 at 11:40 PM.
|
|
|
07-03-2013, 01:54 AM
|
#69
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Rep: 
|
I have installed all the missing packages, except those related to KDE. However, after rebooting, there are still menu icons missing. Also, in the system menu, I don't have the option of shutting down or reboot, only end the session and lock the screen. Also, the links to caja in the "Places" menu don't work, however I can open caja directly from the desktop...
|
|
|
07-03-2013, 02:18 AM
|
#70
|
LQ Guru
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,528
|
if you're still using the salix packages and you are on slackware 14.0, try using the ones provided by chess and willy instead
http://slackware.org.uk/msb/
if you're using -current you should rebuild them yourself
https://github.com/mateslackbuilds/msb
|
|
|
07-03-2013, 03:18 AM
|
#71
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,878
|
yes, we provide binary packages for Slackware 14.0 only, not Current since Current is a moving target. Although i used Current daily, but i build the binary packages on a VM with a clean installation of Slackware 14.0 only with official updates, no other packages are installed
|
|
|
07-03-2013, 05:12 AM
|
#72
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Rep: 
|
No problem, I use the 14 version.
After I installed the missing packages using that repo, now everything seems to work better. There are however still an issue: At each boot, I don't have in the menu the options of rebooting or shuting down.
Last edited by lensilvan; 07-03-2013 at 05:13 AM.
|
|
|
07-03-2013, 06:00 AM
|
#73
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,878
|
which runlevel do you use?
|
|
|
07-03-2013, 07:24 AM
|
#74
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Rep: 
|
Well it is set on runlevel 4...
I thought that it was only a problem of permission. I added my user to the power group. However, after rebooting the same issue occurs, incredible. This is the output of 'groups':
Code:
users floppy audio video cdrom plugdev power netdev
Is it related to MATE or something else? (In this case, I should not pollute this thread  )
|
|
|
07-03-2013, 07:37 AM
|
#75
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,878
|
Can you try switch to runlevel 3 and see the result?
|
|
|
All times are GMT -5. The time now is 09:32 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|