bcedu / VGrive

Google Drive client for linux
GNU General Public License v3.0
313 stars 33 forks source link

Icons not showing inside VGrive #29

Closed JediFonseca closed 4 years ago

JediFonseca commented 4 years ago

I've just manually installed VGrive on Fedora 31 by following the instructions here on Github. The software installed and opens properly, but the icons are not showing when I open it. Check it out:

Captura de tela de 2019-10-30 17-27-26

Captura de tela de 2019-10-30 17-27-31

bcedu commented 4 years ago

Actually the app is designed for debian based distros. I don't know if this could be the problem, althrought the icons managment should be the same in fedora... (but I've never worked with non debian distros). Maybe It would be better to wait until I finish the flatpak and install it from there.

kzoli429 commented 4 years ago

Running Arch Linux, I second to JediFonseca. I have installed it from AUR. I do not think flatpak would bring a common solution to distros other than debian. Very big Thank You if you could consider other distros.

bcedu commented 4 years ago

I use built-in icons like pager-checked-symbolic. The app has been developed in elementaryos. I really don't know if this icons only exist in elementaryos, in ubuntu based or in debian based.

I will try to check from the app if the icons exist and use other icons if they doesnt exist, but ive never done it before so I dont know how do i have to do it.

kzoli429 commented 4 years ago

Unfortunately, pager-checked-symbolic icon theme is non existent in Arch Linux and it cannot even be installed as a dependency. Maybe simply using text 1 2 3 for setup steps?

bcedu commented 4 years ago

I will try it and see how it looks.

I will also try to change the icon form the initial screen. I use the granite component "Welcome" :

https://valadoc.org/granite/Granite.Widgets.Welcome.html

I dont know which icon uses by default but it looks like its not aviable in arch linux.

kzoli429 commented 4 years ago

https://wiki.archlinux.org/index.php/Arch_terminology#KISS " KISS Acronym of Keep It Simple, Stupid. Simplicity is a main principle Arch Linux tries to achieve. " Thanks in advance for your efforts.

bcedu commented 4 years ago

Check out the new release:

https://github.com/bcedu/VGrive/releases/tag/1.2.3

I use other icons that should be aviable in other distros. I've tested in fedora and debian.

kzoli429 commented 4 years ago

In order to run a clean setup again I need to delete the app including the config file too. Can I have its location/path?

bcedu commented 4 years ago

All the conf files are placed inside the Synced Folder (by default: /home/username/VGrive).

The conf file is named
.vgrive_library. The trash folder is named .trash.

kzoli429 commented 4 years ago

For some reason I cannot do a clean installation. After removing the app and config file as well, restart then install it always continues syncing instead of new setup. I carry on trying. Anyway just as a tip a trick, I wonder if there may be a way to start vgrive from terminal; for example

bcedu commented 4 years ago

My fault, you still need to delete the credentials file. Thats why the app continues syncing. The credentials file is /home/username/.vgrive/credentials.json.

Althrough you dont need to delete this file to go back to initial state, you can go to the config menu and use the button "Log out".

About starting vgrive from terminal, I will do it in the future bht by now it cant be done. Feel free to open a new issue requesting it.

kzoli429 commented 4 years ago

vgrive 1.2.3-1 installed. Now icons are all right. Nice job.

Notes:

  1. When Preferences are invoked (Actions screen) the only option is to Save or close window, I miss a Cancel button to return to the opening screen.
  2. For me it would be reasonable to start app after boot with Advanced View checked (maybe the same note as the request for command option; i.e. -a)

Just a few typing errors: "Syncing stoped by user request" -> stopped "NEW REMOTE FILE: downloding..." -> downloading

I hope I could help with debugging.

bcedu commented 4 years ago

New issues :
https://github.com/bcedu/VGrive/issues/37 https://github.com/bcedu/VGrive/issues/36

Timbo66 commented 4 years ago

I am using vgrive on fedora 31 when it opens there is no menu etc just a full screen with no options except advanced view how do you access the menu

bcedu commented 4 years ago

Please, dont make comments on closed issues.

Open a new issue with your problem/request. Also make sure you are using the newest version of vgrive installed.

Thanks!