You are not logged in.
I will keep testing and report (upstream) bugs. If someone needs a clone of the machine, let me know.
Thanks for doing this work; and yes, I'd definitely like to examine the .vdi file to see exactly what you did.
Offline
beta990 wrote:I will keep testing and report (upstream) bugs. If someone needs a clone of the machine, let me know.
Thanks for doing this work; and yes, I'd definitely like to examine the .vdi file to see exactly what you did.
Hi pgoetz,
No problem: https://drive.google.com/file/d/0BzsKHp … sp=sharing
Things I haven't get to work yet:
- Shutdown needs terminal
- Lightdm doesnt work (with eOS greeter), but don't know if this is a VirtualBox issue.
Using gtk3-greeter to log in.
- Terminal prints output on new line, reported upstream.
- Some issues, but need some tweaking..
Will let you know when upload is finished.
Last edited by beta990 (2014-08-22 17:52:34)
Offline
- Shutdown needs terminal
If by "needs terminal" you mean that your only means to shutdown is via the terminal, try indicator-pantheon-session-bzr from pantheon-bzr-qq. This has the failing unity dialog patched out. We're in the process of coming up with a better solution, such as forking the indicators. Alternatives include emulation of the Unity dbus calls or replacing the indicators with something new and built from scratch.
makepkg-optimize · indicator-powersave · pantheon-{3d,lite} · {pantheon,higan}-qq
Offline
beta990 wrote:- Shutdown needs terminal
If by "needs terminal" you mean that your only means to shutdown is via the terminal, try indicator-pantheon-session-bzr from pantheon-bzr-qq. This has the failing unity dialog patched out. We're in the process of coming up with a better solution, such as forking the indicators. Alternatives include emulation of the Unity dbus calls or replacing the indicators with something new and built from scratch.
Thanks! Will take a look at this.
At couple of months back I got it working, by using a newer version, but that indeed required some unity/gtk3-ubuntu packages.
Going to take a look at the Elementary released beta, to see what versions they used.
PS. Uploaded the machine.
Offline
PS. Uploaded the machine.
Thanks! But uploaded to where?
Offline
beta990 wrote:- Shutdown needs terminal
If by "needs terminal" you mean that your only means to shutdown is via the terminal, try indicator-pantheon-session-bzr from pantheon-bzr-qq. This has the failing unity dialog patched out. We're in the process of coming up with a better solution, such as forking the indicators. Alternatives include emulation of the Unity dbus calls or replacing the indicators with something new and built from scratch.
Actually, wingpanel-bzr should provide the missing dialog, if that's the problem. (It used to be in Gala with a fancy screen-dimming effect, but there were some issues with it not having a proper GTK context and thus not drawing the dialog properly).
All of the above is a personal opinion and does not represent the views of my granny's dog or the projects to which I contribute.
Offline
beta990 wrote:PS. Uploaded the machine.
Thanks! But uploaded to where?
See link in previous post.
quequotion wrote:beta990 wrote:- Shutdown needs terminal
If by "needs terminal" you mean that your only means to shutdown is via the terminal, try indicator-pantheon-session-bzr from pantheon-bzr-qq. This has the failing unity dialog patched out. We're in the process of coming up with a better solution, such as forking the indicators. Alternatives include emulation of the Unity dbus calls or replacing the indicators with something new and built from scratch.
Actually, wingpanel-bzr should provide the missing dialog, if that's the problem. (It used to be in Gala with a fancy screen-dimming effect, but there were some issues with it not having a proper GTK context and thus not drawing the dialog properly).
Hmm, I'm running wingpanel-bzr at the moment. But since you are here, what's the differences between the trunk and 0.3.x?
See the VM for the problem I'm having:
User: archie
Pass: 1234
Last edited by beta990 (2014-08-22 21:21:11)
Offline
Actually, wingpanel-bzr should provide the missing dialog, if that's the problem. (It used to be in Gala with a fancy screen-dimming effect, but there were some issues with it not having a proper GTK context and thus not drawing the dialog properly).
That would more accurately parallel the Canonical implementation (having the panel provide the session management dialogs as Unity does).
It worries me though, having code that emulates Unity embedded in Pantheon components; the code will be subject to Canonical's API changes (unless the indicators get forked), plus you'd have to create some new dialogs (and add functionality to wingpanel to make dialogs) for the session management features. I'm not even sure why Canonical chose not to have indicator-session provide its own dialogs or interact directly with the session manager. In fact, the fallback Zenity dialogs (once forcibly activated) provide this functionality just as well (if not as beautifully).
makepkg-optimize · indicator-powersave · pantheon-{3d,lite} · {pantheon,higan}-qq
Offline
Hey everyone, I'm very interested in getting a working Pantheon desktop going and helping out with testing/patching as needed. I'm actually very new to all of this and have minimal packaging skills but hope to get up to speed quickly. I've read through the last 4-5 pages of this thread and I'm still a little confused about something. What is the best way to go about installing and testing Pantheon packages? I know Alucryd has provided an unofficial repo to install packages using pacman, but I see that he also has a github repo with PKGBUILDS. Is it best to just build and install exclusively from one repo or to start with the unofficial repo and use the github repo to attempt to fix things that aren't working? I've also noticed that I'll need to use the pantheon-bzr-qq packages to get a few things working. Any advice is appreciated. Thanks for everyone's hard work on this!
Last edited by cris9288 (2014-08-25 02:55:39)
Offline
Hey everyone, I'm very interested in getting a working Pantheon desktop going and helping out with testing/patching as needed. I'm actually very new to all of this and have minimal packaging skills but hope to get up to speed quickly. I've read through the last 4-5 pages of this thread and I'm still a little confused about something. What is the best way to go about installing and testing Pantheon packages? I know Alucryd has provided an unofficial repo to install packages using pacman, but I see that he also has a github repo with PKGBUILDS. Is it best to just build and install exclusively from one repo or to start with the unofficial repo and use the github repo to attempt to fix things that aren't working? I've also noticed that I'll need to use the pantheon-bzr-qq packages to get a few things working. Any advice is appreciated. Thanks for everyone's hard work on this!
Hi cris9288,
See the Wiki for details about installing (and what packages you need).
About the git/bzr versions; this is only needed when you want to latest packages/builds.
First try the repo, or try to compile and install.
Offline
cris9288 wrote:Hey everyone, I'm very interested in getting a working Pantheon desktop going and helping out with testing/patching as needed. I'm actually very new to all of this and have minimal packaging skills but hope to get up to speed quickly. I've read through the last 4-5 pages of this thread and I'm still a little confused about something. What is the best way to go about installing and testing Pantheon packages? I know Alucryd has provided an unofficial repo to install packages using pacman, but I see that he also has a github repo with PKGBUILDS. Is it best to just build and install exclusively from one repo or to start with the unofficial repo and use the github repo to attempt to fix things that aren't working? I've also noticed that I'll need to use the pantheon-bzr-qq packages to get a few things working. Any advice is appreciated. Thanks for everyone's hard work on this!
Hi cris9288,
See the Wiki for details about installing (and what packages you need).
About the git/bzr versions; this is only needed when you want to latest packages/builds.
First try the repo, or try to compile and install.
Hey thanks for your reply. I have read the wiki, but I was just concerned over the various options for installation. Thinking about it, it should've been self-explanatory.
Offline
beta990 wrote:cris9288 wrote:Hey everyone, I'm very interested in getting a working Pantheon desktop going and helping out with testing/patching as needed. I'm actually very new to all of this and have minimal packaging skills but hope to get up to speed quickly. I've read through the last 4-5 pages of this thread and I'm still a little confused about something. What is the best way to go about installing and testing Pantheon packages? I know Alucryd has provided an unofficial repo to install packages using pacman, but I see that he also has a github repo with PKGBUILDS. Is it best to just build and install exclusively from one repo or to start with the unofficial repo and use the github repo to attempt to fix things that aren't working? I've also noticed that I'll need to use the pantheon-bzr-qq packages to get a few things working. Any advice is appreciated. Thanks for everyone's hard work on this!
Hi cris9288,
See the Wiki for details about installing (and what packages you need).
About the git/bzr versions; this is only needed when you want to latest packages/builds.
First try the repo, or try to compile and install.Hey thanks for your reply. I have read the wiki, but I was just concerned over the various options for installation. Thinking about it, it should've been self-explanatory.
Np, I believe they are package by someone else.
But don't know the details to be honest.
Offline
I'm still only getting the wingpanel with applications in the corner, but no plank or mouse. Background is blank.
When I try to run gala in a terminal window I get -- error while loading shared libraries: libdbusmenu-glib.so.4: cannot open shared object file: No such file or directory
Offline
Hey everyone, I'm very interested in getting a working Pantheon desktop going and helping out with testing/patching as needed. I'm actually very new to all of this and have minimal packaging skills but hope to get up to speed quickly. I've read through the last 4-5 pages of this thread and I'm still a little confused about something. What is the best way to go about installing and testing Pantheon packages? I know Alucryd has provided an unofficial repo to install packages using pacman, but I see that he also has a github repo with PKGBUILDS. Is it best to just build and install exclusively from one repo or to start with the unofficial repo and use the github repo to attempt to fix things that aren't working? I've also noticed that I'll need to use the pantheon-bzr-qq packages to get a few things working. Any advice is appreciated. Thanks for everyone's hard work on this!
I added some information to the wiki about indicator-session, which is probably the most useful package in pantheon-bzr-qq at the moment. The rest is mostly testing-oriented, but there's also a nicely patched-up super-wingpanel-bzr package for maximum screen real-estate.
makepkg-optimize · indicator-powersave · pantheon-{3d,lite} · {pantheon,higan}-qq
Offline
Is there something I can do to fix the following warning messages of plank in my journal?
Aug 28 07:28:56 thinkpad org.ayatana.bamf[871]: (bamfdaemon:925): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
Aug 28 07:29:02 thinkpad org.ayatana.bamf[871]: (bamfdaemon:925): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
Aug 28 07:29:08 thinkpad org.ayatana.bamf[871]: (bamfdaemon:925): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
Aug 28 07:29:08 thinkpad org.ayatana.bamf[871]: (bamfdaemon:925): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
Aug 28 07:29:55 thinkpad org.ayatana.bamf[871]: (bamfdaemon:925): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
What do they essentially tell me? Can someone reproduce them?
Offline
Today i've installed Pantheon (current i'm using Gnome)
first added the repository to '/etc/pacman.conf'
[pantheon]
SigLevel = Optional
Server = http://pkgbuild.com/~alucryd/$repo/$arch
and installed
# pacman -Syy pantheon-session-bzr cerbere-bzr gala-bzr wingpanel-bzr \
slingshot-launcher-bzr plank-bzr eidete-bzr elementary-icon-theme-bzr \
elementary-wallpapers-bzr gtk-theme-elementary-bzr \
indicator-pantheon-session-bzr pantheon-default-settings-bzr \
pantheon-notify-bzr pantheon-files-bzr pantheon-terminal-bzr \
plank-theme-pantheon-bzr switchboard-bzr ttf-opensans ttf-liberation \
contractor-bzr
# pacman -S (pacman -Ssq 'switchboard-plug-.*-bzr')
I'm using GDM only select Pantheon and and ready, at first view all is working but:
- Wingpanel is not working well, does not show the indicators
- the keys for Volumen +/-, mute, Brightness +/-, PrintScreen (with Shift, Alt), etc anything is working
Can somebody help me with this issues?
Last edited by rokemaster (2014-08-28 22:01:21)
Offline
- Wingpanel is not working well, does not show the indicators
Go over the wiki page thoroughly; probably your indicators' .desktop files need "Pantheon" appended to their "OnlyShowIn=" property.
- the keys for Volumen +/-, mute, Brightness +/-, PrintScreen (with Shift, Alt), etc anything is working
I'm also having trouble with Volume +/- lately, but I don't have Brightness +/- to test; PrintScreen should work if gnome-settings-daemon is running and nothing else is colliding with that hotkey assignment.
makepkg-optimize · indicator-powersave · pantheon-{3d,lite} · {pantheon,higan}-qq
Offline
Go over the wiki page thoroughly; probably your indicators' .desktop files need "Pantheon" appended to their "OnlyShowIn=" property.
That was the first thing I did
Offline
Hey everyone, I'm not sure if this has already been covered by someone else but I was having trouble building indicator-datetime from Alucryd's repo. The build was failing when compiling utils.c as it could not locate timedated.h and timedated.c. After some googling, I found this repo for gnome-control-center that contained the files I wanted. https://github.com/tuquito/gnome-contro … s/datetime. Copying timedated.{h,c} to indicator-datetime's src directory allowed the build to complete. I then noticed that libgnome-control-center is included in Alucryd's repo. I copied the timedated files from there and tried to rebuild just to see and it worked too. I already commented on the aur package but I thought I would drop a line here.
Offline
@cris9288 Think we should use the forum to define the versions of the libraries (Vala, GTK, etc) based on versions of Arch, I've also tried to compile some packages and I find the same problem or missing fonts or simply that make changes in the code libraries because they are outdated for what is made (from the point of view of Arch). I am not a specialist in Vala, C / C ++, GTK but I have good notions of programming (I'm web developer).I have two days with Pantheon and love it, so this is discouraging me to multimedia keys do not work (should be writing command to change the brightness, volume, etc.) and Wingpanel
I think we can gather a few and in our spare time (who does not have two hours a day) adapt the packages needed to run for Arch
Offline
beta990 wrote:- Shutdown needs terminal
If by "needs terminal" you mean that your only means to shutdown is via the terminal, try indicator-pantheon-session-bzr from pantheon-bzr-qq. This has the failing unity dialog patched out. We're in the process of coming up with a better solution, such as forking the indicators. Alternatives include emulation of the Unity dbus calls or replacing the indicators with something new and built from scratch.
Hi quequotion,
Thanks for the patched indicator-session-pantheon-bzr. On installation I noticed that it removes the power icon from the right of wingpanel. I also noticed modifications to the schemas are made in the patches. In gnome you can logout using a terminal with dbus and the following schema's:
dbus-send --session --type=method_call --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.Logout uint32:1
Do the modifications made in your patches somehow provide the same ability to logout via terminal in Pantheon?
Offline
hello does the switchboard-plug-gcc-bzr work?
if it does not is it not better to provide a plug that opens the gnome control center? that way we can delete the dependenci on cheese:
that leaves only gnome-session that depends on the total gnome-desktop, it would be nice to do without because it depends on many packages
Offline
Is it just me or is alucryd's granite-bzr kinda broken? I can't get the integration between gala and plank anymore.
Had to downgrade to package r794 for it to work smoothly (mine was r797; dunno if others versions will work or not)
[EDIT] Never mind, my bad. It's working
Last edited by kaslusimoes (2014-10-09 19:47:01)
Offline
I just did a -Syu and it seems my pantheon stuff is foobared.
The session just loads up kinda 'black'. Wingpanel, plank and my indicators seem to be there, but there is no mouse cursor (even though it still lets me hover over stuff and 'click'), no background image. Also the windows don't have borders (cannot resize) and non-gtk windows (such as firefox) have no title bar so I cannot move them. gtk apps (like Files, Maya, etc.) have their gtk title bar and can be moved...
Not sure what package updated that broke it all; it seems gnome + dependencies just switched from 3.12 -> 3.14; could that be it? I'm still running the aur/gtk3-ubuntu package instead of gtk3 (the indicator stuff seems to need it). gtk3-ubuntu still seems to be on 3.12....
Other things that changed in the update: I updated my xorg from 1.15 to 1.16 which gaused a bunch of changes/updates (glamour, etc.)...
Any other ideas?
UPDATE: I tried forcably removing gtk3-ubuntu and installing the new gtk3 package (3.14). Doesn't seem to fix things....
UPDATE2: it's not xorg 1.16...
Last edited by DepletionMode (2014-10-16 18:27:29)
Offline
Yes, every new version of GNOME breaks Pantheon. It will take time to port everything to 3.14.
The bird of Hermes is my name, eating my wings to make me tame.
Offline