You are not logged in.

#426 2014-12-24 23:28:08

IlPrincipino
Member
Registered: 2010-06-10
Posts: 61

Re: Pantheon Shell on Archlinux

quequotion wrote:
IlPrincipino wrote:

Is Pantheon working right now?

For the most part yes, it has been working for some time. Only (Unity) indicators are really causing trouble.

is something like xfce+gala or lxde+gala usable?

Probably, the pantheon components are rather modular. If you are comfortable putting together your own desktop session, you could try with lxpanel or xfce-panel in place of wingpanel.

Doesn' t work for me. Installing gala-bzr and doing gala --replace enters the desktop into a window manager full of bugs with no window decorations, not effects, nothing.

Offline

#427 2014-12-25 05:30:25

ElectricPrism
Member
Registered: 2012-12-07
Posts: 35

Re: Pantheon Shell on Archlinux

Thank you to whoever is working on Pantheon on Arch, definitely the perfect dream machine imo.

Been using Freya 0.3 Beta 1 since it was released in August daily on 5 pcs and it has a nightmare of a time with nvidia drivers, #1 problem with eOS was stale applications as 0.2 Luna had applications released in 2012.

Gonna give it a go based on that video on youtube, its been a while since I've been on Arch, rolling release here I come! smile

Offline

#428 2014-12-25 12:43:31

quequotion
Member
From: Oita, Japan
Registered: 2013-07-29
Posts: 813
Website

Re: Pantheon Shell on Archlinux

IlPrincipino wrote:

Installing gala-bzr and doing gala --replace enters the desktop into a window manager full of bugs with no window decorations, not effects, nothing.

I don't use gala much, but bzr can be broken sometimes. How do you start your pantheon session? Do you use a session manager like gdm or lightdm, or are you starting X another way?

Ignore if you already know this: gala (pantheon), openbox (lxde), xfwm4 (xfce), and compiz (unity) are incompatible because they are all window managers. Theoretically, running `windowmanager --replace` in an active xsession should kill the current one and load whatever you've asked for, but in practice this often crashes, scrambles, or otherwise breaks the desktop.

The most convenient way to start a pantheon desktop variant is to use a session manager like lightdm and make custom desktop sessions, since Pantheon itself is intended as a gnome-session derivative.

Examples:
/usr/share/xsessions/pantheon*.desktop
pantheon.desktop

[Desktop Entry]
Name=Pantheon
Comment=This session provides elementary experience
Exec=/usr/bin/pantheon-session
TryExec=wingpanel
Icon=
Type=Application

pantheon-compiz.desktop

[Desktop Entry]
Name=Pantheon 3D
Comment=This session provides elementary-3d experience
Exec=/usr/bin/pantheon-session-qq 3d
TryExec=compiz
Icon=compiz
Type=Application

/usr/share/gnome-session/sessions/pantheon*.session
pantheon.session

[GNOME Session]
Name=Pantheon
RequiredComponents=gala;
FallbackSession=openbox
DesktopName=Pantheon
Hidden=True

pantheon-compiz.session

[GNOME Session]
Name=Pantheon
RequiredComponents=compiz;
FallbackSession=openbox
DesktopName=Pantheon

Last edited by quequotion (2014-12-25 12:43:50)

Offline

#429 2014-12-25 21:17:46

IlPrincipino
Member
Registered: 2010-06-10
Posts: 61

Re: Pantheon Shell on Archlinux

quequotion wrote:
IlPrincipino wrote:

Installing gala-bzr and doing gala --replace enters the desktop into a window manager full of bugs with no window decorations, not effects, nothing.

I don't use gala much, but bzr can be broken sometimes. How do you start your pantheon session? Do you use a session manager like gdm or lightdm, or are you starting X another way?

