Linux Lite Forums
Lite Control Center - Suggestions welcomed - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=7)
+--- Forum: Linux Lite Software Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=30)
+--- Thread: Lite Control Center - Suggestions welcomed (/showthread.php?tid=1976)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19


Re: Lite Control Center - Suggestions welcomed - Valtam - 07-15-2015

@shaggy - see this post here https://www.linuxliteos.com/forums/suggestions-and-feedback/lite-control-center-beta/msg15404/#msg15404
with the exception of the 'grey' issue which if I'm not mistaken, has been resolved.


Re: Lite Control Center - Suggestions welcomed - sysdrum - 07-15-2015

[Image: e4Yz4+]


Re: Lite Control Center - Suggestions welcomed - UltraCookie - 07-15-2015

The Screenshot feature causes some graying out for me. And it seems like it does not recognize updating.

graying out:
[Image: gTvktXl.png]

wrong update date:
[Image: 6m8mahV.png]


Re: Lite Control Center - Suggestions welcomed - shaggytwodope - 07-15-2015

(07-15-2015, 07:51 AM)UltraCookie link Wrote:The Screenshot feature causes some graying out for me. And it seems like it does not recognize updating.

graying out:
[img height=600 width=800]http://i.imgur.com/gTvktXl.png[/img]
This is now fixed and will be in future updates.


(07-15-2015, 07:51 AM)UltraCookie link Wrote:wrong update date:
[Image: 6m8mahV.png]
Are you certain you've run updates recently?

Can you share the output of
Code:
stat /var/lib/apt/periodic/update-success-stamp

Then try to run
Code:
sudo apt-get update && sudo apt-get upgrade


Is your system date/time correct?


Re: Lite Control Center - Suggestions welcomed - Shady - 07-15-2015

(07-15-2015, 07:51 AM)UltraCookie link Wrote:The Screenshot feature causes some graying out for me. And it seems like it does not recognize updating.

Yeah I get the same gray box also, when I use the screenshot feature.

*EDIT*: Ah ok it's being fixed in the update.


Re: Lite Control Center - Suggestions welcomed - shaggytwodope - 07-15-2015

(07-15-2015, 08:25 AM)Shady link Wrote:[quote author=UltraCookie link=topic=2056.msg15551#msg15551 date=1436946719]
The Screenshot feature causes some graying out for me. And it seems like it does not recognize updating.
Lil bug, tis fixed now. Update eventaully will come out. Thanks for reporting, helps find bugs people miss lol.
Yeah I get the same gray box also, when I use the screenshot feature.
[/quote]


Re: Lite Control Center - Suggestions welcomed - UltraCookie - 07-15-2015

Code:
stat /var/lib/apt/periodic/update-success-stamp
Output:
Code:
  File: ‘/var/lib/apt/periodic/update-success-stamp’
  Size: 0             Blocks: 0          IO Block: 4096   regular empty file
Device: 801h/2049d    Inode: 524910      Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2015-06-23 19:55:17.346557217 +0200
Modify: 2015-06-23 19:55:17.346557217 +0200
Change: 2015-06-23 19:55:17.346557217 +0200
Birth: -

I ran
Code:
sudo apt-get update && sudo apt-get upgrade

Output from
Code:
stat /var/lib/apt/periodic/update-success-stamp
stayed exactly the same.


Re: Lite Control Center - Suggestions welcomed - shaggytwodope - 07-15-2015

(07-15-2015, 09:13 AM)UltraCookie link Wrote:
Code:
stat /var/lib/apt/periodic/update-success-stamp
Output:
Code:
  File: ‘/var/lib/apt/periodic/update-success-stamp’
  Size: 0             Blocks: 0          IO Block: 4096   regular empty file
Device: 801h/2049d    Inode: 524910      Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2015-06-23 19:55:17.346557217 +0200
Modify: 2015-06-23 19:55:17.346557217 +0200
Change: 2015-06-23 19:55:17.346557217 +0200
Birth: -

I ran
Code:
sudo apt-get update && sudo apt-get upgrade

Output from
Code:
stat /var/lib/apt/periodic/update-success-stamp
stayed exactly the same.

Can you run
Code:
cat /etc/apt/apt.conf.d/15update-stamp

and share the output here.

After that, run
Code:
sudo rm /var/lib/apt/periodic/update-success-stamp

And re-run the update command.

Whats happening here is that the control center is doing a simple update check on a blank file thats generated by default on the system. But for some reason yours isnt updating. It may be an issue with perms or something odd. But if you can show me whats in your 15update-stamp file it's a start to fixing this. Thank you for your time and help fixing bugs, it helps us all :-p


Re: Lite Control Center - Suggestions welcomed - UltraCookie - 07-15-2015

Code:
cat /etc/apt/apt.conf.d/15update-stamp
Outout:
Code:
APT::Update::Post-Invoke-Success {"touch /var/lib/apt/periodic/update-success-stamp 2>/dev/null || true";};

After running
Code:
sudo rm /var/lib/apt/periodic/update-success-stamp
and
Code:
sudo apt-get update && sudo apt-get upgrade

the control center says "Updates not been done, Please update soon"

Code:
stat /var/lib/apt/periodic/update-success-stamp
Output:
Code:
stat: cannot stat ‘/var/lib/apt/periodic/update-success-stamp’: No such file or directory



Re: Lite Control Center - Suggestions welcomed - Valtam - 07-15-2015

Just to confirm shaggy, that works here on my test box. Must be some kind of issue on UltraCookie's end.