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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
01-16-2013, 11:51 AM
|
#106
|
|
Member
Registered: Jun 2012
Location: France
Distribution: Slackware Zenwalk
Posts: 58
Rep: 
|
another little report, totem-plparser need recompil with your latest gmime package, maybe totem also.
latest gnome-settings-daemon package need recompil with pulseaudio3.
|
|
|
|
01-16-2013, 10:12 PM
|
#107
|
|
Member
Registered: Aug 2004
Posts: 109
Rep:
|
ok I see, we will switch back to pulseaudio 2.1 because of compilling the bas with it, and this will make us go ahead with a stable desktop quicker.
|
|
|
|
01-18-2013, 12:23 AM
|
#108
|
|
Member
Registered: Jun 2012
Location: France
Distribution: Slackware Zenwalk
Posts: 58
Rep: 
|
accountsservice-0.6.29, is buggy, probably, use the new 0.6.30 version is better, i use this new version without problem.
|
|
|
|
01-18-2013, 06:30 AM
|
#109
|
|
Member
Registered: Aug 2004
Posts: 109
Rep:
|
Ok, thanks for the info.
|
|
|
|
01-20-2013, 08:22 PM
|
#110
|
|
Member
Registered: Aug 2004
Posts: 109
Rep:
|
BETA Released. Re-run dropline-installer. Thanks to all of you out there helping !
http://goo.gl/joW0G
|
|
|
|
01-21-2013, 01:15 AM
|
#111
|
|
Member
Registered: Jun 2012
Location: France
Distribution: Slackware Zenwalk
Posts: 58
Rep: 
|
Only work in fallback mode here, i have already said to you:
(gnome-session need probably this patch for gdm work correctly on slackware based distro:
https://projects.archlinux.org/svnto.../gnome-session
)
dropline-gnome work correctly on slackware with my gnome-session package for zenwalk, with this patch 
Last edited by gmgf; 01-21-2013 at 01:55 AM.
|
|
|
|
01-21-2013, 03:17 AM
|
#112
|
|
Member
Registered: Jun 2012
Location: France
Distribution: Slackware Zenwalk
Posts: 58
Rep: 
|
this problem, does not affect dropline, when you start it with startx, it's just related with gdm.
|
|
|
|
01-21-2013, 03:26 AM
|
#113
|
|
Member
Registered: Jun 2012
Location: France
Distribution: Slackware Zenwalk
Posts: 58
Rep: 
|
the root authentication problem in the gnome-control-center application, is still present,
polkit slackware package need this patch:
http://patch-tracker.debian.org/patc...up-wheel.patch
or need to change in the polkit 50-localauthority.conf file
AdminIdentities=unix-group:wheel
to
AdminIdentities=unix-user:0
Last edited by gmgf; 01-21-2013 at 03:27 AM.
|
|
|
|
01-21-2013, 03:52 AM
|
#114
|
|
Member
Registered: Jun 2012
Location: France
Distribution: Slackware Zenwalk
Posts: 58
Rep: 
|
Another personal suggestion is to push the xinitrc.gnome in the gnome-session package, because it's in the gdm package
and gdm, is not concerned by this file.
|
|
|
|
01-21-2013, 11:39 PM
|
#115
|
|
Member
Registered: Feb 2003
Location: Lelystad, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 63
Original Poster
Rep:
|
Quote:
Originally Posted by gmgf
Only work in fallback mode here, i have already said to you:
(gnome-session need probably this patch for gdm work correctly on slackware based distro:
https://projects.archlinux.org/svnto.../gnome-session
)
dropline-gnome work correctly on slackware with my gnome-session package for zenwalk, with this patch 
|
gmgf, I have issues with gnome-session.
in my vm it goes into fallback (which is normal), but on my desktop is runs normal.
what I can see from your patch is that it diregards the hardware acceleration and not uses fallback mode in any case.
correct me if this iss wrong.
|
|
|
|
01-21-2013, 11:40 PM
|
#116
|
|
Member
Registered: Feb 2003
Location: Lelystad, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 63
Original Poster
Rep:
|
Quote:
Originally Posted by gmgf
the root authentication problem in the gnome-control-center application, is still present,
polkit slackware package need this patch:
http://patch-tracker.debian.org/patc...up-wheel.patch
or need to change in the polkit 50-localauthority.conf file
AdminIdentities=unix-group:wheel
to
AdminIdentities=unix-user:0
|
This patch removes the use of root authentication.
this patch will be considered by the devs.
Last edited by bartgymnast; 01-21-2013 at 11:55 PM.
|
|
|
|
01-22-2013, 04:14 AM
|
#117
|
|
Member
Registered: Jun 2012
Location: France
Distribution: Slackware Zenwalk
Posts: 58
Rep: 
|
This polkit patch change
-AdminIdentities=unix-group:wheel
to
+AdminIdentities=unix-user:0
unix-user:0, is the 'root' user, on unix or linux
Last edited by gmgf; 01-22-2013 at 04:30 AM.
|
|
|
|
01-22-2013, 04:23 AM
|
#118
|
|
Member
Registered: Jun 2012
Location: France
Distribution: Slackware Zenwalk
Posts: 58
Rep: 
|
the gnome-session-3.3.1-llvmpipe.patch, is for 'gnome-session' package, it make gdm work correctly , without this patch, 'gdm', and 'gnome-shell' run in fallback mode, here, on radeon card, with the xorg ati driver, i don't
have tested with other hardware because i have only radeon card.
this patch is used, by archlinux, fedora and probably, many other distro. 
Last edited by gmgf; 01-22-2013 at 04:40 AM.
|
|
|
|
01-22-2013, 08:41 AM
|
#119
|
|
Member
Registered: Feb 2003
Location: Lelystad, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 63
Original Poster
Rep:
|
Quote:
Originally Posted by gmgf
This polkit patch change
-AdminIdentities=unix-group:wheel
to
+AdminIdentities=unix-user:0
unix-user:0, is the 'root' user, on unix or linux
|
gmgf
This patch would mean we change the way slackware works.
give everyone root access.
It should be up to the Administrator of the server who to give this access.
If you would like to give users the access in changins settings, adding printers etc.
You should put them into the group wheel, or they should know the root password.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:56 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
|
|