Ignore if you already know this: gala (pantheon), openbox (lxde), xfwm4 (xfce), and compiz (unity) are incompatible because they are all window managers. Theoretically, running `windowmanager --replace` in an active xsession should kill the current one and load whatever you've asked for, but in practice this often crashes, scrambles, or otherwise breaks the desktop.

The most convenient way to start a pantheon desktop variant is to use a session manager like lightdm and make custom desktop sessions, since Pantheon itself is intended as a gnome-session derivative.

Examples:
/usr/share/xsessions/pantheon*.desktop
pantheon.desktop

[Desktop Entry]
Name=Pantheon
Comment=This session provides elementary experience
Exec=/usr/bin/pantheon-session
TryExec=wingpanel
Icon=
Type=Application

pantheon-compiz.desktop

[Desktop Entry]
Name=Pantheon 3D
Comment=This session provides elementary-3d experience
Exec=/usr/bin/pantheon-session-qq 3d
TryExec=compiz
Icon=compiz
Type=Application

/usr/share/gnome-session/sessions/pantheon*.session
pantheon.session

[GNOME Session]
Name=Pantheon
RequiredComponents=gala;
FallbackSession=openbox
DesktopName=Pantheon
Hidden=True

pantheon-compiz.session

[GNOME Session]
Name=Pantheon
RequiredComponents=compiz;
FallbackSession=openbox
DesktopName=Pantheon

Yes, I tried executing gala --replace at the start of the session, but it gave me an error. I just installed lightdm and I'm going to try that, but I didn't understand how it works.
I have to create a file .desktop in /usr/share/xsessions/, but what do I put in it ? I want it to be xfce with gala as the window manager.
Thank you very much for your help.

Offline

#430 2014-12-27 14:15:11

quequotion
Member
From: Oita, Japan
Registered: 2013-07-29
Posts: 813
Website

Re: Pantheon Shell on Archlinux

The pantheon session watchdog, cerbere, runs the DE components.

Change it's configuration in dconf-editor (or your preferred gsettings editor)

default: org.pantheon.cerbere.monitored-processes

['wingpanel', 'plank', 'slingshot-launcher --silent']

*change to:

['xfce4-panel']

* does this cover both your upper panel and your launcher from xfce? do you want to swap the the launcher with plank?

