LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-10-2014, 03:10 AM   #31
01micko
Member
 
Registered: Mar 2009
Location: Gold Coast, Queensland, Australia
Distribution: Puppy, Slackware
Posts: 92

Rep: Reputation: 18

Yep, confirmed working . The account details now works, I can also add work spaces and whatever other applets if desired.

Only bad thing I have seen in nearly 21 hrs running is that sometimes the panel doesn't start after waking up, need to logout and back in.
 
Old 04-10-2014, 05:18 AM   #32
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Original Poster
Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Suspend/hibernate?
 
Old 04-10-2014, 05:50 AM   #33
01micko
Member
 
Registered: Mar 2009
Location: Gold Coast, Queensland, Australia
Distribution: Puppy, Slackware
Posts: 92

Rep: Reputation: 18
Quote:
Originally Posted by willysr View Post
Suspend/hibernate?
Just simple screen blank, however since the python-pam update it has not occurred. I'll keep you informed if it happens again.
 
Old 04-10-2014, 06:54 AM   #34
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Original Poster
Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Quote:
Originally Posted by Drakeo View Post
on the 64 bit build it is placing these directories in /usr/lib
Hi Drakeo
after retesting again, it seems that this is the correct location for Cinnamon and cinnamon-control-center packages
Both are hardcoded to use this path, so i'm changing those two packages to /usr/lib, even on x86_64
 
Old 04-10-2014, 06:55 AM   #35
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Original Poster
Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Quote:
Originally Posted by 01micko View Post
Just simple screen blank, however since the python-pam update it has not occurred. I'll keep you informed if it happens again.
python-pam update fixed the cinnamon-settings, so it's possible that it fixed your problem
 
Old 04-11-2014, 07:12 PM   #36
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Original Poster
Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
I compiled binary packages for those who wanted to test Cinnamon without compiling them from source.
These binaries are compiled on a clean installation of Slackware 14.1 (32/64) with the latest update from official repository

You can grab the binaries here : http://repo2.ukdw.ac.id/csb-test/
 
Old 04-12-2014, 05:41 AM   #37
01micko
Member
 
Registered: Mar 2009
Location: Gold Coast, Queensland, Australia
Distribution: Puppy, Slackware
Posts: 92

Rep: Reputation: 18
I hit a snag building cinnamon in multilib installation. Naturally I updated everything before starting.

Everything went well until I got to gst1-plugins-good. Seemed it was trying to link against the 32 bit gobject-2.0. Here is the error.
Code:
make[3]: Entering directory `/tmp/csb/gst-plugins-good-1.2.3/ext/wavpack'
  CC       libgstwavpack_la-gstwavpack.lo
  CC       libgstwavpack_la-gstwavpackcommon.lo
  CC       libgstwavpack_la-gstwavpackdec.lo
  CC       libgstwavpack_la-gstwavpackenc.lo
  CC       libgstwavpack_la-gstwavpackstreamreader.lo
  CCLD     libgstwavpack.la
/usr/lib/libgobject-2.0.so: could not read symbols: File in wrong format
collect2: error: ld returned 1 exit status
make[3]: *** [libgstwavpack.la] Error 1
make[3]: Leaving directory `/tmp/csb/gst-plugins-good-1.2.3/ext/wavpack'
make[2]: *** [wavpack] Error 2
make[2]: Leaving directory `/tmp/csb/gst-plugins-good-1.2.3/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/csb/gst-plugins-good-1.2.3'
make: *** [all] Error 2
root@work-horse:/home/mick/csb/gst1-plugins-good#
I could have probably worked around it but it wouldn't be reproducible so instead I downloaded the pre-built package for gst1-plugins-good and installed it then carried on with my build. Cinnamon so far is running just fine. Of course with the added complexity of multilib I can't say if it has or hasn't affected other stuff for some days to come - hopefully all is well.
 
Old 04-12-2014, 10:45 AM   #38
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Original Poster
Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
What if you add "LDFLAGS="-L/usr/lib64" inside an if ... fi block for x86_64 ?
 
Old 04-12-2014, 05:18 PM   #39
01micko
Member
 
Registered: Mar 2009
Location: Gold Coast, Queensland, Australia
Distribution: Puppy, Slackware
Posts: 92

Rep: Reputation: 18
Quote:
Originally Posted by willysr View Post
What if you add "LDFLAGS="-L/usr/lib64" inside an if ... fi block for x86_64 ?
Of course that works just fine , thanks.
 
Old 04-12-2014, 09:28 PM   #40
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Original Poster
Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Cinnamon 2.2.0 has just been released, but i'm afraid it will not be part of my CSB since it requires new GTK+3-3.10 which is not yet available in Slackware 14.1.

For those who are curious and wanted to see the changes in Cinnamon 2.2.0 and willing to risk of upgrading their GTK+3 library by themselves, i have pushed a separate branch for that: 2.2.0 in the github repo
Cinnamon 2.2.0 requires a new package: cinnamon-menus which should be fine to be installed together with gnome-menus
 
Old 04-13-2014, 04:18 AM   #41
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Just tested it in a VM. Even with Guest Extensions installed, Cinnamon complained about my insufficient video card and then made a feast of all my CPU and my RAM.
 
Old 04-13-2014, 04:39 AM   #42
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Original Poster
Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
You do need hardware acceleration enabled for your guest OS
 
1 members found this post helpful.
Old 04-15-2014, 10:24 AM   #43
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Original Poster
Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Thanks to Darren Austin, CSB binary packages are now available here: http://slackware.org.uk/csb/
 
1 members found this post helpful.
Old 04-16-2014, 09:51 PM   #44
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Is there a way to add 'Run Application' to the menu? There is Alt+F2, but I want to find a way to add the command to the menu.
 
Old 04-16-2014, 11:26 PM   #45
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Original Poster
Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Cinnamon currently doesn't have their own menu editor. I will see if i can add alacarte to my CSB
 
  


Reply

Tags
cinnamon, csb



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
Call for Testers: MATE 1.8 willysr Slackware 137 08-06-2014 01:50 AM
Call for testing - MATE SlackBuilds chess Slackware 298 12-21-2013 09:17 PM
[SOLVED] [TESTERS WANTED] Slint installers for Slackware 14.1 => LAST CALL Didier Spaier Slackware 11 11-22-2013 06:22 AM
Teslagrad Linux alpha: call for testers kabamaru Linux - Games 1 07-10-2013 01:48 PM
Business Apps on Slackware - TinyERP: Call for testers ppr:kut Slackware 0 06-10-2008 05:15 AM

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

All times are GMT -5. The time now is 11:14 AM.

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