Then log in to a Pantheon session (it won't be necessary to make new session files, but that can be done later if this works.)

Or, using the xfce session, put "gala" in /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml.

Offline

#431 2014-12-29 01:51:25

ElectricPrism
Member
Registered: 2012-12-07
Posts: 35

Re: Pantheon Shell on Archlinux

I wasn't able to get Pantheon to run past the frozen black wallpaper where Plank & the top panel showed up so I settled on a heavily modded Gnome 3.

http://imgur.com/OiFsaTC

Offline

#432 2014-12-29 13:00:34

quequotion
Member
From: Oita, Japan
Registered: 2013-07-29
Posts: 813
Website

Re: Pantheon Shell on Archlinux

ElectricPrism wrote:

frozen black wallpaper where Plank & the top panel showed uphttp://imgur.com/OiFsaTC

Plank and wingpanel appear but are not usable and the background is flat black?

Which versions did you install (or "where did you install from")?

There was a problem like this with the cursor plugin of gnome-settings-daemon, but I thought it had been fixed.

Offline

#433 2014-12-29 14:26:08

Vistaus
Member
Registered: 2014-12-29
Posts: 15

Re: Pantheon Shell on Archlinux

Pantheon Shell doesn't work right for me on Arch sad I'm using GTK/GNOME 3.14 and I've tried both the packages from alucruyd's repo as well as the AUR packages. I've installed all the necessary packages and when I choose Pantheon in GDM 3.14 as the session, it shows me Wingpanel and Plank and my background like you'd expect (except that Wingpanel has no indicators). But when I want to click something, I get a "Something has gone wrong. System can't recover. LOG OUT" message. Happens every time. It's unusable like this sad How can I get it to work?

Edit: I suspect Gala is the culprit here. It gives a segmentation fault when running it from the terminal with --replace

Last edited by Vistaus (2014-12-29 14:44:28)

Offline

#434 2014-12-31 19:13:31

protake
Member
Registered: 2014-09-09
Posts: 9

Re: Pantheon Shell on Archlinux

Can anyone help me with this? Trying to run 'gala --replace':

(gala:1804): GLib-GIO-ERROR **: Settings schema 'org.gnome.settings-daemon.peripherals.mouse' is not installed

Offline

#435 2015-01-01 05:58:38

quequotion
Member
From: Oita, Japan
Registered: 2013-07-29
Posts: 813
Website

Re: Pantheon Shell on Archlinux

protake wrote:
'org.gnome.settings-daemon.peripherals.mouse'

Is this what's been killing gala lately?

This happens sometimes. Gnome and Pantheon development are out of sync. Is gala looking for a key that was removed from the ever-shrinking gsd? Is gsd installed at all (it should be, as a dependency of gala, unless the pantheon devs plan to fork it like Canonical did).

::EDIT::

Assuming the key was deprecated, this could be fixed by locating the code in gala that checks this key and commenting that out.

::EDIT Again::

This kind of problem s noticable on Arch because Elementary is being built not only on, but in Ubuntu. Should pantheon depend on unity-settings-daemon?

Last edited by quequotion (2015-01-02 12:41:03)

Offline

#436 2015-01-01 11:03:33

Vistaus
Member
Registered: 2014-12-29
Posts: 15

Re: Pantheon Shell on Archlinux

I dunno if that's the culprit. I mean: for me, Gala just segfaults w/o that schema error...

Offline

#437 2015-01-04 10:48:19

Vistaus
Member
Registered: 2014-12-29
Posts: 15

Re: Pantheon Shell on Archlinux

Not sure what has changed but Pantheon Shell didn't crash today. But it's very unusable though. Plank isn't working and the interface is very, very laggy sad

Offline

#438 2015-01-06 09:01:50

DarkSpiritAK47
Member
From: Grand Rapids, MI, USA
Registered: 2014-08-17
Posts: 39

Re: Pantheon Shell on Archlinux

i experience an issue when i try pressing super + w repetitively it crashes the pantheon de on my computer. it just eventually gives me the "oh no something has gone wrong message" forcing me to logout. super + w is what i have set to see all the windows open on my computer, it doesn't even do that. super + a gives me a view of all open windows on my main workspace but i am unable to select the one i want. this problem is driving me nuts. i loved having pantheon on arch but this makes it pretty worthless for me.

UPDATE: i just figured something out. i had toggle on all workspaces and windows overview both set to super + W. i have noticed it is whatever i set toggle on all workspaces. i decided to disable toggle on all workspace because no matter what that crashes my pantheon de. at least i am able to use the windows overview and show all windows now.

i still hate to complain but i use avant windows navigator rather than plank. one of the launchers still crashes my system in the same fashion. specifically file browser launcher. i suppose for now i shall just avoid using that launcher in avant windows navigator. still something buggy going on there. i am at least able to use the pantheon de again.

i apologize as i know this kind of sloppily written... but it is 7:30 AM here and i am tired goodnight all!

Last edited by DarkSpiritAK47 (2015-01-06 12:32:04)

Offline

#439 2015-01-06 10:42:41

Vistaus
Member
Registered: 2014-12-29
Posts: 15

Re: Pantheon Shell on Archlinux

Vistaus wrote:

Not sure what has changed but Pantheon Shell didn't crash today. But it's very unusable though. Plank isn't working and the interface is very, very laggy sad

Aaaand today it crashes again sad

Offline

#440 2015-01-06 13:13:22

quequotion
Member
From: Oita, Japan
Registered: 2013-07-29
Posts: 813
Website

Re: Pantheon Shell on Archlinux

DarkSpiritAK47 wrote:

the "oh no something has gone wrong message" forcing me to logout.

You may not have to log out; this is merely gnome-session's opinion.

Your desktop may be partially functional under this vague death shroud. Switch to a tty, kill it, and switch back to X.

ctrl+alt+f2

killall gnome-session-failed

ctrl+alt+f1

This reminds me that we might want to examine the gnome side of Pantheon.

Offline

#441 2015-01-06 19:29:36

ElectricPrism
Member
Registered: 2012-12-07
Posts: 35

Re: Pantheon Shell on Archlinux

quequotion wrote:
ElectricPrism wrote:

frozen black wallpaper where Plank & the top panel showed uphttp://imgur.com/OiFsaTC

Plank and wingpanel appear but are not usable and the background is flat black?

Which versions did you install (or "where did you install from")?

There was a problem like this with the cursor plugin of gnome-settings-daemon, but I thought it had been fixed.

I installed all bzr versions.

The situation was that I was doing a new install without any other Desktop Shell, since then I completely nuked the install with the black screen, installed Gnome first and then installed Pantheon second.

I was following instructions from this youtube video:
https://www.youtube.com/watch?v=S5flWWg6Bv0

So I wrote a guide to setup & configure Arch, Pantheon is Step 5 after Step 4 Gnome now.
https://docs.google.com/document/d/1cKC … sp=sharing

Right now Wingpanel won't launch so Pantheon Session is pretty much useless, I'm instead currently running Plank and Slingshot in a heavily configured Gnome 3 Session to emulate Pantheon
https://plus.google.com/109664553875792 … XJPLabFktN

Offline

#442 2015-01-07 08:33:43

quequotion
Member
From: Oita, Japan
Registered: 2013-07-29
Posts: 813
Website

Re: Pantheon Shell on Archlinux

ElectricPrism wrote:

I wrote a guide to setup & configure Arch, Pantheon is Step 5 after Step 4 Gnome now.

If this got pantheon working better, it sounds like some gnome dependencies might be missing from the pantheon packages (perhaps packages that are default in Ubuntu).

Right now Wingpanel won't launch so Pantheon Session is pretty much useless, I'm instead currently running Plank and Slingshot in a heavily configured Gnome 3 Session to emulate Pantheon

What's up with wingpanel? any output when run from a terminal?

Last edited by quequotion (2015-01-07 08:34:09)

Offline

#443 2015-01-07 10:55:24

Vistaus
Member
Registered: 2014-12-29
Posts: 15

Re: Pantheon Shell on Archlinux

Still crashes for me sad And if I kill gnome-session-failed, then I end up with a laggy and glitchy desktop.

Are my posts showing up in this topic or what? It's not that I'm craving for attention or anything but my posts are the only ones getting skipped...

Last edited by Vistaus (2015-01-07 10:55:33)

Offline

#444 2015-01-13 07:29:57

quequotion
Member
From: Oita, Japan
Registered: 2013-07-29
Posts: 813
Website

Re: Pantheon Shell on Archlinux

Vistaus wrote:

if I kill gnome-session-failed, then I end up with a laggy and glitchy desktop.

Gnome-session puts up the white screen of death because it believes your desktop is unusable since one or more of the components crashed. This true to some degree, but I don't understand why it has to put the big white screen on top of everything else and not even give any meaningful information (like "window manager has crashed" or "panel has crashed").

Killing gnome-session-failed won't fully recover the desktop, but it may help you debug what's died (by letting you interact with whatever, if anything, is left).

Speaking of what died, I tried gala myself and yeah, segfaults.

coredumpctl had this to say about it:

           PID: 26998 (gala)
           UID: 1000 (quequotion)
           GID: 1000 (quequotion)
        Signal: 11 (SEGV)
     Timestamp: 火 2015-01-13 15:41:27 JST (18min ago)
  Command Line: gala
    Executable: /usr/bin/gala
 Control Group: /user.slice/user-1000.slice/session-c4.scope
          Unit: session-c4.scope
         Slice: user-1000.slice
       Session: c4
     Owner UID: 1000 (quequotion)
       Boot ID: 66934a7d87bf4da080856946967a4db0
    Machine ID: 040f10b785bc47df82e58d50b530babb
      Hostname: Shiroko
      Coredump: /var/lib/systemd/coredump/core.gala.1000.66934a7d87bf4da080856946967a4db0.26998.1421131287000000.lz4
       Message: Process 26998 (gala) of user 1000 dumped core.
                
                Stack trace of thread 26998:
                #0  0x00007fd08fd3fc4d g_type_check_instance_is_fundamentally_a (libgobject-2.0.so.0)
                #1  0x00007fd08fd1e127 g_object_unref (libgobject-2.0.so.0)
                #2  0x00007fd08fa5e8cd g_slist_foreach (libglib-2.0.so.0)
                #3  0x00007fd091c15f15 n/a (libclutter-1.0.so.0)
                #4  0x00007fd08fa38f5d g_main_context_dispatch (libglib-2.0.so.0)
                #5  0x00007fd08fa39260 n/a (libglib-2.0.so.0)
                #6  0x00007fd08fa39582 g_main_loop_run (libglib-2.0.so.0)
                #7  0x00007fd091f4b7f8 meta_run (libmutter.so.0)
                #8  0x000000000041ab94 gala_main (gala)
                #9  0x00007fd08f446040 __libc_start_main (libc.so.6)
                #10 0x0000000000414f55 _start (gala)
                
                Stack trace of thread 27016:
                #0  0x00007fd08f50544d poll (libc.so.6)
                #1  0x00007fd08fa391fc n/a (libglib-2.0.so.0)
                #2  0x00007fd08fa3930c g_main_context_iteration (libglib-2.0.so.0)
                #3  0x00007fd08fa39349 n/a (libglib-2.0.so.0)
                #4  0x00007fd08fa681c5 n/a (libglib-2.0.so.0)
                #5  0x00007fd08f7d0314 start_thread (libpthread.so.0)
                #6  0x00007fd08f50e24d __clone (libc.so.6)
                
                Stack trace of thread 27018:
                #0  0x00007fd08f509f59 syscall (libc.so.6)
                #1  0x00007fd08fa8a297 g_cond_wait_until (libglib-2.0.so.0)
                #2  0x00007fd08fa046bb g_async_queue_timeout_pop (libglib-2.0.so.0)
                #3  0x00007fd08fa68c04 n/a (libglib-2.0.so.0)
                #4  0x00007fd08fa681c5 n/a (libglib-2.0.so.0)
                #5  0x00007fd08f7d0314 start_thread (libpthread.so.0)
                #6  0x00007fd08f50e24d __clone (libc.so.6)
                
                Stack trace of thread 27019:
                #0  0x00007fd08f50544d poll (libc.so.6)
                #1  0x00007fd08fa391fc n/a (libglib-2.0.so.0)
                #2  0x00007fd08fa3930c g_main_context_iteration (libglib-2.0.so.0)
                #3  0x00007fd07d2b225d n/a (libdconfsettings.so)
                #4  0x00007fd08fa681c5 n/a (libglib-2.0.so.0)
                #5  0x00007fd08f7d0314 start_thread (libpthread.so.0)
                #6  0x00007fd08f50e24d __clone (libc.so.6)
                
                Stack trace of thread 27017:
                #0  0x00007fd08f50544d poll (libc.so.6)
                #1  0x00007fd08fa391fc n/a (libglib-2.0.so.0)
                #2  0x00007fd08fa39582 g_main_loop_run (libglib-2.0.so.0)
                #3  0x00007fd09005e546 n/a (libgio-2.0.so.0)
                #4  0x00007fd08fa681c5 n/a (libglib-2.0.so.0)
                #5  0x00007fd08f7d0314 start_thread (libpthread.so.0)
                #6  0x00007fd08f50e24d __clone (libc.so.6)
                
                Stack trace of thread 27021:
                #0  0x00007fd08f509f59 syscall (libc.so.6)
                #1  0x00007fd08fa8a297 g_cond_wait_until (libglib-2.0.so.0)
                #2  0x00007fd08fa047b3 g_async_queue_timeout_pop_unlocked (libglib-2.0.so.0)
                #3  0x00007fd08fa68af4 n/a (libglib-2.0.so.0)
                #4  0x00007fd08fa681c5 n/a (libglib-2.0.so.0)
                #5  0x00007fd08f7d0314 start_thread (libpthread.so.0)
                #6  0x00007fd08f50e24d __clone (libc.so.6)
                
                Stack trace of thread 27027:
                #0  0x00007fd08f50544d poll (libc.so.6)
                #1  0x00007fd06eb5da88 n/a (libpulse.so.0)
                #2  0x00007fd06eb51888 pa_mainloop_poll (libpulse.so.0)
                #3  0x00007fd06eb51d6f pa_mainloop_iterate (libpulse.so.0)
                #4  0x00007fd06eb51db9 pa_mainloop_run (libpulse.so.0)
                #5  0x00007fd06eb5d9ea n/a (libpulse.so.0)
                #6  0x00007fd06e9073d0 n/a (libpulsecommon-5.99.so)
                #7  0x00007fd08f7d0314 start_thread (libpthread.so.0)
                #8  0x00007fd08f50e24d __clone (libc.so.6)

GNU gdb (GDB) 7.8.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/gala...(no debugging symbols found)...done.
[New LWP 26998]
[New LWP 27016]
[New LWP 27018]
[New LWP 27019]
[New LWP 27017]
[New LWP 27021]
[New LWP 27027]

warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `gala'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007fd08fd3fc4d in g_type_check_instance_is_fundamentally_a () from /usr/lib/libgobject-2.0.so.0

Anyone else experiencing gala crashes want to check their coredumps?

If it's always crashing in the same place, maybe we have a bug between gala and glib2.

The latest version of glib2 in Elementary OS Luna is 2.32.4 and in Isis it's 2.40.2--both with ubuntu patches--but Arch uses 2.42.1.

::EDIT:: Reported upstream although it seems this isn't the only crash bug killing gala

Last edited by quequotion (2015-01-13 17:43:11)

Offline

#445 2015-01-15 11:20:44

Toniti
Member
Registered: 2014-10-25
Posts: 4

Re: Pantheon Shell on Archlinux

Hi all!

I want to share with you my last experience with Pantheon in Arch (I have Antergos installed).

I love this desktop-environment and I work hard to have it ussable. I installed Pantheon in Arch in 20 computers (installing gnome first, the default desktop-environment in Antergos). 4 are in my home, and 16 is installed in my friends computers. No problem at all (they never had Linux installed in their systems). But I had to do some tricks to do it.

First: in a clean install, gala make me problems minimizing and maximizing windows. I solved this problem disabling animations of gala with dconf-editor. This is the way:

run "dconf-editor"

look the schema:

org.pantheon.desktop.gala.animations

...and disable this. This make me the desktop fully ussable.

The second problem is "wingpanel". Everything work well unless some indicators from some applications, like dropbox, epiphany, transmission, etc...

I tried to solve this a lot of times with no results.

One day I installed "budgie-desktop-git". This desktop environmet uses gtk3 and vala. Is very similar to gnome and pantheon, like a little brother of them.

Budgie-desktop use budgie-panel, very similar to wingpanel and with more functions. Don't use indicators, and work perfectly.

Well. I installed "switchboard-plug-elementary-tweaks-bzr" to swap wingpanel with budgie-panel, and voila! I have a fully functional pantheon right now.

For me I have only two cosmetics issues. The fisical volumen button never work (is not a problem changing the volumen directly in the panel), and the print-screen button in my keyboard dont work too. I have to use the screen-shot icon from the menu (is better, have more functions).

Thanks to all for this amazing work! We are all very happy with this stable and fast desktop!

Cheers!!!

Offline

#446 2015-01-15 11:29:57

Toniti
Member
Registered: 2014-10-25
Posts: 4

Re: Pantheon Shell on Archlinux

Here's a screenshot from my desktop:

1962593_989182077777246_253614695097597953_n.jpg?oh=41133aa8060671a59d374ed1cb3d7a1d&oe=5530FA1E

Offline

#447 2015-01-16 17:43:12

quequotion
Member
From: Oita, Japan
Registered: 2013-07-29
Posts: 813
Website

Re: Pantheon Shell on Archlinux

Toniti wrote:

The fisical volumen button never work (is not a problem changing the volumen directly in the panel), and the print-screen button in my keyboard dont work too

You need gnome-fallback-media-keys-helper from gnome-settings-daemon-compat.

You'll need to add this startup:
/etc/xdg/autostart/gnome-fallback-media-keys-helper-pantheon.desktop

[Desktop Entry]
Name=Media keys
Exec=/usr/lib/gnome-settings-daemon/gnome-fallback-media-keys-helper
Icon=multimedia
Terminal=false
Type=Application
Categories=
NoDisplay=true
OnlyShowIn=Pantheon;
X-GNOME-Autostart-Notify=true

Also, have you tried super-wingpanel?

Toniti wrote:

budgie-panel, very similar to wingpanel and with more functions. Don't use indicators, and work perfectly.

At first I couldn't believe this, but indeed they have implemented a plugin to use the legacy x11 system tray. (Un)fortunately, replacing this with appindicator support is on their to-do list...

Last edited by quequotion (2015-01-17 11:48:07)

Offline

#448 2015-01-17 04:08:06

mydegeneration
Member
Registered: 2014-05-23
Posts: 4

Re: Pantheon Shell on Archlinux

Do you guys know how to get the power indicator working? it's basically the only indicator I am missing/care about at the moment.

Offline

#449 2015-01-17 04:31:05

mydegeneration
Member
Registered: 2014-05-23
Posts: 4

Re: Pantheon Shell on Archlinux

P.S. Do you guys know why the maximize button looks like this? http://i.imgur.com/4IsAXi6.png

Offline

#450 2015-01-20 12:53:43

Toniti
Member
Registered: 2014-10-25
Posts: 4

Re: Pantheon Shell on Archlinux

quequotion wrote:
Toniti wrote:

The fisical volumen button never work (is not a problem changing the volumen directly in the panel), and the print-screen button in my keyboard dont work too

You need gnome-fallback-media-keys-helper from gnome-settings-daemon-compat.

You'll need to add this startup:
/etc/xdg/autostart/gnome-fallback-media-keys-helper-pantheon.desktop

[Desktop Entry]
Name=Media keys
Exec=/usr/lib/gnome-settings-daemon/gnome-fallback-media-keys-helper
Icon=multimedia
Terminal=false
Type=Application
Categories=
NoDisplay=true
OnlyShowIn=Pantheon;
X-GNOME-Autostart-Notify=true

Thanks, thanks, thanks!!!

Thank you so much, Quequotion. My system is complete right now!!! I'm so so happy!!!

I tried with your compilation of super-wingpanel, but the last time I had the same troubles with indicators as with wingpanel. I will try again. But I like so much this budgie-panel, with taskbar and no indicators (only tray). And the Antergos theme doesn's work very well with super-wingpanel. Budgie-panel allows me to don't use Ubuntu staff.

Thanks again for your hard work, and sorry about my bad english.

Best regards!

Last edited by Toniti (2015-01-20 12:54:17)

Offline

Board footer

Powered by FluxBB